rev 11304 - in branches/kde4/packages/kdebindings/debian: . patches

Sune Vuorela pusling-guest at alioth.debian.org
Fri Jul 4 08:10:35 UTC 2008


Author: pusling-guest
Date: 2008-07-04 08:10:34 +0000 (Fri, 04 Jul 2008)
New Revision: 11304

Added:
   branches/kde4/packages/kdebindings/debian/patches/03_python_nepomuk_qhash_qurl_fix.diff
Modified:
   branches/kde4/packages/kdebindings/debian/changelog
   branches/kde4/packages/kdebindings/debian/patches/series
Log:
* nepomuk apparantly uses a qHash(QUrl) withotu defining it in headers
  - let us add it to some body

Modified: branches/kde4/packages/kdebindings/debian/changelog
===================================================================
--- branches/kde4/packages/kdebindings/debian/changelog	2008-07-04 07:34:34 UTC (rev 11303)
+++ branches/kde4/packages/kdebindings/debian/changelog	2008-07-04 08:10:34 UTC (rev 11304)
@@ -12,5 +12,7 @@
   * Fix ruby build
   * Fix pykde seperate build
   * Reimplement a shell construct in make to have it be more reliable
+  * nepomuk apparantly uses a qHash(QUrl) withotu defining it in headers
+    - let us add it to some body
 
  -- Debian Qt/KDE Team <debian-qt-kde at lists.debian.org>  Fri, 04 Jul 2008 00:14:23 +0200

Added: branches/kde4/packages/kdebindings/debian/patches/03_python_nepomuk_qhash_qurl_fix.diff
===================================================================
--- branches/kde4/packages/kdebindings/debian/patches/03_python_nepomuk_qhash_qurl_fix.diff	                        (rev 0)
+++ branches/kde4/packages/kdebindings/debian/patches/03_python_nepomuk_qhash_qurl_fix.diff	2008-07-04 08:10:34 UTC (rev 11304)
@@ -0,0 +1,16 @@
+Index: b/python/pykde4/sip/nepomuk/resource.sip
+===================================================================
+--- a/python/pykde4/sip/nepomuk/resource.sip
++++ b/python/pykde4/sip/nepomuk/resource.sip
+@@ -19,6 +19,11 @@
+ // You should have received a copy of the GNU General Public License
+ // along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ 
++uint qHash( const QUrl& url )
++{
++    return qHash( ( QString )url.toString() );
++}
++
+ namespace Nepomuk
+ {
+ 

Modified: branches/kde4/packages/kdebindings/debian/patches/series
===================================================================
--- branches/kde4/packages/kdebindings/debian/patches/series	2008-07-04 07:34:34 UTC (rev 11303)
+++ branches/kde4/packages/kdebindings/debian/patches/series	2008-07-04 08:10:34 UTC (rev 11304)
@@ -1,4 +1,5 @@
 01_python_modules_dont_link_against_libpython.diff
 02_include_default_settings_in_python_cmakelist.diff
 03_fix_ruby_and_consts.diff
+03_python_nepomuk_qhash_qurl_fix.diff
 97_fix_target_link_libraries.diff




More information about the pkg-kde-commits mailing list