[arch-commits] Commit in cantarell-fonts/repos (testing-any testing-any/PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Thu Sep 16 16:35:23 UTC 2021


    Date: Thursday, September 16, 2021 @ 16:35:22
  Author: heftig
Revision: 424227

archrelease: copy trunk to testing-any

Added:
  cantarell-fonts/repos/testing-any/
  cantarell-fonts/repos/testing-any/PKGBUILD
    (from rev 424226, cantarell-fonts/trunk/PKGBUILD)

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

Copied: cantarell-fonts/repos/testing-any/PKGBUILD (from rev 424226, cantarell-fonts/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2021-09-16 16:35:22 UTC (rev 424227)
@@ -0,0 +1,25 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=cantarell-fonts
+pkgver=0.303
+pkgrel=1
+epoch=1
+pkgdesc="Humanist sans serif font"
+url="https://gitlab.gnome.org/GNOME/cantarell-fonts"
+arch=(any)
+license=(custom:SIL)
+makedepends=(meson appstream-glib git)
+source=("https://gitlab.gnome.org/GNOME/$pkgname/-/jobs/1515398/artifacts/raw/build/meson-dist/$pkgname-$pkgver.tar.xz")
+sha256sums=('8f65f4bdd7aabf16076d9b514b7d731b5db0d860dded0a68642cbc4ab658f8c0')
+
+build() {
+  arch-meson $pkgname-$pkgver build -D useprebuilt=true
+  meson compile -C build
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname-$pkgver/COPYING
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list