bluez: update to 5.31.
This commit is contained in:
parent
0662affd5e
commit
fe076462ee
1 changed files with 6 additions and 7 deletions
|
@ -1,21 +1,20 @@
|
|||
# Template file for 'bluez'
|
||||
pkgname=bluez
|
||||
version=5.30
|
||||
revision=2
|
||||
build_options="systemd"
|
||||
version=5.31
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-udevdir=/usr/lib/udev
|
||||
--enable-pie --enable-threads --enable-library $(vopt_enable systemd)"
|
||||
configure_args="--with-udevdir=/usr/lib/udev --disable-systemd
|
||||
--enable-pie --enable-threads --enable-library"
|
||||
hostmakedepends="automake libtool pkg-config flex"
|
||||
makedepends="libglib-devel libudev-devel dbus-devel
|
||||
cups-devel libical-devel readline-devel $(vopt_if systemd systemd-devel)"
|
||||
cups-devel libical-devel readline-devel"
|
||||
conf_files="/etc/bluetooth/main.conf"
|
||||
short_desc="Bluetooth tools and daemons"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.bluez.org/"
|
||||
license="GPL-2"
|
||||
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
|
||||
checksum=1e3a4adb5a097dab83b3cf58e09c9541b815c6f33e3da972e18dfd1eb05d382c
|
||||
checksum=c4b661cc5866d9a9a9d608d700392afa278c3b6fe8426238bf6979be7c63818f
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
|
|
Loading…
Reference in a new issue