mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
parent
af061d18b7
commit
788b78b034
1 changed files with 4 additions and 3 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'fontforge'
|
# Template file for 'fontforge'
|
||||||
pkgname=fontforge
|
pkgname=fontforge
|
||||||
version=20170731
|
version=20170731
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool libltdl-devel pkg-config git python
|
hostmakedepends="automake libtool libltdl-devel pkg-config git python
|
||||||
ca-certificates"
|
ca-certificates"
|
||||||
makedepends="libltdl-devel python-devel zlib-devel pango-devel readline-devel
|
makedepends="libltdl-devel python-devel zlib-devel pango-devel readline-devel
|
||||||
giflib-devel libpng-devel libjpeg-turbo-devel tiff-devel libxml2-devel
|
giflib-devel libpng-devel libjpeg-turbo-devel tiff-devel libxml2-devel
|
||||||
libspiro-devel hicolor-icon-theme desktop-file-utils"
|
libspiro-devel hicolor-icon-theme desktop-file-utils"
|
||||||
|
depends="desktop-files-utils"
|
||||||
depends="hicolor-icon-theme desktop-file-utils"
|
depends="hicolor-icon-theme desktop-file-utils"
|
||||||
short_desc="Create and modify PostScript, TrueType and SVG fonts"
|
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,BSD"
|
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"
|
http://fontforge.github.io/cidmaps.tgz"
|
||||||
|
@ -33,7 +34,7 @@ post_install() {
|
||||||
vcopy "desktop/icons/*x*" usr/share/icons/hicolor
|
vcopy "desktop/icons/*x*" usr/share/icons/hicolor
|
||||||
vcopy desktop/icons/scalable usr/share/icons/hicolor
|
vcopy desktop/icons/scalable usr/share/icons/hicolor
|
||||||
vinstall desktop/fontforge.desktop 644 usr/share/applications
|
vinstall desktop/fontforge.desktop 644 usr/share/applications
|
||||||
vlicense LICENSE
|
vinstall desktop/fontforge.xml 644 /usr/share/mime/packages
|
||||||
}
|
}
|
||||||
|
|
||||||
fontforge-devel_package() {
|
fontforge-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue