mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
bluedevil: update to 5.26.0.
This commit is contained in:
parent
aa96ba860a
commit
13738a5c1a
1 changed files with 8 additions and 11 deletions
|
@ -1,20 +1,17 @@
|
|||
# Template file for 'bluedevil'
|
||||
pkgname=bluedevil
|
||||
version=5.25.3
|
||||
version=5.26.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF"
|
||||
hostmakedepends="extra-cmake-modules kcoreaddons qt5-qmake qt5-host-tools
|
||||
gettext"
|
||||
makedepends="bluez-qt5-devel kded-devel kio-devel plasma-framework-devel"
|
||||
configure_args="-DBUILD_TESTING=OFF -DKF5_HOST_TOOLING=/usr/lib/cmake"
|
||||
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools
|
||||
kpackage-devel kconfig-devel kcoreaddons-devel gettext
|
||||
kcmutils-devel"
|
||||
makedepends="bluez-qt5-devel kded-devel kio-devel plasma-framework-devel
|
||||
kcmutils-devel"
|
||||
short_desc="KDE Bluetooth integration"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||
homepage="https://invent.kde.org/plasma/bluedevil"
|
||||
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=656173f9d18ce153dc5b3638006d0eefa809e57c4c66aad1a118d1d272a93615
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" kpackage-devel kconfig-devel kcoreaddons-devel"
|
||||
configure_args+=" -DKF5_HOST_TOOLING=/usr/lib/cmake"
|
||||
fi
|
||||
checksum=b275b33094961f84310de6d37a5ba197bd34f10f1807ee0462ffbfde8fdc23af
|
||||
|
|
Loading…
Add table
Reference in a new issue