diff options
author | Leo C <leoc@gmx.com> | 2020-09-12 01:03:26 +0100 |
---|---|---|
committer | Dave Woodfall <dave@slackbuilds.org> | 2020-09-12 01:03:26 +0100 |
commit | b6c94566fcef44315d3f3cf42e37f6e2dfad7b77 (patch) | |
tree | 0c5e5febd1bbc9aa44f44dac60816c09148a085d /desktop/kupfer/kupfer.SlackBuild | |
parent | 0aa2561dce3a19e629592f2d3cbc2705e0f5d7b5 (diff) |
desktop/kupfer: Updated for version v320.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'desktop/kupfer/kupfer.SlackBuild')
-rw-r--r-- | desktop/kupfer/kupfer.SlackBuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/desktop/kupfer/kupfer.SlackBuild b/desktop/kupfer/kupfer.SlackBuild index 8c8c0f231745..8298e218c0b3 100644 --- a/desktop/kupfer/kupfer.SlackBuild +++ b/desktop/kupfer/kupfer.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for kupfer -# Copyright 2018 Leonardo Citrolo, Italy +# Copyright 2018-2020 Leonardo Citrolo, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=kupfer -VERSION=${VERSION:-v319} +VERSION=${VERSION:-v320} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -40,8 +40,9 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.xz +mkdir $PRGNAM-$VERSION cd $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ @@ -51,12 +52,13 @@ find -L . \ ./waf configure \ --prefix=/usr \ - --mandir=/usr/man + --mandir=/usr/man \ + --no-update-mime ./waf build ./waf install --destdir=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/html -cp -a README.rst \ +cp -a COPYING README.rst \ $PKG/usr/doc/$PRGNAM-$VERSION cd Documentation sed -i 's/rst2html5 /rst2html5.py /' Makefile |