summaryrefslogtreecommitdiffstats
path: root/deps
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-05-21 22:30:07 +0200
committer Eric Hameleers <alien@slackware.com>2017-05-21 22:30:07 +0200
commit2acc68da6fb20beb19e60e326e511d96971338f9 (patch)
treea74168fa08a8e51e4ff0eda2cc8f8247895c58d9 /deps
parent97ae115dfdcefa624cbdf6a048b97bc2a95a521a (diff)
downloadktown-2acc68da6fb20beb19e60e326e511d96971338f9.tar.gz
ktown-2acc68da6fb20beb19e60e326e511d96971338f9.tar.xz
Prepare for KDE 5_17.05 for Slackware
Diffstat (limited to 'deps')
-rw-r--r--deps/json-glib/.url1
-rwxr-xr-xdeps/json-glib/json-glib.SlackBuild4
-rw-r--r--deps/sip/.url2
-rwxr-xr-xdeps/sip/sip.SlackBuild7
4 files changed, 8 insertions, 6 deletions
diff --git a/deps/json-glib/.url b/deps/json-glib/.url
new file mode 100644
index 0000000..1ca85e4
--- /dev/null
+++ b/deps/json-glib/.url
@@ -0,0 +1 @@
+http://ftp.gnome.org/pub/gnome/sources/json-glib/1.2/json-glib-1.2.8.tar.xz
diff --git a/deps/json-glib/json-glib.SlackBuild b/deps/json-glib/json-glib.SlackBuild
index 4975cb1..f9a7066 100755
--- a/deps/json-glib/json-glib.SlackBuild
+++ b/deps/json-glib/json-glib.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# Copyright 2015 Patrick J. Volkerding, Sebeka, MN, USA
-# Copyright 2015 Eric Hameleers, Eindhoven, NL
+# Copyright 2015, 2017 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -24,7 +24,7 @@
PKGNAM=json-glib
-VERSION=${VERSION:-1.0.4}
+VERSION=${VERSION:-1.2.8}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
diff --git a/deps/sip/.url b/deps/sip/.url
index 906282f..2cfb996 100644
--- a/deps/sip/.url
+++ b/deps/sip/.url
@@ -1,2 +1,2 @@
-https://sourceforge.net/projects/pyqt/files/sip/sip-4.19/sip-4.19.tar.gz
+https://sourceforge.net/projects/pyqt/files/sip/sip-4.19.2/sip-4.19.2.tar.gz
diff --git a/deps/sip/sip.SlackBuild b/deps/sip/sip.SlackBuild
index 840077c..7e3b0dc 100755
--- a/deps/sip/sip.SlackBuild
+++ b/deps/sip/sip.SlackBuild
@@ -26,8 +26,8 @@
PKGNAM=sip
-VERSION=${VERSION:-4.19}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-4.19.2}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:--j7}
@@ -80,7 +80,8 @@ python configure.py \
-d "$PYTHONLIB" \
-e "/usr/include/python$PYTHONVER" \
CFLAGS="$SLKCFLAGS" \
- CXXFLAGS="$SLKCFLAGS"
+ CXXFLAGS="$SLKCFLAGS" \
+ || exit 1
make $NUMJOBS || make || exit 1
make install DESTDIR=$PKG || exit 1