New package: kf6-bluez-qt-6.1.0
This commit is contained in:
parent
9be53a6038
commit
6b129628aa
|
@ -1940,6 +1940,7 @@ libqwt-qt6.so.6.2 qwt-qt6-6.2.0_2
|
|||
libKF6Archive.so.6 kf6-karchive-6.0.0_1
|
||||
libKF6Attica.so.6 kf6-attica-6.0.0_1
|
||||
libKF6AuthCore.so.6 kf6-kauth-6.0.0_1
|
||||
libKF6BluezQt.so.6 kf6-bluez-qt-6.0.0_1
|
||||
libKF6Bookmarks.so.6 kf6-kbookmarks-6.0.0_1
|
||||
libKF6BookmarksWidgets.so.6 kf6-kbookmarks-6.0.0_1
|
||||
libKF6KCMUtils.so.6 kf6-kcmutils-6.0.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
kf6-bluez-qt
|
|
@ -0,0 +1,32 @@
|
|||
# Template file for 'kf6-bluez-qt'
|
||||
pkgname=kf6-bluez-qt
|
||||
version=6.1.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml"
|
||||
hostmakedepends="extra-cmake-modules qt6-tools qt6-base
|
||||
qt6-declarative-host-tools"
|
||||
makedepends="qt6-declarative-devel"
|
||||
checkdepends="dbus"
|
||||
short_desc="Qt wrapper for Bluez 5 DBus API"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://invent.kde.org/frameworks/bluez-qt"
|
||||
#changelog=""
|
||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
|
||||
checksum=f9424ef15e07f8174f06911af4616a06dd88addda975f954f96eaaa871cd8ebb
|
||||
|
||||
do_check() {
|
||||
cd build
|
||||
dbus-run-session ctest -E "bluezqt-managertest"
|
||||
}
|
||||
|
||||
kf6-bluez-qt-devel_package() {
|
||||
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue