mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-12 02:54:40 +08:00
bluez-qt moved to frameworks
This commit is contained in:
parent
685e83ea4c
commit
bab3533143
@ -1,33 +0,0 @@
|
||||
source ../plasma.conf
|
||||
|
||||
pkgname=bluez-qt
|
||||
pkgver=${PVersion}
|
||||
pkgrel=1
|
||||
pkgdesc='The new bluedevil library'
|
||||
url="https://projects.kde.org/"
|
||||
arch=('x86_64')
|
||||
url='https://projects.kde.org/projects/kde/workspace/khotkeys'
|
||||
license=('LGPL')
|
||||
depends=('qt5-base' 'qt5-declarative')
|
||||
makedepends=('extra-cmake-modules' 'kdoctools')
|
||||
replaces=('libbluedevil-kf5')
|
||||
conflicts=('libbluedevil-kf5')
|
||||
groups=('plasma')
|
||||
options=("debug")
|
||||
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
|
||||
}
|
Loading…
Reference in New Issue
Block a user