rev 10323 - in branches/kde4/packages/kdegraphics/debian: . patches

Sune Vuorela pusling-guest at alioth.debian.org
Mon Apr 28 08:07:33 UTC 2008


Author: pusling-guest
Date: 2008-04-28 08:07:32 +0000 (Mon, 28 Apr 2008)
New Revision: 10323

Added:
   branches/kde4/packages/kdegraphics/debian/patches/
   branches/kde4/packages/kdegraphics/debian/patches/97_fix_target_link_libraries.diff
   branches/kde4/packages/kdegraphics/debian/patches/series
Modified:
   branches/kde4/packages/kdegraphics/debian/changelog
   branches/kde4/packages/kdegraphics/debian/control
Log:
new usptream, add strigi build-deps, fix target link libraries

Modified: branches/kde4/packages/kdegraphics/debian/changelog
===================================================================
--- branches/kde4/packages/kdegraphics/debian/changelog	2008-04-28 07:49:22 UTC (rev 10322)
+++ branches/kde4/packages/kdegraphics/debian/changelog	2008-04-28 08:07:32 UTC (rev 10323)
@@ -1,3 +1,11 @@
+kdegraphics (4:4.0.71+svn801741-1) experimental; urgency=low
+
+  * New upstream snapshot
+  * Fix target link libraries
+  * add strigi build-deps
+
+ -- Sune Vuorela <debian at pusling.com>  Mon, 28 Apr 2008 10:05:50 +0200
+
 kdegraphics (4:4.0.68+svn794641-1) experimental; urgency=low
 
   * New upstream snapshot. 

Modified: branches/kde4/packages/kdegraphics/debian/control
===================================================================
--- branches/kde4/packages/kdegraphics/debian/control	2008-04-28 07:49:22 UTC (rev 10322)
+++ branches/kde4/packages/kdegraphics/debian/control	2008-04-28 08:07:32 UTC (rev 10323)
@@ -7,7 +7,8 @@
  kdelibs5-dev (>= 4:4.0.68), libphonon-dev  (>= 4:4.0.68), 
  libpoppler-qt4-dev (>= 0.6.4-2), libspectre-dev, libqca2-dev,
  libsane-dev, libtiff4-dev, libgphoto2-2-dev, libchm-dev, libdjvulibre-dev,
- libxxf86vm-dev, libqimageblitz-dev (>=1:0.0.4-2), libexiv2-dev, libgs-dev
+ libxxf86vm-dev, libqimageblitz-dev (>=1:0.0.4-2), libexiv2-dev, libgs-dev,
+ libstreamanalyzer-dev, libstreams-dev
 Standards-Version: 3.7.3
 Homepage: http://www.kde.org/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/branches/kde4/packages/kdegraphics

Added: branches/kde4/packages/kdegraphics/debian/patches/97_fix_target_link_libraries.diff
===================================================================
--- branches/kde4/packages/kdegraphics/debian/patches/97_fix_target_link_libraries.diff	                        (rev 0)
+++ branches/kde4/packages/kdegraphics/debian/patches/97_fix_target_link_libraries.diff	2008-04-28 08:07:32 UTC (rev 10323)
@@ -0,0 +1,39 @@
+Index: b/kgamma/kcmkgamma/CMakeLists.txt
+===================================================================
+--- a/kgamma/kcmkgamma/CMakeLists.txt
++++ b/kgamma/kcmkgamma/CMakeLists.txt
+@@ -14,7 +14,7 @@
+ kde4_add_plugin(kcm_kgamma ${kcm_kgamma_PART_SRCS})
+ 
+ 
+-target_link_libraries(kcm_kgamma Xxf86vm ${KDE4_KDEUI_LIBS}
++target_link_libraries(kcm_kgamma Xxf86vm ${KDE4_KDEUI_LIBS} ${X11_X11_LIB}
+ ${KDE4_KDE3SUPPORT_LIBS} )
+ 
+ install(TARGETS kcm_kgamma  DESTINATION ${PLUGIN_INSTALL_DIR} )
+Index: b/okular/CMakeLists.txt
+===================================================================
+--- a/okular/CMakeLists.txt
++++ b/okular/CMakeLists.txt
+@@ -90,7 +90,7 @@
+     SET(OKULAR_IOKIT "-framework IOKit" CACHE STRING "Apple IOKit framework")
+ ENDIF(APPLE)
+ 
+-target_link_libraries(okularcore  ${OKULAR_IOKIT} ${KDE4_KIO_LIBS} ${KDE4_PHONON_LIBRARY} ${MATH_LIB} ${KDE4_THREADWEAVER_LIBRARY} )
++target_link_libraries(okularcore  ${OKULAR_IOKIT} ${KDE4_KIO_LIBS} ${KDE4_PHONON_LIBRARY} ${MATH_LIB} ${KDE4_THREADWEAVER_LIBRARY} ${QT_QTDBUS_LIBRARY} ${QT_QTNETWORK_LIBRARY} ${QT_QTXML_LIBRARY} )
+ 
+ set_target_properties(okularcore PROPERTIES VERSION 1.1.0 SOVERSION 1 )
+ 
+Index: b/svgpart/CMakeLists.txt
+===================================================================
+--- a/svgpart/CMakeLists.txt
++++ b/svgpart/CMakeLists.txt
+@@ -6,7 +6,7 @@
+ 
+ kde4_add_plugin(svgpart ${svgpart_SRCS})
+ 
+-target_link_libraries(svgpart ${KDE4_KPARTS_LIBS})
++target_link_libraries(svgpart ${KDE4_KPARTS_LIBS} ${QT_QTSVG_LIBRARY})
+ 
+ install(TARGETS svgpart DESTINATION ${PLUGIN_INSTALL_DIR})
+ install(FILES svgpart.desktop DESTINATION ${SERVICES_INSTALL_DIR})

Added: branches/kde4/packages/kdegraphics/debian/patches/series
===================================================================
--- branches/kde4/packages/kdegraphics/debian/patches/series	                        (rev 0)
+++ branches/kde4/packages/kdegraphics/debian/patches/series	2008-04-28 08:07:32 UTC (rev 10323)
@@ -0,0 +1 @@
+97_fix_target_link_libraries.diff




More information about the pkg-kde-commits mailing list