rev 17342 - in trunk/packages/kdelibs/debian: . patches

Pino Toscano pino-guest at alioth.debian.org
Fri Mar 5 01:18:05 UTC 2010


Author: pino-guest
Date: 2010-03-05 01:17:56 +0000 (Fri, 05 Mar 2010)
New Revision: 17342

Modified:
   trunk/packages/kdelibs/debian/changelog
   trunk/packages/kdelibs/debian/kdelibs5-dev.install
   trunk/packages/kdelibs/debian/patches/13_qt4_designer_plugins_path.diff
Log:
update patch 13_qt4_designer_plugins_path.diff to fix the installation path of the kde3supportwidgets.so designer plugin


Modified: trunk/packages/kdelibs/debian/changelog
===================================================================
--- trunk/packages/kdelibs/debian/changelog	2010-03-05 01:14:01 UTC (rev 17341)
+++ trunk/packages/kdelibs/debian/changelog	2010-03-05 01:17:56 UTC (rev 17342)
@@ -110,6 +110,8 @@
   * Add patch 29_hurd_support.diff to hopefully fix (even if not in the most
     elegant way) the compilation on GNU/Hurd.
   * Replace unused libtiff4-dev build-depend with zlib1g-dev and libjpeg-dev.
+  * Update patch 13_qt4_designer_plugins_path.diff to fix the installation path
+    of the kde3supportwidgets.so designer plugin.
 
   [ Sune Vuorela ]
   * Add patch to change a include to a forward declaration to avoid exposing
@@ -121,7 +123,7 @@
   * Added missing copyrightholders to the respective sections.
   * Added new sections for kdewebkit and kunitconversion.
 
- -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 05 Mar 2010 02:11:47 +0100
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 05 Mar 2010 02:16:23 +0100
 
 kde4libs (4:4.3.4-3) unstable; urgency=medium
 

Modified: trunk/packages/kdelibs/debian/kdelibs5-dev.install
===================================================================
--- trunk/packages/kdelibs/debian/kdelibs5-dev.install	2010-03-05 01:14:01 UTC (rev 17341)
+++ trunk/packages/kdelibs/debian/kdelibs5-dev.install	2010-03-05 01:17:56 UTC (rev 17342)
@@ -1749,7 +1749,6 @@
 usr/include/threadweaver/WeaverObserver.h
 usr/include/threadweaver/threadweaver_export.h
 usr/lib/kde4/libexec/kauth-policy-gen
-usr/lib/kde4/plugins/designer/kde3supportwidgets.so
 usr/lib/kde4/plugins/script/libkrossqtsplugin.so
 usr/lib/libkde3support.so
 usr/lib/libkdecore.so
@@ -1783,6 +1782,7 @@
 usr/lib/libplasma.so
 usr/lib/libsolid.so
 usr/lib/libthreadweaver.so
+usr/lib/qt4/plugins/designer/kde3supportwidgets.so
 usr/lib/qt4/plugins/designer/kdewidgets.so
 usr/share/dbus-1/interfaces/org.freedesktop.PowerManagement.Inhibit.xml
 usr/share/dbus-1/interfaces/org.freedesktop.PowerManagement.xml

Modified: trunk/packages/kdelibs/debian/patches/13_qt4_designer_plugins_path.diff
===================================================================
--- trunk/packages/kdelibs/debian/patches/13_qt4_designer_plugins_path.diff	2010-03-05 01:14:01 UTC (rev 17341)
+++ trunk/packages/kdelibs/debian/patches/13_qt4_designer_plugins_path.diff	2010-03-05 01:17:56 UTC (rev 17342)
@@ -1,6 +1,6 @@
 --- a/kdewidgets/CMakeLists.txt
 +++ b/kdewidgets/CMakeLists.txt
-@@ -55,7 +55,7 @@ if(NOT WIN32)
+@@ -54,7 +54,7 @@
                         )
  endif(NOT WIN32)
  
@@ -9,3 +9,12 @@
  
  if (QT_QT3SUPPORT_FOUND)
    
+@@ -88,7 +88,7 @@
+                            )
+    endif(NOT WIN32)
+ 
+-   install(TARGETS kde3supportwidgets  DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/designer )
++   install(TARGETS kde3supportwidgets  DESTINATION /usr/lib/qt4/plugins/designer )
+ endif (QT_QT3SUPPORT_FOUND)
+ 
+ 




More information about the pkg-kde-commits mailing list