fontforge

This commit is contained in:
milisbir 2018-04-04 00:35:06 +03:00
parent 13870f9db3
commit aee9df7c3f
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Tanım: Anahat ve bitmap yazı tipi düzenleyicisi
# URL: http://fontforge.sourceforge.net
# Paketçi: milisarge
# Gerekler: xorg-libxi libxml2 pango giflib libtiff
# Gerekler: xorg-libxi libxml2 pango giflib libtiff python
isim=fontforge
surum=20170731
@ -25,4 +25,5 @@ derle() {
install -Dm644 LICENSE "${PKG}/usr/share/licenses/${isim}/LICENSE"
install -Dm644 desktop/fontforge.desktop "${PKG}/usr/share/applications/fontforge.desktop"
rm -rf $PKG/usr/share/doc
}