mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 10:32:13 +08:00
This commit is contained in:
parent
67a9a73943
commit
d42b9dd01a
@ -1,5 +1,5 @@
|
|||||||
pkgname=kile
|
pkgname=kile
|
||||||
pkgver=2.9.91
|
pkgver=2.9.92
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A user friendly TeX/LaTeX frontend for KDE."
|
pkgdesc="A user friendly TeX/LaTeX frontend for KDE."
|
||||||
arch=("x86_64")
|
arch=("x86_64")
|
||||||
@ -10,10 +10,9 @@ depends=('ktexteditor' 'kinit' 'okular' 'khtml' 'texlive-core')
|
|||||||
makedepends=('extra-cmake-modules' 'kdoctools')
|
makedepends=('extra-cmake-modules' 'kdoctools')
|
||||||
optdepends=('konsole: embedded terminal')
|
optdepends=('konsole: embedded terminal')
|
||||||
categories=('office')
|
categories=('office')
|
||||||
install=kile.install
|
|
||||||
source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2"
|
source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2"
|
||||||
kile-local-url.patch)
|
kile-local-url.patch)
|
||||||
sha256sums=('08cb54cddc54c851d98b339f386d9aa20b3d71ff98ef078242fd52f684712d93'
|
sha256sums=('177372dc25b1d109e037a7dbfc64b5dab2efe538320c87f4a8ceada21e9097f2'
|
||||||
'2cea79a285fe8b481d64088a87b0e6bccd1091a9ac08c934cdead7dcb7bd1fa3')
|
'2cea79a285fe8b481d64088a87b0e6bccd1091a9ac08c934cdead7dcb7bd1fa3')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
post_install() {
|
|
||||||
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
|
|
||||||
}
|
|
||||||
|
|
||||||
post_upgrade() {
|
|
||||||
post_install
|
|
||||||
}
|
|
||||||
|
|
||||||
post_remove() {
|
|
||||||
post_install
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user