mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 18:17:15 +08:00
move khelpcenter to desktop (kde applications)
https://mail.kde.org/pipermail/release-team/2016-March/009330.html
This commit is contained in:
parent
6d96e0dca8
commit
7b983aa869
@ -1,32 +0,0 @@
|
||||
#contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/khelpcenter
|
||||
source ../plasma.conf
|
||||
|
||||
pkgname=khelpcenter
|
||||
pkgver=${PVersion}
|
||||
pkgrel=1
|
||||
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')
|
||||
makedepends=('extra-cmake-modules' 'kdoctools')
|
||||
groups=('plasma')
|
||||
options=("debug")
|
||||
conflicts=('khelpcenter4')
|
||||
source=("${PServer}/${pkgver}/${pkgname}-${PSubVersion}.tar.xz")
|
||||
sha256sums=( $(getSum ${pkgname}) )
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
}
|
||||
|
||||
build() {
|
||||
cd build
|
||||
cmake_kf5 ../${pkgname}-${pkgver}
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd build
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
@ -28,7 +28,6 @@ ksysguard
|
||||
milou
|
||||
plasma-workspace
|
||||
powerdevil
|
||||
khelpcenter
|
||||
khotkeys
|
||||
kinfocenter
|
||||
kmenuedit
|
||||
|
@ -10,7 +10,6 @@ e62f3b1f3e40eb0863c875dce01170e21502c78c096c2df9f838c62332f9437f kactivitymanag
|
||||
81c6fa26ac0891a7bc9b40316bb14ab8297723a1e70019d02cd65da9a052394a kde-gtk-config-5.6.3.tar.xz
|
||||
9a3d7026e99a8c113b17d3b912465254b0c9c3bfd92ee5d28334351892aee0dc kdeplasma-addons-5.6.3.tar.xz
|
||||
d954f4dddf22e4e59c2a54cd8a3af81785244f2684ac36b5c26811e68d1663f3 kgamma5-5.6.3.tar.xz
|
||||
0f15e37394c468b3c3f51f4c0fd8161dabba9b99ca44e69a48b712b073f0bc92 khelpcenter-5.6.3.tar.xz
|
||||
ec1e32986894bbb329c33ef82f166a78f9dabbbc8a2a1f0da12ca0dc262b4314 khotkeys-5.6.3.tar.xz
|
||||
253289a79ee420411ad92d11d54bb5249e77dcaecb688d945d0aa5ac93ec71e7 kinfocenter-5.6.3.tar.xz
|
||||
0f64ce04da7165e4d4516a93b594e03c5e7ded387b8ac99d8ec5abbdc95d3e99 kmenuedit-5.6.3.tar.xz
|
||||
|
Loading…
Reference in New Issue
Block a user