mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/kdebindings-python patch fix
This commit is contained in:
parent
85897100f6
commit
14107c10ea
2 changed files with 5 additions and 19 deletions
|
@ -20,7 +20,7 @@ source=("http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz"
|
|||
'pyqt495.patch')
|
||||
sha1sums=('44b3f02797c43a59f8c3a91131a2488a733cfa11'
|
||||
'20d37a8b127eebffc4556352168786036969ee78'
|
||||
'0935c32e55806873f2d088613594559285da7e9c')
|
||||
'30def4a0ff94c9f3f173347e0e0bcac195cfe780')
|
||||
|
||||
build() {
|
||||
export PYTHONDONTWRITEBYTECODE="TRUE"
|
||||
|
|
|
@ -1,18 +1,7 @@
|
|||
From: Luca Beltrame <lbeltrame@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@simonzone.com
|
||||
---
|
||||
|
||||
|
||||
--- a/sip/kdecore/typedefs.sip
|
||||
+++ b/sip/kdecore/typedefs.sip
|
||||
@@ -951,78 +951,4 @@
|
||||
diff -urN a/sip/kdecore/typedefs.sip b/sip/kdecore/typedefs.sip
|
||||
--- a/sip/kdecore/typedefs.sip 2012-09-27 18:18:24.000000000 -0600
|
||||
+++ b/sip/kdecore/typedefs.sip 2012-10-18 07:32:15.490502568 -0600
|
||||
@@ -951,77 +951,3 @@
|
||||
%End
|
||||
};
|
||||
|
||||
|
@ -90,6 +79,3 @@ CCMAIL: simon@simonzone.com
|
|||
- return sipGetState(sipTransferObj);
|
||||
-%End
|
||||
-};
|
||||
-
|
||||
+
|
||||
|
||||
|
|
Loading…
Reference in a new issue