mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
desktop/i3status: Updated for version 2.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a031648d7c
commit
7b8d0c19b6
2 changed files with 9 additions and 9 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Written by Eugene Suter (easuter@gmail.com)
|
||||
# Updated by Marcin Herda (mherda@slackword.net)
|
||||
# Updated by Johannes Schoepfer <slackbuilds@schoepfer.info>
|
||||
# Copyright 2016-2017 Johannes Schoepfer, Germany
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
|
@ -24,13 +24,13 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=i3status
|
||||
VERSION=${VERSION:-2.10}
|
||||
VERSION=${VERSION:-2.11}
|
||||
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"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="i3status"
|
||||
VERSION="2.10"
|
||||
VERSION="2.11"
|
||||
HOMEPAGE="http://i3wm.org/i3status/"
|
||||
DOWNLOAD="http://i3wm.org/i3status/i3status-2.10.tar.bz2"
|
||||
MD5SUM="1121f7c1c193c873982aba22668398ef"
|
||||
DOWNLOAD="http://i3wm.org/i3status/i3status-2.11.tar.bz2"
|
||||
MD5SUM="a5c0a364d917ffc57c42af3f6936e700"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="confuse yajl"
|
||||
MAINTAINER="Johannes Schoepfer"
|
||||
EMAIL="slackbuilds@schoepfer.info"
|
||||
EMAIL="slackbuilds[at]schoepfer[dot]info"
|
||||
|
|
Loading…
Reference in a new issue