[arch-commits] Commit in gimp-nufraw/repos (2 files)

Christian Hesse eworm at archlinux.org
Fri May 11 09:51:33 UTC 2018


    Date: Friday, May 11, 2018 @ 09:51:32
  Author: eworm
Revision: 320675

archrelease: copy trunk to community-x86_64

Added:
  gimp-nufraw/repos/community-x86_64/
  gimp-nufraw/repos/community-x86_64/PKGBUILD
    (from rev 320674, gimp-nufraw/trunk/PKGBUILD)

----------+
 PKGBUILD |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

Copied: gimp-nufraw/repos/community-x86_64/PKGBUILD (from rev 320674, gimp-nufraw/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-05-11 09:51:32 UTC (rev 320675)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+
+pkgname=gimp-nufraw
+pkgver=0.42
+pkgrel=1
+pkgdesc='Converter for raw files; utility and GIMP plugin'
+url='https://sourceforge.net/projects/nufraw/'
+arch=('x86_64')
+license=('GPL')
+depends=('gtkimageview' 'exiv2' 'lcms' 'desktop-file-utils' 'cfitsio' 'lensfun')
+makedepends=('gimp')
+conflicts=('gimp-ufraw')
+replaces=('gimp-ufraw')
+optdepends=('gimp: to use the gimp import plugin for raw images')
+source=("https://downloads.sourceforge.net/nufraw/nufraw-$pkgver.tar.gz")
+sha256sums=('ddfb592a183618c802e990211f6efce75f4801a7708ecc364666f53af25c9f90')
+
+prepare() {
+  cd "nufraw-$pkgver"
+
+  autoreconf -fi
+
+  mv nufraw.desktop{.desktop,}
+  chmod +x generate_schemas.sh
+}
+
+build() {
+  cd "nufraw-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --enable-extras \
+    --enable-mime \
+    --enable-openmp \
+    --with-gimp \
+    --with-cinepaint \
+    --enable-contrast
+  make
+}
+
+package() {
+  make -C "nufraw-$pkgver" DESTDIR="$pkgdir" install
+  rm -f "$pkgdir/usr/bin/dcraw"
+}
+



More information about the arch-commits mailing list