mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 10:34:37 +08:00
parent
8b3e33f39c
commit
49225eab8e
@ -1,6 +1,6 @@
|
|||||||
pkgname=fltk
|
pkgname=fltk
|
||||||
pkgver=1.3.4
|
pkgver=1.3.4
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Graphical user interface toolkit for X."
|
pkgdesc="Graphical user interface toolkit for X."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
screenshot="http://www.fltk.org/images/fltk-widgets-std.png"
|
screenshot="http://www.fltk.org/images/fltk-widgets-std.png"
|
||||||
@ -11,7 +11,6 @@ depends=('libjpeg-turbo' 'libpng' 'libxft' 'libxinerama' 'hicolor-icon-theme'
|
|||||||
makedepends=('mesa' 'doxygen' 'alsa-lib')
|
makedepends=('mesa' 'doxygen' 'alsa-lib')
|
||||||
options=('!docs')
|
options=('!docs')
|
||||||
categories=('system')
|
categories=('system')
|
||||||
install="fltk.install"
|
|
||||||
source=("http://fltk.org/pub/$pkgname/$pkgver/$pkgname-$pkgver-source.tar.gz")
|
source=("http://fltk.org/pub/$pkgname/$pkgver/$pkgname-$pkgver-source.tar.gz")
|
||||||
md5sums=('c0e43ac259ac8c5d0f7634566e21e3f8')
|
md5sums=('c0e43ac259ac8c5d0f7634566e21e3f8')
|
||||||
|
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
post_install() {
|
|
||||||
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
|
|
||||||
update-desktop-database -q
|
|
||||||
}
|
|
||||||
|
|
||||||
post_upgrade() {
|
|
||||||
post_install
|
|
||||||
}
|
|
||||||
|
|
||||||
post_remove() {
|
|
||||||
post_install
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user