SOURCES: gmpc-plugin-lastfm-provider-plugins_path.patch (NEW), gmp...

wiget wiget at pld-linux.org
Tue Feb 20 20:05:27 CET 2007


Author: wiget                        Date: Tue Feb 20 19:05:27 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix plugins path

---- Files affected:
SOURCES:
   gmpc-plugin-lastfm-provider-plugins_path.patch (NONE -> 1.1)  (NEW), gmpc-plugin-lyrics-provider-plugins_path.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gmpc-plugin-lastfm-provider-plugins_path.patch
diff -u /dev/null SOURCES/gmpc-plugin-lastfm-provider-plugins_path.patch:1.1
--- /dev/null	Tue Feb 20 20:05:27 2007
+++ SOURCES/gmpc-plugin-lastfm-provider-plugins_path.patch	Tue Feb 20 20:05:22 2007
@@ -0,0 +1,21 @@
+--- gmpc-lastfm-0.14.0/src/Makefile.am.wig	2006-10-31 13:32:19.000000000 +0100
++++ gmpc-lastfm-0.14.0/src/Makefile.am	2007-02-20 16:53:45.000000000 +0100
+@@ -1,6 +1,6 @@
+-libdir=${prefix}/share/gmpc/plugins/
++pluginsdir=$(libdir)/gmpc/
+ 
+-lib_LTLIBRARIES = lastfmplugin.la
++plugins_LTLIBRARIES = lastfmplugin.la
+ 
+ lastfmplugin_la_SOURCES=	\
+ 	plugin.c 
+@@ -9,9 +9,3 @@
+ lastfmplugin_la_LIBADD= @gmpclastfm_LIBS@ 
+ lastfmplugin_la_CFLAGS= @gmpclastfm_CFLAGS@  
+ lastfmplugin_la_LDFLAGS= -module -avoid-version 
+-
+-install: 
+-	@$(MAKE)
+-	mkdir -p ${DESTDIR}${libdir}
+-	if test -f .libs/lastfmplugin.so; then cp .libs/lastfmplugin.so ${DESTDIR}${libdir}; fi
+-	if test -f .libs/lastfmplugin.dll; then cp .libs/lastfmplugin.dll ${DESTDIR}${libdir}; fi

================================================================
Index: SOURCES/gmpc-plugin-lyrics-provider-plugins_path.patch
diff -u /dev/null SOURCES/gmpc-plugin-lyrics-provider-plugins_path.patch:1.1
--- /dev/null	Tue Feb 20 20:05:27 2007
+++ SOURCES/gmpc-plugin-lyrics-provider-plugins_path.patch	Tue Feb 20 20:05:22 2007
@@ -0,0 +1,22 @@
+--- gmpc-lyrics-0.14.0/src/Makefile.am.wig	2007-01-11 23:50:36.000000000 +0100
++++ gmpc-lyrics-0.14.0/src/Makefile.am	2007-02-20 19:54:39.000000000 +0100
+@@ -1,7 +1,6 @@
+-#bin_PROGRAMS=wikiplugin_la
+-libdir=${prefix}/share/gmpc/plugins/
++pluginsdir=$(libdir)/gmpc/
+ 
+-lib_LTLIBRARIES = lyricsplugin.la
++plugins_LTLIBRARIES = lyricsplugin.la
+ 
+ lyricsplugin_la_SOURCES= plugin.c _leoslyrics.c _lyrictracker.c _lyricwiki.c
+ 
+@@ -11,9 +10,3 @@
+ lyricsplugin_la_LDFLAGS= -module -avoid-version
+ 
+ EXTRA_DIST= gmpc-lyrics.h
+-
+-install:
+-	@$(MAKE)
+-	mkdir -p ${DESTDIR}${libdir}
+-	if test -f .libs/lyricsplugin.so; then cp .libs/lyricsplugin.so ${DESTDIR}${libdir}; fi
+-	if test -f .libs/lyricsplugin.dll; then cp .libs/lyricsplugin.dll ${DESTDIR}${libdir}; fi
================================================================


More information about the pld-cvs-commit mailing list