summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexdiaconescu2016-09-25 22:53:36 +0300
committeralexdiaconescu2016-09-25 22:53:36 +0300
commit34071c87901932ab163e435f1dea1cb249dced7d (patch)
tree7d54a6236f3d02662c7606a7f0471d8ddbe7ec29
parentfaadb057ba6ea8c9099b04574dbc837240c758c4 (diff)
downloadaur-34071c87901932ab163e435f1dea1cb249dced7d.tar.gz
Update to 0.2.6.r203.g5c904c3
-rw-r--r--.SRCINFO7
-rwxr-xr-xPKGBUILD7
-rw-r--r--photoflow.install9
3 files changed, 17 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 382e0f3c5888..6e868906682b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
# Generated by mksrcinfo v8
-# Sat Apr 16 10:08:11 UTC 2016
+# Sun Sep 25 19:52:43 UTC 2016
pkgbase = photoflow
pkgdesc = Non-destructive, layer-based photo retouching including RAW image development
- pkgver = 0.2.6.r0.g2c380bd
- pkgrel = 2
+ pkgver = 0.2.6.r203.g5c904c3
+ pkgrel = 1
url = http://aferrero2707.github.io/PhotoFlow
+ install = photoflow.install
arch = i686
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 4da98fcf0e06..1b28d6901209 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Contributor: Darko82 <darko 82 (hat) gmail dotcom>
# Maintainer: Joermungand <joermungand at gmail dot com>
pkgname=photoflow
-pkgver=0.2.6.r0.g2c380bd
-pkgrel=2
+pkgver=0.2.6.r203.g5c904c3
+pkgrel=1
pkgdesc="Non-destructive, layer-based photo retouching including RAW image development"
arch=('i686' 'x86_64')
url="http://aferrero2707.github.io/PhotoFlow"
@@ -11,6 +11,7 @@ depends=('libgexiv2' 'vips' 'gtkmm' 'pugixml')
makedepends=('git' 'gobject-introspection' 'cmake')
provides=('photoflow')
conflicts=('photoflow')
+install=photoflow.install
source=("${pkgname%-*}"::"git://github.com/aferrero2707/PhotoFlow.git")
md5sums=("SKIP")
@@ -22,7 +23,7 @@ pkgver() {
build() {
cd ${srcdir}/${pkgname%-*}
- cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DINSTALL_PREFIX=/usr
+ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DINSTALL_PREFIX=/usr -DBUNDLED_GEXIV2=OFF
make
}
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
+}