summaryrefslogtreecommitdiff
path: root/community/kphotoalbum/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-04-04 10:28:18 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-04-04 10:28:18 +0200
commit8208fc139c28a9334ffebd48a27f4ed77de7ba0d (patch)
tree2bac24f6981576e79e7bdd0a5cf567fe4bedf861 /community/kphotoalbum/PKGBUILD
parentcdd88c937bb1fd3bf6de0b847101524a2d5c9022 (diff)
parent96deddcec133f85220a15d4c435004c577395169 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: staging/kdebase-konsole/PKGBUILD staging/kdeedu-cantor/PKGBUILD staging/kdeedu-kstars/PKGBUILD staging/kdeedu-step/PKGBUILD staging/kdesdk/PKGBUILD
Diffstat (limited to 'community/kphotoalbum/PKGBUILD')
-rw-r--r--community/kphotoalbum/PKGBUILD19
1 files changed, 6 insertions, 13 deletions
diff --git a/community/kphotoalbum/PKGBUILD b/community/kphotoalbum/PKGBUILD
index eebd4df6b..221ac9e0c 100644
--- a/community/kphotoalbum/PKGBUILD
+++ b/community/kphotoalbum/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 57929 2011-11-04 16:33:01Z lcarlier $
+# $Id: PKGBUILD 68803 2012-04-02 09:49:04Z lcarlier $
# Maintainer: Laurent Carlier <lordheavym@gmail.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Gilles CHAUVIN <gcnweb ][ gmail ? com>
@@ -6,31 +6,24 @@
# Contributor: chfoxli <lg ][ romandie ? com>
pkgname=kphotoalbum
-pkgver=4.1.1
-pkgrel=11
+pkgver=4.2
+pkgrel=1
pkgdesc="KDE Photo Album, picture collection manager"
url="http://www.kphotoalbum.org/"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
-depends=('kdebase-runtime' 'libkipi' 'libkexiv2' 'libkdcraw')
+depends=('kdebase-runtime' 'libkipi' 'libkdcraw')
makedepends=('cmake' 'automoc4' 'kdeedu-marble' 'kdemultimedia-mplayerthumbs')
optdepends=('kdeedu-marble: integration with Marble'
'kipi-plugins: add extra functionality'
'kdemultimedia-mplayerthumbs: video thumbnails')
install=${pkgname}.install
-source=("ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
- 'fix-docbook-build.patch'
- 'fix-with-exiv2-0.21.patch')
-md5sums=('c00a5f179e487ac89fccf8dfb3cd6ef0'
- '1b48553af74f0488fdad55758e911e3a'
- '9238101a2d7450e6dd822778807dd7bd')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('7cb484089477f3633657b67ce59b85f2')
build() {
cd ${srcdir}
- patch -Np0 -i ${srcdir}/fix-docbook-build.patch
- patch -Np0 -i ${srcdir}/fix-with-exiv2-0.21.patch
-
mkdir build
cd build