mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
desktop/yawp: Updated for version 0.4.5.
LIBDIR_SUFFIX is not used and it still produced the correct result. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6a96285402
commit
30821c7340
2 changed files with 6 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for yaWP (Yet Another Weather Plasmoid)
|
||||
|
||||
# Written by Stu Miller <slackbuilds@go4it2day.com>
|
||||
# Written by Stu Miller <slackbuilds@go4it2day.com> Centennial, CO, USA
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
|
@ -22,7 +22,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=yawp
|
||||
VERSION=${VERSION:-0.4.3}
|
||||
VERSION=${VERSION:-0.4.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -71,8 +71,7 @@ find -L . \
|
|||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
cmake . \
|
||||
-DCMAKE_INSTALL_PREFIX="/usr" \
|
||||
-DLIBDIR_SUFFIX=${LIBDIRSUFFIX}
|
||||
-DCMAKE_INSTALL_PREFIX="/usr"
|
||||
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="yawp"
|
||||
VERSION="0.4.3"
|
||||
VERSION="0.4.5"
|
||||
HOMEPAGE="http://kde-look.org/content/show.php?action=content&content=94106"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/yawp/yawp-0.4.3.tar.bz2"
|
||||
MD5SUM="02af5ff62c5b05a9db034bae6c5f72c2"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/yawp/yawp-0.4.5.tar.bz2"
|
||||
MD5SUM="4ceb65c370107409fc07c430bd5a9822"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue