summaryrefslogtreecommitdiffstats
path: root/source/n/gpgme
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-03-19 22:01:05 +0000
committer Eric Hameleers <alien@slackware.com>2020-03-20 08:59:33 +0100
commit30f51193f42e1a02f3ba9a16706bd037b9ffe93c (patch)
treef9a5d6061438db64c3c1afa47175016e51a55187 /source/n/gpgme
parent9e2e1c45f763349b9e37c5786147a9edf97f9e2d (diff)
downloadcurrent-30f51193f42e1a02f3ba9a16706bd037b9ffe93c.tar.gz
current-30f51193f42e1a02f3ba9a16706bd037b9ffe93c.tar.xz
Thu Mar 19 22:01:05 UTC 202020200319220105
ap/ghostscript-9.52-x86_64-1.txz: Upgraded. l/PyQt5-5.13.2-x86_64-1.txz: Added. l/QScintilla-2.11.4-x86_64-3.txz: Rebuilt. Added PyQt5 support. Thanks to alienBOB. l/sip-4.19.21-x86_64-2.txz: Rebuilt. Recompiled to pick up Qt5 support. n/gpgme-1.13.1-x86_64-3.txz: Rebuilt. Added Qt5 bindings. Thanks to alienBOB.
Diffstat (limited to 'source/n/gpgme')
-rwxr-xr-xsource/n/gpgme/gpgme.SlackBuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/n/gpgme/gpgme.SlackBuild b/source/n/gpgme/gpgme.SlackBuild
index 7ec11f06b..ef7caaac1 100755
--- a/source/n/gpgme/gpgme.SlackBuild
+++ b/source/n/gpgme/gpgme.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=gpgme
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -77,7 +77,6 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
-# Don't build qt binding which requires qt5:
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@@ -85,7 +84,7 @@ CXXFLAGS="$SLKCFLAGS" \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--infodir=/usr/info \
- --enable-languages="cl cpp python" \
+ --enable-languages="cl cpp python qt" \
--docdir=/usr/doc/gpgme-$VERSION \
--build=$ARCH-slackware-linux \
--host=$ARCH-slackware-linux || exit 1