mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
Merge pull request #5747 from SirDoctors/bluetooth_install_message
Add a install message for bluetooth
This commit is contained in:
commit
a17e1bdc52
6 changed files with 6 additions and 3 deletions
1
srcpkgs/blueman/INSTALL.msg
Normal file
1
srcpkgs/blueman/INSTALL.msg
Normal file
|
@ -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'
|
# Template file for 'blueman'
|
||||||
pkgname=blueman
|
pkgname=blueman
|
||||||
version=2.0.4
|
version=2.0.4
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="intltool pkg-config python-Cython"
|
hostmakedepends="intltool pkg-config python-Cython"
|
||||||
|
|
1
srcpkgs/bluez-qt5/INSTALL.msg
Normal file
1
srcpkgs/bluez-qt5/INSTALL.msg
Normal file
|
@ -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'
|
# Template file for 'bluez-qt5'
|
||||||
pkgname=bluez-qt5
|
pkgname=bluez-qt5
|
||||||
version=5.29.0
|
version=5.29.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF"
|
configure_args="-DBUILD_TESTING=OFF"
|
||||||
wrksrc="${pkgname%5}-${version}"
|
wrksrc="${pkgname%5}-${version}"
|
||||||
|
|
1
srcpkgs/bluez/INSTALL.msg
Normal file
1
srcpkgs/bluez/INSTALL.msg
Normal file
|
@ -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'
|
# Template file for 'bluez'
|
||||||
pkgname=bluez
|
pkgname=bluez
|
||||||
version=5.43
|
version=5.43
|
||||||
revision=2
|
revision=3
|
||||||
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-pie --enable-threads --enable-library"
|
--enable-pie --enable-threads --enable-library"
|
||||||
|
|
Loading…
Add table
Reference in a new issue