[arch-commits] Commit in sip/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Mar 14 21:49:06 UTC 2019


    Date: Thursday, March 14, 2019 @ 21:49:05
  Author: arojas
Revision: 348125

Fix qt4 compatibility (FS#62014)

Modified:
  sip/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-14 21:31:38 UTC (rev 348124)
+++ PKGBUILD	2019-03-14 21:49:05 UTC (rev 348125)
@@ -6,16 +6,21 @@
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip' 'python-sip-pyqt5' 'python2-sip-pyqt5')
 pkgver=4.19.14
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')
 makedepends=('python' 'python2')
-source=("https://www.riverbankcomputing.com/static/Downloads/sip/sip-$pkgver.tar.gz")
-sha256sums=('0ef3765dbcc3b8131f83e60239f49508f82205b33cae5408c405e2e2f2d0af87')
+source=("https://www.riverbankcomputing.com/static/Downloads/sip/sip-$pkgver.tar.gz"
+        sip-qt4.patch::"https://www.riverbankcomputing.com/hg/sip/raw-rev/7bd4d19479ad")
+sha256sums=('0ef3765dbcc3b8131f83e60239f49508f82205b33cae5408c405e2e2f2d0af87'
+            '1454250769202ced369fcaed42f88b19392e83ced2e62fcd5bf32e64259374e3')
 
 prepare() {
   mkdir -p build{,-py2,-pyqt5,-pyqt5-py2}
+
+  cd sip-$pkgver
+  patch -p1 -i ../sip-qt4.patch # Fix qt4 code generation
 }
 
 build() {



More information about the arch-commits mailing list