mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
bluez: update to 5.50.
This commit is contained in:
parent
76f284c719
commit
c6cb8e1908
1 changed files with 11 additions and 8 deletions
|
@ -1,25 +1,26 @@
|
||||||
# Template file for 'bluez'
|
# Template file for 'bluez'
|
||||||
pkgname=bluez
|
pkgname=bluez
|
||||||
version=5.49
|
version=5.50
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-udevdir=/usr/lib/udev --disable-systemd
|
configure_args="--with-udevdir=/usr/lib/udev --disable-systemd
|
||||||
--enable-sixaxis --enable-threads --enable-library"
|
--enable-sixaxis --enable-threads --enable-library"
|
||||||
hostmakedepends="automake libtool pkg-config flex"
|
hostmakedepends="automake flex libtool pkg-config"
|
||||||
makedepends="libglib-devel eudev-libudev-devel dbus-devel
|
makedepends="cups-devel eudev-libudev-devel libglib-devel libical-devel
|
||||||
cups-devel libical-devel readline-devel"
|
readline-devel"
|
||||||
conf_files="/etc/bluetooth/main.conf"
|
|
||||||
system_groups="bluetooth"
|
|
||||||
short_desc="Bluetooth tools and daemons"
|
short_desc="Bluetooth tools and daemons"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.bluez.org/"
|
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
|
homepage="http://www.bluez.org/"
|
||||||
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
|
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
|
||||||
checksum=33301d7a514c73d535ee1f91c2aed1af1f2e53efe11d3ac06bcf0d7abed2ce95
|
checksum=5ffcaae18bbb6155f1591be8c24898dc12f062075a40b538b745bfd477481911
|
||||||
|
conf_files="/etc/bluetooth/main.conf"
|
||||||
|
system_groups="bluetooth"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${wrksrc}/src/main.conf 644 etc/bluetooth
|
vinstall ${wrksrc}/src/main.conf 644 etc/bluetooth
|
||||||
vsv bluetoothd
|
vsv bluetoothd
|
||||||
|
@ -31,6 +32,7 @@ libbluetooth_package() {
|
||||||
vmove "usr/lib/libbluetooth.so.*"
|
vmove "usr/lib/libbluetooth.so.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
libbluetooth-devel_package() {
|
libbluetooth-devel_package() {
|
||||||
depends="libbluetooth>=${version}_${revision}"
|
depends="libbluetooth>=${version}_${revision}"
|
||||||
short_desc="Development files to use the BlueZ Linux Bluetooth library"
|
short_desc="Development files to use the BlueZ Linux Bluetooth library"
|
||||||
|
@ -40,6 +42,7 @@ libbluetooth-devel_package() {
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bluez-cups_package() {
|
bluez-cups_package() {
|
||||||
short_desc="CUPS printer backend for Bluetooth printers"
|
short_desc="CUPS printer backend for Bluetooth printers"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue