[arch-commits] Commit in gimp-nufraw/repos/community-x86_64 (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Mon Sep 17 11:01:51 UTC 2018


    Date: Monday, September 17, 2018 @ 11:01:50
  Author: bgyorgy
Revision: 382361

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-17 11:01:46 UTC (rev 382360)
+++ PKGBUILD	2018-09-17 11:01:50 UTC (rev 382361)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse <mail at eworm.de>
-
-pkgname=gimp-nufraw
-pkgver=0.42
-pkgrel=2
-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"
-}
-

Copied: gimp-nufraw/repos/community-x86_64/PKGBUILD (from rev 382360, gimp-nufraw/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-17 11:01:50 UTC (rev 382361)
@@ -0,0 +1,45 @@
+# Maintainer: Christian Hesse <mail at eworm.de>
+
+pkgname=gimp-nufraw
+pkgver=0.42
+pkgrel=3
+pkgdesc='Converter for raw files; utility and GIMP plugin'
+url='https://sourceforge.net/projects/nufraw/'
+arch=('x86_64')
+license=('GPL')
+depends=('cfitsio' 'exiv2' 'gtkimageview' 'lcms2' 'lensfun' 'libjpeg-turbo')
+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