mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
fontforge: remove install
This commit is contained in:
parent
487460d19b
commit
239c43a5cf
@ -2,14 +2,13 @@
|
||||
|
||||
pkgname=fontforge
|
||||
pkgver=20170731
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="An outline and bitmap font editor"
|
||||
arch=('x86_64')
|
||||
url="https://fontforge.github.io/"
|
||||
license=('BSD')
|
||||
depends=('libtool' 'libxkbui' 'libxi' 'pango' 'giflib' 'libtiff' 'libspiro>=0.5' 'libxml2' 'libunicodenames'
|
||||
'zeromq' 'python3' 'desktop-file-utils' 'hicolor-icon-theme' )
|
||||
install=${pkgname}.install
|
||||
'zeromq' 'python3' 'hicolor-icon-theme')
|
||||
source=("https://github.com/fontforge/fontforge/archive/${pkgver}.tar.gz"
|
||||
'https://fontforge.github.io/cidmaps.tgz')
|
||||
sha256sums=('89203db05658e79418104fb6442b3feffb20762198c2d8b0343db49a07769302'
|
||||
|
@ -1,12 +0,0 @@
|
||||
post_upgrade() {
|
||||
update-desktop-database -q
|
||||
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
|
||||
}
|
||||
|
||||
post_install() {
|
||||
post_upgrade
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_upgrade
|
||||
}
|
Loading…
Reference in New Issue
Block a user