summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukáš Jirkovský2016-02-21 13:09:34 +0100
committerLukáš Jirkovský2016-02-21 13:09:34 +0100
commitc554d66c60524e02a401ff1c32f074901af6691d (patch)
tree5aa6b18964b2af13654923944a47b3f56d49ecfb
parent59f689937998c722b3324e39b071e0ae79158fff (diff)
downloadaur-c554d66c60524e02a401ff1c32f074901af6691d.tar.gz
update, use an out-of-source build
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0dd5dcd21ff5..82cb7c0595ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Feb 21 12:09:34 UTC 2016
pkgbase = rawtherapee-git
- pkgdesc = Raw photo editor
- pkgver = 3074.26d182d
+ pkgdesc = RAW photo editor
+ pkgver = 3314.0b32f12
pkgrel = 1
url = http://www.rawtherapee.com/
install = rawtherapee.install
diff --git a/PKGBUILD b/PKGBUILD
index 3be0fde31484..6d943c2c2bb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Lukas Jirkovsky <l.jirkovsky AT gmail.com>
pkgname=rawtherapee-git
-pkgver=2971.11d382d
+pkgver=3314.0b32f12
pkgrel=1
pkgdesc="RAW photo editor"
arch=('i686' 'x86_64')
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' 'git')
provides=('rawtherapee')
conflicts=('rawtherapee')
@@ -20,15 +21,16 @@ pkgver() {
}
build() {
- cd "$srcdir/rawtherapee"
+ mkdir -p "$srcdir/rawtherapee-build"
+ cd "$srcdir/rawtherapee-build"
- cmake . \
+ cmake ../rawtherapee \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release
make
}
package() {
- cd "$srcdir/rawtherapee"
+ cd "$srcdir/rawtherapee-build"
make DESTDIR="$pkgdir/" install
}