[arch-commits] Commit in darktable/repos (4 files)

Sergej Pupykin spupykin at archlinux.org
Sun Jan 1 22:06:55 UTC 2017


    Date: Sunday, January 1, 2017 @ 22:06:55
  Author: spupykin
Revision: 204143

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |  112 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   56 ----------------------
 community-x86_64/PKGBUILD |   56 ----------------------
 3 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-01 22:06:34 UTC (rev 204142)
+++ community-i686/PKGBUILD	2017-01-01 22:06:55 UTC (rev 204143)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: 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.2.0
-pkgrel=1
-pkgdesc="Utility to organize and develop raw images"
-arch=('i686' 'x86_64')
-url=http://darktable.sf.net/
-license=('GPL3')
-depends=('exiv2>=0.18' 'lcms2' 'lensfun>=0.2.3' 'desktop-file-utils'
-	 'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
-	 'libsoup' 'gtk3' 'pugixml' 'json-glib' 'flickcurl' 'lua52'
-	 'colord' 'colord-gtk' 'graphicsmagick')
-makedepends=('intltool>=0.40' 'cmake' 'librsvg' 'osm-gps-map' 'libcups')
-optdepends=('librsvg' 'osm-gps-map' 'libcups')
-validpgpkeys=('C4CBC150699956E2A3268EF5BB5CC8295B1779C9')
-# even releases are stable, do not change source url!
-source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver/rc/.rc}.tar.xz"{,.asc})
-sha256sums=('3eca193831faae58200bb1cb6ef29e658bce43a81706b54420953a7c33d79377'
-            'SKIP')
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/rc/~rc}"
-  mkdir -p build
-  cd build
-  CXXFLAGS+=" -fpermissive"
-  cmake \
-      -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_GNOME_KEYRING=Off \
-      -DUSE_COLORD=On \
-      -DPROJECT_VERSION=$pkgver \
-      ..
-  make
-
-  cd ../tools/basecurve
-  cmake .
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/rc/~rc}/build"
-  make DESTDIR="$pkgdir" install
-  ln -s darktable/libdarktable.so "$pkgdir/usr/lib/libdarktable.so"
-  install -Dm0755 ../tools/basecurve/dt-curve-tool "$pkgdir"/usr/bin/dt-curve-tool
-  install -Dm0755 ../tools/basecurve/dt-curve-tool-helper "$pkgdir"/usr/bin/dt-curve-tool-helper
-}

