mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 17:33:20 +08:00
parent
8009394525
commit
f0bd359d30
@ -1,6 +1,6 @@
|
||||
pkgname=peruse
|
||||
pkgver=1.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A comic book reader. It gets out of your way and let you read your comics, comfortably"
|
||||
license=('GPL')
|
||||
arch=('x86_64')
|
||||
@ -9,7 +9,6 @@ depends=('qt5-base' 'karchive' 'baloo' 'ki18n' 'kdeclarative' 'kconfig' 'kfileme
|
||||
makedepends=('extra-cmake-modules')
|
||||
categories=('office')
|
||||
options=('debug')
|
||||
install=peruse.install
|
||||
source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.xz")
|
||||
sha1sums=('1f91d84086e71dcd6e2a853aac04dfd50bc7fc9a')
|
||||
|
||||
|
@ -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