aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-08 00:57:31 -0300
committerTBK <tbk@jjtc.eu>2019-05-25 02:21:46 +0200
commit6f198f82871774a69e8fc75bc961bc9e0bcc25dc (patch)
treede6bc45c67943efcbf2fe461a0dc3ac18f3e50a1 /community
parent9cf715fc8a11b5145c3d14ab6596d711889ab4fa (diff)
downloadaports-6f198f82871774a69e8fc75bc961bc9e0bcc25dc.tar.bz2
aports-6f198f82871774a69e8fc75bc961bc9e0bcc25dc.tar.xz
community/ttf-cantarell: upgrade to 0.111
Closes: GH-7686
Diffstat (limited to 'community')
-rw-r--r--community/ttf-cantarell/APKBUILD16
1 files changed, 6 insertions, 10 deletions
diff --git a/community/ttf-cantarell/APKBUILD b/community/ttf-cantarell/APKBUILD
index 24b076d903..f0c0faa6d0 100644
--- a/community/ttf-cantarell/APKBUILD
+++ b/community/ttf-cantarell/APKBUILD
@@ -1,16 +1,13 @@
-# Maintainer:
+# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=ttf-cantarell
-pkgver=0.101
+pkgver=0.111
pkgrel=0
-pkgdesc="GNOME default font"
+pkgdesc="Humanist sans-serif font designed for on-screen reading"
url="https://wiki.gnome.org/Projects/CantarellFonts"
arch="noarch"
license="Custom"
-depends=""
makedepends="meson gettext-dev appstream-glib-dev"
-install=""
install_if="gnome-shell"
-subpackages=""
source="https://download.gnome.org/sources/cantarell-fonts/$pkgver/cantarell-fonts-$pkgver.tar.xz"
builddir="$srcdir/cantarell-fonts-$pkgver"
@@ -18,16 +15,15 @@ builddir="$srcdir/cantarell-fonts-$pkgver"
options="!check"
build() {
- cd "$builddir"
meson \
--buildtype=release \
--prefix=/usr \
. build
- ninja -C "$builddir"/build
+ ninja -C build
}
package() {
- DESTDIR="$pkgdir" ninja -C "$builddir"/build install
+ DESTDIR="$pkgdir" ninja -C build install
}
-sha512sums="52dbd8358de7e20146e627ab0b1298efb97ee335e45d8e63bab7c3a7d05314d0bb94ac448e34af4c6f7212623185a9e03a30eb24acee4915142e40af0086bbfb cantarell-fonts-0.101.tar.xz"
+sha512sums="638298a6381a3ede862d1b100fcfea943bebb5e1c0dc4f1597ab2f841e933b484436b139090a669c770c02483a24f2b92bbd12bce71d7a40eb4c325573e3df9e cantarell-fonts-0.111.tar.xz"