Copied: darktable/repos/community-i686/PKGBUILD (from rev 204142, darktable/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-01 22:06:55 UTC (rev 204143)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: 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.2.1
+pkgrel=1
+pkgdesc="Utility to organize and develop raw images"
+arch=('i686' 'x86_64')
+url=http://darktable.sf.net/
+license=('GPL3')
+depends=('exiv2>=0.18' 'lcms2' 'lensfun>=0.2.3' 'desktop-file-utils'
+	 'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+	 'libsoup' 'gtk3' 'pugixml' 'json-glib' 'flickcurl' 'lua52'
+	 'colord' 'colord-gtk' 'graphicsmagick')
+makedepends=('intltool>=0.40' 'cmake' 'librsvg' 'osm-gps-map' 'libcups')
+optdepends=('librsvg' 'osm-gps-map' 'libcups')
+validpgpkeys=('C4CBC150699956E2A3268EF5BB5CC8295B1779C9')
+# even releases are stable, do not change source url!
+source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver/rc/.rc}.tar.xz"{,.asc})
+sha256sums=('da843190f08e02df19ccbc02b9d1bef6bd242b81499494c7da2cccdc520e24fc'
+            'SKIP')
+
+build() {
+  cd "$srcdir/$pkgname-${pkgver/rc/~rc}"
+  mkdir -p build
+  cd build
+  CXXFLAGS+=" -fpermissive"
+  cmake \
+      -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_GNOME_KEYRING=Off \
+      -DUSE_COLORD=On \
+      -DPROJECT_VERSION=$pkgver \
+      ..
+  make
+
+  cd ../tools/basecurve
+  cmake .
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-${pkgver/rc/~rc}/build"
+  make DESTDIR="$pkgdir" install
+  ln -s darktable/libdarktable.so "$pkgdir/usr/lib/libdarktable.so"
+  install -Dm0755 ../tools/basecurve/dt-curve-tool "$pkgdir"/usr/bin/dt-curve-tool
+  install -Dm0755 ../tools/basecurve/dt-curve-tool-helper "$pkgdir"/usr/bin/dt-curve-tool-helper
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-01 22:06:34 UTC (rev 204142)
+++ community-x86_64/PKGBUILD	2017-01-01 22:06:55 UTC (rev 204143)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: 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.2.0
-pkgrel=1
-pkgdesc="Utility to organize and develop raw images"
-arch=('i686' 'x86_64')
-url=http://darktable.sf.net/
-license=('GPL3')
-depends=('exiv2>=0.18' 'lcms2' 'lensfun>=0.2.3' 'desktop-file-utils'
-	 'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
-	 'libsoup' 'gtk3' 'pugixml' 'json-glib' 'flickcurl' 'lua52'
-	 'colord' 'colord-gtk' 'graphicsmagick')
-makedepends=('intltool>=0.40' 'cmake' 'librsvg' 'osm-gps-map' 'libcups')
-optdepends=('librsvg' 'osm-gps-map' 'libcups')
-validpgpkeys=('C4CBC150699956E2A3268EF5BB5CC8295B1779C9')
-# even releases are stable, do not change source url!
-source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver/rc/.rc}.tar.xz"{,.asc})
-sha256sums=('3eca193831faae58200bb1cb6ef29e658bce43a81706b54420953a7c33d79377'
-            'SKIP')
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/rc/~rc}"
-  mkdir -p build
-  cd build
-  CXXFLAGS+=" -fpermissive"
-  cmake \
-      -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_GNOME_KEYRING=Off \
-      -DUSE_COLORD=On \
-      -DPROJECT_VERSION=$pkgver \
-      ..
-  make
-
-  cd ../tools/basecurve
-  cmake .
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/rc/~rc}/build"
-  make DESTDIR="$pkgdir" install
-  ln -s darktable/libdarktable.so "$pkgdir/usr/lib/libdarktable.so"
-  install -Dm0755 ../tools/basecurve/dt-curve-tool "$pkgdir"/usr/bin/dt-curve-tool
-  install -Dm0755 ../tools/basecurve/dt-curve-tool-helper "$pkgdir"/usr/bin/dt-curve-tool-helper
-}

Copied: darktable/repos/community-x86_64/PKGBUILD (from rev 204142, darktable/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-01 22:06:55 UTC (rev 204143)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: 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.2.1
+pkgrel=1
+pkgdesc="Utility to organize and develop raw images"
+arch=('i686' 'x86_64')
+url=http://darktable.sf.net/
+license=('GPL3')
+depends=('exiv2>=0.18' 'lcms2' 'lensfun>=0.2.3' 'desktop-file-utils'
+	 'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+	 'libsoup' 'gtk3' 'pugixml' 'json-glib' 'flickcurl' 'lua52'
+	 'colord' 'colord-gtk' 'graphicsmagick')
+makedepends=('intltool>=0.40' 'cmake' 'librsvg' 'osm-gps-map' 'libcups')
+optdepends=('librsvg' 'osm-gps-map' 'libcups')
+validpgpkeys=('C4CBC150699956E2A3268EF5BB5CC8295B1779C9')
+# even releases are stable, do not change source url!
+source=("https://github.com/darktable-org/darktable/releases/download/release-${pkgver}/darktable-${pkgver/rc/.rc}.tar.xz"{,.asc})
+sha256sums=('da843190f08e02df19ccbc02b9d1bef6bd242b81499494c7da2cccdc520e24fc'
+            'SKIP')
+
+build() {
+  cd "$srcdir/$pkgname-${pkgver/rc/~rc}"
+  mkdir -p build
+  cd build
+  CXXFLAGS+=" -fpermissive"
+  cmake \
+      -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_GNOME_KEYRING=Off \
+      -DUSE_COLORD=On \
+      -DPROJECT_VERSION=$pkgver \
+      ..
+  make
+
+  cd ../tools/basecurve
+  cmake .
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-${pkgver/rc/~rc}/build"
+  make DESTDIR="$pkgdir" install
+  ln -s darktable/libdarktable.so "$pkgdir/usr/lib/libdarktable.so"
+  install -Dm0755 ../tools/basecurve/dt-curve-tool "$pkgdir"/usr/bin/dt-curve-tool
+  install -Dm0755 ../tools/basecurve/dt-curve-tool-helper "$pkgdir"/usr/bin/dt-curve-tool-helper
+}



More information about the arch-commits mailing list