desktop/i3status: Updated for version 2.14.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
911960e829
commit
eba9c1cda9
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=i3status
|
||||
VERSION=${VERSION:-2.13}
|
||||
VERSION=${VERSION:-2.14}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -72,7 +72,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
@ -83,19 +83,16 @@ find -L . \
|
|||
|
||||
mkdir -p build
|
||||
( cd build
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
../configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib$LIBDIRSUFFIX \
|
||||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
# V=1 makes build verbose
|
||||
CFLAGS="$SLKCFLAGS" make V=1
|
||||
make install-strip DESTDIR=$PKG
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
meson -Dmans=true \
|
||||
--prefix /usr \
|
||||
--libdir /usr/lib$LIBDIRSUFFIX \
|
||||
--mandir /usr/man \
|
||||
--sysconfdir /etc \
|
||||
--localstatedir /var \
|
||||
..
|
||||
CFLAGS="$SLKCFLAGS" ninja
|
||||
DESTDIR=$PKG ninja install
|
||||
)
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="i3status"
|
||||
VERSION="2.13"
|
||||
VERSION="2.14"
|
||||
HOMEPAGE="https://i3wm.org/i3status/"
|
||||
DOWNLOAD="https://i3wm.org/i3status/i3status-2.13.tar.bz2"
|
||||
MD5SUM="dd9001fb9ed732142d4d7194b77486cf"
|
||||
DOWNLOAD="https://i3wm.org/i3status/i3status-2.14.tar.xz"
|
||||
MD5SUM="55a4bb05362947947bc93f705f5d71cd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="confuse yajl"
|
||||
|
|
Loading…
Reference in New Issue