diff options
author | Sascha Paunovic <azarus@posteo.net> | 2018-06-07 17:50:44 +0200 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-07-18 07:40:03 +0000 |
commit | df0200f0dcda9af3de7cfc6d8da1d8db78e93774 (patch) | |
tree | e115dea6f5be72fdf1fddcee58cf80e561a05499 /testing/font-tewi | |
parent | ee7427edeb31f6b18e88ad49fd0349f5642205b5 (diff) | |
download | aports-df0200f0dcda9af3de7cfc6d8da1d8db78e93774.tar.bz2 aports-df0200f0dcda9af3de7cfc6d8da1d8db78e93774.tar.xz |
testing/font-tewi: upgrade to 2.0.2
while here, modernize, remove unneeded makedepends= on bash, remove now
unnecessary python3 shebang changing
Diffstat (limited to 'testing/font-tewi')
-rw-r--r-- | testing/font-tewi/APKBUILD | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/testing/font-tewi/APKBUILD b/testing/font-tewi/APKBUILD index 633a03703c..33b0146f88 100644 --- a/testing/font-tewi/APKBUILD +++ b/testing/font-tewi/APKBUILD @@ -1,25 +1,20 @@ # Maintainer: Adrian Siekierka <kontakt@asie.pl> pkgname=font-tewi -pkgver=2.0.1 +pkgver=2.0.2 pkgrel=0 pkgdesc="tewi bitmap font" url="https://github.com/lucy/tewi-font" arch="noarch" license="MIT" depends="encodings font-alias mkfontscale mkfontdir fontconfig" -makedepends="bash font-util-dev python3 bdftopcf" -source="tewi-font-${pkgver}.tar.gz::https://github.com/lucy/tewi-font/archive/$pkgver.tar.gz" +makedepends="font-util-dev python3 bdftopcf" +source="tewi-font-$pkgver.tar.gz::https://github.com/lucy/tewi-font/archive/$pkgver.tar.gz" +options="!check" # no test suite builddir="$srcdir/tewi-font-$pkgver" -prepare() { - cd "$builddir" - sed -i -e "s/env python/env python3/" scripts/diff.py || return 1 - sed -i -e "s/env python/env python3/" scripts/merge.py || return 1 -} - build() { cd "$builddir" - make || return 1 + make } package() { @@ -28,6 +23,4 @@ package() { install -Dm644 *.pcf.gz "$pkgdir/usr/share/fonts/misc" } -md5sums="59a96ba55b39b55bd2be87ad377e56d3 tewi-font-2.0.1.tar.gz" -sha256sums="0af4949608a9541b79d9aade3e3c4f019bd1fdb2590daecf9ce2d81659637aa3 tewi-font-2.0.1.tar.gz" -sha512sums="bec89fab374d919d17690d16c317ca5ee433159ccd51ab15f088e4754c8684a842e78a663c4f407a4c06d8c2678911240c66b14a833204f3a9103f778a2f9b20 tewi-font-2.0.1.tar.gz" +sha512sums="823b4c399a64ff66280323ae09f7f3c1dc51a7e2506acfcc9e8f509d600e7bc193e523755f0921921ceb09763e16babc5258467485d3a5260b37055bcfad9123 tewi-font-2.0.2.tar.gz" |