Skip to content
Snippets Groups Projects
Commit c8c2fdcc authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

comms/xdemorse: Update 3.6.2 -> 3.6.3

Reported by:	portscout
parent 3a2fd540
Branches
Tags
No related merge requests found
PORTNAME= xdemorse
DISTVERSION= 3.6.2
PORTREVISION= 1
DISTVERSION= 3.6.3
CATEGORIES= comms
MASTER_SITES= https://www.qsl.net/5/5b4az/pkg/morse/xdemorse/
......@@ -14,15 +13,16 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib
USES= compiler:c++11-lang gettext-tools gmake gnome \
localbase:ldflags pkgconfig tar:bz2
GNU_CONFIGURE= yes
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30
GNU_CONFIGURE= yes
LDFLAGS+= -lgmodule-2.0
PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz \
share/applications/${PORTNAME}.desktop \
share/pixmaps/${PORTNAME}.png
share/pixmaps/${PORTNAME}.svg
OPTIONS_DEFINE= DOCS
......
TIMESTAMP = 1557108773
SHA256 (xdemorse-3.6.2.tar.bz2) = 8abecc219fd8293963766457e0fa952f7be715f7c8837bdcaa45a890829aebd4
SIZE (xdemorse-3.6.2.tar.bz2) = 257003
TIMESTAMP = 1618386506
SHA256 (xdemorse-3.6.3.tar.bz2) = e96e14620a18642a8d77c97e8e35c3613dc7107bc33cc243855e3db406fad53a
SIZE (xdemorse-3.6.3.tar.bz2) = 267684
--- Makefile.in.orig 2019-05-06 02:59:19 UTC
+++ Makefile.in
@@ -900,22 +900,22 @@ uninstall-am:
install-data-local:
@$(NORMAL_INSTALL)
if test -d files/; then \
- cp files/$(PACKAGE).desktop $(DESTDIR)/usr/share/applications/; \
- cp files/$(PACKAGE).png $(DESTDIR)/usr/share/pixmaps/; \
+ cp files/$(PACKAGE).desktop $(DESTDIR)$(prefix)/share/applications/; \
+ cp files/$(PACKAGE).png $(DESTDIR)$(prefix)/share/pixmaps/; \
fi; \
- if !(test -d $(DESTDIR)/usr/share/doc/$(PACKAGE)); then \
- mkdir $(DESTDIR)/usr/share/doc/$(PACKAGE)/; \
+ if !(test -d $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)); then \
+ mkdir $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)/; \
fi; \
if test -d doc/; then \
- cp -r doc/* $(DESTDIR)/usr/share/doc/$(PACKAGE)/; \
- cp -r doc/$(PACKAGE).1.gz $(DESTDIR)/usr/share/man/man1/; \
- fi; \
- if !(test -d /home/`logname`/.$(PACKAGE)); then \
- cp -r .$(PACKAGE) /home/`logname`/; \
- else \
- cp .$(PACKAGE)/$(PACKAGE).glade /home/`logname`/.$(PACKAGE); \
- fi; \
- chown -R `logname`:`logname` /home/`logname`/.$(PACKAGE);
+ cp -r doc/* $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)/; \
+ cp -r doc/$(PACKAGE).1.gz $(DESTDIR)$(prefix)/man/man1/; \
+ fi;
+ #if !(test -d /home/`logname`/.$(PACKAGE)); then \
+ # cp -r .$(PACKAGE) /home/`logname`/; \
+ #else \
+ # cp .$(PACKAGE)/$(PACKAGE).glade /home/`logname`/.$(PACKAGE); \
+ #fi; \
+ #chown -R `logname`:`logname` /home/`logname`/.$(PACKAGE);
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment