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

Jan de Groot jgc at archlinux.org
Thu Dec 1 18:23:40 UTC 2011


    Date: Thursday, December 1, 2011 @ 13:23:39
  Author: jgc
Revision: 144010

Force UTF8 locale for make check. Qt cannot find files with utf8 chars otherwise and fails the testsuite

Modified:
  poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-12-01 18:11:01 UTC (rev 144009)
+++ PKGBUILD	2011-12-01 18:23:39 UTC (rev 144010)
@@ -39,7 +39,7 @@
   cd "${srcdir}"
   ln -sf test-${_testtag} test
   cd ${pkgbase}-${pkgver}
-  make check
+  LANG=en_US.UTF8 make check
 }
 
 package_poppler() {




More information about the arch-commits mailing list