[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Tue Oct 19 21:03:01 UTC 2010
Date: Tuesday, October 19, 2010 @ 17:03:01
Author: ibiru
Revision: 96307
upgpkg: gimp-ufraw 0.16-4
exiv2 rebuild
Modified:
gimp-ufraw/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-10-19 21:02:38 UTC (rev 96306)
+++ PKGBUILD 2010-10-19 21:03:01 UTC (rev 96307)
@@ -4,7 +4,7 @@
pkgname=gimp-ufraw
_srcname=ufraw
pkgver=0.16
-pkgrel=3
+pkgrel=4
pkgdesc="Standalone or gimp plugin converter for raw files"
url="http://ufraw.sourceforge.net/"
arch=('i686' 'x86_64')
@@ -23,13 +23,13 @@
--enable-extras \
--enable-mime \
--enable-openmp \
- --with-exiv2 || return 1
- sed -i "s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/" Makefile || return 1
- make || return 1
+ --with-exiv2
+ sed -i "s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/" Makefile
+ make
}
package() {
cd ${srcdir}/${_srcname}-${pkgver}
- make DESTDIR="${pkgdir}" install || return 1
+ make DESTDIR="${pkgdir}" install
rm -f ${pkgdir}/usr/bin/dcraw
}
More information about the arch-commits
mailing list