mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 18:07:16 +08:00
Merge branch 'testing' of ssh://git.chakraos.org:86/desktop into testing
This commit is contained in:
commit
4dd4cd446e
@ -1,9 +1,10 @@
|
|||||||
#contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/khelpcenter
|
#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
|
source ../plasma.conf
|
||||||
|
|
||||||
pkgname=khelpcenter
|
pkgname=khelpcenter
|
||||||
pkgver=${PVersion}
|
pkgver=${PVersion}
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Application to show KDE Applications' documentation"
|
pkgdesc="Application to show KDE Applications' documentation"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
|
url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
|
||||||
@ -18,6 +19,7 @@ sha256sums=( $(getSum ${pkgname}) )
|
|||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
|
sed -e "s|add_subdirectory(pt_BR)|#add_subdirectory(pt_BR)|" -i ${srcdir}/$pkgname-$pkgver/doc/CMakeLists.txt
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
Loading…
Reference in New Issue
Block a user