From 95a40d83ad64727d97045a90f252bef8a33e900e Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 22 Jul 2018 22:29:01 -0500 Subject: user/ttf-noto: bump to 20170403, fix license, modernise --- user/ttf-noto/APKBUILD | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) (limited to 'user/ttf-noto/APKBUILD') diff --git a/user/ttf-noto/APKBUILD b/user/ttf-noto/APKBUILD index d960c53ed..4a24aa97a 100644 --- a/user/ttf-noto/APKBUILD +++ b/user/ttf-noto/APKBUILD @@ -1,17 +1,15 @@ # Contributor: Carlo Landmeter # Maintainer: A. Wilcox pkgname=ttf-noto -pkgver=20160531 -pkgrel=1 +pkgver=20170403 +pkgrel=0 pkgdesc="Noto font family" -url="http://www.google.com/get/noto/" +url="https://www.google.com/get/noto/" arch="noarch" -license="Apache" options="!check" # how do you test a font? +license="SIL-1.1" depends="fontconfig" -depends_dev="" -makedepends="$depends_dev" -install="" +makedepends="" # added fontconfig configuration from: # https://github.com/bohoomil/fontconfig-ultimate/tree/master/fontconfig_patches/fonts-settings source="https://dev.gentoo.org/~floppym/dist/noto-$pkgver.tar.xz @@ -21,21 +19,16 @@ source="https://dev.gentoo.org/~floppym/dist/noto-$pkgver.tar.xz 90-non-tt-noto-sans-cjk.conf 90-tt-noto-sans.conf 90-tt-noto-serif.conf" - -builddir="$srcdir" - -build() { - cd "$builddir" -} +builddir="$srcdir"/noto-$pkgver package() { mkdir -p "$pkgdir"/usr/share/fonts/truetype/ mkdir -p "$pkgdir"/etc/fonts/conf.d/ cp "$builddir"/*.ttf "$pkgdir"/usr/share/fonts/truetype/ - cp "$builddir"/*.conf "$pkgdir"/etc/fonts/conf.d/ + cp "$srcdir"/*.conf "$pkgdir"/etc/fonts/conf.d/ } -sha512sums="7114cd150d83747574f7177cc230c2e665d39aa934d6ef41224343ea7b8612e6b9d77ca5938eb9c815849a2908f035a0824e4e9153d7f44055f4947bf9fc1580 noto-20160531.tar.xz +sha512sums="f8f1414b5b6f793e86ef3cc6a6320c4545f079b337c7672cb8cccc3c50d21d353d81557da4a555cdb6524c79be3e4c167f7d5aac102c38d64926f3b1887ca7f3 noto-20170403.tar.xz 47396e7a4e5dfb38d3df6dff0b4584757cc132f393d3410463eefc3dbb5f2af592a6b07a4c098d8c594be03f23e4eb84b76b672245fe0cea816927cf535ea270 40-noto-arabic.conf 748dfecbc3ad5c3750764e6ae889bbc4e614885237bb91ece138d2dc5014fd41ea6361b32982cfa4e76c7c092e0b93f90cccd0b92acbd408b7c302c44c1523e6 45-noto-sans.conf 5059295a1c36c4ec4aae61443221ee74876315127895da0773e4feb77e70cfc4b7923dde8f6510d6cf9de019082e15f1f4fd4b53f0bce4d2a681541f2de587df 45-noto-serif.conf -- cgit v1.2.3-60-g2f50