[arch-commits] Commit in cantarell-fonts/repos/extra-any (PKGBUILD PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Fri Dec 10 11:25:17 UTC 2021
Date: Friday, December 10, 2021 @ 11:25:17
Author: heftig
Revision: 431577
archrelease: copy trunk to extra-any
Added:
cantarell-fonts/repos/extra-any/PKGBUILD
(from rev 431576, cantarell-fonts/trunk/PKGBUILD)
Deleted:
cantarell-fonts/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-10 11:25:10 UTC (rev 431576)
+++ PKGBUILD 2021-12-10 11:25:17 UTC (rev 431577)
@@ -1,25 +0,0 @@
-# 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:
Copied: cantarell-fonts/repos/extra-any/PKGBUILD (from rev 431576, cantarell-fonts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-10 11:25:17 UTC (rev 431577)
@@ -0,0 +1,25 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=cantarell-fonts
+pkgver=0.303.1
+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://download.gnome.org/sources/$pkgname/${pkgver:0:5}/$pkgname-$pkgver.tar.xz")
+sha256sums=('f9463a0659c63e57e381fdd753cf1929225395c5b49135989424761830530411')
+
+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