diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-09-18 07:42:45 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-24 07:05:14 +0700 |
commit | 4ca6587b38a4b22fab33c06b6dc40e3aa938e0e3 (patch) | |
tree | 87616204ab8fb2df2f31b607f5e9c19dd75623d0 /system/tmuxp | |
parent | 3769aa8c07d26e84e8b756d439bb50201de862a5 (diff) | |
download | slackbuilds-4ca6587b38a4b22fab33c06b6dc40e3aa938e0e3.tar.gz |
system/tmuxp: Updated for version 1.2.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/tmuxp')
-rw-r--r-- | system/tmuxp/tmuxp.SlackBuild | 10 | ||||
-rw-r--r-- | system/tmuxp/tmuxp.info | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/system/tmuxp/tmuxp.SlackBuild b/system/tmuxp/tmuxp.SlackBuild index 3f49c300fc..b66a727449 100644 --- a/system/tmuxp/tmuxp.SlackBuild +++ b/system/tmuxp/tmuxp.SlackBuild @@ -24,13 +24,13 @@ PRGNAM=tmuxp -VERSION=${VERSION:-1.0.2} +VERSION=${VERSION:-1.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -41,8 +41,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" @@ -68,7 +68,7 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; python setup.py install --root=$PKG diff --git a/system/tmuxp/tmuxp.info b/system/tmuxp/tmuxp.info index 3959424ce9..c71fc34b6f 100644 --- a/system/tmuxp/tmuxp.info +++ b/system/tmuxp/tmuxp.info @@ -1,10 +1,10 @@ PRGNAM="tmuxp" -VERSION="1.0.2" +VERSION="1.2.1" HOMEPAGE="http://github.com/tony/tmuxp/" -DOWNLOAD="https://pypi.python.org/packages/cc/86/447ca2678783c7b6fc438b0fb5fcf3639446cfe6041c6f8e310402cfda83/tmuxp-1.0.2.tar.gz" -MD5SUM="f32a09dbe885521b3cdf9c51ca0c83c7" +DOWNLOAD="https://pypi.python.org/packages/fc/a7/90b39e7b20bb48bb94dc096939f32b3a72af80260797f2ff9ffa36aef104/tmuxp-1.2.1.tar.gz" +MD5SUM="1aef5e482e3c87cba65779d7173f2909" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="kaptan argcomplete colorama python-libtmux" +REQUIRES="kaptan click colorama python-libtmux" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |