[arch-commits] Commit in m17n-lib/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sat Dec 19 09:55:26 UTC 2020


    Date: Saturday, December 19, 2020 @ 09:55:26
  Author: foutrelis
Revision: 404594

archrelease: copy trunk to staging-x86_64

Added:
  m17n-lib/repos/staging-x86_64/
  m17n-lib/repos/staging-x86_64/PKGBUILD
    (from rev 404593, m17n-lib/trunk/PKGBUILD)

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: m17n-lib/repos/staging-x86_64/PKGBUILD (from rev 404593, m17n-lib/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-12-19 09:55:26 UTC (rev 404594)
@@ -0,0 +1,32 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Camille Moncelier <pix at devlife.org>
+
+pkgname=m17n-lib
+pkgver=1.8.0
+pkgrel=8
+pkgdesc='Multilingual text processing library (runtimes)'
+url='https://www.nongnu.org/m17n/'
+arch=('x86_64')
+license=('GPL')
+depends=('libxft' 'm17n-db' 'fribidi' 'libxml2' 'gd' 'libotf')
+optdepends=('anthy: to use the anthy input method')
+options=('!makeflags' '!emptydirs')
+validpgpkeys=('D68584F9B40A6502FD7C53015F592A4029890630')
+source=("https://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('78bacae7451822dfff62482ce4f9433c5ae82846e4c64b590541e29e800fe64a')
+
+prepare() {
+	cd ${pkgname}-${pkgver}
+	sed -i 's/freetype-config/pkg-config freetype2/' configure
+}
+
+build() {
+	cd ${pkgname}-${pkgver}
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd ${pkgname}-${pkgver}
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list