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

Jerome Leclanche jleclanche at archlinux.org
Wed Apr 6 14:57:11 UTC 2016


    Date: Wednesday, April 6, 2016 @ 16:57:10
  Author: jleclanche
Revision: 169583

upgpkg: lxqt-config 0.10.0-5

Rebuild (FS#48754)

Modified:
  lxqt-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-06 13:15:31 UTC (rev 169582)
+++ PKGBUILD	2016-04-06 14:57:10 UTC (rev 169583)
@@ -3,7 +3,7 @@
 
 pkgname=lxqt-config
 pkgver=0.10.0
-pkgrel=4
+pkgrel=5
 pkgdesc="LXQt system configuration."
 arch=("i686" "x86_64")
 groups=("lxqt")
@@ -25,10 +25,12 @@
 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 \
 		-DCMAKE_INSTALL_LIBDIR=lib
-	make
+	LC_ALL=en_US.UTF-8 make
 }
 
 package() {



More information about the arch-commits mailing list