[arch-commits] Commit in kdebindings/kde-unstable (PKGBUILD pyqt-4.7.4-fix.patch)

Andrea Scarpino andrea at archlinux.org
Sat Jul 24 16:50:55 UTC 2010


    Date: Saturday, July 24, 2010 @ 12:50:55
  Author: andrea
Revision: 86061

already fixed

Modified:
  kdebindings/kde-unstable/PKGBUILD
Deleted:
  kdebindings/kde-unstable/pyqt-4.7.4-fix.patch

----------------------+
 PKGBUILD             |    9 ++-------
 pyqt-4.7.4-fix.patch |   15 ---------------
 2 files changed, 2 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-07-24 10:14:16 UTC (rev 86060)
+++ PKGBUILD	2010-07-24 16:50:55 UTC (rev 86061)
@@ -13,17 +13,12 @@
 license=('GPL' 'LGPL')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'pyqt' 'kdepim-runtime' 'mono'
 	'kdegraphics-okular' 'qwt' 'docbook-xsl' 'boost')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2"
-	'pyqt-4.7.4-fix.patch')
-sha1sums=('4e92f4e693943012e2456c1b9ce7f4b683671fb2'
-          '1f501de06c7f38fc8f7ceaf550f9c2dd9204ed75')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
+sha1sums=('4e92f4e693943012e2456c1b9ce7f4b683671fb2')
 
 build() {
 	cd ${srcdir}/${pkgbase}-${pkgver}
 
-	# Already fixed upstream
-	patch -Np0 -i ${srcdir}/pyqt-4.7.4-fix.patch
-
 	export MONO_SHARED_DIR="${srcdir}/build/.mono"
 	mkdir -p "$MONO_SHARED_DIR"
 	cd ${srcdir}/build

Deleted: pyqt-4.7.4-fix.patch
===================================================================
--- pyqt-4.7.4-fix.patch	2010-07-24 10:14:16 UTC (rev 86060)
+++ pyqt-4.7.4-fix.patch	2010-07-24 16:50:55 UTC (rev 86061)
@@ -1,15 +0,0 @@
-Index: python/pykde4/sip/akonadi/addressattribute.sip
-===================================================================
---- python/pykde4/sip/akonadi/addressattribute.sip	(revision 1150375)
-+++ python/pykde4/sip/akonadi/addressattribute.sip	(revision 1150562)
-@@ -57,6 +57,10 @@
-     else if (dynamic_cast<Akonadi::MessageThreadingAttribute*>(sipCpp))
-         sipType = sipType_Akonadi_MessageThreadingAttribute;
- %End
-+private:
-+//force
-+Akonadi::AddressAttribute& operator = (const Akonadi::AddressAttribute&);
-+//end
- };
- };
- %ModuleHeaderCode




More information about the arch-commits mailing list