SOURCES: gmpc-plugin-autoplaylist-plugins_path.patch (NEW) - missi...

jajcus jajcus at pld-linux.org
Sun Dec 17 14:37:14 CET 2006


Author: jajcus                       Date: Sun Dec 17 13:37:14 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- missing patch

---- Files affected:
SOURCES:
   gmpc-plugin-autoplaylist-plugins_path.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gmpc-plugin-autoplaylist-plugins_path.patch
diff -u /dev/null SOURCES/gmpc-plugin-autoplaylist-plugins_path.patch:1.1
--- /dev/null	Sun Dec 17 14:37:14 2006
+++ SOURCES/gmpc-plugin-autoplaylist-plugins_path.patch	Sun Dec 17 14:37:09 2006
@@ -0,0 +1,30 @@
+diff -dur -x '*~' gmpc-autoplaylist-0.1.0.orig/glade/Makefile.am gmpc-autoplaylist-0.1.0/glade/Makefile.am
+--- gmpc-autoplaylist-0.1.0.orig/glade/Makefile.am	2006-02-19 21:13:31.000000000 +0100
++++ gmpc-autoplaylist-0.1.0/glade/Makefile.am	2006-12-15 18:43:15.000000000 +0100
+@@ -1,4 +1,4 @@
+-appgladedir = $(datadir)/gmpc/plugins/apl/
++appgladedir = $(libdir)/gmpc/apl/
+ appglade_DATA =	apl.glade 
+ 
+ EXTRA_DIST = apl.glade 
+diff -dur -x '*~' gmpc-autoplaylist-0.1.0.orig/src/Makefile.am gmpc-autoplaylist-0.1.0/src/Makefile.am
+--- gmpc-autoplaylist-0.1.0.orig/src/Makefile.am	2006-02-19 21:13:31.000000000 +0100
++++ gmpc-autoplaylist-0.1.0/src/Makefile.am	2006-12-15 18:44:11.000000000 +0100
+@@ -1,7 +1,6 @@
+-#bin_PROGRAMS=libautoplaylist_la
+-libdir=${prefix}/share/gmpc/plugins/
++pluginsdir=$(libdir)/gmpc/
+ 
+-lib_LTLIBRARIES = libautoplaylist.la
++plugins_LTLIBRARIES = libautoplaylist.la
+ 
+ libautoplaylist_la_SOURCES=\
+ 	main.c
+@@ -10,7 +9,3 @@
+ libautoplaylist_la_LIBADD= @gmpcautoplaylist_LIBS@
+ libautoplaylist_la_CFLAGS= @gmpcautoplaylist_CFLAGS@ -Wall -Wmissing-declarations
+ libautoplaylist_la_LDFLAGS= -module -avoid-version 
+-
+-install:
+-	mkdir -p ${libdir}
+-	cp .libs/libautoplaylist.so ${libdir}
================================================================


More information about the pld-cvs-commit mailing list