Merge pull request #5747 from SirDoctors/bluetooth_install_message

Add a install message for bluetooth
This commit is contained in:
Toyam Cox 2017-02-19 12:00:16 -05:00 committed by GitHub
commit a17e1bdc52
6 changed files with 6 additions and 3 deletions

View File

@ -0,0 +1 @@
You need to be in the bluetooth group to be able to modify the bluetooth state!

View File

@ -1,7 +1,7 @@
# Template file for 'blueman'
pkgname=blueman
version=2.0.4
revision=2
revision=3
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="intltool pkg-config python-Cython"

View File

@ -0,0 +1 @@
You need to be in the bluetooth group to be able to modify the bluetooth state!

View File

@ -1,7 +1,7 @@
# Template file for 'bluez-qt5'
pkgname=bluez-qt5
version=5.29.0
revision=1
revision=2
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
wrksrc="${pkgname%5}-${version}"

View File

@ -0,0 +1 @@
You need to be in the bluetooth group to be able to modify the bluetooth state!

View File

@ -1,7 +1,7 @@
# Template file for 'bluez'
pkgname=bluez
version=5.43
revision=2
revision=3
build_style=gnu-configure
configure_args="--with-udevdir=/usr/lib/udev --disable-systemd
--enable-pie --enable-threads --enable-library"