[arch-commits] Commit in luminancehdr/trunk (3 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun May 1 10:37:46 UTC 2016


    Date: Sunday, May 1, 2016 @ 12:37:46
  Author: jlichtblau
Revision: 173235

upgpkg: luminancehdr 2.4.0-8 pacman hooks part 1 rebuild

Modified:
  luminancehdr/trunk/PKGBUILD
  luminancehdr/trunk/luminancehdr.changelog
Deleted:
  luminancehdr/trunk/luminancehdr.install

------------------------+
 PKGBUILD               |    9 ++++-----
 luminancehdr.changelog |    3 +++
 luminancehdr.install   |   12 ------------
 3 files changed, 7 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-01 10:27:16 UTC (rev 173234)
+++ PKGBUILD	2016-05-01 10:37:46 UTC (rev 173235)
@@ -5,7 +5,7 @@
 
 pkgname=luminancehdr
 pkgver=2.4.0
-pkgrel=7
+pkgrel=8
 pkgdesc='Open source graphical user interface application that aims to provide a workflow for HDR imaging'
 arch=('i686' 'x86_64')
 url='http://qtpfsgui.sourceforge.net/'
@@ -13,7 +13,6 @@
 depends=('exiv2' 'fftw' 'gsl' 'lcms2' 'libraw' 'openexr' 'qt5-webkit' 'ccfits' 'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('cmake' 'boost' 'gtest' 'qt5-tools' 'patch')
 optdepends=('hugin: align image stack functionality')
-install=$pkgname.install
 changelog=$pkgname.changelog
 options=('!emptydirs')
 source=(http://sourceforge.net/projects/qtpfsgui/files/luminance/$pkgver/luminance-hdr-$pkgver.tar.bz2
@@ -22,7 +21,7 @@
             'be2aaf8f544b086b770cec3db026e8ef7057bf3797961efeb8465197e4332c01')
 
 prepare() {
-  cd "${srcdir}"/luminance-hdr-${pkgver}
+  cd "${srcdir}"/luminance-hdr-$pkgver
 
 #Fix build error with Qt >= 5.3.2
   patch -Np1 -i "${srcdir}"/qt5_printsupport.diff
@@ -29,7 +28,7 @@
 }
 
 build() {
-  cd "${srcdir}"/luminance-hdr-${pkgver}
+  cd "${srcdir}"/luminance-hdr-$pkgver
 
   cmake -DCMAKE_INSTALL_PREFIX=/usr
   make
@@ -36,7 +35,7 @@
 }
 
 package() {
-  cd "${srcdir}"/luminance-hdr-${pkgver}
+  cd "${srcdir}"/luminance-hdr-$pkgver
 
   make DESTDIR="${pkgdir}" install
 }

Modified: luminancehdr.changelog
===================================================================
--- luminancehdr.changelog	2016-05-01 10:27:16 UTC (rev 173234)
+++ luminancehdr.changelog	2016-05-01 10:37:46 UTC (rev 173235)
@@ -1,3 +1,6 @@
+2016-05-01 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* luminancehdr 2.4.0-8 pacman hooks rebuild
+
 2016-02-20 Jaroslav Lichtblau <svetlemodry at archlinux.org>
 	* luminancehdr 2.4.0-7 gsl 2.1 rebuild
 

Deleted: luminancehdr.install
===================================================================
--- luminancehdr.install	2016-05-01 10:27:16 UTC (rev 173234)
+++ luminancehdr.install	2016-05-01 10:37:46 UTC (rev 173235)
@@ -1,12 +0,0 @@
-post_install() {
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
-  update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install $1
-}
-
-post_remove() {
-    post_install $1
-}



More information about the arch-commits mailing list