summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2013-11-04 20:04:24 +0100
committer Robby Workman <rworkman@slackbuilds.org>2013-11-06 00:52:59 -0600
commit611eab7bbf434cec6d98ca506ccad280b765952e (patch)
tree2653bd431f3768866d3d719783c5d122d49379c4 /graphics
parent5cc59954aa0966d6d77d4a211be7a8c03eddf5a6 (diff)
downloadslackbuilds-611eab7bbf434cec6d98ca506ccad280b765952e.tar.gz
slackbuilds-611eab7bbf434cec6d98ca506ccad280b765952e.tar.xz
graphics/kphotoalbum: Updated for version 4.4.
Removed the kipi-plugins dependency and set it as optional (now they're included in digikam) Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/kphotoalbum/README3
-rw-r--r--graphics/kphotoalbum/kphotoalbum-4.3-docbook_xml.patch49
-rw-r--r--graphics/kphotoalbum/kphotoalbum.SlackBuild6
-rw-r--r--graphics/kphotoalbum/kphotoalbum.info8
4 files changed, 7 insertions, 59 deletions
diff --git a/graphics/kphotoalbum/README b/graphics/kphotoalbum/README
index ea5e4bfb2e..212ab2c8da 100644
--- a/graphics/kphotoalbum/README
+++ b/graphics/kphotoalbum/README
@@ -1,5 +1,6 @@
KPhotoAlbum (previously known as KimDaBa) is an photograh viewer and
organizer. Users can search for images based on tags (also called
-categories). KPhotoAlbum supports KIPI plugins for manipulating images.
+categories). KPhotoAlbum supports KIPI plugins for manipulating images
+(these are now included in the optional dependency digikam).
Set DEMO=no to exclude the demo pictures and video from the package.
diff --git a/graphics/kphotoalbum/kphotoalbum-4.3-docbook_xml.patch b/graphics/kphotoalbum/kphotoalbum-4.3-docbook_xml.patch
deleted file mode 100644
index 45a646e3dd..0000000000
--- a/graphics/kphotoalbum/kphotoalbum-4.3-docbook_xml.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-Index: git/doc/fr/index.docbook
-===================================================================
---- git.orig/doc/fr/index.docbook 2012-04-01 23:00:28.000000000 +0200
-+++ git/doc/fr/index.docbook 2012-04-01 23:16:07.000000000 +0200
-@@ -34,8 +34,12 @@
- > <surname
- >Pedersen</surname
- > </author>
--
-- &traducteurXavierBesnard;
-+
-+ <othercredit role="translator">
-+ <firstname>Xavier</firstname>
-+ <surname>Besnard</surname>
-+ <affiliation><address><email></email></address></affiliation><contrib>Übersetzung</contrib>
-+ </othercredit>
- </authorgroup>
-
- <copyright>
-Index: git/doc/nl/index.docbook
-===================================================================
---- git.orig/doc/nl/index.docbook 2012-04-01 23:00:28.000000000 +0200
-+++ git/doc/nl/index.docbook 2012-04-01 23:15:56.000000000 +0200
-@@ -42,7 +42,24 @@
- >Turkia</surname
- > </author>
-
-- &ged.vertaald;&Freek.de.Kruijf;
-+ <othercredit role="translator">
-+ <firstname>Ged</firstname>
-+ <surname>Vertaald</surname>
-+<affiliation
-+><address
-+><email
-+></email
-+></address
-+></affiliation
-+><contrib
-+>Übersetzung</contrib
-+>
-+ </othercredit>
-+ <othercredit role="translator">
-+ <firstname>Freek.de</firstname>
-+ <surname>Kruijf</surname>
-+ <affiliation><address><email></email></address></affiliation><contrib>Übersetzung</contrib>
-+ </othercredit>
- </authorgroup>
-
- <copyright>
diff --git a/graphics/kphotoalbum/kphotoalbum.SlackBuild b/graphics/kphotoalbum/kphotoalbum.SlackBuild
index 5679244e9c..27618395c4 100644
--- a/graphics/kphotoalbum/kphotoalbum.SlackBuild
+++ b/graphics/kphotoalbum/kphotoalbum.SlackBuild
@@ -4,7 +4,7 @@
# By default the demo pictures and movie are packaged.
PRGNAM=kphotoalbum
-VERSION=${VERSION:-4.3}
+VERSION=${VERSION:-4.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -27,10 +27,6 @@ OUTPUT=${OUTPUT:-/tmp}
# set DEMO to no to omit them.
DEMO=${DEMO:-yes}
-# Default is to apply the docbook patch required for
-# KDE versions <4.8
-DOCBOOK_PATCH=${DOCBOOK_PATCH:-yes}
-
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
diff --git a/graphics/kphotoalbum/kphotoalbum.info b/graphics/kphotoalbum/kphotoalbum.info
index d37cfbbcdc..a98a66ac7c 100644
--- a/graphics/kphotoalbum/kphotoalbum.info
+++ b/graphics/kphotoalbum/kphotoalbum.info
@@ -1,10 +1,10 @@
PRGNAM="kphotoalbum"
-VERSION="4.3"
+VERSION="4.4"
HOMEPAGE="http://kphotoalbum.org"
-DOWNLOAD="http://download.kde.org/stable/kphotoalbum/4.3/src/kphotoalbum-4.3.tar.bz2"
-MD5SUM="09b5ba7d44ee7426802b233454927b8f"
+DOWNLOAD="http://download.kde.org/stable/kphotoalbum/4.4/src/kphotoalbum-4.4.tar.bz2"
+MD5SUM="84cc7741c8e8c62e097ebb5e81d40979"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="kipi-plugins"
+REQUIRES=""
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"