New package: bluez-qt5-5.26.0
This commit is contained in:
parent
830ed7d649
commit
58e5f94707
|
@ -2675,6 +2675,7 @@ libKF5PlasmaQuick.so.5 plasma-framework-5.26.0_1
|
||||||
libKF5ModemManagerQt.so.6 modemmanager-qt5-5.26.0_1
|
libKF5ModemManagerQt.so.6 modemmanager-qt5-5.26.0_1
|
||||||
libKF5People.so.5 kpeople-5.26.0_1
|
libKF5People.so.5 kpeople-5.26.0_1
|
||||||
libKF5XmlRpcClient.so.5 kxmlrpcclient-5.26.0_1
|
libKF5XmlRpcClient.so.5 kxmlrpcclient-5.26.0_1
|
||||||
|
libKF5BluezQt.so.6 bluez-qt5-5.26.0_1
|
||||||
liblmdb.so.0 lmdb-0.9.18_2
|
liblmdb.so.0 lmdb-0.9.18_2
|
||||||
libisns.so.0 libisns-0.96_1
|
libisns.so.0 libisns-0.96_1
|
||||||
libz80ex.so.1 z80ex-1.1.21_1
|
libz80ex.so.1 z80ex-1.1.21_1
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
bluez-qt5
|
|
@ -0,0 +1,31 @@
|
||||||
|
# Template file for 'bluez-qt5'
|
||||||
|
pkgname=bluez-qt5
|
||||||
|
version=5.26.0
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
configure_args="-DBUILD_TESTING=OFF"
|
||||||
|
wrksrc="${pkgname%5}-${version}"
|
||||||
|
hostmakedepends="extra-cmake-modules"
|
||||||
|
makedepends="qt5-declarative-devel"
|
||||||
|
depends="bluez"
|
||||||
|
short_desc="Qt wrapper for BlueZ 5 DBus API"
|
||||||
|
maintainer="Denis Revin <denis.revin@gmail.com>"
|
||||||
|
license="LGPL-2"
|
||||||
|
homepage="https://projects.kde.org/projects/frameworks/bluez-qt5"
|
||||||
|
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname%5}-${version}.tar.xz"
|
||||||
|
checksum=67205efeac8579a2ff0f8de7fdb61a8510e8ca8f6bc2e147d8846fd3b52c4358
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
sed -i CMakeLists.txt -e 's|/lib/udev/rules.d|/usr/lib/udev/rules.d|g'
|
||||||
|
}
|
||||||
|
|
||||||
|
bluez-qt5-devel_package() {
|
||||||
|
short_desc+=" - development"
|
||||||
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/qt5/mkspecs
|
||||||
|
vmove usr/lib/cmake
|
||||||
|
vmove usr/lib/*.so
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue