pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/gmpc fix PLIST *again* properly this time with U...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ad0b9a09eb8
branches:  trunk
changeset: 474992:7ad0b9a09eb8
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat May 08 15:40:53 2004 +0000

description:
fix PLIST *again* properly this time with USE_DIRS+=xgd-1.1. thanks to
wiz and jmmv for the cluebat.

bump PKGREVISION.

diffstat:

 audio/gmpc/Makefile |  6 ++++--
 audio/gmpc/PLIST    |  6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs (40 lines):

diff -r 9a7120190065 -r 7ad0b9a09eb8 audio/gmpc/Makefile
--- a/audio/gmpc/Makefile       Sat May 08 15:19:18 2004 +0000
+++ b/audio/gmpc/Makefile       Sat May 08 15:40:53 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2004/05/07 04:23:19 grant Exp $
+# $NetBSD: Makefile,v 1.3 2004/05/08 15:40:53 grant Exp $
 #
 
 DISTNAME=              gmpc-0.10.2
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            audio
 MASTER_SITES=          http://download.qballcow.nl/programs/gmpc/
 
@@ -14,5 +14,7 @@
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 
+USE_DIRS+=             xdg-1.1
+
 .include "../../devel/libglade2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 9a7120190065 -r 7ad0b9a09eb8 audio/gmpc/PLIST
--- a/audio/gmpc/PLIST  Sat May 08 15:19:18 2004 +0000
+++ b/audio/gmpc/PLIST  Sat May 08 15:40:53 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2004/05/07 04:23:19 grant Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/05/08 15:40:53 grant Exp $
 bin/gmpc
 share/applications/gmpc.desktop
 share/gmpc/gmpc-tray.png
@@ -10,6 +10,6 @@
 share/gmpc/media-stop.png
 share/gmpc/tray.png
 share/pixmaps/gmpc.png
+@comment in xdg-dirs: @dirrm share/pixmaps
 @dirrm share/gmpc
-@unexec ${RMDIR} -p %D/share/pixmaps 2> /dev/null || ${TRUE}
-@unexec ${RMDIR} -p %D/share/applications 2> /dev/null || ${TRUE}
+@comment in xdg-dirs: @dirrm share/applications



Home | Main Index | Thread Index | Old Index