summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Rogoża2016-09-27 22:35:49 +0200
committerPiotr Rogoża2016-09-27 22:35:49 +0200
commita7292ff1b4f17d079d691bd152d1441727a647c1 (patch)
treee0a7fdd33490d7231acef415417da64b6a6586a7
parent0272b3a23f94ce2befd4d619e56e1afc39404708 (diff)
downloadaur-a7292ff1b4f17d079d691bd152d1441727a647c1.tar.gz
Added libtiff4 to the depends, removed the install.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
-rw-r--r--zeronoise.install17
3 files changed, 7 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff6aaea40de5..cd0c195caa14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Sep 5 20:51:03 UTC 2016
+# Tue Sep 27 20:35:36 UTC 2016
pkgbase = zeronoise
pkgdesc = HDR, get tiff from several shots without noise and a lot of dynamic range
pkgver = 1.04.4
- pkgrel = 3
+ pkgrel = 4
url = http://www.guillermoluijk.com/tutorial/zeronoise/index.htm
- install = zeronoise.install
arch = i686
arch = x86_64
license = custom:freeware
@@ -13,6 +12,7 @@ pkgbase = zeronoise
depends = gsl
depends = libpng12
depends = libtiff
+ depends = libtiff4
depends = wxgtk2.8
options = !strip
options = emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index af8e0ff75791..ea1f13e752e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=zeronoise
pkgver=1.04.4
-pkgrel=3
+pkgrel=4
pkgdesc='HDR, get tiff from several shots without noise and a lot of dynamic range'
arch=('i686' 'x86_64')
url='http://www.guillermoluijk.com/tutorial/zeronoise/index.htm'
license=('custom:freeware')
-depends=(hicolor-icon-theme gsl libpng12 libtiff wxgtk2.8)
+depends=(hicolor-icon-theme gsl libpng12 libtiff libtiff4 wxgtk2.8)
options=(!strip emptydirs)
-install='zeronoise.install'
+# install='zeronoise.install'
source_i686=(https://sites.google.com/site/zeronoiselinux/file-cabinet/$pkgname-${pkgver}_i386.deb)
source_x86_64=(https://sites.google.com/site/zeronoiselinux/file-cabinet/$pkgname-${pkgver}_amd64.deb)
sha256sums_i686=('56a2f42b72c9740f50f3c287c529a30b9369e0ef618de628762831d7280d27f2')
@@ -34,6 +34,6 @@ package(){
# workaround to missing lib*.so*
install -dm755 "$pkgdir"/usr/lib
cd "$pkgdir"/usr/lib
- ln -s libtiff.so libtiff.so.4
+# ln -s libtiff.so libtiff.so.4
ln -s libgsl.so libgsl.so.0
}
diff --git a/zeronoise.install b/zeronoise.install
deleted file mode 100644
index 7975721447fc..000000000000
--- a/zeronoise.install
+++ /dev/null
@@ -1,17 +0,0 @@
-post_install() {
- if which update-desktop-database &>/dev/null; then
- update-desktop-database -q usr/share/applications
- fi
- if which gtk-update-icon-cache &>/dev/null; then
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- fi
-}
-
-post_upgrade() {
- post_install $
-}
-
-post_remove() {
- post_install $
-}
-