rev 12149 - in branches/kde4-backports/packages/kdenetwork/debian: . patches

Ana Beatriz Guerrero López ana at alioth.debian.org
Thu Sep 11 19:16:09 UTC 2008


Author: ana
Date: 2008-09-11 19:16:09 +0000 (Thu, 11 Sep 2008)
New Revision: 12149

Added:
   branches/kde4-backports/packages/kdenetwork/debian/patches/97_fix_target_link_libraries.diff
   branches/kde4-backports/packages/kdenetwork/debian/patches/series
Modified:
   branches/kde4-backports/packages/kdenetwork/debian/changelog
   branches/kde4-backports/packages/kdenetwork/debian/control
Log:
merge kdenetwork


Modified: branches/kde4-backports/packages/kdenetwork/debian/changelog
===================================================================
--- branches/kde4-backports/packages/kdenetwork/debian/changelog	2008-09-11 18:43:29 UTC (rev 12148)
+++ branches/kde4-backports/packages/kdenetwork/debian/changelog	2008-09-11 19:16:09 UTC (rev 12149)
@@ -1,3 +1,10 @@
+kdenetwork (4:4.1.1-1) experimental; urgency=low
+
+  * New upstream release.
+  * Add target link libraries patch to deal with changes in pimlibs.
+
+ -- Sune Vuorela <debian at pusling.com>  Mon, 01 Sep 2008 09:21:53 +0200
+
 kdenetwork (4:4.1.0-1~lenny+1) lenny; urgency=low
 
   * Backport for Lenny.

Modified: branches/kde4-backports/packages/kdenetwork/debian/control
===================================================================
--- branches/kde4-backports/packages/kdenetwork/debian/control	2008-09-11 18:43:29 UTC (rev 12148)
+++ branches/kde4-backports/packages/kdenetwork/debian/control	2008-09-11 19:16:09 UTC (rev 12149)
@@ -9,7 +9,7 @@
  libxdamage-dev, libxss-dev, libslp-dev, libiw-dev, libidn11-dev,
  libvncserver-dev (>= 0.9.3), libqca2-dev (>= 2.0.0),
  libsqlite3-dev, libqimageblitz-dev (>= 1:0.0.4),
- libgmp3-dev, libotr2-dev, libboost-dev, libavahi-compat-libdnssd-dev
+ libgmp3-dev, libotr2-dev, libboost-dev, libdecibel-dev, libavahi-compat-libdnssd-dev
 Standards-Version: 3.7.3
 Homepage: http://www.kde.org/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/branches/kde4/packages/kdenetwork

Copied: branches/kde4-backports/packages/kdenetwork/debian/patches/97_fix_target_link_libraries.diff (from rev 12148, branches/kde4/packages/kdenetwork/debian/patches/97_fix_target_link_libraries.diff)
===================================================================
--- branches/kde4-backports/packages/kdenetwork/debian/patches/97_fix_target_link_libraries.diff	                        (rev 0)
+++ branches/kde4-backports/packages/kdenetwork/debian/patches/97_fix_target_link_libraries.diff	2008-09-11 19:16:09 UTC (rev 12149)
@@ -0,0 +1,11 @@
+--- a/knewsticker/CMakeLists.txt
++++ b/knewsticker/CMakeLists.txt
+@@ -13,7 +13,7 @@
+ kde4_add_ui_files(knewsticker_SRCS visualsettings.ui feedsettings.ui)
+ kde4_add_plugin(plasma_applet_knewsticker ${knewsticker_SRCS})
+ 
+-target_link_libraries(plasma_applet_knewsticker ${PLASMA_LIBS} ${KDE4_SYNDICATION_LIBS})
++target_link_libraries(plasma_applet_knewsticker ${PLASMA_LIBS} ${KDE4_SYNDICATION_LIBS}  ${KDE4_KDECORE_LIBS} ${QT_QTCORE_LIBRARY} ${KDE4_KDEUI_LIBS})
+ 
+ install(TARGETS plasma_applet_knewsticker DESTINATION ${PLUGIN_INSTALL_DIR})
+ 

Copied: branches/kde4-backports/packages/kdenetwork/debian/patches/series (from rev 12148, branches/kde4/packages/kdenetwork/debian/patches/series)
===================================================================
--- branches/kde4-backports/packages/kdenetwork/debian/patches/series	                        (rev 0)
+++ branches/kde4-backports/packages/kdenetwork/debian/patches/series	2008-09-11 19:16:09 UTC (rev 12149)
@@ -0,0 +1 @@
+97_fix_target_link_libraries.diff




More information about the pkg-kde-commits mailing list