From bd0b1b9509e0add7f4bea7a28f24e25059eedc5e Mon Sep 17 00:00:00 2001 From: tnut Date: Thu, 4 Nov 2010 15:49:00 +0100 Subject: pyqt, port nettoyé MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extra/pyqt/Pkgfile | 2 +- extra/pyqt/fix-kdebindings-4.5.2.patch | 17 ----------------- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 extra/pyqt/fix-kdebindings-4.5.2.patch (limited to 'extra') diff --git a/extra/pyqt/Pkgfile b/extra/pyqt/Pkgfile index b4733e95a..2919ac36f 100644 --- a/extra/pyqt/Pkgfile +++ b/extra/pyqt/Pkgfile @@ -8,7 +8,7 @@ name=pyqt version=4.7.7 release=2 source=(http://www.riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-$version.tar.gz - fix-kdebindings-4.5.2.patch) + http://nutyx.meticul.eu/files/patchs/$name/fix-kdebindings-4.5.2.patch) build() { cd PyQt-x11-gpl-$version diff --git a/extra/pyqt/fix-kdebindings-4.5.2.patch b/extra/pyqt/fix-kdebindings-4.5.2.patch deleted file mode 100644 index 49a915f09..000000000 --- a/extra/pyqt/fix-kdebindings-4.5.2.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- sip/QtCore/qglobal.sip~ 2010-09-20 15:10:28.000000000 +0200 -+++ sip/QtCore/qglobal.sip 2010-09-30 15:00:13.804577344 +0200 -@@ -312,12 +312,12 @@ public: - // Qt.Alignment class. - QFlags operator|(int f); - %MethodCode -- sipRes = new QFlags(*a0 | (ENUM(a1))); -+ sipRes = new QFlags(*a0 | a1); - %End - - QFlags operator^(int f); - %MethodCode -- sipRes = new QFlags(*a0 ^ (ENUM(a1))); -+ sipRes = new QFlags(*a0 ^ a1); - %End - - // These are necessary to prevent Python comparing object IDs. -- cgit v1.2.3-70-g09d2