parent
af061d18b7
commit
788b78b034
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'fontforge'
|
||||
pkgname=fontforge
|
||||
version=20170731
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool libltdl-devel pkg-config git python
|
||||
ca-certificates"
|
||||
makedepends="libltdl-devel python-devel zlib-devel pango-devel readline-devel
|
||||
giflib-devel libpng-devel libjpeg-turbo-devel tiff-devel libxml2-devel
|
||||
libspiro-devel hicolor-icon-theme desktop-file-utils"
|
||||
depends="desktop-files-utils"
|
||||
depends="hicolor-icon-theme desktop-file-utils"
|
||||
short_desc="Create and modify PostScript, TrueType and SVG fonts"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-3,BSD"
|
||||
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"
|
||||
|
@ -33,7 +34,7 @@ post_install() {
|
|||
vcopy "desktop/icons/*x*" usr/share/icons/hicolor
|
||||
vcopy desktop/icons/scalable usr/share/icons/hicolor
|
||||
vinstall desktop/fontforge.desktop 644 usr/share/applications
|
||||
vlicense LICENSE
|
||||
vinstall desktop/fontforge.xml 644 /usr/share/mime/packages
|
||||
}
|
||||
|
||||
fontforge-devel_package() {
|
||||
|
|
Loading…
Reference in New Issue