summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Wolfer2017-11-16 10:47:34 +0100
committerPhilipp Wolfer2017-11-16 10:47:54 +0100
commit10c8e7add914ca5a45624f95951beff87418d171 (patch)
treeeeadfcb9801854093077568eac27cae405afb9c2
parentc33d5a3cc21b9ac135104b9aed99ca8ce2be2360 (diff)
downloadaur-10c8e7add914ca5a45624f95951beff87418d171.tar.gz
Set ENABLE_FILECHOOSERNATIVE
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7db571e1a14..630524fb6092 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Nov 6 20:44:27 UTC 2017
+# Thu Nov 16 09:47:53 UTC 2017
pkgbase = peek-git
pkgdesc = Simple screen recorder with an easy to use interface (latest development release)
- pkgver = 1.1.0.r70.ga8357ff
+ pkgver = 1.1.0.r180.g3787013
pkgrel = 1
url = https://github.com/phw/peek
arch = i686
@@ -20,7 +20,7 @@ pkgbase = peek-git
optdepends = gst-plugins-ugly: MP4 output under Gnome Shell
optdepends = gifski: High quality GIF animations with thousands of colors
optdepends = imagemagick: Use ImageMagick instead of FFmpeg for GIF creation
- provides = peek=1.1.0.r70.ga8357ff
+ provides = peek=1.1.0.r180.g3787013
conflicts = peek
source = git+https://github.com/phw/peek.git
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9fb583bcfae8..2259dba2c87d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp Wolfer <ph.wolfer@gmail.com>
_pkgname=peek
pkgname=${_pkgname}-git
-pkgver=1.1.0.r70.ga8357ff
+pkgver=1.1.0.r180.g3787013
pkgrel=1
pkgdesc="Simple screen recorder with an easy to use interface (latest development release)"
arch=('i686' 'x86_64')
@@ -30,7 +30,8 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_TESTS=ON \
-DCMAKE_BUILD_TYPE=Release \
- -DGSETTINGS_COMPILE=OFF
+ -DGSETTINGS_COMPILE=OFF \
+ -DENABLE_FILECHOOSERNATIVE=ON
make
}