mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/tmuxp: Updated for version 0.1.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5d5e08ec6a
commit
3b35ab0266
3 changed files with 8 additions and 4 deletions
3
system/tmuxp/doinst.sh
Normal file
3
system/tmuxp/doinst.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
if [ -x /usr/bin/update-desktop-database ]; then
|
||||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||
fi
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
|
||||
PRGNAM=tmuxp
|
||||
VERSION=${VERSION:-0.1.7}
|
||||
VERSION=${VERSION:-0.1.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -81,6 +81,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
|||
|
||||
mkdir -p $PKG/install
|
||||
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}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="tmuxp"
|
||||
VERSION="0.1.7"
|
||||
VERSION="0.1.8"
|
||||
HOMEPAGE="http://github.com/tony/tmuxp/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/t/tmuxp/tmuxp-0.1.7.tar.gz"
|
||||
MD5SUM="2b3139dc5a8789e6be8b82673dca8dbd"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/t/tmuxp/tmuxp-0.1.8.tar.gz"
|
||||
MD5SUM="ee4064c2ae7875130b7fc155b1f2cff9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="kaptan argcomplete PyYAML"
|
||||
|
|
Loading…
Reference in a new issue