desktop/QtCurve-KDE4: Updated for version 1.8.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
665357c91c
commit
88c4fa7683
|
@ -2,8 +2,8 @@
|
|||
|
||||
# Slackware build script for: QtCurve-KDE4
|
||||
|
||||
# Copyright 2007-2009 Michiel van Wessem, Manchester, United Kingdom
|
||||
# Copyright 2009 Gregory J. L. Tourte, UK (artourter@gmail.com)
|
||||
# Copyright 2007-2009 Michiel van Wessem, Manchester, United Kingdom
|
||||
# Copyright 2009-2010 Gregory J. L. Tourte, UK (artourter@gmail.com)
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -26,7 +26,7 @@
|
|||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=QtCurve-KDE4
|
||||
VERSION=${VERSION:-1.7.2}
|
||||
VERSION=${VERSION:-1.8.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -81,11 +81,13 @@ cd build
|
|||
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
|
||||
-DMAN_INSTALL_DIR=/usr/man \
|
||||
-DQTC_STYLE_SUPPORT=true \
|
||||
-Wno-dev \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
..
|
||||
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
cd -
|
||||
cd ..
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="QtCurve-KDE4"
|
||||
VERSION="1.7.2"
|
||||
VERSION="1.8.1"
|
||||
HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492"
|
||||
DOWNLOAD="http://craigd.wikispaces.com/file/view/QtCurve-KDE4-1.7.2.tar.bz2"
|
||||
MD5SUM="4d37922f4687ce129647af64d7baa645"
|
||||
DOWNLOAD="http://craigd.wikispaces.com/file/view/QtCurve-KDE4-1.8.1.tar.bz2"
|
||||
MD5SUM="ecc7e04460c36463c6d5d5837feee3a1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="ArTourter"
|
||||
|
|
Loading…
Reference in New Issue