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

Caleb Maclennan alerque at gemini.archlinux.org
Mon May 2 09:28:23 UTC 2022


    Date: Monday, May 2, 2022 @ 09:28:23
  Author: alerque
Revision: 1192195

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-02 09:28:14 UTC (rev 1192194)
+++ PKGBUILD	2022-05-02 09:28:23 UTC (rev 1192195)
@@ -1,41 +0,0 @@
-# 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"
-}

Copied: fcft/repos/community-x86_64/PKGBUILD (from rev 1192194, fcft/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-02 09:28:23 UTC (rev 1192195)
@@ -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.1
+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=('5f35dbd8a1a81ec61648e86e8f86157c9fd905ee199540d81a031121473204d5')
+
+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