Date: Wednesday, May 25, 2022 @ 07:01:36
  Author: alerque
Revision: 1210320

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-05-25 07:01:28 UTC (rev 1210319)
+++ PKGBUILD    2022-05-25 07:01:36 UTC (rev 1210320)
@@ -1,41 +0,0 @@
-# Maintainer: Caleb Maclennan <ca...@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"
-}

Copied: fcft/repos/community-x86_64/PKGBUILD (from rev 1210319, 
fcft/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-05-25 07:01:36 UTC (rev 1210320)
@@ -0,0 +1,41 @@
+# Maintainer: Caleb Maclennan <ca...@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.2
+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=('f571afe693d3fa11fe36e97c7a2ecbbf9313755ee31c1ec3dcc648796b8e6db0')
+
+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"
+}

Reply via email to