~alpine/aports

[alpine-aports] [PATCH] testing/font-tewi: upgrade to 2.0.2

Sascha Paunovic <azarus@posteo.net>
Details
Message ID
<20180607155044.3616-1-azarus@posteo.net>
Sender timestamp
1528386644
DKIM signature
missing
Download raw message
Patch: +6 -13
while here, modernize, remove unneeded makedepends= on bash, remove now
unnecessary python3 shebang changing
---
 testing/font-tewi/APKBUILD | 19 ++++++-------------
 1 file changed, 6 insertions(+), 13 deletions(-)

diff --git a/testing/font-tewi/APKBUILD b/testing/font-tewi/APKBUILD
index 633a03703c..3d7f70fa71 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"
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"
-- 
2.17.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)