Initial import of gnome-audio-1.0.0, a set of audio files for GNOME.
This commit is contained in:
parent
3e0f9e58d9
commit
9c3a691db3
5 changed files with 58 additions and 0 deletions
27
audio/gnome-audio/Makefile
Normal file
27
audio/gnome-audio/Makefile
Normal file
|
@ -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"
|
3
audio/gnome-audio/files/md5
Normal file
3
audio/gnome-audio/files/md5
Normal file
|
@ -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
|
1
audio/gnome-audio/pkg/COMMENT
Normal file
1
audio/gnome-audio/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
a set of audio files for GNOME.
|
11
audio/gnome-audio/pkg/DESCR
Normal file
11
audio/gnome-audio/pkg/DESCR
Normal file
|
@ -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.
|
16
audio/gnome-audio/pkg/PLIST
Normal file
16
audio/gnome-audio/pkg/PLIST
Normal file
|
@ -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
|
Loading…
Reference in a new issue