Date: Sunday, January 27, 2013 @ 17:15:43 Author: pierre Revision: 83145
extra2community: Moving gimp-ufraw from extra to community Added: gimp-ufraw/ gimp-ufraw/repos/ gimp-ufraw/trunk/ gimp-ufraw/trunk/PKGBUILD gimp-ufraw/trunk/gimp-ufraw.install --------------------+ PKGBUILD | 34 ++++++++++++++++++++++++++++++++++ gimp-ufraw.install | 11 +++++++++++ 2 files changed, 45 insertions(+) Added: gimp-ufraw/trunk/PKGBUILD =================================================================== --- gimp-ufraw/trunk/PKGBUILD (rev 0) +++ gimp-ufraw/trunk/PKGBUILD 2013-01-27 16:15:43 UTC (rev 83145) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Tobias Kieslich <[email protected]> + +pkgname=gimp-ufraw +pkgver=0.18 +pkgrel=5 +pkgdesc="Standalone or gimp plugin converter for raw files" +url="http://ufraw.sourceforge.net/" +arch=('i686' 'x86_64') +license=('GPL') +depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils') +makedepends=('gimp' 'cinepaint') +optdepends=('gimp: to use the gimp import plugin for raw images' + 'cinepaint: to use the cinepaint import plugin for raw images') +install=gimp-ufraw.install +source=(http://downloads.sourceforge.net/ufraw/ufraw-${pkgver}.tar.gz) +sha1sums=('41c9ad7aa7f1cbb63a6b0b330b3599b18a7e8cd2') + +build() { + cd "${srcdir}/ufraw-${pkgver}" + + ./configure --prefix=/usr \ + --enable-extras \ + --enable-mime \ + --enable-openmp + sed -i "s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/" Makefile + make +} + +package() { + cd "${srcdir}/ufraw-${pkgver}" + make DESTDIR="${pkgdir}" install + rm -f "${pkgdir}/usr/bin/dcraw" +} Property changes on: gimp-ufraw/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: gimp-ufraw/trunk/gimp-ufraw.install =================================================================== --- gimp-ufraw/trunk/gimp-ufraw.install (rev 0) +++ gimp-ufraw/trunk/gimp-ufraw.install 2013-01-27 16:15:43 UTC (rev 83145) @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + update-desktop-database -q +} + +post_remove() { + update-desktop-database -q +}
