khelpcenter: rebuild, added python3 as a dependency

This commit is contained in:
Francesco Marinucci 2015-03-23 19:04:41 +00:00
parent 4dd4cd446e
commit dc11d823a0

View File

@ -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() {