Merge pull request #5747 from SirDoctors/bluetooth_install_message
Add a install message for bluetooth
This commit is contained in:
commit
a17e1bdc52
|
@ -0,0 +1 @@
|
|||
You need to be in the bluetooth group to be able to modify the bluetooth state!
|
|
@ -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"
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
You need to be in the bluetooth group to be able to modify the bluetooth state!
|
|
@ -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}"
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
You need to be in the bluetooth group to be able to modify the bluetooth state!
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue