diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2018-10-12 19:24:43 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-10-13 09:00:32 +0200 |
commit | b42b16eec587c4ab50ca3ba4c2ffe5b4f06e63d2 (patch) | |
tree | 31394fbaf0736eae7bd6a05121c60a0c0a2397c2 /source/l/pycups/pycups.SlackBuild | |
parent | 7716b728c18deb9a2c780e148050e3683d4d93c1 (diff) | |
download | current-b42b16eec587c4ab50ca3ba4c2ffe5b4f06e63d2.tar.gz |
Fri Oct 12 19:24:43 UTC 201820181012192443
l/pycups-1.9.74-x86_64-1.txz: Upgraded.
l/pyparsing-2.2.2-x86_64-1.txz: Upgraded.
l/python-packaging-18.0-x86_64-1.txz: Upgraded.
n/gpgme-1.12.0-x86_64-1.txz: Upgraded.
Please note that kdepimlibs ships with an earlier (and incompatible) version
of gpgme and both packages install headers into /usr/include/gpgme++/. In
order to recompile any packages depending on kdepimlibs, that package will
need to be reinstalled. Originally gpgme was developed by the KDE project
but later ended up under the gnupg umbrella. I'm not finding any clean way
to work around this conflict, but I believe it will go away once we switch
over to Plasma 5.
Diffstat (limited to 'source/l/pycups/pycups.SlackBuild')
-rwxr-xr-x | source/l/pycups/pycups.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/l/pycups/pycups.SlackBuild b/source/l/pycups/pycups.SlackBuild index 6afdabd1..36ddee6e 100755 --- a/source/l/pycups/pycups.SlackBuild +++ b/source/l/pycups/pycups.SlackBuild @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=pycups -VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-4} +VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -56,7 +56,7 @@ rm -rf $PKG mkdir -p $TMP $PKG cd $TMP || exit 1 rm -rf $PKGNAM-$VERSION -tar xvf $CWD/$PKGNAM-$VERSION.tar.?z* || exit 1 +tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1 cd $PKGNAM-$VERSION || exit 1 chown -R root:root . find . \ |