summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-12-02 19:50:20 +0100
committerGustavo Alvarez2016-12-02 19:50:20 +0100
commitbbee31ede2764a55daf9e33430e8b0368f45a883 (patch)
tree508534e6cb0e25e5270dad48868a6f8b696a10e5
parent260cbd8957700cd3524bc31731e6e30389c6df65 (diff)
downloadaur-bbee31ede2764a55daf9e33430e8b0368f45a883.tar.gz
bump
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--oyranos-git.install11
3 files changed, 5 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3335457ca4b..2a24fd5a0952 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Dec 2 18:04:33 UTC 2016
+# Fri Dec 2 18:50:14 UTC 2016
pkgbase = oyranos-git
pkgdesc = A Colour Management System (CMS) on operating system level. (GIT version)
pkgver = 0.9.5.1244.ge4f9616
@@ -26,7 +26,8 @@ pkgbase = oyranos-git
depends = fltk
depends = cairo
optdepends = xcalib
- optdepends = openicc
+ optdepends = openicc: ICC prolfiles
+ optdepends = openicc-basiccolor-offset-profiles: ICC prolfiles
optdepends = sane: sane module
optdepends = libraw: lraw module
optdepends = lcms: lcms module
diff --git a/PKGBUILD b/PKGBUILD
index 251db3dfe04c..502c91f94d5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,8 @@ makedepends+=('git'
'qt5-x11extras'
)
optdepends=('xcalib'
- 'openicc'
+ 'openicc: ICC prolfiles'
+ 'openicc-basiccolor-offset-profiles: ICC prolfiles'
'sane: sane module'
'libraw: lraw module'
'lcms: lcms module'
diff --git a/oyranos-git.install b/oyranos-git.install
deleted file mode 100644
index e111ef946053..000000000000
--- a/oyranos-git.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}