From 854bd9b829b3184884b5acfca4733958062d4c73 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Thu, 28 Apr 2016 02:24:07 -0300 Subject: nonprism/darktable: remove install file and add armv7h --- nonprism/darktable/PKGBUILD | 7 +++---- nonprism/darktable/darktable.install | 12 ------------ 2 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 nonprism/darktable/darktable.install (limited to 'nonprism/darktable') 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 # Contributor (Arch): Christian Himpel # Contributor (Arch): Johannes Hanika @@ -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 -} -- cgit v1.2.3