fontforge: use included cidmaps.

This commit is contained in:
Leah Neukirchen 2020-03-16 10:37:12 +01:00
parent 2163ca2d03
commit 91b2b2b964

View file

@ -1,7 +1,7 @@
# Template file for 'fontforge'
pkgname=fontforge
version=20200314
revision=1
revision=2
build_style=cmake
hostmakedepends="automake ca-certificates gettext git libltdl-devel libtool m4
pkg-config python3"
@ -15,8 +15,7 @@ short_desc="Create and modify PostScript, TrueType and SVG fonts"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-3.0-or-later"
homepage="http://fontforge.github.io/en-US/"
distfiles="https://github.com/fontforge/fontforge/archive/${version}.tar.gz
http://fontforge.github.io/cidmaps.tgz"
distfiles="https://github.com/fontforge/fontforge/archive/${version}.tar.gz"
checksum="ad0eb017379c6f7489aa8e2d7c160f19140d1ac6351f20df1d9857d9428efcf2
1bf9c7eb8835e6ed94e62cb49f1141bc046c562849e52e6c3c7f1d7cfc95c7b3"
@ -26,5 +25,5 @@ post_extract() {
}
post_install() {
vcopy ../Adobe-* usr/share/fontforge
vcopy contrib/cidmap/Adobe-* usr/share/fontforge
}