summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexdiaconescu2016-04-08 16:39:45 +0300
committeralexdiaconescu2016-04-08 16:39:45 +0300
commit269b6b4fc42002129e718fc9af42e40b80d27655 (patch)
treea8edb24fa71cda49db4c79235c7ab597e8df92dc
parentd5432a1d28505ea931a65b9d37e4ce18a3a0cce1 (diff)
downloadaur-269b6b4fc42002129e718fc9af42e40b80d27655.tar.gz
Update to 0.2.4.r202.g7873947
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD5
-rw-r--r--photoflow.install9
3 files changed, 16 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c5a9d3b843b..34878df81216 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
# Generated by mksrcinfo v8
-# Tue Apr 5 18:27:52 UTC 2016
+# Fri Apr 8 13:39:09 UTC 2016
pkgbase = photoflow-git
pkgdesc = Non-destructive, layer-based photo retouching including RAW image development
- pkgver = 0.2.4.r189.g35a4f2a
+ pkgver = 0.2.4.r202.g7873947
pkgrel = 1
url = http://aferrero2707.github.io/PhotoFlow
+ install = photoflow.install
arch = i686
arch = x86_64
license = GPL3
@@ -15,6 +16,7 @@ pkgbase = photoflow-git
depends = vips
depends = gtkmm
depends = pugixml
+ depends = desktop-file-utils
provides = photoflow
conflicts = photoflow
source = photoflow::git://github.com/aferrero2707/PhotoFlow.git#branch=stable
diff --git a/PKGBUILD b/PKGBUILD
index 57f776e3d119..7ffabda1cd77 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Contributor: Darko82 <darko 82 (hat) gmail dotcom>
# Maintainer: Joermungand <joermungand at gmail dot com>
pkgname=photoflow-git
-pkgver=0.2.4.r189.g35a4f2a
+pkgver=0.2.4.r202.g7873947
pkgrel=1
pkgdesc="Non-destructive, layer-based photo retouching including RAW image development"
arch=('i686' 'x86_64')
url="http://aferrero2707.github.io/PhotoFlow"
license=('GPL3')
-depends=('libgexiv2' 'vips' 'gtkmm' 'pugixml')
+depends=('libgexiv2' 'vips' 'gtkmm' 'pugixml' 'desktop-file-utils')
makedepends=('git' 'gobject-introspection' 'cmake')
provides=('photoflow')
conflicts=('photoflow')
+install=photoflow.install
source=("${pkgname%-*}"::"git://github.com/aferrero2707/PhotoFlow.git#branch=stable")
md5sums=("SKIP")
diff --git a/photoflow.install b/photoflow.install
new file mode 100644
index 000000000000..fcb1cb8a4386
--- /dev/null
+++ b/photoflow.install
@@ -0,0 +1,9 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_remove() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}