summaryrefslogtreecommitdiff
path: root/audio/gnome-audio
diff options
context:
space:
mode:
authorrh <rh>1999-09-03 11:24:29 +0000
committerrh <rh>1999-09-03 11:24:29 +0000
commit83b93a91808710106d11b3820b795270277ac4b1 (patch)
tree45d9534c00bf005fef31233a1a87dc1dfeffb834 /audio/gnome-audio
parent4d5efbcf84528a34831529ce4efcc24ffd7ad638 (diff)
downloadpkgsrc-83b93a91808710106d11b3820b795270277ac4b1.tar.gz
Initial import of gnome-audio-1.0.0, a set of audio files for GNOME.
Diffstat (limited to 'audio/gnome-audio')
-rw-r--r--audio/gnome-audio/Makefile27
-rw-r--r--audio/gnome-audio/files/md53
-rw-r--r--audio/gnome-audio/pkg/COMMENT1
-rw-r--r--audio/gnome-audio/pkg/DESCR11
-rw-r--r--audio/gnome-audio/pkg/PLIST16
5 files changed, 58 insertions, 0 deletions
diff --git a/audio/gnome-audio/Makefile b/audio/gnome-audio/Makefile
new file mode 100644
index 00000000000..698aba4ea9b
--- /dev/null
+++ b/audio/gnome-audio/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/09/03 11:24:29 rh Exp $
+#
+
+DISTNAME= gnome-audio-1.0.0
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_GNOME:=gnome-1.0/sources/}
+
+MAINTAINER= rh@netbsd.org
+HOMEPAGE= http://www.gnome.org/
+
+NO_CONFIGURE= YES
+USE_X11BASE= YES
+MAKE_ENV+= prefix="${PREFIX}"
+
+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
+ ${INSTALL_DATA} ${WRKSRC}/sounds/${file}.wav \
+ ${PREFIX}/share/sounds/${file}.wav
+.endfor
+ ${LN} -fs startup3.wav ${PREFIX}/share/sounds/login.wav
+ ${LN} -fs shutdown1.wav ${PREFIX}/share/sounds/logout.wav
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/audio/gnome-audio/files/md5 b/audio/gnome-audio/files/md5
new file mode 100644
index 00000000000..cf1c780cc43
--- /dev/null
+++ b/audio/gnome-audio/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/09/03 11:24:29 rh Exp $
+
+MD5 (gnome-audio-1.0.0.tar.gz) = 3ae217dfa20fc8fbb67595a32d6beeec
diff --git a/audio/gnome-audio/pkg/COMMENT b/audio/gnome-audio/pkg/COMMENT
new file mode 100644
index 00000000000..7f90d991c83
--- /dev/null
+++ b/audio/gnome-audio/pkg/COMMENT
@@ -0,0 +1 @@
+a set of audio files for GNOME.
diff --git a/audio/gnome-audio/pkg/DESCR b/audio/gnome-audio/pkg/DESCR
new file mode 100644
index 00000000000..c13b1f3f7ce
--- /dev/null
+++ b/audio/gnome-audio/pkg/DESCR
@@ -0,0 +1,11 @@
+This package contains the GNOME audio files.
+
+From the GNOME home page:
+
+GNOME stands for GNU Network Object Model Environment. The GNOME
+project intends to build a complete, user-friendly desktop based
+entirely on free software. GNOME is part of the GNU project, and
+GNOME is part of the OpenSource(tm) movement. The desktop will
+consist of small utilities and larger applications which share a
+consistent look and feel. GNOME uses GTK+ as the GUI toolkit for
+all GNOME-compliant applications.
diff --git a/audio/gnome-audio/pkg/PLIST b/audio/gnome-audio/pkg/PLIST
new file mode 100644
index 00000000000..b4164a79be2
--- /dev/null
+++ b/audio/gnome-audio/pkg/PLIST
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/09/03 11:24:29 rh Exp $
+share/sounds/card_shuffle.wav
+share/sounds/phone.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
+share/sounds/gtk-events/toggled.wav
+@dirrm share/sounds/gtk-events
+@dirrm share/sounds/panel
+@unexec rmdir %D/share/sounds 2>/dev/null || true