[arch-commits] Commit in rawtherapee/trunk (PKGBUILD)

Lukas Jirkovsky stativ at archlinux.org
Mon Jul 20 20:06:56 UTC 2015


    Date: Monday, July 20, 2015 @ 22:06:56
  Author: stativ
Revision: 137161

upgpkg: rawtherapee 1:4.2-2

refs FS#45531: add gtk-engines as an optdepend to workaround gnome issue

Modified:
  rawtherapee/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-20 18:35:18 UTC (rev 137160)
+++ PKGBUILD	2015-07-20 20:06:56 UTC (rev 137161)
@@ -6,7 +6,7 @@
 
 pkgname=rawtherapee
 pkgver=4.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Raw photo editor"
 arch=('i686' 'x86_64')
@@ -13,6 +13,7 @@
 url="http://www.rawtherapee.com/"
 license=('GPL3')
 depends=('fftw' 'gtkmm' 'libcanberra' 'libiptcdata' 'lcms2' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('gtk-engines: workaround theme bug under GNOME')
 makedepends=('cmake' 'mercurial')
 install=rawtherapee.install
 source=("http://rawtherapee.com/shared/source/rawtherapee-${pkgver}.tar.xz")
@@ -24,9 +25,9 @@
   mkdir "$srcdir/$pkgname-build"
   cd "$srcdir/$pkgname-build"
 
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    "$srcdir/$pkgname-$pkgver"
+  cmake "$srcdir/$pkgname-$pkgver" \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
   make
 }
 



More information about the arch-commits mailing list