[arch-commits] Commit in darktable/repos (8 files)
Sergej Pupykin
spupykin at archlinux.org
Thu Jan 28 21:55:42 UTC 2016
Date: Thursday, January 28, 2016 @ 22:55:42
Author: spupykin
Revision: 159364
archrelease: copy trunk to community-i686, community-x86_64
Added:
darktable/repos/community-i686/PKGBUILD
(from rev 159363, darktable/trunk/PKGBUILD)
darktable/repos/community-i686/darktable.install
(from rev 159363, darktable/trunk/darktable.install)
darktable/repos/community-x86_64/PKGBUILD
(from rev 159363, darktable/trunk/PKGBUILD)
darktable/repos/community-x86_64/darktable.install
(from rev 159363, darktable/trunk/darktable.install)
Deleted:
darktable/repos/community-i686/PKGBUILD
darktable/repos/community-i686/darktable.install
darktable/repos/community-x86_64/PKGBUILD
darktable/repos/community-x86_64/darktable.install
------------------------------------+
/PKGBUILD | 102 +++++++++++++++++++++++++++++++++++
/darktable.install | 22 +++++++
community-i686/PKGBUILD | 51 -----------------
community-i686/darktable.install | 11 ---
community-x86_64/PKGBUILD | 51 -----------------
community-x86_64/darktable.install | 11 ---
6 files changed, 124 insertions(+), 124 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-01-28 21:55:28 UTC (rev 159363)
+++ community-i686/PKGBUILD 2016-01-28 21:55:42 UTC (rev 159364)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Christian Himpel <chressie at gmail dot com>
-# Contributor: Johannes Hanika <hanatos at gmail dot com>
-
-pkgname=darktable
-pkgver=2.0.0
-pkgrel=5
-pkgdesc="Utility to organize and develop raw images"
-arch=('i686' 'x86_64')
-url=http://darktable.sf.net/
-license=('GPL3')
-depends=('exiv2>=0.18' 'intltool>=0.40' 'lcms2' 'lensfun>=0.2.3' 'libglade' 'dbus-glib'
- 'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
- 'libsoup' 'gtk3' 'pugixml' 'osm-gps-map' 'json-glib' 'flickcurl' 'lua52'
- 'colord' 'colord-gtk' 'graphicsmagick')
-makedepends=('intltool>=0.40' 'cmake' 'librsvg')
-optdepends=('librsvg')
-install=darktable.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz")
-md5sums=('1a95dd4d7dce7c9d76988d0cca003a5f')
-
-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 159363, darktable/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-28 21:55:42 UTC (rev 159364)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Christian Himpel <chressie at gmail dot com>
+# Contributor: Johannes Hanika <hanatos at gmail dot com>
+
+pkgname=darktable
+pkgver=2.1.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' 'intltool>=0.40' 'lcms2' 'lensfun>=0.2.3' 'libglade' 'dbus-glib'
+ 'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+ 'libsoup' 'gtk3' 'pugixml' 'osm-gps-map' 'json-glib' 'flickcurl' 'lua52'
+ 'colord' 'colord-gtk' 'graphicsmagick')
+makedepends=('intltool>=0.40' 'cmake' 'librsvg')
+optdepends=('librsvg')
+install=darktable.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz")
+md5sums=('d53daedd850447c9d4f61ed6022c3b74')
+
+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-i686/darktable.install
===================================================================
--- community-i686/darktable.install 2016-01-28 21:55:28 UTC (rev 159363)
+++ community-i686/darktable.install 2016-01-28 21:55:42 UTC (rev 159364)
@@ -1,11 +0,0 @@
-post_install() {
- [ -x `which update-desktop-database 2>/dev/null` ] && update-desktop-database -q
-}
-
-post_upgrade() {
- [ -x `which update-desktop-database 2>/dev/null` ] && update-desktop-database -q
-}
-
-post_remove() {
- [ -x `which update-desktop-database 2>/dev/null` ] && update-desktop-database -q
-}
Copied: darktable/repos/community-i686/darktable.install (from rev 159363, darktable/trunk/darktable.install)
===================================================================
--- community-i686/darktable.install (rev 0)
+++ community-i686/darktable.install 2016-01-28 21:55:42 UTC (rev 159364)
@@ -0,0 +1,11 @@
+post_install() {
+ [ -x `which update-desktop-database 2>/dev/null` ] && update-desktop-database -q
+}
+
+post_upgrade() {
+ [ -x `which update-desktop-database 2>/dev/null` ] && update-desktop-database -q
+}
+
+post_remove() {
+ [ -x `which update-desktop-database 2>/dev/null` ] && update-desktop-database -q
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-01-28 21:55:28 UTC (rev 159363)
+++ community-x86_64/PKGBUILD 2016-01-28 21:55:42 UTC (rev 159364)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Christian Himpel <chressie at gmail dot com>
-# Contributor: Johannes Hanika <hanatos at gmail dot com>
-
-pkgname=darktable
-pkgver=2.0.0
-pkgrel=5
-pkgdesc="Utility to organize and develop raw images"
-arch=('i686' 'x86_64')
-url=http://darktable.sf.net/
-license=('GPL3')
-depends=('exiv2>=0.18' 'intltool>=0.40' 'lcms2' 'lensfun>=0.2.3' 'libglade' 'dbus-glib'
- 'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
- 'libsoup' 'gtk3' 'pugixml' 'osm-gps-map' 'json-glib' 'flickcurl' 'lua52'
- 'colord' 'colord-gtk' 'graphicsmagick')
-makedepends=('intltool>=0.40' 'cmake' 'librsvg')
-optdepends=('librsvg')
-install=darktable.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz")
-md5sums=('1a95dd4d7dce7c9d76988d0cca003a5f')
-
-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 159363, darktable/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-01-28 21:55:42 UTC (rev 159364)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Christian Himpel <chressie at gmail dot com>
+# Contributor: Johannes Hanika <hanatos at gmail dot com>
+
+pkgname=darktable
+pkgver=2.1.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' 'intltool>=0.40' 'lcms2' 'lensfun>=0.2.3' 'libglade' 'dbus-glib'
+ 'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+ 'libsoup' 'gtk3' 'pugixml' 'osm-gps-map' 'json-glib' 'flickcurl' 'lua52'
+ 'colord' 'colord-gtk' 'graphicsmagick')
+makedepends=('intltool>=0.40' 'cmake' 'librsvg')
+optdepends=('librsvg')
+install=darktable.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz")
+md5sums=('d53daedd850447c9d4f61ed6022c3b74')
+
+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/darktable.install
===================================================================
--- community-x86_64/darktable.install 2016-01-28 21:55:28 UTC (rev 159363)
+++ community-x86_64/darktable.install 2016-01-28 21:55:42 UTC (rev 159364)
@@ -1,11 +0,0 @@
-post_install() {
- [ -x `which update-desktop-database 2>/dev/null` ] && update-desktop-database -q
-}
-
-post_upgrade() {
- [ -x `which update-desktop-database 2>/dev/null` ] && update-desktop-database -q
-}
-
-post_remove() {
- [ -x `which update-desktop-database 2>/dev/null` ] && update-desktop-database -q
-}
Copied: darktable/repos/community-x86_64/darktable.install (from rev 159363, darktable/trunk/darktable.install)
===================================================================
--- community-x86_64/darktable.install (rev 0)
+++ community-x86_64/darktable.install 2016-01-28 21:55:42 UTC (rev 159364)
@@ -0,0 +1,11 @@
+post_install() {
+ [ -x `which update-desktop-database 2>/dev/null` ] && update-desktop-database -q
+}
+
+post_upgrade() {
+ [ -x `which update-desktop-database 2>/dev/null` ] && update-desktop-database -q
+}
+
+post_remove() {
+ [ -x `which update-desktop-database 2>/dev/null` ] && update-desktop-database -q
+}
More information about the arch-commits
mailing list