diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-01-04 22:57:36 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-01-04 22:58:33 +0100 |
commit | 52b86cd5877839e1d5b4a8839418d97ed538950a (patch) | |
tree | 3ae9d4dc5be48dde98312b3b70c7dda3096da2e4 /community/ttf-cantarell | |
parent | 6967cfb4d3c9c9219e00f62cb2206043dca06cb6 (diff) | |
download | aports-52b86cd5877839e1d5b4a8839418d97ed538950a.tar.bz2 aports-52b86cd5877839e1d5b4a8839418d97ed538950a.tar.xz |
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')
-rw-r--r-- | community/ttf-cantarell/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/community/ttf-cantarell/APKBUILD b/community/ttf-cantarell/APKBUILD index 8dc7d24c8f..bc51b021c2 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" |