From 2acc68da6fb20beb19e60e326e511d96971338f9 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 21 May 2017 22:30:07 +0200 Subject: Prepare for KDE 5_17.05 for Slackware --- deps/json-glib/.url | 1 + deps/json-glib/json-glib.SlackBuild | 4 ++-- deps/sip/.url | 2 +- deps/sip/sip.SlackBuild | 7 ++++--- 4 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 deps/json-glib/.url (limited to 'deps') 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 -- cgit v1.2.3