Index: PKGBUILD =================================================================== --- PKGBUILD (revision 334687) +++ PKGBUILD (working copy) @@ -3,12 +3,12 @@ pkgname=geeqie pkgver=1.4 -pkgrel=2 +pkgrel=3 pkgdesc="A lightweight image browser and viewer" arch=('x86_64') url="http://www.geeqie.org/" license=('GPL2') -depends=('exiv2' 'gtk2' 'lcms' 'ffmpegthumbnailer') +depends=('exiv2' 'gtk2' 'lcms2' 'ffmpegthumbnailer') makedepends=('intltool' 'doxygen' 'gnome-doc-utils' 'python') optdepends=('librsvg: SVG rendering' 'fbida: for jpeg rotation') @@ -21,7 +21,7 @@ prepare() { cd $pkgname-$pkgver patch -p1 -i ../geeqie-no-changelog.patch # Workaround missing changelog (Fedora) - ./autogen.sh + NOCONFIGURE=1 ./autogen.sh } build() {