gnome-audio r40 - in trunk: . sounds sounds/gtk-events sounds/panel



Author: hadess
Date: Fri Mar 21 10:25:45 2008
New Revision: 40
URL: http://svn.gnome.org/viewvc/gnome-audio?rev=40&view=rev

Log:
2008-03-21  Bastien Nocera  <hadess hadess net>

	* Makefile: 2.22.0
	* README: add licensing for the new sounds
	* sounds/Makefile: update install method
	* sounds/*.wav: update for new millenium, hopefully a better
	default



Modified:
   trunk/ChangeLog
   trunk/Makefile
   trunk/README
   trunk/sounds/Makefile
   trunk/sounds/card_shuffle.wav
   trunk/sounds/email.wav
   trunk/sounds/error.wav
   trunk/sounds/generic.wav
   trunk/sounds/gtk-events/activate.wav
   trunk/sounds/gtk-events/clicked.wav
   trunk/sounds/gtk-events/toggled.wav
   trunk/sounds/panel/slide.wav
   trunk/sounds/phone.wav
   trunk/sounds/question.wav
   trunk/sounds/warning.wav

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Fri Mar 21 10:25:45 2008
@@ -1,4 +1,4 @@
-VERSION=1.4.0
+VERSION=2.22.0
 DD=gnome-audio-$(VERSION)
 
 all: gnome-audio.spec
@@ -17,3 +17,4 @@
 	install -m644 sounds/Makefile $(DD)/sounds
 	tar -czvf $(DD).tar.gz $(DD)
 	rm -rf $(DD)
+

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Fri Mar 21 10:25:45 2008
@@ -23,3 +23,28 @@
 
 Thanks,
 -- Elliot Lee <sopwith redhat com>
+
+
+
+Attribution
+-----------
+
+- startup3.wav was 06_-_epsilon.wav
+- shutdown1.wav was 01_-_alpha.wav
+from Silvertheme by Andreas Karlsson under the Creative Commons ShareAlike 2.0
+Original location: http://kde-look.org/content/show.php/silvertheme?content=33519
+License: http://creativecommons.org/licenses/by-sa/2.0/
+
+- gtk-events/*
+from Cleanus-Gnome, by Martyn Clement under the Creative Commons - Attribution-Share Alike 2.0 Generic
+Original location: http://kde-look.org/content/show.php/Cleanus?content=61245
+License: http://creativecommons.org/licenses/by-sa/2.0/
+
+- question.wav was Popup.wav
+- generic.wav was Question_background.wav
+- error.wav was Question.wav
+from Borealis by Ivica Ico Bukvic (SlipStreamScapes) under the Creative Commons - Attribution 3.0 Unported
+Original location: http://kde-look.org/content/show.php/%22Borealis%22+sound+theme?content=12584
+Site: http://ico.bukvic.net
+License: http://creativecommons.org/licenses/by/3.0/deed
+

Modified: trunk/sounds/Makefile
==============================================================================
--- trunk/sounds/Makefile	(original)
+++ trunk/sounds/Makefile	Fri Mar 21 10:25:45 2008
@@ -1,4 +1,4 @@
-prefix=$(shell gnome-config --prefix)
+datadir=/usr/share
 
 LN_S=ln -sf
 INSTALL_DATA=install -c -m 444 
@@ -12,10 +12,10 @@
 
 install-files:
 	for I in *.wav */*.wav ; do \
-		$(MKINSTALLDIRS) $(prefix)/share/sounds/`dirname $$I`; \
-		$(INSTALL_DATA) $$I $(prefix)/share/sounds/$$I; \
+		$(MKINSTALLDIRS) $(datadir)/sounds/`dirname $$I`; \
+		$(INSTALL_DATA) $$I $(datadir)/sounds/$$I; \
 	done
 
 install-default-links:
-	$(LN_S) startup3.wav $(prefix)/share/sounds/login.wav
-	$(LN_S) shutdown1.wav $(prefix)/share/sounds/logout.wav
+	$(LN_S) startup3.wav $(datadir)/sounds/login.wav
+	$(LN_S) shutdown1.wav $(datadir)/sounds/logout.wav

Modified: trunk/sounds/card_shuffle.wav
==============================================================================
Binary files. No diff available.

Modified: trunk/sounds/email.wav
==============================================================================
Binary files. No diff available.

Modified: trunk/sounds/error.wav
==============================================================================
Binary files. No diff available.

Modified: trunk/sounds/generic.wav
==============================================================================
Binary files. No diff available.

Modified: trunk/sounds/gtk-events/activate.wav
==============================================================================
Binary files. No diff available.

Modified: trunk/sounds/gtk-events/clicked.wav
==============================================================================
Binary files. No diff available.

Modified: trunk/sounds/gtk-events/toggled.wav
==============================================================================
Binary files. No diff available.

Modified: trunk/sounds/panel/slide.wav
==============================================================================
Binary files. No diff available.

Modified: trunk/sounds/phone.wav
==============================================================================
Binary files. No diff available.

Modified: trunk/sounds/question.wav
==============================================================================
Binary files. No diff available.

Modified: trunk/sounds/warning.wav
==============================================================================
Binary files. No diff available.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]