summaryrefslogtreecommitdiffstats
path: root/desktop/thunar-vcs-plugin
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/thunar-vcs-plugin')
-rw-r--r--desktop/thunar-vcs-plugin/slack-desc2
-rw-r--r--desktop/thunar-vcs-plugin/thunar-vcs-plugin.SlackBuild20
-rw-r--r--desktop/thunar-vcs-plugin/thunar-vcs-plugin.info8
3 files changed, 20 insertions, 10 deletions
diff --git a/desktop/thunar-vcs-plugin/slack-desc b/desktop/thunar-vcs-plugin/slack-desc
index b014b43466..0ff778801b 100644
--- a/desktop/thunar-vcs-plugin/slack-desc
+++ b/desktop/thunar-vcs-plugin/slack-desc
@@ -11,7 +11,7 @@ thunar-vcs-plugin:
thunar-vcs-plugin: The Thunar VCS Plugin adds Git and Subversion actions to the
thunar-vcs-plugin: context menu of thunar.
thunar-vcs-plugin:
-thunar-vcs-plugin:
+thunar-vcs-plugin: Homepage: https://docs.xfce.org/xfce/thunar/thunar-vcs-plugin
thunar-vcs-plugin:
thunar-vcs-plugin:
thunar-vcs-plugin:
diff --git a/desktop/thunar-vcs-plugin/thunar-vcs-plugin.SlackBuild b/desktop/thunar-vcs-plugin/thunar-vcs-plugin.SlackBuild
index 80e9013173..68b262b1a5 100644
--- a/desktop/thunar-vcs-plugin/thunar-vcs-plugin.SlackBuild
+++ b/desktop/thunar-vcs-plugin/thunar-vcs-plugin.SlackBuild
@@ -1,8 +1,8 @@
-#!/bin/sh
+#!/bin/bash
# Slackware build script for thunar-vcs-plugin
-# Copyright 2008-2016 Robby Workman Tuscaloosa, AL, USA
+# Copyright 2008-2021 Robby Workman Tuscaloosa, AL, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -22,10 +22,13 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=thunar-vcs-plugin
-VERSION=${VERSION:-0.1.5}
+VERSION=${VERSION:-0.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -35,7 +38,14 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
+# 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
+fi
+
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -98,4 +108,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
diff --git a/desktop/thunar-vcs-plugin/thunar-vcs-plugin.info b/desktop/thunar-vcs-plugin/thunar-vcs-plugin.info
index c3bc3fadd6..9198c0e5c3 100644
--- a/desktop/thunar-vcs-plugin/thunar-vcs-plugin.info
+++ b/desktop/thunar-vcs-plugin/thunar-vcs-plugin.info
@@ -1,8 +1,8 @@
PRGNAM="thunar-vcs-plugin"
-VERSION="0.1.5"
-HOMEPAGE="https://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin"
-DOWNLOAD="https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/thunar-vcs-plugin-0.1.5.tar.bz2"
-MD5SUM="2dd39b28039430c3b3c568c12672441f"
+VERSION="0.2.0"
+HOMEPAGE="https://docs.xfce.org/xfce/thunar/thunar-vcs-plugin"
+DOWNLOAD="https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.2/thunar-vcs-plugin-0.2.0.tar.bz2"
+MD5SUM="e19cca5efdab3ad38ed4cb99dfd8afe8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""