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

Kyle Keen kkeen at archlinux.org
Tue Jan 30 12:41:55 UTC 2018


    Date: Tuesday, January 30, 2018 @ 12:41:53
  Author: kkeen
Revision: 288292

fix FS#57171, missing translation files

Modified:
  simplescreenrecorder/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-30 12:34:56 UTC (rev 288291)
+++ PKGBUILD	2018-01-30 12:41:53 UTC (rev 288292)
@@ -4,7 +4,7 @@
 
 pkgname=simplescreenrecorder
 pkgver=0.3.9
-pkgrel=1
+pkgrel=2
 pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
 arch=("x86_64")
 url="http://www.maartenbaert.be/simplescreenrecorder/"
@@ -34,6 +34,7 @@
   #./configure --prefix=/usr --disable-assert --with-qt5
   #./configure --prefix=/usr --disable-assert
   cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release \
+    -DLRELEASE='/usr/bin/lrelease-qt4' \
     -DCMAKE_INSTALL_LIBDIR='lib' ../
   make
 }



More information about the arch-commits mailing list