Date: Thursday, November 17, 2022 @ 16:50:20
  Author: heftig
Revision: 462087

archrelease: copy trunk to extra-x86_64

Added:
  libthai/repos/extra-x86_64/PKGBUILD
    (from rev 462086, libthai/trunk/PKGBUILD)
Deleted:
  libthai/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   53 +++++++++++++++++++++++++++--------------------------
 1 file changed, 27 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-17 16:49:55 UTC (rev 462086)
+++ PKGBUILD    2022-11-17 16:50:20 UTC (rev 462087)
@@ -1,26 +0,0 @@
-# Maintainer: Jan de Groot <[email protected]>
-# Contributor: Chaiwat Suttipongsakul <[email protected]>
-
-pkgname=libthai
-pkgver=0.1.29
-pkgrel=1
-pkgdesc="Thai language support routines"
-url="https://linux.thai.net/projects/libthai";
-arch=('x86_64')
-license=('LGPL')
-depends=('libdatrie')
-makedepends=('pkgconfig')
-options=('!emptydirs')
-source=(https://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-sha512sums=('0ba1261581a1705a2a2546a3071acb3c63892dbf111f0dad415667165a6b9542a5e4549061c67b11ec53de7c9e70fceb3c04d794fd12a22d991a539dbacebda1')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: libthai/repos/extra-x86_64/PKGBUILD (from rev 462086, 
libthai/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-17 16:50:20 UTC (rev 462087)
@@ -0,0 +1,27 @@
+# Maintainer: Jan de Groot <[email protected]>
+# Contributor: Chaiwat Suttipongsakul <[email protected]>
+
+pkgname=libthai
+pkgver=0.1.29
+pkgrel=2
+pkgdesc="Thai language support routines"
+url="https://linux.thai.net/projects/libthai";
+arch=('x86_64')
+license=('LGPL')
+depends=('libdatrie')
+makedepends=('pkgconfig')
+provides=('libthai.so')
+options=('!emptydirs' 'debug')
+source=(https://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+sha512sums=('0ba1261581a1705a2a2546a3071acb3c63892dbf111f0dad415667165a6b9542a5e4549061c67b11ec53de7c9e70fceb3c04d794fd12a22d991a539dbacebda1')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to