[arch-commits] Commit in fcft/repos/community-x86_64 (PKGBUILD PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Sun May 1 17:36:50 UTC 2022


    Date: Sunday, May 1, 2022 @ 17:36:49
  Author: alerque
Revision: 1192123

archrelease: copy trunk to community-x86_64

Added:
  fcft/repos/community-x86_64/PKGBUILD
    (from rev 1192122, fcft/trunk/PKGBUILD)
Deleted:
  fcft/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 41 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-01 17:36:39 UTC (rev 1192122)
+++ PKGBUILD	2022-05-01 17:36:49 UTC (rev 1192123)
@@ -1,39 +0,0 @@
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-# Contributor: Daniel Eklöf <daniel at ekloef dot se>
-
-pkgname=fcft
-pkgver=3.0.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)
-provides=(libfcft.so)
-options=(debug)
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('0d9b9f3add24aef5efcf42a32e8ad0e50060e1441a491e04fff3d79a36a526ea')
-
-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"
-}

Copied: fcft/repos/community-x86_64/PKGBUILD (from rev 1192122, fcft/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-01 17:36:49 UTC (rev 1192123)
@@ -0,0 +1,41 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Daniel Eklöf <daniel at ekloef dot se>
+
+# TODO: un-vendor nanosvg, migrate package from AUR and build against that
+
+pkgname=fcft
+pkgver=3.1.0
+pkgrel=1
+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)
+provides=(libfcft.so)
+options=(debug)
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha256sums=('138e4e0a0fa8ba261cc7ce5aba75fdd7c429cd5ce19ef95739c2abd4d1b058b9')
+
+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