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

Bruno Pagani archange at archlinux.org
Sun Oct 20 16:03:40 UTC 2019


    Date: Sunday, October 20, 2019 @ 16:03:39
  Author: archange
Revision: 517789

archrelease: copy trunk to community-x86_64

Added:
  darktable/repos/community-x86_64/PKGBUILD
    (from rev 517788, darktable/trunk/PKGBUILD)
Deleted:
  darktable/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-20 16:03:25 UTC (rev 517788)
+++ PKGBUILD	2019-10-20 16:03:39 UTC (rev 517789)
@@ -1,46 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Christian Himpel <chressie at gmail dot com>
-# Contributor: Johannes Hanika <hanatos at gmail dot com>
-
-pkgname=darktable
-epoch=2
-pkgver=2.6.2
-pkgrel=2
-pkgdesc="Utility to organize and develop raw images"
-arch=('x86_64')
-url="https://darktable.org"
-license=('GPL3')
-depends=('pugixml' 'libjpeg-turbo' 'colord-gtk' 'libgphoto2' 'openexr' 'lensfun' 'iso-codes'
-         'exiv2' 'flickcurl' 'openjpeg2' 'graphicsmagick' 'lua' 'osm-gps-map' 'libsecret')
-makedepends=('cmake' 'intltool' 'desktop-file-utils' 'llvm' 'clang' 'python-jsonschema' 'libwebp')
-source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver/rc/.rc}.tar.xz"{,.asc})
-sha256sums=('9cb9efbb09a40375ff05cef89343235a621c58339539e44985470a029a7ffb45' 'SKIP')
-validpgpkeys=('C4CBC150699956E2A3268EF5BB5CC8295B1779C9'  # darktable releases <release at darktable.org>
-              'F10F9686652B0E949FCD94C318DCA123F949BD3B') # Pascal Obry <pascal at obry.net>
-
-prepare() {
-    mkdir -p build
-}
-
-build() {
-    cd build
-    cmake ../${pkgname}-${pkgver/rc/~rc} \
-        -DCMAKE_INSTALL_PREFIX=/usr \
-        -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-        -DCMAKE_BUILD_TYPE=Release \
-        -DBINARY_PACKAGE_BUILD=1 \
-        -DBUILD_USERMANUAL=False \
-        -DUSE_LIBSECRET=ON \
-        -DUSE_LUA=ON \
-        -DUSE_COLORD=ON \
-        -DRAWSPEED_ENABLE_LTO=ON \
-        -DPROJECT_VERSION=${pkgver}
-    make
-}
-
-package() {
-    cd build
-    make DESTDIR="${pkgdir}" install
-    ln -s darktable/libdarktable.so "${pkgdir}"/usr/lib/libdarktable.so
-}

Copied: darktable/repos/community-x86_64/PKGBUILD (from rev 517788, darktable/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-20 16:03:39 UTC (rev 517789)
@@ -0,0 +1,46 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Christian Himpel <chressie at gmail dot com>
+# Contributor: Johannes Hanika <hanatos at gmail dot com>
+
+pkgname=darktable
+epoch=2
+pkgver=2.6.3
+pkgrel=1
+pkgdesc="Utility to organize and develop raw images"
+arch=(x86_64)
+url="https://darktable.org"
+license=(GPL3)
+depends=(pugixml libjpeg-turbo colord-gtk libgphoto2 openexr lensfun iso-codes
+         exiv2 flickcurl openjpeg2 graphicsmagick lua osm-gps-map libsecret)
+makedepends=(cmake intltool desktop-file-utils llvm clang python-jsonschema libwebp)
+source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver/rc/.rc}.tar.xz"{,.asc})
+sha256sums=('a518999c8458472edfc04577026ce5047d74553052af0f52d10ba8ce601b78f0' 'SKIP')
+validpgpkeys=(C4CBC150699956E2A3268EF5BB5CC8295B1779C9  # darktable releases <release at darktable.org>
+              F10F9686652B0E949FCD94C318DCA123F949BD3B) # Pascal Obry <pascal at obry.net>
+
+prepare() {
+    mkdir -p build
+}
+
+build() {
+    cd build
+    cmake ../${pkgname}-${pkgver/rc/~rc} \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+        -DCMAKE_BUILD_TYPE=Release \
+        -DBINARY_PACKAGE_BUILD=1 \
+        -DBUILD_USERMANUAL=False \
+        -DUSE_LIBSECRET=ON \
+        -DUSE_LUA=ON \
+        -DUSE_COLORD=ON \
+        -DRAWSPEED_ENABLE_LTO=ON \
+        -DPROJECT_VERSION=${pkgver}
+    make
+}
+
+package() {
+    cd build
+    make DESTDIR="${pkgdir}" install
+    ln -s darktable/libdarktable.so "${pkgdir}"/usr/lib/libdarktable.so
+}



More information about the arch-commits mailing list