desktop/autorandr: Updated for version 1.14.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
93e30251f5
commit
1bcd94369b
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=autorandr
|
||||
VERSION=${VERSION:-1.13.3}
|
||||
VERSION=${VERSION:-1.14}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -54,16 +54,12 @@ OUTPUT=${OUTPUT:-/tmp}
|
|||
# This is not always noarch
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
else
|
||||
SLKCFLAGS="-O2"
|
||||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="autorandr"
|
||||
VERSION="1.13.3"
|
||||
VERSION="1.14"
|
||||
HOMEPAGE="https://github.com/phillipberndt/autorandr"
|
||||
DOWNLOAD="https://github.com/phillipberndt/autorandr/archive/1.13.3/autorandr-1.13.3.tar.gz"
|
||||
MD5SUM="b918c0afe00aaccf40fbc687162e8f52"
|
||||
DOWNLOAD="https://github.com/phillipberndt/autorandr/archive/1.14/autorandr-1.14.tar.gz"
|
||||
MD5SUM="ffa95f98b05a9c460a4ff6bc4f5b8684"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue