aboutsummaryrefslogtreecommitdiffstats
path: root/community/ttf-cantarell/APKBUILD
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-01-04 22:57:36 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-01-04 22:58:33 +0100
commit52b86cd5877839e1d5b4a8839418d97ed538950a (patch)
tree3ae9d4dc5be48dde98312b3b70c7dda3096da2e4 /community/ttf-cantarell/APKBUILD
parent6967cfb4d3c9c9219e00f62cb2206043dca06cb6 (diff)
community/ttf-cantarell: fix license, disable on s390x
Also remove the install_if="gnome-shell", it already depends on the font.
Diffstat (limited to 'community/ttf-cantarell/APKBUILD')
-rw-r--r--community/ttf-cantarell/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/community/ttf-cantarell/APKBUILD b/community/ttf-cantarell/APKBUILD
index 8dc7d24c8f5..bc51b021c23 100644
--- a/community/ttf-cantarell/APKBUILD
+++ b/community/ttf-cantarell/APKBUILD
@@ -2,13 +2,12 @@
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
pkgname=ttf-cantarell
pkgver=0.200
-pkgrel=0
+pkgrel=1
pkgdesc="Humanist sans-serif font designed for on-screen reading"
url="https://wiki.gnome.org/Projects/CantarellFonts"
-arch="noarch"
-license="Custom"
+arch="noarch !s390x"
+license="OFL-1.1 AND Apache-2.0"
makedepends="meson gettext-dev appstream-glib-dev psautohint py3-fontmath"
-install_if="gnome-shell"
source="https://download.gnome.org/sources/cantarell-fonts/$pkgver/cantarell-fonts-$pkgver.tar.xz"
builddir="$srcdir/cantarell-fonts-$pkgver"