mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 17:57:13 +08:00
added new plasma packages: bluez-qt and plasma-sdk
This commit is contained in:
parent
f0fa11fc05
commit
cb759b0e03
@ -9,7 +9,7 @@ pkgdesc="Integrate the Bluetooth technology within KDE workspace and application
|
||||
arch=('x86_64')
|
||||
url='https://projects.kde.org/projects/kde/workspace/bluedevil'
|
||||
license=('LGPL')
|
||||
depends=('kio' 'libbluedevil-kf5')
|
||||
depends=('kio' 'bluez-qt5')
|
||||
makedepends=('extra-cmake-modules')
|
||||
groups=('plasma')
|
||||
options=("debug")
|
||||
|
33
bluez-qt/PKGBUILD
Normal file
33
bluez-qt/PKGBUILD
Normal file
@ -0,0 +1,33 @@
|
||||
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
|
||||
}
|
@ -8,7 +8,7 @@ pkgdesc='Plasma applet written in QML for managing network connections'
|
||||
arch=('x86_64')
|
||||
url="https://projects.kde.org/projects/playground/network/plasma-nm"
|
||||
license=('GPL2')
|
||||
depends=('plasma-framework' 'libmm-qt5' 'networkmanager-qt')
|
||||
depends=('plasma-framework' 'modemmanager-qt' 'networkmanager-qt')
|
||||
makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 'mobile-broadband-provider-info' 'python3'
|
||||
'kdelibs4support')
|
||||
optdepends=('mobile-broadband-provider-info: Database of mobile broadband service providers'
|
||||
|
41
plasma-sdk/PKGBUILD
Normal file
41
plasma-sdk/PKGBUILD
Normal file
@ -0,0 +1,41 @@
|
||||
source ../plasma.conf
|
||||
|
||||
pkgname=plasma-sdk
|
||||
pkgver=${PVersion}
|
||||
pkgrel=1
|
||||
pkgdesc='Plasma development tools'
|
||||
url="https://projects.kde.org/"
|
||||
arch=('x86_64')
|
||||
url='https://projects.kde.org/projects/kde/workspace/khotkeys'
|
||||
license=('GPL')
|
||||
# find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Core DBus Gui Qml Quick Svg WebKit WebKitWidgets Widgets Xml)
|
||||
# find_package(KF5 REQUIRED COMPONENTS
|
||||
# Archive Completion Config ConfigWidgets CoreAddons Declarative I18n IconThemes
|
||||
# KIO NewStuff Parts Plasma PlasmaQuick Service TextEditor WidgetsAddons XmlGui WindowSystem)
|
||||
|
||||
depends=('qt5-base' 'qt5-svg' 'qt5-webkit' 'qt5-xmlpatterns'
|
||||
'karchive' 'kcompletion' 'kconfig' 'kconfigwidgets'
|
||||
'kcoreaddons' 'kdeclarative' 'ki18n' 'kiconthemes'
|
||||
'kio' 'knewstuff' 'kparts' 'plasma-framework' 'kservice'
|
||||
'ktexteditor' 'kwidgetsaddons' 'kxmlgui' 'kwindowsystem')
|
||||
|
||||
makedepends=('extra-cmake-modules' 'kdoctools')
|
||||
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