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>
This commit is contained in:
parent
5cc59954aa
commit
611eab7bbf
|
@ -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.
|
||||
|
|
|
@ -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>
|
|
@ -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=""
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue