summaryrefslogtreecommitdiffstats
path: root/system/tmuxp
diff options
context:
space:
mode:
author fourtysixandtwo2022-12-11 07:01:22 +0100
committer Willy Sudiarto Raharjo2022-12-12 10:40:30 +0100
commit24e7ead71531885067f22d2ccbe8320e895d0b52 (patch)
tree907bb8fe5dc20b6ec9e591d00cdd27ee028c4c2d /system/tmuxp
parentdb082632ae01f76d9cfe91d33c120e7566bc1a66 (diff)
downloadslackbuilds-24e7ead71531885067f22d2ccbe8320e895d0b52.tar.gz
system/tmuxp: Updated for version 1.19.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tmuxp')
-rw-r--r--system/tmuxp/tmuxp.SlackBuild11
-rw-r--r--system/tmuxp/tmuxp.info8
2 files changed, 10 insertions, 9 deletions
diff --git a/system/tmuxp/tmuxp.SlackBuild b/system/tmuxp/tmuxp.SlackBuild
index 4ea3e74e59..0dfcef26f3 100644
--- a/system/tmuxp/tmuxp.SlackBuild
+++ b/system/tmuxp/tmuxp.SlackBuild
@@ -27,12 +27,13 @@
# 20220919 46and2: Updated version, change build process.
# 20221007 46and2: Updated version, drop kaptan as dep.
# 20221007 46and2: Rebuilt for python3-libtmux
+# 20221210 46and2: Updated version, drop click dep.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tmuxp
-VERSION=${VERSION:-1.16.1}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-1.19.0}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -44,9 +45,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# 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
@@ -95,6 +93,9 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a CHANGES LICENSE PKG-INFO README.md docs/*.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+# examples
+install -vDm 644 examples/*.{json,yaml} -t "$PKG/usr/doc/$PRGNAM-$VERSION/examples/"
+
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
diff --git a/system/tmuxp/tmuxp.info b/system/tmuxp/tmuxp.info
index 5c536ab890..bd15ff4ee6 100644
--- a/system/tmuxp/tmuxp.info
+++ b/system/tmuxp/tmuxp.info
@@ -1,10 +1,10 @@
PRGNAM="tmuxp"
-VERSION="1.16.1"
+VERSION="1.19.0"
HOMEPAGE="https://github.com/tony/tmuxp/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.16.1.tar.gz"
-MD5SUM="6665d1ace91cc8827db6c151e2997623"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.19.0.tar.gz"
+MD5SUM="832a9477a0f195a507dedb3418b5e90c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="click colorama python3-libtmux"
+REQUIRES="colorama python3-libtmux"
MAINTAINER="fourtysixandtwo"
EMAIL="fourtysixandtwo@sliderr.net"