summaryrefslogtreecommitdiffstats
path: root/deps/sip
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-05-09 16:00:45 +0200
committer Eric Hameleers <alien@slackware.com>2019-05-09 16:00:45 +0200
commit69943897d83f3e147c57039b087059b01727a0f3 (patch)
treee39ab0574e7585564973e52accdfc292d19fb2a8 /deps/sip
parent551831d63c57987da4fa7c72b77b7bb810d5082e (diff)
downloadktown-69943897d83f3e147c57039b087059b01727a0f3.tar.gz
ktown-69943897d83f3e147c57039b087059b01727a0f3.tar.xz
Deps: update qt5 and also update/rebuild the 'deps' programs using it
Diffstat (limited to 'deps/sip')
-rw-r--r--deps/sip/.url2
-rwxr-xr-xdeps/sip/sip.SlackBuild8
2 files changed, 5 insertions, 5 deletions
diff --git a/deps/sip/.url b/deps/sip/.url
index 1970e74..f0cf6f7 100644
--- a/deps/sip/.url
+++ b/deps/sip/.url
@@ -1,2 +1,2 @@
-https://www.riverbankcomputing.com/static/Downloads/sip/sip-4.19.14.tar.gz
+https://www.riverbankcomputing.com/static/Downloads/sip/4.19.16/sip-4.19.16.tar.gz
diff --git a/deps/sip/sip.SlackBuild b/deps/sip/sip.SlackBuild
index 38e620a..daf29eb 100755
--- a/deps/sip/sip.SlackBuild
+++ b/deps/sip/sip.SlackBuild
@@ -26,8 +26,8 @@
PKGNAM=sip
-VERSION=${VERSION:-4.19.14}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-4.19.16}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
@@ -71,8 +71,8 @@ rm -rf $PKGNAM-$VERSION
tar xvf $CWD/$PKGNAM-$VERSION.tar.?z* || exit 1
cd $PKGNAM-$VERSION || exit 1
-# Get PyQt4 to compile:
-cat $CWD/patches/PyQt4_sip_regression.patch | patch -p1 --verbose || exit 1
+## Get PyQt4 to compile:
+#cat $CWD/patches/PyQt4_sip_regression.patch | patch -p1 --verbose || exit 1
chown -R root:root .
find . \