changeset 847:9376a3cad3a3 trunk

[svn] do not try to autogenerate pixmaps.h; removed build.list and moved some icons in the images dir
author giacomo
date Sat, 18 Mar 2006 13:21:00 -0800
parents 3344dd3f2bf6
children 67b5c99acf2b
files audacious/Makefile.in audacious/build.list audacious/images/info.png audacious/images/pl.png audacious/images/play.png audacious/info.png audacious/play.png audacious/playlist.png
diffstat 8 files changed, 0 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- a/audacious/Makefile.in	Sat Mar 18 12:32:41 2006 -0800
+++ b/audacious/Makefile.in	Sat Mar 18 13:21:00 2006 -0800
@@ -86,18 +86,6 @@
 desktopdir = $(datadir)/applications
 
 
-BUILT_SOURCES = pixmaps.h
-
-embedded_icons = \
-	info.png playlist.png play.png
-
-
-EXTRA_DIST = \
-	$(embedded_icons) build.list
-
-pixmaps.h: $(embedded_icons)
-	gdk-pixbuf-csource --stream --build-list `cat build.list` > pixmaps.h
-
 build_stamp.c:
 	if [ -d .svn ] || [ ! -f build_stamp.c ]; then		\
 		( \
--- a/audacious/build.list	Sat Mar 18 12:32:41 2006 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-my_pixbuf
-	./info.png
-playlist_pixbuf
-	./playlist.png
-play_pixbuf
-	./play.png
-
Binary file audacious/images/info.png has changed
Binary file audacious/images/pl.png has changed
Binary file audacious/images/play.png has changed
Binary file audacious/info.png has changed
Binary file audacious/play.png has changed
Binary file audacious/playlist.png has changed