diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2017-11-29 18:57:17 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2017-11-29 18:57:17 +0100 |
commit | e4a64f968f19d38e3603fa09676489fc712f185f (patch) | |
tree | a076eccae3a96a5c55cd4aa69162863d3195f389 /nonprism/darktable | |
parent | 9c41f08b4707576c2dee7fba16c22bd9d5a07ee7 (diff) | |
download | abslibre-e4a64f968f19d38e3603fa09676489fc712f185f.tar.gz abslibre-e4a64f968f19d38e3603fa09676489fc712f185f.tar.bz2 abslibre-e4a64f968f19d38e3603fa09676489fc712f185f.zip |
nonprism/darktable: updated to 2.2.5
Diffstat (limited to 'nonprism/darktable')
-rw-r--r-- | nonprism/darktable/PKGBUILD | 34 |
1 files changed, 19 insertions, 15 deletions
diff --git a/nonprism/darktable/PKGBUILD b/nonprism/darktable/PKGBUILD index f32eb0b8b..429c67064 100644 --- a/nonprism/darktable/PKGBUILD +++ b/nonprism/darktable/PKGBUILD @@ -1,30 +1,34 @@ -# $Id: PKGBUILD 220422 2017-04-03 17:11:32Z spupykin $ +# Maintainer: Andreas Grapentin <andreas@grapentin.org> # Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com> +# Contributor: Márcio Silva <coadde@hyperbola.info> # Contributor (Arch): Christian Himpel <chressie at gmail dot com> # Contributor (Arch): Johannes Hanika <hanatos at gmail dot com> -# Maintainer: Márcio Silva <coadde@hyperbola.info> pkgname=darktable + epoch=2 -pkgver=2.2.4 -pkgrel=1.nonprism1 +pkgver=2.2.5 +pkgrel=2.nonprism1 +arch=(i686 x86_64 armv7h) + pkgdesc="Utility to organize and develop raw images, without flickcurl support" -arch=('i686' 'x86_64' 'armv7h') -url=http://darktable.sf.net/ -license=('GPL3') +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 lua52 + colord colord-gtk graphicsmagick osm-gps-map) +makedepends=("intltool>=0.40" cmake librsvg osm-gps-map libcups) +optdepends=(librsvg libcups) replaces=(${pkgname}-nonprism) conflicts=(${pkgname}-nonprism) -depends=('exiv2>=0.18' 'lcms2' 'lensfun>=0.2.3' 'desktop-file-utils' - 'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt' - 'libsoup' 'gtk3' 'pugixml' 'json-glib' 'lua52' - 'colord' 'colord-gtk' 'graphicsmagick' 'osm-gps-map') -makedepends=('intltool>=0.40' 'cmake' 'librsvg' 'osm-gps-map' 'libcups') -optdepends=('librsvg' '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=('bd5445d6b81fc3288fb07362870e24bb0b5378cacad2c6e6602e32de676bf9d8' +sha256sums=('e303a42b33f78eb1f48d3b36d1df46f30873df4c5a7b49605314f61c49fbf281' 'SKIP') +validpgpkeys=(C4CBC150699956E2A3268EF5BB5CC8295B1779C9) build() { cd "$srcdir/$pkgname-${pkgver/rc/~rc}" |