From 0670c513ef7ae9c0c2f2bc1e154e188330f6996c Mon Sep 17 00:00:00 2001 From: rh Date: Fri, 3 Sep 1999 11:24:29 +0000 Subject: Initial import of gnome-audio-1.0.0, a set of audio files for GNOME. --- audio/gnome-audio/Makefile | 27 +++++++++++++++++++++++++++ audio/gnome-audio/files/md5 | 3 +++ audio/gnome-audio/pkg/COMMENT | 1 + audio/gnome-audio/pkg/DESCR | 11 +++++++++++ audio/gnome-audio/pkg/PLIST | 16 ++++++++++++++++ 5 files changed, 58 insertions(+) create mode 100644 audio/gnome-audio/Makefile create mode 100644 audio/gnome-audio/files/md5 create mode 100644 audio/gnome-audio/pkg/COMMENT create mode 100644 audio/gnome-audio/pkg/DESCR create mode 100644 audio/gnome-audio/pkg/PLIST (limited to 'audio/gnome-audio') 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 -- cgit v1.2.3