diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2012-12-10 11:00:04 +0100 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-11 16:23:05 -0500 |
commit | 84fdbc022238f7aacf6573d61374ba5915ccbc64 (patch) | |
tree | b6d5a92c32b1224308124b9bdc6234374c451855 /graphics/kphotoalbum/kphotoalbum.SlackBuild | |
parent | ab62c081835c97d9655c4367ab80b720cb10d97a (diff) |
graphics/kphotoalbum: Updated for version 4.3.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'graphics/kphotoalbum/kphotoalbum.SlackBuild')
-rw-r--r-- | graphics/kphotoalbum/kphotoalbum.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/kphotoalbum/kphotoalbum.SlackBuild b/graphics/kphotoalbum/kphotoalbum.SlackBuild index 60bb1fc68963..5679244e9cc2 100644 --- a/graphics/kphotoalbum/kphotoalbum.SlackBuild +++ b/graphics/kphotoalbum/kphotoalbum.SlackBuild @@ -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 |