mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
desktop/kwalletcli: Updated for version 3.00.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
d3a085745a
commit
217de4d112
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Based on http://slackbuilds.org/template.SlackBuild
|
||||
|
||||
PRGNAM=kwalletcli
|
||||
VERSION=${VERSION:-2.12}
|
||||
VERSION=${VERSION:-3.00}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -52,7 +52,7 @@ find -L . \
|
|||
mkdir -p $PKG/usr/bin $PKG/usr/man/man1
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
make KDE_VER=4 KDE_INCS="-I /usr/lib$LIBDIRSUFFIX/qt/include/QtCore"
|
||||
make KDE_VER=4 KDE_INCS="-I /usr/lib$LIBDIRSUFFIX/qt/include -I /usr/lib$LIBDIRSUFFIX/qt/include/QtCore"
|
||||
make install MANDIR=/usr/man/man DESTDIR=$PKG
|
||||
|
||||
find $PKG | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="kwalletcli"
|
||||
VERSION="2.12"
|
||||
VERSION="3.00"
|
||||
HOMEPAGE="https://www.mirbsd.org/kwalletcli.htm"
|
||||
DOWNLOAD="https://www.mirbsd.org/MirOS/dist/hosted/kwalletcli/kwalletcli-2.12.tar.gz"
|
||||
MD5SUM="2051676c180ede4595a2a85b12c220b3"
|
||||
DOWNLOAD="https://www.mirbsd.org/MirOS/dist/hosted/kwalletcli/kwalletcli-3.00.tar.gz"
|
||||
MD5SUM="b5649a18a8187b0fabca7073fabe52c3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="mksh"
|
||||
|
|
Loading…
Reference in a new issue