[arch-commits] Commit in darktable/repos (4 files)
Sergej Pupykin
spupykin at archlinux.org
Wed Oct 26 10:19:10 UTC 2016
Date: Wednesday, October 26, 2016 @ 10:19:09
Author: spupykin
Revision: 193582
archrelease: copy trunk to community-i686, community-x86_64
Added:
darktable/repos/community-i686/PKGBUILD
(from rev 193581, darktable/trunk/PKGBUILD)
darktable/repos/community-x86_64/PKGBUILD
(from rev 193581, darktable/trunk/PKGBUILD)
Deleted:
darktable/repos/community-i686/PKGBUILD
darktable/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 106 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 53 ----------------------
community-x86_64/PKGBUILD | 53 ----------------------
3 files changed, 106 insertions(+), 106 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-10-26 10:18:53 UTC (rev 193581)
+++ community-i686/PKGBUILD 2016-10-26 10:19:09 UTC (rev 193582)
@@ -1,53 +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>
-
-# Don't bump to 2.1 plz, it's a development branch. (- bpiotrowski)
-
-pkgname=darktable
-pkgver=2.0.7
-pkgrel=1
-pkgdesc="Utility to organize and develop raw images"
-epoch=1
-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')
-optdepends=('librsvg' 'osm-gps-map')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz")
-md5sums=('7ad1d6629653270eb915f4fc6a0189d8')
-
-build() {
- cd "$srcdir/$pkgname-release-$pkgver"
- mkdir -p build
- cd build
- CXXFLAGS+=" -fpermissive"
- cmake \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -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-release-$pkgver/build"
- make DESTDIR="$pkgdir" install
- 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 193581, darktable/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-26 10:19:09 UTC (rev 193582)
@@ -0,0 +1,53 @@
+# $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>
+
+# Don't bump to 2.1 plz, it's a development branch. (- bpiotrowski)
+
+pkgname=darktable
+pkgver=2.0.7
+pkgrel=2
+pkgdesc="Utility to organize and develop raw images"
+epoch=1
+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')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz")
+md5sums=('7ad1d6629653270eb915f4fc6a0189d8')
+
+build() {
+ cd "$srcdir/$pkgname-release-$pkgver"
+ mkdir -p build
+ cd build
+ CXXFLAGS+=" -fpermissive"
+ cmake \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -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-release-$pkgver/build"
+ make DESTDIR="$pkgdir" install
+ 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 2016-10-26 10:18:53 UTC (rev 193581)
+++ community-x86_64/PKGBUILD 2016-10-26 10:19:09 UTC (rev 193582)
@@ -1,53 +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>
-
-# Don't bump to 2.1 plz, it's a development branch. (- bpiotrowski)
-
-pkgname=darktable
-pkgver=2.0.7
-pkgrel=1
-pkgdesc="Utility to organize and develop raw images"
-epoch=1
-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')
-optdepends=('librsvg' 'osm-gps-map')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz")
-md5sums=('7ad1d6629653270eb915f4fc6a0189d8')
-
-build() {
- cd "$srcdir/$pkgname-release-$pkgver"
- mkdir -p build
- cd build
- CXXFLAGS+=" -fpermissive"
- cmake \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -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-release-$pkgver/build"
- make DESTDIR="$pkgdir" install
- 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 193581, darktable/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-10-26 10:19:09 UTC (rev 193582)
@@ -0,0 +1,53 @@
+# $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>
+
+# Don't bump to 2.1 plz, it's a development branch. (- bpiotrowski)
+
+pkgname=darktable
+pkgver=2.0.7
+pkgrel=2
+pkgdesc="Utility to organize and develop raw images"
+epoch=1
+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')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz")
+md5sums=('7ad1d6629653270eb915f4fc6a0189d8')
+
+build() {
+ cd "$srcdir/$pkgname-release-$pkgver"
+ mkdir -p build
+ cd build
+ CXXFLAGS+=" -fpermissive"
+ cmake \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -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-release-$pkgver/build"
+ make DESTDIR="$pkgdir" install
+ 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