rev 13627 - in branches/kde4.2/packages/koffice/debian: . patches

Ana Beatriz Guerrero López ana at alioth.debian.org
Wed Jan 28 17:25:40 UTC 2009


Author: ana
Date: 2009-01-28 17:25:40 +0000 (Wed, 28 Jan 2009)
New Revision: 13627

Added:
   branches/kde4.2/packages/koffice/debian/patches/
   branches/kde4.2/packages/koffice/debian/patches/rev907760_thumbnail.patch
   branches/kde4.2/packages/koffice/debian/patches/series
Modified:
   branches/kde4.2/packages/koffice/debian/changelog
   branches/kde4.2/packages/koffice/debian/control
Log:
Update build depend on libkdcraw5-dev to libkdcraw7-dev.
Backport rev907760 (patch rev907760_thumbnail.patch) to fix linking issues.
Add build depend on libgmm++-dev.



Modified: branches/kde4.2/packages/koffice/debian/changelog
===================================================================
--- branches/kde4.2/packages/koffice/debian/changelog	2009-01-28 16:57:26 UTC (rev 13626)
+++ branches/kde4.2/packages/koffice/debian/changelog	2009-01-28 17:25:40 UTC (rev 13627)
@@ -14,6 +14,10 @@
   * Update packaging for usage with KDE 4.2.0:
     - Bump build depends to 4.2.0.
     - Bump phonon build depends to 4.3.0.
+    - Update build depend on libkdcraw5-dev to libkdcraw7-dev.
+    - Backport rev907760 (patch rev907760_thumbnail.patch) to fix linking
+      issues.
+  * Add build depend on libgmm++-dev.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 24 Jan 2009 06:14:48 +0200
 

Modified: branches/kde4.2/packages/koffice/debian/control
===================================================================
--- branches/kde4.2/packages/koffice/debian/control	2009-01-28 16:57:26 UTC (rev 13626)
+++ branches/kde4.2/packages/koffice/debian/control	2009-01-28 17:25:40 UTC (rev 13627)
@@ -11,8 +11,8 @@
  libwv2-dev, libmysqlclient15-dev, libpoppler-qt4-dev, 
  libgsl0-dev, libwpd8-dev, libwpg-dev,
  libxslt1-dev, libqt4-opengl-dev, 
- pstoedit, 
- libkdcraw5-dev (>= 4:4.2.0)
+ pstoedit, libgmm++-dev,
+ libkdcraw7-dev (>= 4:4.2.0)
 Standards-Version: 3.8.0
 Homepage: http://www.koffice.org/
 

Added: branches/kde4.2/packages/koffice/debian/patches/rev907760_thumbnail.patch
===================================================================
--- branches/kde4.2/packages/koffice/debian/patches/rev907760_thumbnail.patch	                        (rev 0)
+++ branches/kde4.2/packages/koffice/debian/patches/rev907760_thumbnail.patch	2009-01-28 17:25:40 UTC (rev 13627)
@@ -0,0 +1,11 @@
+--- koffice/tools/thumbnail/CMakeLists.txt
++++ koffice/tools/thumbnail/CMakeLists.txt
+@@ -8,7 +8,7 @@
+ 
+ 
+ 
+-target_link_libraries(clipartthumbnail komain )
++target_link_libraries(clipartthumbnail ${KDE4_KIO_LIBS} komain )
+ 
+ install(TARGETS clipartthumbnail  DESTINATION ${PLUGIN_INSTALL_DIR})
+ 

Added: branches/kde4.2/packages/koffice/debian/patches/series
===================================================================
--- branches/kde4.2/packages/koffice/debian/patches/series	                        (rev 0)
+++ branches/kde4.2/packages/koffice/debian/patches/series	2009-01-28 17:25:40 UTC (rev 13627)
@@ -0,0 +1 @@
+rev907760_thumbnail.patch




More information about the pkg-kde-commits mailing list