Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bluez: enable hid2hci and split
@ 2024-06-14  7:07 classabbyamp
  2024-06-14  7:10 ` [PR PATCH] [Updated] " classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: classabbyamp @ 2024-06-14  7:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages bluez-hid2hci
https://github.com/void-linux/void-packages/pull/50827

bluez: enable hid2hci and split
fixes #47999
fixes #40877

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly** (builds)

@CwalkPinoy and @Vlasov1996, please [test](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#testing-pull-requests), I don't have anything that would need this


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

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

From 409b00a2bca27938bb3210836f14c09c59e1cc79 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Fri, 14 Jun 2024 03:05:58 -0400
Subject: [PATCH] bluez: enable hid2hci and split

fixes #47999
fixes #40877
---
 srcpkgs/bluez-hid2hci  | 1 +
 srcpkgs/bluez/template | 9 ++++++++-
 2 files changed, 9 insertions(+), 1 deletion(-)
 create mode 120000 srcpkgs/bluez-hid2hci

diff --git a/srcpkgs/bluez-hid2hci b/srcpkgs/bluez-hid2hci
new file mode 120000
index 00000000000000..db15886a96e083
--- /dev/null
+++ b/srcpkgs/bluez-hid2hci
@@ -0,0 +1 @@
+bluez
\ No newline at end of file
diff --git a/srcpkgs/bluez/template b/srcpkgs/bluez/template
index bcd0315c8493ae..26659ca19a80de 100644
--- a/srcpkgs/bluez/template
+++ b/srcpkgs/bluez/template
@@ -6,7 +6,7 @@ build_style=gnu-configure
 configure_args="--with-udevdir=/usr/lib/udev --disable-systemd
  --enable-sixaxis --enable-threads --enable-library --enable-deprecated
  --enable-external-ell $(vopt_enable mesh) $(vopt_enable nfc)
- $(vopt_enable experimental)"
+ $(vopt_enable experimental) --enable-hid2hci"
 hostmakedepends="automake flex libtool pkg-config python3-docutils"
 makedepends="cups-devel eudev-libudev-devel libglib-devel libical-devel
  readline-devel ell-devel $(vopt_if mesh json-c-devel)"
@@ -97,3 +97,10 @@ bluez-deprecated_package() {
 		vmove usr/share/man/man1/sdptool.1
 	}
 }
+
+bluez-hid2hci_package() {
+	pkg_install() {
+		vmove usr/lib/udev
+		vmove usr/share/man/man1/hid2hci.1
+	}
+}

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

* Re: [PR PATCH] [Updated] bluez: enable hid2hci and split
  2024-06-14  7:07 [PR PATCH] bluez: enable hid2hci and split classabbyamp
@ 2024-06-14  7:10 ` classabbyamp
  2024-06-14 11:50 ` CwalkPinoy
  2024-06-17 20:26 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-06-14  7:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages bluez-hid2hci
https://github.com/void-linux/void-packages/pull/50827

bluez: enable hid2hci and split
fixes #47999
fixes #40877

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly** (builds)

@CwalkPinoy and @Vlasov1996, please [test](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#testing-pull-requests), I don't have anything that would need this


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

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

From 35b890eaf118e70e9ce69981fb0c4788af2254e6 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Fri, 14 Jun 2024 03:05:58 -0400
Subject: [PATCH] bluez: enable hid2hci and split

fixes #47999
fixes #40877
---
 srcpkgs/bluez-hid2hci  |  1 +
 srcpkgs/bluez/template | 11 +++++++++--
 2 files changed, 10 insertions(+), 2 deletions(-)
 create mode 120000 srcpkgs/bluez-hid2hci

diff --git a/srcpkgs/bluez-hid2hci b/srcpkgs/bluez-hid2hci
new file mode 120000
index 00000000000000..db15886a96e083
--- /dev/null
+++ b/srcpkgs/bluez-hid2hci
@@ -0,0 +1 @@
+bluez
\ No newline at end of file
diff --git a/srcpkgs/bluez/template b/srcpkgs/bluez/template
index bcd0315c8493ae..41ab3df051b29d 100644
--- a/srcpkgs/bluez/template
+++ b/srcpkgs/bluez/template
@@ -1,12 +1,12 @@
 # Template file for 'bluez'
 pkgname=bluez
 version=5.70
-revision=3
+revision=4
 build_style=gnu-configure
 configure_args="--with-udevdir=/usr/lib/udev --disable-systemd
  --enable-sixaxis --enable-threads --enable-library --enable-deprecated
  --enable-external-ell $(vopt_enable mesh) $(vopt_enable nfc)
- $(vopt_enable experimental)"
+ $(vopt_enable experimental) --enable-hid2hci"
 hostmakedepends="automake flex libtool pkg-config python3-docutils"
 makedepends="cups-devel eudev-libudev-devel libglib-devel libical-devel
  readline-devel ell-devel $(vopt_if mesh json-c-devel)"
@@ -97,3 +97,10 @@ bluez-deprecated_package() {
 		vmove usr/share/man/man1/sdptool.1
 	}
 }
+
+bluez-hid2hci_package() {
+	pkg_install() {
+		vmove usr/lib/udev
+		vmove usr/share/man/man1/hid2hci.1
+	}
+}

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

* Re: bluez: enable hid2hci and split
  2024-06-14  7:07 [PR PATCH] bluez: enable hid2hci and split classabbyamp
  2024-06-14  7:10 ` [PR PATCH] [Updated] " classabbyamp
@ 2024-06-14 11:50 ` CwalkPinoy
  2024-06-17 20:26 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: CwalkPinoy @ 2024-06-14 11:50 UTC (permalink / raw)
  To: ml

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

New comment by CwalkPinoy on void-packages repository

https://github.com/void-linux/void-packages/pull/50827#issuecomment-2167857002

Comment:
I actually also don't have this model card, I'll try and get in contact with the person that requested it 

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

* Re: [PR PATCH] [Merged]: bluez: enable hid2hci and split
  2024-06-14  7:07 [PR PATCH] bluez: enable hid2hci and split classabbyamp
  2024-06-14  7:10 ` [PR PATCH] [Updated] " classabbyamp
  2024-06-14 11:50 ` CwalkPinoy
@ 2024-06-17 20:26 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-06-17 20:26 UTC (permalink / raw)
  To: ml

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

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

bluez: enable hid2hci and split
https://github.com/void-linux/void-packages/pull/50827

Description:
fixes #47999
fixes #40877

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly** (builds)

@CwalkPinoy and @Vlasov1996, please [test](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#testing-pull-requests), I don't have anything that would need this


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

end of thread, other threads:[~2024-06-17 20:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-14  7:07 [PR PATCH] bluez: enable hid2hci and split classabbyamp
2024-06-14  7:10 ` [PR PATCH] [Updated] " classabbyamp
2024-06-14 11:50 ` CwalkPinoy
2024-06-17 20:26 ` [PR PATCH] [Merged]: " classabbyamp

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).