1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

That's GNOME's sound file.

This commit is contained in:
Vanilla I. Shu 1998-12-30 23:18:11 +00:00
parent 5fedc6136f
commit 075db215c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15733
18 changed files with 174 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: gnomeaudio
# Version required: 0.1
# Date created: 29 Dec 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
# $Id$
#
DISTNAME= gnome-audio-0.1
PKGNAME= gnomeaudio-0.1
CATEGORIES= audio
MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \
ftp://ftp.gnome.org/pub/GNOME/sources/
MAINTAINER= vanilla@FreeBSD.ORG
USE_X_PREFIX= yes
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/gnome-audio/sounds
NO_BUILD= yes
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (gnome-audio-0.1.tar.gz) = d2b6b5a520c6c5c8931f379e1a224919

View File

@ -0,0 +1,12 @@
--- Makefile.orig Tue Dec 29 08:10:44 1998
+++ Makefile Tue Dec 29 08:11:02 1998
@@ -4,7 +4,7 @@
install:
for I in $(shell find . -name '*.wav'); do \
- install -d $(prefix)/share/sounds/`dirname $$I`; \
- install -m444 $$I $(prefix)/share/sounds/$$I; \
+ install -d $(prefix)/share/gnome/sounds/`dirname $$I`; \
+ install -m444 $$I $(prefix)/share/gnome/sounds/$$I; \
done

View File

@ -0,0 +1 @@
sound files for use with GNOME.

View File

@ -0,0 +1,3 @@
This module holds sound files for use with GNOME. Stick them in the
'sounds' directory here, or a subdirectory thereof - the whole tree will
be copied over into $(gnome_prefix)/share/gnome/sounds.

View File

@ -0,0 +1,19 @@
share/gnome/sounds/applause.wav
share/gnome/sounds/card_shuffle.wav
share/gnome/sounds/duck.wav
share/gnome/sounds/gnothello/flip-piece.wav
share/gnome/sounds/gnothello/gameover.wav
share/gnome/sounds/gtk-events/activate.wav
share/gnome/sounds/gtk-events/clicked.wav
share/gnome/sounds/gtk-events/toggled.wav
share/gnome/sounds/impact-streak.wav
share/gnome/sounds/panel/slide.wav
share/gnome/sounds/phone.wav
share/gnome/sounds/ricochet.wav
share/gnome/sounds/startup1.wav
share/gnome/sounds/startup2.wav
@dirrm share/gnome/sounds/gnothello
@dirrm share/gnome/sounds/gtk-events
@dirrm share/gnome/sounds/panel
@dirrm share/gnome/sounds
@dirrm share/gnome

22
audio/gnomeaudio/Makefile Normal file
View File

@ -0,0 +1,22 @@
# New ports collection makefile for: gnomeaudio
# Version required: 0.1
# Date created: 29 Dec 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
# $Id$
#
DISTNAME= gnome-audio-0.1
PKGNAME= gnomeaudio-0.1
CATEGORIES= audio
MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \
ftp://ftp.gnome.org/pub/GNOME/sources/
MAINTAINER= vanilla@FreeBSD.ORG
USE_X_PREFIX= yes
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/gnome-audio/sounds
NO_BUILD= yes
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (gnome-audio-0.1.tar.gz) = d2b6b5a520c6c5c8931f379e1a224919

View File

@ -0,0 +1,12 @@
--- Makefile.orig Tue Dec 29 08:10:44 1998
+++ Makefile Tue Dec 29 08:11:02 1998
@@ -4,7 +4,7 @@
install:
for I in $(shell find . -name '*.wav'); do \
- install -d $(prefix)/share/sounds/`dirname $$I`; \
- install -m444 $$I $(prefix)/share/sounds/$$I; \
+ install -d $(prefix)/share/gnome/sounds/`dirname $$I`; \
+ install -m444 $$I $(prefix)/share/gnome/sounds/$$I; \
done

View File

@ -0,0 +1 @@
sound files for use with GNOME.

View File

@ -0,0 +1,3 @@
This module holds sound files for use with GNOME. Stick them in the
'sounds' directory here, or a subdirectory thereof - the whole tree will
be copied over into $(gnome_prefix)/share/gnome/sounds.

View File

@ -0,0 +1,19 @@
share/gnome/sounds/applause.wav
share/gnome/sounds/card_shuffle.wav
share/gnome/sounds/duck.wav
share/gnome/sounds/gnothello/flip-piece.wav
share/gnome/sounds/gnothello/gameover.wav
share/gnome/sounds/gtk-events/activate.wav
share/gnome/sounds/gtk-events/clicked.wav
share/gnome/sounds/gtk-events/toggled.wav
share/gnome/sounds/impact-streak.wav
share/gnome/sounds/panel/slide.wav
share/gnome/sounds/phone.wav
share/gnome/sounds/ricochet.wav
share/gnome/sounds/startup1.wav
share/gnome/sounds/startup2.wav
@dirrm share/gnome/sounds/gnothello
@dirrm share/gnome/sounds/gtk-events
@dirrm share/gnome/sounds/panel
@dirrm share/gnome/sounds
@dirrm share/gnome

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: gnomeaudio
# Version required: 0.1
# Date created: 29 Dec 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
# $Id$
#
DISTNAME= gnome-audio-0.1
PKGNAME= gnomeaudio-0.1
CATEGORIES= audio
MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \
ftp://ftp.gnome.org/pub/GNOME/sources/
MAINTAINER= vanilla@FreeBSD.ORG
USE_X_PREFIX= yes
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/gnome-audio/sounds
NO_BUILD= yes
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (gnome-audio-0.1.tar.gz) = d2b6b5a520c6c5c8931f379e1a224919

View File

@ -0,0 +1,12 @@
--- Makefile.orig Tue Dec 29 08:10:44 1998
+++ Makefile Tue Dec 29 08:11:02 1998
@@ -4,7 +4,7 @@
install:
for I in $(shell find . -name '*.wav'); do \
- install -d $(prefix)/share/sounds/`dirname $$I`; \
- install -m444 $$I $(prefix)/share/sounds/$$I; \
+ install -d $(prefix)/share/gnome/sounds/`dirname $$I`; \
+ install -m444 $$I $(prefix)/share/gnome/sounds/$$I; \
done

View File

@ -0,0 +1 @@
sound files for use with GNOME.

View File

@ -0,0 +1,3 @@
This module holds sound files for use with GNOME. Stick them in the
'sounds' directory here, or a subdirectory thereof - the whole tree will
be copied over into $(gnome_prefix)/share/gnome/sounds.

View File

@ -0,0 +1,19 @@
share/gnome/sounds/applause.wav
share/gnome/sounds/card_shuffle.wav
share/gnome/sounds/duck.wav
share/gnome/sounds/gnothello/flip-piece.wav
share/gnome/sounds/gnothello/gameover.wav
share/gnome/sounds/gtk-events/activate.wav
share/gnome/sounds/gtk-events/clicked.wav
share/gnome/sounds/gtk-events/toggled.wav
share/gnome/sounds/impact-streak.wav
share/gnome/sounds/panel/slide.wav
share/gnome/sounds/phone.wav
share/gnome/sounds/ricochet.wav
share/gnome/sounds/startup1.wav
share/gnome/sounds/startup2.wav
@dirrm share/gnome/sounds/gnothello
@dirrm share/gnome/sounds/gtk-events
@dirrm share/gnome/sounds/panel
@dirrm share/gnome/sounds
@dirrm share/gnome