mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
mftrace: update to 1.2.20
Patch Makefile that refers to gf2pbm.1 that doesn't exist.
Migrate package to python3:
0ccbf933b2
This commit is contained in:
parent
3d8ca42d16
commit
de3548997d
2 changed files with 15 additions and 4 deletions
11
srcpkgs/mftrace/patches/gf2pbm.1.patch
Normal file
11
srcpkgs/mftrace/patches/gf2pbm.1.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- GNUmakefile.in
|
||||||
|
+++ GNUmakefile.in
|
||||||
|
@@ -14,7 +14,7 @@ CFLAGS += -I.
|
||||||
|
srcdir=@srcdir@
|
||||||
|
VPATH=$(srcdir)
|
||||||
|
NAME=mftrace
|
||||||
|
-MANPAGES=mftrace.1 gf2pbm.1
|
||||||
|
+MANPAGES=mftrace.1
|
||||||
|
VERSION=@VERSION@
|
||||||
|
distdir=$(NAME)-$(VERSION)
|
||||||
|
prefix=@prefix@
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'mftrace'
|
# Template file for 'mftrace'
|
||||||
pkgname=mftrace
|
pkgname=mftrace
|
||||||
version=1.2.19
|
version=1.2.20
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
depends="python potrace"
|
hostmakedepends="python3 potrace"
|
||||||
hostmakedepends="${depends}"
|
depends="${hostmakedepends}"
|
||||||
short_desc="Trace a TeX bitmap font into PFA/PFB/TTF"
|
short_desc="Trace a TeX bitmap font into PFA/PFB/TTF"
|
||||||
maintainer="svenper <svenper@tuta.io>"
|
maintainer="svenper <svenper@tuta.io>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://lilypond.org/mftrace"
|
homepage="http://lilypond.org/mftrace"
|
||||||
distfiles="http://lilypond.org/downloads/sources/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="http://lilypond.org/downloads/sources/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=778126f4220aa31fc91fa8baafd26aaf8be9c5e8fed5c0e92a61de04d32bbdb5
|
checksum=626b7a9945a768c086195ba392632a68d6af5ea24ef525dcd0a4a8b199ea5f6f
|
||||||
|
|
Loading…
Add table
Reference in a new issue