From 2a93a93034ff22fd55a567edf04b81b4f11d8efb Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 26 Apr 2008 00:56:05 +0000 Subject: Update to 2.22.1: ============ Version 2.22.1 2008-03-25 Bastien Nocera * Makefile: 2.22.1 * sounds/Makefile: patch from Damien Carbery to use DESTDIR appropriately 2008-03-21 Bastien Nocera * Makefile: Add COPYING to the tarball ============ Version 2.22.0 2008-03-21 Bastien Nocera * COPYING: add * Makefile: Fix dist target, include changelog, build a .tar.bz2 by default 2008-03-21 Bastien Nocera * Makefile: 2.22.0 * README: add licensing for the new sounds * sounds/Makefile: update install method * sounds/*.wav: update for new millenium, hopefully a better default, most files modified for volume and length by Mike Langlie 2008-02-01 Bastien Nocera * MAINTAINERS: upd 2003-07-01 Kjartan Maraas * sounds/question.wav: Added this file from the Red Hat package. 2000-02-19 Timur Bakeyev * Simplified sounds/Makefile, so, it is not so gmake dependend. find replaced with the shell wildcards, "install -d" replaced with "mkdir -p". --- audio/gnome-audio/Makefile | 21 +++++---------------- audio/gnome-audio/distinfo | 9 +++++---- audio/gnome-audio/patches/patch-aa | 10 ++++++++++ 3 files changed, 20 insertions(+), 20 deletions(-) create mode 100644 audio/gnome-audio/patches/patch-aa (limited to 'audio/gnome-audio') diff --git a/audio/gnome-audio/Makefile b/audio/gnome-audio/Makefile index 16c2440db29..af67779f539 100644 --- a/audio/gnome-audio/Makefile +++ b/audio/gnome-audio/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2008/03/02 06:10:32 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2008/04/26 00:56:05 wiz Exp $ # -DISTNAME= gnome-audio-2.0.0 -PKGREVISION= 3 +DISTNAME= gnome-audio-2.22.1 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-audio/2.0/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-audio/2.22/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= rh@NetBSD.org @@ -15,17 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir NO_CONFIGURE= YES NO_BUILD= YES -USE_DIRS+= xdg-1.1 - -do-install: - cd ${WRKSRC}/sounds && for f in *.wav */*.wav; do \ - dst=`${DIRNAME} $$f`; \ - ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/sounds/$$dst; \ - ${INSTALL_DATA} $$f ${DESTDIR}${PREFIX}/share/sounds/$$f; \ - done - ${RM} -f ${DESTDIR}${PREFIX}/share/sounds/login.wav - ${RM} -f ${DESTDIR}${PREFIX}/share/sounds/logout.wav - ${LN} -fs startup3.wav ${DESTDIR}${PREFIX}/share/sounds/login.wav - ${LN} -fs shutdown1.wav ${DESTDIR}${PREFIX}/share/sounds/logout.wav +USE_DIRS+= xdg-1.4 +USE_TOOLS+= gmake .include "../../mk/bsd.pkg.mk" diff --git a/audio/gnome-audio/distinfo b/audio/gnome-audio/distinfo index e620d363094..e15c14cbddd 100644 --- a/audio/gnome-audio/distinfo +++ b/audio/gnome-audio/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.4 2005/02/23 20:39:46 agc Exp $ +$NetBSD: distinfo,v 1.5 2008/04/26 00:56:05 wiz Exp $ -SHA1 (gnome-audio-2.0.0.tar.bz2) = 488f6295e2e1f54a8988dd7e71ab673cd7fc8a00 -RMD160 (gnome-audio-2.0.0.tar.bz2) = 90baaffd9ac5159ce5851094ad9069d51dea9592 -Size (gnome-audio-2.0.0.tar.bz2) = 1401319 bytes +SHA1 (gnome-audio-2.22.1.tar.bz2) = 90862a7f133d73d0084c9f1f3e21f59210691f07 +RMD160 (gnome-audio-2.22.1.tar.bz2) = 8ea2fa460f2559e817305c682c6ac4dfc7682b51 +Size (gnome-audio-2.22.1.tar.bz2) = 1001077 bytes +SHA1 (patch-aa) = ec089b7e24f5d63928fc47e9be597f871fbdf7f7 diff --git a/audio/gnome-audio/patches/patch-aa b/audio/gnome-audio/patches/patch-aa new file mode 100644 index 00000000000..e2b64e68ade --- /dev/null +++ b/audio/gnome-audio/patches/patch-aa @@ -0,0 +1,10 @@ +$NetBSD: patch-aa,v 1.1 2008/04/26 00:56:05 wiz Exp $ + +--- sounds/Makefile.orig 2008-03-25 15:05:00.000000000 +0000 ++++ sounds/Makefile +@@ -1,4 +1,4 @@ +-datadir=/usr/share ++datadir=${PREFIX}/share + + LN_S=ln -sf + INSTALL_DATA=install -c -m 444 -- cgit v1.2.3