From 382febb9b49d285bd9b86c44f8c90811b8bd337b Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 20 Apr 2017 21:24:19 +0200 Subject: Updated deps for KDE 5_17.04 New: - qtav Updated: - accountsservice - frei0r-plugins - gpgme - ninja - poppler Recompiled: - dvdauthor --- deps/gpgme/gpgme.SlackBuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'deps/gpgme/gpgme.SlackBuild') diff --git a/deps/gpgme/gpgme.SlackBuild b/deps/gpgme/gpgme.SlackBuild index 8c698ed..02193e4 100755 --- a/deps/gpgme/gpgme.SlackBuild +++ b/deps/gpgme/gpgme.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Copyright 2006-2009 Robby Workman, Northport, AL, USA -# Copyright 2007, 2008, 2009, 2010 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2007, 2008, 2009, 2010, 2017 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -21,8 +21,10 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# Modified 2017 by Eric Hameleers + PKGNAM=gpgme -VERSION=${VERSION:-1.7.1} +VERSION=${VERSION:-1.9.0} BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: @@ -40,7 +42,7 @@ NUMJOBS=${NUMJOBS:-" -j7 "} CWD=$(pwd) TMP=${TMP:-/tmp} -PKG=$TMP/pkg-$PKGNAM +PKG=$TMP/package-$PKGNAM if [ "$ARCH" = "i586" ]; then SLKCFLAGS="-O2 -march=i586 -mtune=i686" @@ -87,6 +89,7 @@ CXXFLAGS="$SLKCFLAGS" \ --infodir=/usr/info \ --docdir=/usr/doc/gpgme-$VERSION \ --enable-languages="cl cpp python2 qt" \ + --disable-gpgsm-test \ --build=$TARGET \ --host=$TARGET -- cgit v1.2.3