bluez-qt5: update to 5.36.0.

This commit is contained in:
yopito 2017-05-13 18:42:07 +02:00 committed by Michael Gehring
parent f9a11f5aab
commit ae92d58286

View File

@ -1,9 +1,9 @@
# Template file for 'bluez-qt5'
pkgname=bluez-qt5
version=5.29.0
revision=2
version=5.36.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
configure_args="-DBUILD_TESTING=OFF -DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d"
wrksrc="${pkgname%5}-${version}"
hostmakedepends="extra-cmake-modules"
makedepends="qt5-declarative-devel"
@ -13,11 +13,11 @@ 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=6f8fc96f2b0961d2516b94fc90728674e97d93e9e78db9e13538f76a37823697
checksum=1c01f1de86bad18b901e30a1375d816870e0cb80bf67b9d356d4114a852b6fe4
post_extract() {
sed -i CMakeLists.txt -e 's|/lib/udev/rules.d|/usr/lib/udev/rules.d|g'
}
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake"
fi
bluez-qt5-devel_package() {
short_desc+=" - development"