From 91b2b2b9649cc83d751d6f72419f9617ee71a047 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 16 Mar 2020 10:37:12 +0100 Subject: [PATCH] fontforge: use included cidmaps. --- srcpkgs/fontforge/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/fontforge/template b/srcpkgs/fontforge/template index 2f5fb442ba7..e1848aca33a 100644 --- a/srcpkgs/fontforge/template +++ b/srcpkgs/fontforge/template @@ -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 " 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 }