Update gnome-audio to 1.4.0. Includes new and improved sounds.
This commit is contained in:
parent
2e7123e187
commit
acbb53e859
3 changed files with 15 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.5 2001/02/16 13:30:41 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2001/04/07 11:17:03 rh Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gnome-audio-1.0.0
|
||||
DISTNAME= gnome-audio-1.4.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-audio/}
|
||||
|
||||
|
@ -17,8 +17,9 @@ do-install:
|
|||
${INSTALL_DATA_DIR} ${PREFIX}/share/sounds
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/sounds/panel
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/sounds/gtk-events
|
||||
.for file in card_shuffle phone shutdown1 startup1 startup2 startup3 panel/slide \
|
||||
gtk-events/activate gtk-events/clicked gtk-events/toggled
|
||||
.for file in card_shuffle phone shutdown1 startup3 warning email error \
|
||||
generic info panel/slide gtk-events/activate gtk-events/clicked \
|
||||
gtk-events/toggled
|
||||
${INSTALL_DATA} ${WRKSRC}/sounds/${file}.wav \
|
||||
${PREFIX}/share/sounds/${file}.wav
|
||||
.endfor
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
$NetBSD: md5,v 1.1.1.1 1999/09/03 11:24:29 rh Exp $
|
||||
$NetBSD: md5,v 1.2 2001/04/07 11:17:03 rh Exp $
|
||||
|
||||
MD5 (gnome-audio-1.0.0.tar.gz) = 3ae217dfa20fc8fbb67595a32d6beeec
|
||||
SHA1 (gnome-audio-1.4.0.tar.gz) = c63a40c8bc9996c423738c46baf28202ab9338f2
|
||||
|
|
|
@ -1,12 +1,15 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 1999/09/03 11:24:29 rh Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2001/04/07 11:17:03 rh Exp $
|
||||
share/sounds/card_shuffle.wav
|
||||
share/sounds/phone.wav
|
||||
share/sounds/shutdown1.wav
|
||||
share/sounds/startup3.wav
|
||||
share/sounds/warning.wav
|
||||
share/sounds/email.wav
|
||||
share/sounds/error.wav
|
||||
share/sounds/generic.wav
|
||||
share/sounds/info.wav
|
||||
share/sounds/login.wav
|
||||
share/sounds/logout.wav
|
||||
share/sounds/shutdown1.wav
|
||||
share/sounds/startup1.wav
|
||||
share/sounds/startup2.wav
|
||||
share/sounds/startup3.wav
|
||||
share/sounds/panel/slide.wav
|
||||
share/sounds/gtk-events/activate.wav
|
||||
share/sounds/gtk-events/clicked.wav
|
||||
|
|
Loading…
Reference in a new issue