rev 14033 - in trunk/packages/kdebindings/debian: . patches

Ana Beatriz Guerrero López ana at alioth.debian.org
Tue Mar 10 20:36:42 UTC 2009


Author: ana
Date: 2009-03-10 20:36:42 +0000 (Tue, 10 Mar 2009)
New Revision: 14033

Added:
   trunk/packages/kdebindings/debian/patches/11_r917439_pykde4.diff
Modified:
   trunk/packages/kdebindings/debian/changelog
   trunk/packages/kdebindings/debian/patches/series
Log:
  * Add patch 11_r917439_pykde4.diff based on r917439 re-adding deleted file
    python/pykde4/tools/pykdeuic4/kde4.py.



Modified: trunk/packages/kdebindings/debian/changelog
===================================================================
--- trunk/packages/kdebindings/debian/changelog	2009-03-10 09:54:41 UTC (rev 14032)
+++ trunk/packages/kdebindings/debian/changelog	2009-03-10 20:36:42 UTC (rev 14033)
@@ -10,6 +10,8 @@
 
   * Update patches:
     - 04_fix_ruby_requires.
+  * Add patch 11_r917439_pykde4.diff based on r917439 re-adding deleted file
+    python/pykde4/tools/pykdeuic4/kde4.py.
   * Remove Build-Conflicts on debhelper (>= 7.1), it should not be necessary
     now.
 

Added: trunk/packages/kdebindings/debian/patches/11_r917439_pykde4.diff
===================================================================
--- trunk/packages/kdebindings/debian/patches/11_r917439_pykde4.diff	                        (rev 0)
+++ trunk/packages/kdebindings/debian/patches/11_r917439_pykde4.diff	2009-03-10 20:36:42 UTC (rev 14033)
@@ -0,0 +1,37 @@
+--- a/python/pykde4/tools/pykdeuic4/CMakeLists.txt
++++ b/python/pykde4/tools/pykdeuic4/CMakeLists.txt
+@@ -1,2 +1,3 @@
+ 
++PYTHON_INSTALL(kde4.py ${DATA_INSTALL_DIR}/${PROJECT_NAME})
+ PYTHON_INSTALL(pykdeuic4.py ${DATA_INSTALL_DIR}/${PROJECT_NAME})
+--- /dev/null
++++ b/python/pykde4/tools/pykdeuic4/kde4.py
+@@ -0,0 +1,28 @@
++# Copyright (C) 2007 Simon Edwards <simon at simonzone.com>
++#
++# This library is free software; you can redistribute it and/or
++# modify it under the terms of the GNU Library General Public
++# License as published by the Free Software Foundation; either
++# version 2 of the License or (at your option) version 2.1 or 
++# version 3 or, at the discretion of KDE e.V. (which shall act as
++# a proxy as in section 14 of the GPLv3), any later version.
++# 
++# This library is distributed in the hope that it will be useful,
++# but WITHOUT ANY WARRANTY; without even the implied warranty of
++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
++# Library General Public License for more details.
++# 
++# You should have received a copy of the GNU Library General Public
++# License along with this library; if not, write to the Free Software
++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 USA
++#
++pluginType = CW_FILTER
++
++def getFilter():
++    def _kdefilter(widgetname, baseclassname, module):
++        if widgetname.startswith("K"):
++            return (MATCH, (widgetname, baseclassname, "PyKDE4.kdeui"))
++        else:
++            return (NO_MATCH, None)
++
++    return _kdefilter

Modified: trunk/packages/kdebindings/debian/patches/series
===================================================================
--- trunk/packages/kdebindings/debian/patches/series	2009-03-10 09:54:41 UTC (rev 14032)
+++ trunk/packages/kdebindings/debian/patches/series	2009-03-10 20:36:42 UTC (rev 14033)
@@ -7,3 +7,4 @@
 07_fix_kpythonpluginfactory_build.diff
 08_csharp_plasma_examples.diff
 10_fix_kimono_dllimports.diff
+11_r917439_pykde4.diff




More information about the pkg-kde-commits mailing list