diff options
author | root <root@rshg054.dnsready.net> | 2011-08-19 23:14:47 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-08-19 23:14:47 +0000 |
commit | c6a4d3790fc33558d9af322dac15d2bd6d34ac0b (patch) | |
tree | 934e1d11b80c8529b23dcb07b626c5b81e8b156d /community/kphotoalbum | |
parent | 59eecef62ae9aa7dd391310f30293318f641c59c (diff) |
Fri Aug 19 23:14:46 UTC 2011
Diffstat (limited to 'community/kphotoalbum')
-rw-r--r-- | community/kphotoalbum/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/kphotoalbum/PKGBUILD b/community/kphotoalbum/PKGBUILD index 167677500..b8bb7f281 100644 --- a/community/kphotoalbum/PKGBUILD +++ b/community/kphotoalbum/PKGBUILD @@ -1,4 +1,4 @@ -# $Id$ +# $Id: PKGBUILD 54428 2011-08-18 10:36:01Z andrea $ # Maintainer: Laurent Carlier <lordheavym@gmail.com> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Gilles CHAUVIN <gcnweb ][ gmail ? com> @@ -13,13 +13,13 @@ url="http://www.kphotoalbum.org/" arch=('i686' 'x86_64') license=('GPL') depends=('kdebase-runtime' 'libkipi' 'libkexiv2' 'libkdcraw') -makedepends=('cmake' 'automoc4' 'kdeedu-marble' 'kdemultimedia-mplayerthumbs' 'docbook-xsl') +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=("http://www.kphotoalbum.org/data/download/${pkgname}-${pkgver}.tar.bz2" - 'fix-docbook-build.patch' +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' @@ -31,7 +31,7 @@ build() { patch -Np0 -i ${srcdir}/fix-docbook-build.patch patch -Np0 -i ${srcdir}/fix-with-exiv2-0.21.patch - rm -rf build && mkdir build + mkdir build cd build cmake ../${pkgname}-${pkgver} \ |