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>
This commit is contained in:
Dimitris Zlatanidis 2022-02-05 20:23:48 +02:00 committed by Willy Sudiarto Raharjo
parent 1ae5c79a32
commit dd4e8f3bf2
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 8 additions and 6 deletions

View file

@ -1 +1,3 @@
tmuxp helps you manage tmux workspaces.
Optional dependency: python3-PyYAML

View file

@ -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

View file

@ -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"