summaryrefslogtreecommitdiffstats
path: root/system/tmuxp
diff options
context:
space:
mode:
author Dimitris Zlatanidis2022-02-05 19:23:48 +0100
committer Willy Sudiarto Raharjo2022-02-06 05:42:47 +0100
commitdd4e8f3bf26fe77a3c0f61b7ad53df8b508651dd (patch)
tree4ab5fa5c44bcf2147dd557f9a0a86600a0ebb699 /system/tmuxp
parent1ae5c79a32b0a86df25b94d4e6d891164e515230 (diff)
downloadslackbuilds-dd4e8f3bf26fe77a3c0f61b7ad53df8b508651dd.tar.gz
system/tmuxp: Updated for version 1.9.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tmuxp')
-rw-r--r--system/tmuxp/README2
-rw-r--r--system/tmuxp/tmuxp.SlackBuild6
-rw-r--r--system/tmuxp/tmuxp.info6
3 files changed, 8 insertions, 6 deletions
diff --git a/system/tmuxp/README b/system/tmuxp/README
index 6870590daa..4efbfcae25 100644
--- a/system/tmuxp/README
+++ b/system/tmuxp/README
@@ -1 +1,3 @@
tmuxp helps you manage tmux workspaces.
+
+Optional dependency: python3-PyYAML
diff --git a/system/tmuxp/tmuxp.SlackBuild b/system/tmuxp/tmuxp.SlackBuild
index 75fb1fd915..fb2b02095b 100644
--- a/system/tmuxp/tmuxp.SlackBuild
+++ b/system/tmuxp/tmuxp.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for tmuxp
-# Copyright 2014-2021 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tmuxp
-VERSION=${VERSION:-1.7.0}
+VERSION=${VERSION:-1.9.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -85,7 +85,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a CHANGES LICENSE PKG-INFO README.rst docs/*.rst $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
mkdir -p $PKG/install
diff --git a/system/tmuxp/tmuxp.info b/system/tmuxp/tmuxp.info
index 1520d7fbd0..a91f70b5b2 100644
--- a/system/tmuxp/tmuxp.info
+++ b/system/tmuxp/tmuxp.info
@@ -1,8 +1,8 @@
PRGNAM="tmuxp"
-VERSION="1.7.0"
+VERSION="1.9.4"
HOMEPAGE="https://github.com/tony/tmuxp/"
-DOWNLOAD="https://files.pythonhosted.org/packages/4f/c8/80c974b3c373d479945a2e4ad6b3a655547af5121854b5213ad78ec46401/tmuxp-1.7.0.tar.gz"
-MD5SUM="c12a96d257b78337422f04418367ccae"
+DOWNLOAD="https://files.pythonhosted.org/packages/7a/ae/56b8199f9768f276e8c08f1ac45f7a1125582700d3cf66210c6dc09c4412/tmuxp-1.9.4.tar.gz"
+MD5SUM="f132d444e4b3b68b03893c8ad7a1773b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="kaptan click colorama python-libtmux"