[arch-commits] Commit in kdebindings-python/trunk (PKGBUILD pyqt495.patch)
Andrea Scarpino
andrea at archlinux.org
Wed Oct 3 15:10:02 UTC 2012
Date: Wednesday, October 3, 2012 @ 11:10:01
Author: andrea
Revision: 167874
updated the patch with the description
Modified:
kdebindings-python/trunk/PKGBUILD
kdebindings-python/trunk/pyqt495.patch
---------------+
PKGBUILD | 2 +-
pyqt495.patch | 24 +++++++++++++++++++-----
2 files changed, 20 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-10-03 15:09:25 UTC (rev 167873)
+++ PKGBUILD 2012-10-03 15:10:01 UTC (rev 167874)
@@ -21,7 +21,7 @@
export PYTHONDONTWRITEBYTECODE="TRUE"
cd pykde4-${pkgver}
- patch -p0 -i "${srcdir}"/pyqt495.patch
+ patch -p1 -i "${srcdir}"/pyqt495.patch
cd ../
mkdir build
Modified: pyqt495.patch
===================================================================
--- pyqt495.patch 2012-10-03 15:09:25 UTC (rev 167873)
+++ pyqt495.patch 2012-10-03 15:10:01 UTC (rev 167874)
@@ -1,10 +1,21 @@
---- sip/kdecore/typedefs.sip
-+++ sip/kdecore/typedefs.sip
-@@ -950,78 +950,3 @@
- return sipGetState(sipTransferObj);
+From: Luca Beltrame <lbeltrame at kde.org>
+Date: Mon, 01 Oct 2012 18:47:56 +0000
+Subject: Remove duplicated QVector<int> definition, since it's in PyQt now.
+X-Git-Url: http://quickgit.kde.org/?p=pykde4.git&a=commitdiff&h=017822bd0dfc83fe9a7a483ecc33f4aab839a3c6
+---
+Remove duplicated QVector<int> definition, since it's in PyQt now.
+Simon, if you have time, please review if everything is OK.
+
+CCMAIL: simon at simonzone.com
+---
+
+
+--- a/sip/kdecore/typedefs.sip
++++ b/sip/kdecore/typedefs.sip
+@@ -951,78 +951,4 @@
%End
};
--
+
-%MappedType QVector<int>
-{
-%TypeHeaderCode
@@ -79,3 +90,6 @@
- return sipGetState(sipTransferObj);
-%End
-};
+-
++
+
More information about the arch-commits
mailing list