mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 05:17:15 +08:00
falkon rebuild #73
This commit is contained in:
parent
7c3a75e122
commit
ff0e9834de
@ -1,6 +1,6 @@
|
||||
pkgname='falkon'
|
||||
pkgver=3.0.1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Cross-platform QtWebEngine browser"
|
||||
url="https://github.com/KDE/falkon"
|
||||
arch=('x86_64')
|
||||
@ -11,7 +11,6 @@ optdepends=('bash-completion: bash completion support'
|
||||
'kwallet: kf5 kwallet integration')
|
||||
conflicts=('qupzilla')
|
||||
replaces=('qupzilla')
|
||||
install=${pkgname}.install
|
||||
categories=('network')
|
||||
source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"
|
||||
'0001-branded-speeddial.patch'
|
||||
|
@ -1,12 +0,0 @@
|
||||
post_install() {
|
||||
xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
|
||||
update-desktop-database -q
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install
|
||||
}
|
Loading…
Reference in New Issue
Block a user