diff options
author | root <root@rshg054.dnsready.net> | 2012-04-04 00:01:33 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-04 00:01:33 +0000 |
commit | f78d29bb618b8991a4af017bb3ec1ccf5987ea7c (patch) | |
tree | 52ac1efa570c0b674063b36b1a3406dc988003f1 /community/kphotoalbum/PKGBUILD | |
parent | b618c3d0693aec564c6746238fd05d94e31d3b76 (diff) |
Wed Apr 4 00:01:33 UTC 2012
Diffstat (limited to 'community/kphotoalbum/PKGBUILD')
-rw-r--r-- | community/kphotoalbum/PKGBUILD | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/community/kphotoalbum/PKGBUILD b/community/kphotoalbum/PKGBUILD index 834afe33f..18f4a4d22 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') 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 |