Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] bluez: enable hid2hci and split
Date: Fri, 14 Jun 2024 09:07:51 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50827@inbox.vuxu.org> (raw)

[-- 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
+	}
+}

             reply	other threads:[~2024-06-14  7:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-14  7:07 classabbyamp [this message]
2024-06-14  7:10 ` [PR PATCH] [Updated] " classabbyamp
2024-06-14 11:50 ` CwalkPinoy
2024-06-17 20:26 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50827@inbox.vuxu.org \
    --to=classabbyamp@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).