Date: Thursday, November 17, 2022 @ 16:50:00
  Author: heftig
Revision: 1349365

0.1.29-2: enable debug

Modified:
  lib32-libthai/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-17 16:40:53 UTC (rev 1349364)
+++ PKGBUILD    2022-11-17 16:50:00 UTC (rev 1349365)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-libthai
 pkgver=0.1.29
-pkgrel=1
+pkgrel=2
 pkgdesc='Thai language support routines'
 url='https://linux.thai.net/projects/libthai'
 arch=('x86_64')
@@ -11,6 +11,8 @@
 license=('LGPL')
 depends=('lib32-libdatrie')
 makedepends=('autoconf-archive' 'git')
+provides=('libthai.so')
+options=('debug')
 source=("git+https://github.com/tlwg/libthai.git#tag=v${pkgver}";)
 sha256sums=('SKIP')
 
@@ -25,7 +27,7 @@
 
   export CC='gcc -m32'
   export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
 
   ./configure \
     --prefix='/usr' \
@@ -40,4 +42,4 @@
   rm -rf "${pkgdir}"/usr/{include,share}
 }
 
-# vim: ts=2 sw=2 et:
+# vim:set sw=2 sts=-1 et:

Reply via email to