From f04a15523600667ca23376acb4c1e2442f226385 Mon Sep 17 00:00:00 2001 From: LordDoctors Date: Wed, 15 Feb 2017 13:46:37 -0500 Subject: [PATCH 1/3] blueman: Add a message install message for the bluetooth group --- srcpkgs/blueman/INSTALL.msg | 1 + srcpkgs/blueman/template | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/blueman/INSTALL.msg diff --git a/srcpkgs/blueman/INSTALL.msg b/srcpkgs/blueman/INSTALL.msg new file mode 100644 index 00000000000..d253e9cf502 --- /dev/null +++ b/srcpkgs/blueman/INSTALL.msg @@ -0,0 +1 @@ +You need to be in the bluetooth group to be able to modify the bluetooth state! diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template index 548458cde2c..da12e72ecfd 100644 --- a/srcpkgs/blueman/template +++ b/srcpkgs/blueman/template @@ -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" From 33e0471055c2dcbe0130a9acbc87598e9e6b3d23 Mon Sep 17 00:00:00 2001 From: LordDoctors Date: Wed, 15 Feb 2017 14:02:02 -0500 Subject: [PATCH 2/3] bluez: Add a install message for the bluetooth group --- srcpkgs/bluez/INSTALL.msg | 1 + srcpkgs/bluez/template | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/bluez/INSTALL.msg diff --git a/srcpkgs/bluez/INSTALL.msg b/srcpkgs/bluez/INSTALL.msg new file mode 100644 index 00000000000..d253e9cf502 --- /dev/null +++ b/srcpkgs/bluez/INSTALL.msg @@ -0,0 +1 @@ +You need to be in the bluetooth group to be able to modify the bluetooth state! diff --git a/srcpkgs/bluez/template b/srcpkgs/bluez/template index 315232ebaa0..b222cad7b8a 100644 --- a/srcpkgs/bluez/template +++ b/srcpkgs/bluez/template @@ -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" From 5f9c859a5a757ad4fe78cddef9ee7a2688e52a82 Mon Sep 17 00:00:00 2001 From: LordDoctors Date: Wed, 15 Feb 2017 14:03:59 -0500 Subject: [PATCH 3/3] bluez-qt5: Add a install message for the bluetooth group --- srcpkgs/bluez-qt5/INSTALL.msg | 1 + srcpkgs/bluez-qt5/template | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/bluez-qt5/INSTALL.msg diff --git a/srcpkgs/bluez-qt5/INSTALL.msg b/srcpkgs/bluez-qt5/INSTALL.msg new file mode 100644 index 00000000000..d253e9cf502 --- /dev/null +++ b/srcpkgs/bluez-qt5/INSTALL.msg @@ -0,0 +1 @@ +You need to be in the bluetooth group to be able to modify the bluetooth state! diff --git a/srcpkgs/bluez-qt5/template b/srcpkgs/bluez-qt5/template index 8ca00e41679..1a98e77d8d5 100644 --- a/srcpkgs/bluez-qt5/template +++ b/srcpkgs/bluez-qt5/template @@ -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}"