fontforge: use included cidmaps.
This commit is contained in:
parent
2163ca2d03
commit
91b2b2b964
1 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'fontforge'
|
# Template file for 'fontforge'
|
||||||
pkgname=fontforge
|
pkgname=fontforge
|
||||||
version=20200314
|
version=20200314
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="automake ca-certificates gettext git libltdl-devel libtool m4
|
hostmakedepends="automake ca-certificates gettext git libltdl-devel libtool m4
|
||||||
pkg-config python3"
|
pkg-config python3"
|
||||||
|
@ -15,8 +15,7 @@ short_desc="Create and modify PostScript, TrueType and SVG fonts"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://fontforge.github.io/en-US/"
|
homepage="http://fontforge.github.io/en-US/"
|
||||||
distfiles="https://github.com/fontforge/fontforge/archive/${version}.tar.gz
|
distfiles="https://github.com/fontforge/fontforge/archive/${version}.tar.gz"
|
||||||
http://fontforge.github.io/cidmaps.tgz"
|
|
||||||
checksum="ad0eb017379c6f7489aa8e2d7c160f19140d1ac6351f20df1d9857d9428efcf2
|
checksum="ad0eb017379c6f7489aa8e2d7c160f19140d1ac6351f20df1d9857d9428efcf2
|
||||||
1bf9c7eb8835e6ed94e62cb49f1141bc046c562849e52e6c3c7f1d7cfc95c7b3"
|
1bf9c7eb8835e6ed94e62cb49f1141bc046c562849e52e6c3c7f1d7cfc95c7b3"
|
||||||
|
|
||||||
|
@ -26,5 +25,5 @@ post_extract() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vcopy ../Adobe-* usr/share/fontforge
|
vcopy contrib/cidmap/Adobe-* usr/share/fontforge
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue