[arch-commits] Commit in darktable/repos (6 files)
Sergej Pupykin
spupykin at archlinux.org
Wed Apr 27 22:56:17 UTC 2016
Date: Thursday, April 28, 2016 @ 00:56:17
Author: spupykin
Revision: 172235
archrelease: copy trunk to community-i686, community-x86_64
Added:
darktable/repos/community-i686/PKGBUILD
(from rev 172234, darktable/trunk/PKGBUILD)
darktable/repos/community-x86_64/PKGBUILD
(from rev 172234, darktable/trunk/PKGBUILD)
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 | 106 +++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 54 -----------------
community-i686/darktable.install | 12 ---
community-x86_64/PKGBUILD | 54 -----------------
community-x86_64/darktable.install | 12 ---
5 files changed, 106 insertions(+), 132 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-04-27 22:56:01 UTC (rev 172234)
+++ community-i686/PKGBUILD 2016-04-27 22:56:17 UTC (rev 172235)
@@ -1,54 +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.3
-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' '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=('0582896dd13b57bbf61807c66f74f29f')
-
-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 172234, darktable/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-27 22:56:17 UTC (rev 172235)
@@ -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.3
+pkgrel=3
+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' 'osm-gps-map' 'json-glib' 'flickcurl' 'lua52'
+ 'colord' 'colord-gtk' 'graphicsmagick')
+makedepends=('intltool>=0.40' 'cmake' 'librsvg')
+optdepends=('librsvg')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz")
+md5sums=('0582896dd13b57bbf61807c66f74f29f')
+
+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-04-27 22:56:01 UTC (rev 172234)
+++ community-i686/darktable.install 2016-04-27 22:56:17 UTC (rev 172235)
@@ -1,12 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-04-27 22:56:01 UTC (rev 172234)
+++ community-x86_64/PKGBUILD 2016-04-27 22:56:17 UTC (rev 172235)
@@ -1,54 +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.3
-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' '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=('0582896dd13b57bbf61807c66f74f29f')
-
-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 172234, darktable/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-04-27 22:56:17 UTC (rev 172235)
@@ -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.3
+pkgrel=3
+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' 'osm-gps-map' 'json-glib' 'flickcurl' 'lua52'
+ 'colord' 'colord-gtk' 'graphicsmagick')
+makedepends=('intltool>=0.40' 'cmake' 'librsvg')
+optdepends=('librsvg')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz")
+md5sums=('0582896dd13b57bbf61807c66f74f29f')
+
+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-04-27 22:56:01 UTC (rev 172234)
+++ community-x86_64/darktable.install 2016-04-27 22:56:17 UTC (rev 172235)
@@ -1,12 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
More information about the arch-commits
mailing list