[Frugalware-darcs] frugalware-current: kdelibs-3.5.5-5-i686

crazy crazy at frugalware.org
Wed Nov 22 13:41:24 CET 2006


Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20061122123444-f6986-11fdbab653d83c0160cb46810fc6081c7004ded0.gz;

[kdelibs-3.5.5-5-i686
crazy <crazy at frugalware.org>**20061122123444
 * updated branch patch
 * added a patch to fix compilation with automake>=1.10
 ( see http://bugs.kde.org/show_bug.cgi?id=137675 ) 
 * later I'll fix kdebase , kdepim , kdebindings too
 * err vmiklos you can update automake again if you want :) 
 
] {
addfile ./source/kde/kdelibs/kdelibs-kill-broken-AM_LDFLAGS_use_foo_LDFLAGS_to_fix_automake1.10.patch
hunk ./source/kde/kdelibs/FrugalBuild 7
-pkgrel=4
+pkgrel=5
hunk ./source/kde/kdelibs/FrugalBuild 20
+	kdelibs-kill-broken-AM_LDFLAGS_use_foo_LDFLAGS_to_fix_automake1.10.patch \
hunk ./source/kde/kdelibs/FrugalBuild 31
-          'e2b59cd43da1e5019e0f47af6775af9f8b3341a9' \
+          'abed3af2e7633577c86b656f506aace77ea55193' \
+          '916c2a2c5e28f4d72720d37348f9c813114adabf' \
hunk ./source/kde/kdelibs/kdelibs-kill-broken-AM_LDFLAGS_use_foo_LDFLAGS_to_fix_automake1.10.patch 1
+Index: kioslave/metainfo/Makefile.am
+===================================================================
+--- kioslave/metainfo/Makefile.am	(Revision 606834)
++++ kioslave/metainfo/Makefile.am	(Arbeitskopie)
+@@ -2,7 +2,7 @@
+ ## Makefile.am of kdebase/kioslave/metainfo
+ 
+ INCLUDES = $(all_includes)
+-AM_LDFLAGS = $(all_libraries) $(KDE_RPATH)
++AM_LDFLAGS = $(KDE_RPATH) $(all_libraries)
+ METASOURCES = AUTO
+ 
+ kde_module_LTLIBRARIES = kio_metainfo.la
+Index: kioslave/gzip/Makefile.am
+===================================================================
+--- kioslave/gzip/Makefile.am	(Revision 606834)
++++ kioslave/gzip/Makefile.am	(Arbeitskopie)
+@@ -1,5 +1,5 @@
+ INCLUDES = -I$(top_srcdir)/kio $(all_includes)
+-AM_LDFLAGS = $(all_libraries) $(KDE_RPATH)
++AM_LDFLAGS = $(KDE_RPATH) $(all_libraries)
+ METASOURCES = AUTO
+ 
+ kde_module_LTLIBRARIES = kgzipfilter.la
+Index: kio/tests/Makefile.am
+===================================================================
+--- kio/tests/Makefile.am	(Revision 606834)
++++ kio/tests/Makefile.am	(Arbeitskopie)
+@@ -18,7 +18,7 @@
+ 
+ INCLUDES= -I$(top_srcdir) -I$(top_srcdir)/kio $(all_includes)
+ LDADD = $(LIB_KIO)
+-AM_LDFLAGS = $(all_libraries) $(KDE_RPATH)
++AM_LDFLAGS = $(KDE_RPATH) $(all_libraries)
+ 
+ check_PROGRAMS = ksycocatest getalltest kruntest ktartest kziptest\
+                  kioslavetest kdirwatchtest kshredtest speed kurifiltertest \
+Index: dcop/tests/Makefile.am
+===================================================================
+--- dcop/tests/Makefile.am	(Revision 606834)
++++ dcop/tests/Makefile.am	(Arbeitskopie)
+@@ -3,7 +3,6 @@
+ 	@echo -e "dcop tests not run.\nRun make tests in the tests directory to make them"
+ 
+ INCLUDES = $(all_includes)
+-AM_LDFLAGS   = $(all_libraries)
+ 
+ METASOURCES = AUTO
+ 
+@@ -17,7 +16,7 @@
+ 
+ driver_SOURCES = driver.cpp test.stub
+ driver_LDADD = $(LIB_KDECORE)
+-driver_LDFLAGS = $(KDE_RPATH)
++driver_LDFLAGS = $(KDE_RPATH) $(all_libraries)
+ 
+ CLEANFILES = batch.generated definitions.generated driver.generated shell.generated
+ 
+Index: dcop/dcopidl2cpp/Makefile.am
+===================================================================
+--- dcop/dcopidl2cpp/Makefile.am	(Revision 606834)
++++ dcop/dcopidl2cpp/Makefile.am	(Arbeitskopie)
+@@ -1,6 +1,5 @@
+ 
+ INCLUDES = $(all_includes)
+-AM_LDFLAGS   = $(all_libraries)
+ 
+ ####### Files
+ 
+@@ -10,7 +9,7 @@
+ noinst_HEADERS = main.h
+ 
+ dcopidl2cpp_LDADD = $(LIB_QT)
+-dcopidl2cpp_LDFLAGS = $(KDE_RPATH)
++dcopidl2cpp_LDFLAGS = $(all_libraries) $(KDE_RPATH)
+ 
+ dcopidl_output.kidl: ../dcopidl/dcopidl $(srcdir)/dcopidl_test.h
+ 	../dcopidl/dcopidl $(srcdir)/dcopidl_test.h > dcopidl_output.kidl
+Index: dcop/client/Makefile.am
+===================================================================
+--- dcop/client/Makefile.am	(Revision 606834)
++++ dcop/client/Makefile.am	(Arbeitskopie)
+@@ -1,6 +1,5 @@
+ 
+ INCLUDES = $(all_includes)
+-AM_LDFLAGS   = $(all_libraries)
+ DCOP_LIB = ../libDCOP.la
+ 
+ ####### Files
+@@ -9,19 +8,19 @@
+ 
+ dcop_SOURCES = dcop.cpp
+ dcop_LDADD = $(LIB_QT) $(DCOP_LIB)
+-dcop_LDFLAGS = $(KDE_RPATH)
++dcop_LDFLAGS = $(KDE_RPATH) $(all_libraries)
+ 
+ dcopstart_SOURCES = dcopstart.cpp
+ dcopstart_LDADD = $(LIB_QT) $(DCOP_LIB)
+-dcopstart_LDFLAGS = $(KDE_RPATH)
++dcopstart_LDFLAGS = $(KDE_RPATH) $(all_libraries)
+ 
+ dcopquit_SOURCES = dcopquit.cpp
+ dcopquit_LDADD = $(LIB_QT) $(DCOP_LIB)
+-dcopquit_LDFLAGS = $(KDE_RPATH)
++dcopquit_LDFLAGS = $(KDE_RPATH) $(all_libraries)
+ 
+ dcopfind_SOURCES = dcopfind.cpp
+ dcopfind_LDADD = $(LIB_QT) $(DCOP_LIB)
+-dcopfind_LDFLAGS = $(KDE_RPATH)
++dcopfind_LDFLAGS = $(KDE_RPATH) $(all_libraries)
+ 
+ dcopclient_SOURCES = dcopclient.c
+ dcopobject_SOURCES = dcopobject.c
+Index: dcop/dcopidl/Makefile.am
+===================================================================
+--- dcop/dcopidl/Makefile.am	(Revision 606834)
++++ dcop/dcopidl/Makefile.am	(Arbeitskopie)
+@@ -1,6 +1,5 @@
+ 
+ INCLUDES = $(all_includes)
+-AM_LDFLAGS   = $(all_libraries)
+ AM_CPPFLAGS = -DYYDEBUG
+ 
+ ####### Files
+@@ -11,7 +10,7 @@
+ noinst_HEADERS = yacc.cc.h
+ 
+ dcopidl_LDADD = $(LIB_QT)
+-dcopidl_LDFLAGS = $(KDE_RPATH)
++dcopidl_LDFLAGS = $(KDE_RPATH) $(all_libraries)
+ 
+ ####### Build rules
+ 
}


More information about the Frugalware-darcs mailing list