diff options
author | hubertf <hubertf> | 1999-05-30 02:44:23 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-05-30 02:44:23 +0000 |
commit | 562a7e8a63a725f6b877b4300184c05e18846385 (patch) | |
tree | e2223e02f2e6aaa644d8b249af41a9df633f368d /audio | |
parent | 206e2151d04f6fa5d0f9a0a3f3a20ad3c55632ee (diff) | |
download | pkgsrc-562a7e8a63a725f6b877b4300184c05e18846385.tar.gz |
Update to V0.85
Changes: Option to load playlists from the GUI as
well as a few bugfixes and tidy-ups, gnu autoconfigure, ...
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xhippo/Makefile | 8 | ||||
-rw-r--r-- | audio/xhippo/files/md5 | 4 | ||||
-rw-r--r-- | audio/xhippo/patches/patch-aa | 11 | ||||
-rw-r--r-- | audio/xhippo/pkg/PLIST | 3 |
4 files changed, 9 insertions, 17 deletions
diff --git a/audio/xhippo/Makefile b/audio/xhippo/Makefile index 6921e00dcc3..6566222e054 100644 --- a/audio/xhippo/Makefile +++ b/audio/xhippo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 1999/05/02 14:35:56 tron Exp $ +# $NetBSD: Makefile,v 1.6 1999/05/30 02:44:23 hubertf Exp $ # -DISTNAME= xhippo-0.6 +DISTNAME= xhippo-0.85 CATEGORIES= audio x11 MASTER_SITES= http://zenchaos.netpedia.net/software/ @@ -11,10 +11,12 @@ HOMEPAGE= http://zenchaos.netpedia.net/ DEPENDS= gtk+-1.2.2:../../x11/gtk USE_X11= YES +GNU_CONFIGURE= YES post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xhippo - ${MV} ${PREFIX}/etc/xhippo.config ${PREFIX}/share/doc/xhippo/xhippo.config.example + ${INSTALL_DATA} ${WRKSRC}/xhippo.config ${PREFIX}/share/doc/xhippo/xhippo.config.example + ${INSTALL_DATA} ${WRKSRC}/xhippo.gtkrc ${PREFIX}/share/doc/xhippo/xhippo.gtkrc ${INSTALL_DATA} ${WRKSRC}/BUGS ${PREFIX}/share/doc/xhippo ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xhippo ${INSTALL_DATA} ${WRKSRC}/LIESMICH ${PREFIX}/share/doc/xhippo diff --git a/audio/xhippo/files/md5 b/audio/xhippo/files/md5 index c306ad078b3..10a61749741 100644 --- a/audio/xhippo/files/md5 +++ b/audio/xhippo/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 1999/02/27 20:32:54 hubertf Exp $ +$NetBSD: md5,v 1.3 1999/05/30 02:44:23 hubertf Exp $ -MD5 (xhippo-0.6.tar.gz) = 0196cbd6ec3de7b9387aa202265a1cfe +MD5 (xhippo-0.85.tar.gz) = 00f74eed5f5d8ca1bd62f5d6c25537ad diff --git a/audio/xhippo/patches/patch-aa b/audio/xhippo/patches/patch-aa deleted file mode 100644 index 4a7e073d9fe..00000000000 --- a/audio/xhippo/patches/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.BAK Sat Feb 27 21:25:27 1999 -+++ Makefile Sat Feb 27 21:25:32 1999 -@@ -3,7 +3,7 @@ - # Prefix for installation. /usr/local is probably a reasonable choice - # on most systems; you may prefer to make this your home directory if - # you do not have root access on the system you're using. --PREFIX=/usr/local -+PREFIX?=/usr/local - - #--- - diff --git a/audio/xhippo/pkg/PLIST b/audio/xhippo/pkg/PLIST index 6cc1a71ecc5..e372529f3f5 100644 --- a/audio/xhippo/pkg/PLIST +++ b/audio/xhippo/pkg/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/02/04 00:06:38 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.2 1999/05/30 02:44:23 hubertf Exp $ bin/xhippo share/doc/xhippo/BUGS share/doc/xhippo/ChangeLog share/doc/xhippo/LIESMICH share/doc/xhippo/README share/doc/xhippo/README.fvwm2 +share/doc/xhippo/xhippo.gtkrc share/doc/xhippo/xhippo.config.example @exec if [ ! -f %D/etc/xhippo.config ]; then cp %D/%F %D/etc/xhippo.config ; fi |