desktop/quickaccess: Updated for version 0.8.2_2.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Phillip Warner 2012-09-10 10:12:52 +02:00 committed by Robby Workman
parent 492c26b18c
commit 9a00e9a66c
2 changed files with 11 additions and 9 deletions

View file

@ -4,10 +4,12 @@
# Written by Phillip Warner <pc_warner@yahoo.com>
PRGNAM=quickaccess
VERSION=${VERSION:-0.8.1}
VERSION=${VERSION:-0.8.2_2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCVERSION="$(echo $VERSION | tr '_' '-')"
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@ -41,10 +43,10 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
rm -rf $TMP/plasma-widget-$PRGNAM-$VERSION
rm -rf $TMP/plasma-widget-$PRGNAM-$SRCVERSION
cd $TMP
tar xvf $CWD/101968-plasma-widget-${PRGNAM}_${VERSION}.orig.tar.gz
cd plasma-widget-$PRGNAM-$VERSION
unzip $CWD/134442-plasma-widget-${PRGNAM}-${SRCVERSION}.zip
cd plasma-widget-$PRGNAM-$SRCVERSION
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
@ -52,7 +54,7 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
mkdir build
mkdir -p build
cd build
cmake \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \

View file

@ -1,8 +1,8 @@
PRGNAM="quickaccess"
VERSION="0.8.1"
HOMEPAGE="http://www.kde-look.org/content/show.php/QuickAccess+%28maintenance+fork%29?content=101968"
DOWNLOAD="http://www.kde-look.org/CONTENT/content-files/101968-plasma-widget-quickaccess_0.8.1.orig.tar.gz"
MD5SUM="744f7d85662808869bf22eae53ca4660"
VERSION="0.8.2-2"
HOMEPAGE="http://kde-look.org/content/show.php/?content=134442"
DOWNLOAD="http://kde-look.org/CONTENT/content-files/134442-plasma-widget-quickaccess-0.8.2-2.zip"
MD5SUM="4879aa3af6d7db8e06dd8ed0ad994a51"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""