summaryrefslogtreecommitdiffstats
path: root/deps/sip/sip.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-10-19 12:37:55 +0200
committer Eric Hameleers <alien@slackware.com>2019-10-19 12:37:55 +0200
commit4fa63ebd172b1dbf542ce3e364b4241368a9cf3f (patch)
treed258f5d011c4614cf6ab1a0068b93ed995aaf882 /deps/sip/sip.SlackBuild
parente9ba602e11cac8f0113f6857bb24b08dc48e2abb (diff)
downloadktown-4fa63ebd172b1dbf542ce3e364b4241368a9cf3f.tar.gz
ktown-4fa63ebd172b1dbf542ce3e364b4241368a9cf3f.tar.xz
Deps: rebuilt qt5, qt5-webkit and upgraded sip
The qt5 and qt5-webkit packages needed to be rebuilt against the new icu4c. The sip package was upgraded to the version which is also used in Slackware.
Diffstat (limited to 'deps/sip/sip.SlackBuild')
-rwxr-xr-xdeps/sip/sip.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/sip/sip.SlackBuild b/deps/sip/sip.SlackBuild
index e52985b..af83f82 100755
--- a/deps/sip/sip.SlackBuild
+++ b/deps/sip/sip.SlackBuild
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=sip
-VERSION=${VERSION:-4.19.18}
+VERSION=${VERSION:-4.19.19}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -82,9 +82,9 @@ cd $PKGNAM-$VERSION || exit 1
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
+ -exec chmod 755 {} \+ -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ -exec chmod 644 {} \+
python2 configure.py \
-b "/usr/bin" \