graphics/kphotoalbum: Updated for version 4.3.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2012-12-10 11:00:04 +01:00 committed by dsomero
parent ab62c08183
commit 84fdbc0222
3 changed files with 7 additions and 7 deletions

View file

@ -4,8 +4,8 @@
# By default the demo pictures and movie are packaged.
PRGNAM=kphotoalbum
VERSION=${VERSION:-4.2}
BUILD=${BUILD:-2}
VERSION=${VERSION:-4.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@ -61,7 +61,7 @@ find . \
-exec chmod 644 {} \;
if [ "$DOCBOOK_PATCH" = "yes" ]; then
patch -p1 < $CWD/kphotoalbum-4.2-docbook_xml.patch
patch -p1 < $CWD/kphotoalbum-4.3-docbook_xml.patch
fi
mkdir build && cd build

View file

@ -1,10 +1,10 @@
PRGNAM="kphotoalbum"
VERSION="4.2"
VERSION="4.3"
HOMEPAGE="http://kphotoalbum.org"
DOWNLOAD="http://download.kde.org/stable/kphotoalbum/4.2/src/kphotoalbum-4.2.tar.bz2"
MD5SUM="7cb484089477f3633657b67ce59b85f2"
DOWNLOAD="http://download.kde.org/stable/kphotoalbum/4.3/src/kphotoalbum-4.3.tar.bz2"
MD5SUM="09b5ba7d44ee7426802b233454927b8f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="kipi-plugins"
MAINTAINER="Ben"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="bosth@alumni.sfu.ca"