org.guifications.plugins: c108d2038ff4394d673a2d3cceb41a155357cb5c
grim at guifications.org
grim at guifications.org
Wed Mar 12 19:15:08 CDT 2008
-----------------------------------------------------------------
Revision: c108d2038ff4394d673a2d3cceb41a155357cb5c
Ancestor: 1b414c648f486e3fee880dae2953ab6aa83e691d
Author: grim at guifications.org
Date: 2008-03-13T00:11:17
Branch: org.guifications.plugins
Renamed entries:
napster/napster16x16.png to napster/16/napster.png
napster/napster22x22.png to napster/22/napster.png
napster/napster48x48.png to napster/48/napster.png
Added directories:
napster/16 napster/22 napster/48
Modified files:
napster/Makefile.am
ChangeLog:
distcheck now passes. The install-data-hook hack has been removed to something much more sane that doesn't require a ton of Makefile's either
-----------------------------------------------------------------
This revision's diffstat output:
Makefile.am | 27 ++++++++++++---------------
1 file changed, 12 insertions(+), 15 deletions(-)
-------------- next part --------------
============================================================
--- napster/Makefile.am 22ce52671d83689ba78b3a2fb69c08c1249d99c2
+++ napster/Makefile.am db62673b0d76fc604dcba61f87205dfec6ea44a5
@@ -1,10 +1,10 @@ EXTRA_DIST=\
EXTRA_DIST=\
+ .build \
.purple-plugin \
- .incomplete \
Makefile.mingw \
- napster16x16.png \
- napster22x22.png \
- napster48x48.png
+ 16/napster.png \
+ 22/napster.png \
+ 48/napster.png
napsterdir = $(PURPLE_LIBDIR)
@@ -22,20 +22,15 @@ if HAVE_PIDGIN
$(PURPLE_LIBS)
if HAVE_PIDGIN
-napsterpix16x16dir=$(PIDGIN_PIXMAPSDIR)/protocols/16
-napsterpix16x16_DATA=napster16x16.png
+napsterpix16dir=$(PIDGIN_PIXMAPSDIR)/protocols/16
+napsterpix16_DATA=16/napster.png
-napsterpix22x22dir=$(PIDGIN_PIXMAPSDIR)/protocols/22
-napsterpix22x22_DATA=napster22x22.png
+napsterpix22dir=$(PIDGIN_PIXMAPSDIR)/protocols/22
+napsterpix22_DATA=22/napster.png
-napsterpix48x48dir=$(PIDGIN_PIXMAPSDIR)/protocols/48
-napsterpix48x48_DATA=napster48x48.png
+napsterpix48dir=$(PIDGIN_PIXMAPSDIR)/protocols/48
+napsterpix48_DATA=48/napster.png
-install-data-hook:
- mv $(PIDGIN_PIXMAPSDIR)/protocols/16/napster16x16.png $(PIDGIN_PIXMAPSDIR)//protocols/16/napster.png
- mv $(PIDGIN_PIXMAPSDIR)/protocols/22/napster22x22.png $(PIDGIN_PIXMAPSDIR)//protocols/22/napster.png
- mv $(PIDGIN_PIXMAPSDIR)/protocols/48/napster48x48.png $(PIDGIN_PIXMAPSDIR)//protocols/48/napster.png
-
endif
endif
@@ -46,3 +41,5 @@ AM_CPPFLAGS = \
$(DEBUG_CFLAGS) \
$(PURPLE_CFLAGS)
+bullshit:
+ echo $(DESTDIR)
More information about the Plugins-commits
mailing list