[arch-commits] Commit in gimp-ufraw/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Tue Mar 9 10:56:51 UTC 2010


    Date: Tuesday, March 9, 2010 @ 05:56:51
  Author: andrea
Revision: 71761

upgpkg: gimp-ufraw 0.16-3
exiv2 0.19 rebuild

Modified:
  gimp-ufraw/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-09 10:56:27 UTC (rev 71760)
+++ PKGBUILD	2010-03-09 10:56:51 UTC (rev 71761)
@@ -1,20 +1,19 @@
 # $Id$
-# Maintainer: tobias <tobias at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at justdreams.de>
+# Maintainer: Tobias Kieslich <tobias at archlinux.org>
 
 pkgname=gimp-ufraw
 _srcname=ufraw
 pkgver=0.16
-pkgrel=2
+pkgrel=3
 pkgdesc="Standalone or gimp plugin converter for raw files"
 url="http://ufraw.sourceforge.net/"
 arch=('i686' 'x86_64')
-license=(GPL2)
-depends=('gtkimageview>=1.6.4' 'exiv2>=0.18')
+license=('GPL2')
+depends=('gtkimageview' 'exiv2')
 makedepends=('gimp' 'cinepaint' 'pkgconfig')
-optdepends=('gimp: to use the gimp import plugin for raw images' \
-            'cinepaint: to use the cinepaint import plugin for raw images')
-source=(http://downloads.sourceforge.net/sourceforge/${_srcname}/${_srcname}-${pkgver}.tar.gz)
+optdepends=('gimp: to use the gimp import plugin for raw images'
+	'cinepaint: to use the cinepaint import plugin for raw images')
+source=(http://downloads.sourceforge.net/${_srcname}/${_srcname}-${pkgver}.tar.gz)
 md5sums=('61e100e42f17e3a7fcfae64506eebd14')
 
 build() {
@@ -27,6 +26,10 @@
               --with-exiv2 || return 1
   sed -i "s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/" Makefile || return 1
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/${_srcname}-${pkgver}
   make DESTDIR="${pkgdir}" install || return 1
   rm -f ${pkgdir}/usr/bin/dcraw
 }




More information about the arch-commits mailing list