mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
khelpcenter: rebuild, added python3 as a dependency
This commit is contained in:
parent
4dd4cd446e
commit
dc11d823a0
@ -1,15 +1,14 @@
|
||||
#contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/khelpcenter
|
||||
# from KaOS: https://github.com/KaOSx/apps/blob/master/khelpcenter/PKGBUILD
|
||||
source ../plasma.conf
|
||||
|
||||
pkgname=khelpcenter
|
||||
pkgver=${PVersion}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Application to show KDE Applications' documentation"
|
||||
arch=('x86_64')
|
||||
url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
|
||||
license=('LGPL')
|
||||
depends=('khtml' 'kdelibs4support' 'kcmutils')
|
||||
depends=('khtml' 'kdelibs4support' 'kcmutils' 'python3')
|
||||
makedepends=('extra-cmake-modules' 'kdoctools')
|
||||
groups=('plasma')
|
||||
options=("debug")
|
||||
@ -19,7 +18,6 @@ sha256sums=( $(getSum ${pkgname}) )
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
sed -e "s|add_subdirectory(pt_BR)|#add_subdirectory(pt_BR)|" -i ${srcdir}/$pkgname-$pkgver/doc/CMakeLists.txt
|
||||
}
|
||||
|
||||
build() {
|
||||
|
Loading…
Reference in New Issue
Block a user