summaryrefslogtreecommitdiff
path: root/nonprism/darktable
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-04-28 02:24:07 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-04-28 02:24:07 -0300
commit854bd9b829b3184884b5acfca4733958062d4c73 (patch)
treec7c90f47da3719f7257c18fc7b1e6ed0774db392 /nonprism/darktable
parent9c5bcf8d1ff8ded857df203936ebb49f45f8dc89 (diff)
nonprism/darktable: remove install file and add armv7h
Diffstat (limited to 'nonprism/darktable')
-rw-r--r--nonprism/darktable/PKGBUILD7
-rw-r--r--nonprism/darktable/darktable.install12
2 files changed, 3 insertions, 16 deletions
diff --git a/nonprism/darktable/PKGBUILD b/nonprism/darktable/PKGBUILD
index b933888d4..891c437ea 100644
--- a/nonprism/darktable/PKGBUILD
+++ b/nonprism/darktable/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 168816 2016-03-29 18:08:22Z spupykin $
+# $Id: PKGBUILD 172234 2016-04-27 22:56:01Z spupykin $
# Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor (Arch): Christian Himpel <chressie at gmail dot com>
# Contributor (Arch): Johannes Hanika <hanatos at gmail dot com>
@@ -8,10 +8,10 @@
pkgname=darktable
pkgver=2.0.3
-pkgrel=1.nonprism1
+pkgrel=3.nonprism1
pkgdesc="Utility to organize and develop raw images, without flickcurl support"
epoch=1
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url=http://darktable.sf.net/
license=('GPL3')
replaces=(${pkgname}-nonprism)
@@ -22,7 +22,6 @@ depends=('exiv2>=0.18' 'lcms2' 'lensfun>=0.2.3' 'desktop-file-utils'
'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')
diff --git a/nonprism/darktable/darktable.install b/nonprism/darktable/darktable.install
deleted file mode 100644
index bce670aff..000000000
--- a/nonprism/darktable/darktable.install
+++ /dev/null
@@ -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
-}