Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bluez: ship gatt tools
@ 2021-10-25 19:03 Gottox
  2021-10-25 19:07 ` [PR PATCH] [Updated] " Gottox
  2021-10-25 19:14 ` [PR PATCH] [Merged]: " Gottox
  0 siblings, 2 replies; 3+ messages in thread
From: Gottox @ 2021-10-25 19:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 312 bytes --]

There is a new pull request by Gottox against master on the void-packages repository

https://github.com/Gottox/void-packages bluez-gatt
https://github.com/void-linux/void-packages/pull/33746

bluez: ship gatt tools
None

A patch file from https://github.com/void-linux/void-packages/pull/33746.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bluez-gatt-33746.patch --]
[-- Type: text/x-diff, Size: 948 bytes --]

From 29f63008f495b8dd1b83ddbc4a8d9c8e64aba8d3 Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Mon, 25 Oct 2021 21:02:13 +0200
Subject: [PATCH] bluez: ship gatt tools

---
 srcpkgs/bluez/template | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/srcpkgs/bluez/template b/srcpkgs/bluez/template
index 7e886382522c..dd09e1517820 100644
--- a/srcpkgs/bluez/template
+++ b/srcpkgs/bluez/template
@@ -36,6 +36,9 @@ pre_configure() {
 
 post_install() {
 	vinstall ${wrksrc}/src/main.conf 644 etc/bluetooth
+	vbin attrib/gatttool
+	vbin tools/btgatt-client
+	vbin tools/btgatt-server
 	vsv bluetoothd
 	if [ "$build_option_mesh" ]; then
 		vsv bluetooth-meshd
@@ -77,6 +80,7 @@ bluez-deprecated_package() {
 		vmove usr/bin/hcitool
 		vmove usr/bin/rfcomm
 		vmove usr/bin/sdptool
+		vmove usr/bin/gatttool
 		vmove usr/share/man/man1/ciptool.1
 		vmove usr/share/man/man1/hciattach.1
 		vmove usr/share/man/man1/hciconfig.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] bluez: ship gatt tools
  2021-10-25 19:03 [PR PATCH] bluez: ship gatt tools Gottox
@ 2021-10-25 19:07 ` Gottox
  2021-10-25 19:14 ` [PR PATCH] [Merged]: " Gottox
  1 sibling, 0 replies; 3+ messages in thread
From: Gottox @ 2021-10-25 19:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 317 bytes --]

There is an updated pull request by Gottox against master on the void-packages repository

https://github.com/Gottox/void-packages bluez-gatt
https://github.com/void-linux/void-packages/pull/33746

bluez: ship gatt tools
None

A patch file from https://github.com/void-linux/void-packages/pull/33746.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bluez-gatt-33746.patch --]
[-- Type: text/x-diff, Size: 1227 bytes --]

From 6b1236fc5d3d4a65351c3f539d31b6d8aa4c656d Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Mon, 25 Oct 2021 21:02:13 +0200
Subject: [PATCH] bluez: ship gatt tools

---
 srcpkgs/bluez/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/bluez/template b/srcpkgs/bluez/template
index 7e886382522c..f19ac4aa6d79 100644
--- a/srcpkgs/bluez/template
+++ b/srcpkgs/bluez/template
@@ -1,7 +1,7 @@
 # Template file for 'bluez'
 pkgname=bluez
 version=5.61
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-udevdir=/usr/lib/udev --disable-systemd
  --enable-sixaxis --enable-threads --enable-library --enable-deprecated
@@ -36,6 +36,9 @@ pre_configure() {
 
 post_install() {
 	vinstall ${wrksrc}/src/main.conf 644 etc/bluetooth
+	vbin attrib/gatttool
+	vbin tools/btgatt-client
+	vbin tools/btgatt-server
 	vsv bluetoothd
 	if [ "$build_option_mesh" ]; then
 		vsv bluetooth-meshd
@@ -77,6 +80,7 @@ bluez-deprecated_package() {
 		vmove usr/bin/hcitool
 		vmove usr/bin/rfcomm
 		vmove usr/bin/sdptool
+		vmove usr/bin/gatttool
 		vmove usr/share/man/man1/ciptool.1
 		vmove usr/share/man/man1/hciattach.1
 		vmove usr/share/man/man1/hciconfig.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: bluez: ship gatt tools
  2021-10-25 19:03 [PR PATCH] bluez: ship gatt tools Gottox
  2021-10-25 19:07 ` [PR PATCH] [Updated] " Gottox
@ 2021-10-25 19:14 ` Gottox
  1 sibling, 0 replies; 3+ messages in thread
From: Gottox @ 2021-10-25 19:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 160 bytes --]

There's a merged pull request on the void-packages repository

bluez: ship gatt tools
https://github.com/void-linux/void-packages/pull/33746

Description:
None

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-25 19:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-25 19:03 [PR PATCH] bluez: ship gatt tools Gottox
2021-10-25 19:07 ` [PR PATCH] [Updated] " Gottox
2021-10-25 19:14 ` [PR PATCH] [Merged]: " Gottox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).