Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv3569

Modified Files:
        baghira.info baghira.patch 
Log Message:
.la-cleanup cleanup (also bump inherited deps to current ancestor-used versions)


Index: baghira.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde/baghira.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- baghira.info        7 Sep 2009 19:38:27 -0000       1.5
+++ baghira.info        7 Nov 2010 04:34:39 -0000       1.6
@@ -1,6 +1,6 @@
 Package: baghira
 Version: 0.8
-Revision: 1
+Revision: 2
 Description: KDE - A perky imitation of Apple's OSX look
 License: GPL
 Maintainer: Benjamin Reed <bagh...@fink.racoonfink.com>
@@ -16,11 +16,11 @@
        kdebase3-unified-dev (>= %v-1),
        kdelibs3-unified-dev (>= %v-1),
        libart2,
-       libgettext3-dev,
+       libgettext8-dev,
        libiconv-dev,
        libidn,
-       libjpeg,
-       libpng3 (>= 1.2.8-1),
+       libjpeg8,
+       libpng14,
        qt3 (>= 3.3.8-1027),
        x11-dev,
        unsermake (>= 0.4-0.20060316.1)
@@ -37,7 +37,11 @@
 Source2-MD5: e2dccadc3d36718ef9a7e3c7789e2bdf
 Source2ExtractDir: %n-%v
 PatchFile: %n.patch
-PatchFile-MD5: 8995ee6389e4ce3288f348cf27731568
+PatchFile-MD5: ab4c32cbd9e85cc353652b64e5d172a6
+PatchScript: <<
+       %{default_script}
+       find . -name Makefile.am | xargs perl -pi -e 
's/(_(LIBADD|LDADD)\s*=.*)/\1 \$(LIB_QT) \$(LIB_KDECORE) -lDCOP/'
+<<
 
 ConfigureParams: --with-distribution='Fink/Mac OS X'
 CompileScript: <<

Index: baghira.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/kde/baghira.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- baghira.patch       3 Jul 2009 20:18:30 -0000       1.1
+++ baghira.patch       7 Nov 2010 04:34:40 -0000       1.2
@@ -16,6 +16,20 @@
 +echo "#endif //SCPIXMAPS_H\n" >> pixmaps.h
  
  #$imagebase/AboutBaghira \
+diff -Nurd baghira-0.8/deco/Makefile.am baghira-0.8-new/deco/Makefile.am
+--- baghira-0.8/deco/Makefile.am       2005-09-29 15:16:12.000000000 -0400
++++ baghira-0.8-new/deco/Makefile.am   2010-11-07 00:27:34.000000000 -0400
+@@ -15,8 +15,8 @@
+ 
+ kde_module_LTLIBRARIES = kwin3_baghira.la
+ kwin3_baghira_la_SOURCES = baghiraclient.cc
+-kwin3_baghira_la_LIBADD = $(kde_libraries)/libkdecorations.la
+-kwin3_baghira_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -lkdecore -module
++kwin3_baghira_la_LIBADD = $(kde_libraries)/libkdecorations.la -lkdefx
++kwin3_baghira_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
+ kwin3_baghira_la_METASOURCES = AUTO
+ 
+ DISTCLEANFILES = $(kwin3_baghira_la_METASOURCES)
 diff -Nurd baghira-0.8/deco/config/generatePixmaps.sh 
baghira-0.8-new/deco/config/generatePixmaps.sh
 --- baghira-0.8/deco/config/generatePixmaps.sh 2005-09-29 15:16:13.000000000 
-0400
 +++ baghira-0.8-new/deco/config/generatePixmaps.sh     2009-07-03 
16:08:59.000000000 -0400
@@ -49,6 +63,20 @@
  $imagebase/icon_sticky >> pixmaps.h
 -echo -e "#endif //DPIXMAPS_H\n" >> pixmaps.h
 +echo "#endif //DPIXMAPS_H\n" >> pixmaps.h
+diff -Nurd baghira-0.8/sidebar/Makefile.am baghira-0.8-new/sidebar/Makefile.am
+--- baghira-0.8/sidebar/Makefile.am    2005-09-01 20:18:01.000000000 -0400
++++ baghira-0.8-new/sidebar/Makefile.am        2010-11-07 00:31:00.000000000 
-0400
+@@ -6,8 +6,8 @@
+ noinst_HEADERS = baghiralinkdrag.h baghirasidebar.h linkview.h listboxlink.h 
dndlistbox.h baghirasidebariface.h
+ 
+ konqsidebar_baghirasidebar_la_SOURCES = baghiralinkdrag.cpp 
baghirasidebar.cpp linkview.cpp listboxlink.cpp dndlistbox.cpp linkconfig.ui 
baghirasidebariface.skel
+-konqsidebar_baghirasidebar_la_LDFLAGS = -module $(KDE_PLUGIN) 
$(all_libraries) -lkonqsidebarplugin
+-konqsidebar_baghirasidebar_la_LIBADD = $(LIB_KPARTS) $(LIB_KFILE)
++konqsidebar_baghirasidebar_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
++konqsidebar_baghirasidebar_la_LIBADD = $(LIB_KPARTS) $(LIB_KFILE) 
$(LIB_KDEUI) -lkonqsidebarplugin
+ 
+ baghirasidebar_entry_DATA = baghirasidebar.desktop
+ baghirasidebar_entrydir = $(kde_datadir)/konqsidebartng/entries
 diff -Nurd baghira-0.8/style/generatePixmaps.sh 
baghira-0.8-new/style/generatePixmaps.sh
 --- baghira-0.8/style/generatePixmaps.sh       2005-10-31 06:18:45.000000000 
-0500
 +++ baghira-0.8-new/style/generatePixmaps.sh   2009-07-03 16:05:26.000000000 
-0400


------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to