Date: Friday, April 1, 2016 @ 22:21:40
  Author: jleclanche
Revision: 169191

upgpkg: lxqt-common 0.10.0-3

Rebuild (FS#48754)

Modified:
  lxqt-common/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-04-01 20:09:11 UTC (rev 169190)
+++ PKGBUILD    2016-04-01 20:21:40 UTC (rev 169191)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-common
 pkgver=0.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Common data to run a LXQt session."
 arch=("any")
 groups=("lxqt")
@@ -25,9 +25,11 @@
 build() {
        mkdir -p build
        cd build
-       cmake "$srcdir/$pkgname-$pkgver" \
+       # Build with LC_ALL=en_US.UTF-8 to work around lxqt#957 (FS#48754)
+       # Remove in 0.11
+       LC_ALL=en_US.UTF-8 cmake "$srcdir/$pkgname-$pkgver" \
                -DCMAKE_INSTALL_PREFIX=/usr
-       make
+       LC_ALL=en_US.UTF-8 make
 }
 
 package() {

Reply via email to