mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/font-tewi: upgrade to 2.0.2
while here, modernize, remove unneeded makedepends= on bash, remove now unnecessary python3 shebang changing
This commit is contained in:
parent
ee7427edeb
commit
df0200f0dc
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user