diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2023-06-20 19:50:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-20 19:50:16 +0700 |
commit | 7186da9e9e9b0a0a6345cf6b3226729188e647ca (patch) | |
tree | 16b5b17497e0de477e4284867635533bcfb85205 /desktop/thunar-sendto-clamtk | |
parent | 44b5da2190e89613775de14570fdc8e04a75d50d (diff) |
desktop/thunar-sendto-clamtk: Updated for version 0.07.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/thunar-sendto-clamtk')
-rw-r--r-- | desktop/thunar-sendto-clamtk/thunar-sendto-clamtk.SlackBuild | 11 | ||||
-rw-r--r-- | desktop/thunar-sendto-clamtk/thunar-sendto-clamtk.info | 8 |
2 files changed, 8 insertions, 11 deletions
diff --git a/desktop/thunar-sendto-clamtk/thunar-sendto-clamtk.SlackBuild b/desktop/thunar-sendto-clamtk/thunar-sendto-clamtk.SlackBuild index 273bc3a32e689..f03cc73e9373b 100644 --- a/desktop/thunar-sendto-clamtk/thunar-sendto-clamtk.SlackBuild +++ b/desktop/thunar-sendto-clamtk/thunar-sendto-clamtk.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for thunar-sendto-clamtk -# Copyright 2012-2021 Petar Petrov slackalaxy@gmail.com +# Copyright 2012-2023 Petar Petrov slackalaxy@gmail.com # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,16 +25,13 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=thunar-sendto-clamtk -VERSION=${VERSION:-0.06} +VERSION=${VERSION:-0.07} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} ARCH=noarch -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -50,7 +47,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.xz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ @@ -63,7 +60,7 @@ install -D -m644 $PRGNAM.desktop $PKG/usr/share/Thunar/sendto/$PRGNAM.desktop install -D -m644 $PRGNAM.1.gz $PKG/usr/man/man1/$PRGNAM.1.gz mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a CHANGES DISCLAIMER LICENSE README $PKG/usr/doc/$PRGNAM-$VERSION +cp -a CHANGES DISCLAIMER LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/desktop/thunar-sendto-clamtk/thunar-sendto-clamtk.info b/desktop/thunar-sendto-clamtk/thunar-sendto-clamtk.info index 90958ad569133..fe5ed4eb9654d 100644 --- a/desktop/thunar-sendto-clamtk/thunar-sendto-clamtk.info +++ b/desktop/thunar-sendto-clamtk/thunar-sendto-clamtk.info @@ -1,8 +1,8 @@ PRGNAM="thunar-sendto-clamtk" -VERSION="0.06" -HOMEPAGE="https://dave-theunsub.github.io/clamtk/" -DOWNLOAD="https://bitbucket.org/davem_/thunar-sendto-clamtk/downloads/thunar-sendto-clamtk-0.06.tar.xz" -MD5SUM="881a32a0e1c5266582ebe3d2edc33633" +VERSION="0.07" +HOMEPAGE="https://github.com/dave-theunsub/thunar-sendto-clamtk" +DOWNLOAD="https://github.com/dave-theunsub/thunar-sendto-clamtk/archive/v0.07/thunar-sendto-clamtk-0.07.tar.gz" +MD5SUM="084eb8f04ce145b5829b4c8e0a335fde" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="clamtk" |