org.guifications.plugins.buildsystem_rewrite: 3dd0d73de3f1e41d95f42cf1a1968d4c604c71b3
grim at guifications.org
grim at guifications.org
Mon Apr 28 19:05:12 CDT 2008
-----------------------------------------------------------------
Revision: 3dd0d73de3f1e41d95f42cf1a1968d4c604c71b3
Ancestor: cfcae6ec228de0d83eacb26ade2580162289c750
Author: grim at guifications.org
Date: 2008-04-29T00:00:11
Branch: org.guifications.plugins.buildsystem_rewrite
Deleted entries:
xmmsremote/pixmaps xmmsremote/pixmaps/Makefile.am
Renamed entries:
xmmsremote/pixmaps/next.png to xmmsremote/next.png
xmmsremote/pixmaps/pause.png to xmmsremote/pause.png
xmmsremote/pixmaps/play.png to xmmsremote/play.png
xmmsremote/pixmaps/previous.png to xmmsremote/previous.png
xmmsremote/pixmaps/stop.png to xmmsremote/stop.png
xmmsremote/pixmaps/xmms.png to xmmsremote/xmms.png
Modified files:
xmmsremote/Makefile.am
ChangeLog:
Removed the pixmaps sub directory and moved it into the main makefile.
This is necessary for the new buildsystem which doesn't look for subdirectories. Although I suppose I could have left the images in the subdir and had the xmmsremote makefile handle them, meh this works...
-----------------------------------------------------------------
This revision's diffstat output:
Makefile.am | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
-------------- next part --------------
============================================================
--- xmmsremote/Makefile.am 4c0261a128279be78aa1017800d8fe46f11f17a2
+++ xmmsremote/Makefile.am de7a4e7c9f69aee2c90cdbf038c859d00a9c9bab
@@ -1,7 +1,17 @@
+ICONS = \
+ next.png \
+ pause.png \
+ play.png \
+ previous.png \
+ stop.png \
+ xmms.png
+
EXTRA_DIST = \
+ $(ICONS) \
plugins.cfg
-SUBDIRS = pixmaps
+xmmsremoteconfpixdir = $(PIDGIN_PIXMAPSDIR)/plugin_pack/xmmsremote
+xmmsremoteconfpix_DATA = $(ICONS)
xmmsremotedir = $(PIDGIN_LIBDIR)
More information about the Plugins-commits
mailing list