[arch-commits] Commit in fcft/repos (community-x86_64 community-x86_64/PKGBUILD)
Caleb Maclennan
alerque at gemini.archlinux.org
Sat Jan 29 14:20:13 UTC 2022
Date: Saturday, January 29, 2022 @ 14:20:13
Author: alerque
Revision: 1119829
archrelease: copy trunk to community-x86_64
Added:
fcft/repos/community-x86_64/
fcft/repos/community-x86_64/PKGBUILD
(from rev 1119828, fcft/trunk/PKGBUILD)
----------+
PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
Copied: fcft/repos/community-x86_64/PKGBUILD (from rev 1119828, fcft/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2022-01-29 14:20:13 UTC (rev 1119829)
@@ -0,0 +1,37 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Daniel Eklöf <daniel at ekloef dot se>
+
+pkgname=fcft
+pkgver=2.5.1
+pkgrel=2
+pkgdesc='Simple library for font loading and glyph rasterization'
+arch=(x86_64)
+url=https://codeberg.org/dnkl/${pkgname}
+license=(MIT)
+depends=(fontconfig
+ freetype2
+ harfbuzz
+ libutf8proc
+ pixman)
+makedepends=(meson
+ scdoc
+ tllist)
+checkdepends=(ttf-dejavu)
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha256sums=('1b9e9346c884f16bce9548806ea89c5e34ccc98ce27ec6ecff1f5011235de112')
+
+build() {
+ arch-meson $pkgname build \
+ -Dgrapheme-shaping=enabled \
+ -Drun-shaping=enabled
+}
+
+check() {
+ meson test -C build
+}
+
+package() {
+ meson install -C build --destdir "$pkgdir"
+ install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" "$pkgname/LICENSE"
+ install -Dm0644 "$pkgname/unicode/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.unicode"
+}
More information about the arch-commits
mailing list