Github messages for voidlinux
 help / color / mirror / Atom feed
From: orchy-contrib <orchy-contrib@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] tuxedo-keyboard: rename to tuxedo-drivers and update to 4.4.3
Date: Sun, 19 May 2024 15:33:46 +0200	[thread overview]
Message-ID: <20240519133346.211CE27E1E@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50277@inbox.vuxu.org>

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

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

https://github.com/orchy-contrib/void-packages-tuxedo tuxedo-update
https://github.com/void-linux/void-packages/pull/50277

tuxedo-keyboard: rename to tuxedo-drivers and update to 4.4.3
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture (x86_64-musl)

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tuxedo-update-50277.patch --]
[-- Type: text/x-diff, Size: 3057 bytes --]

From be7ffbe02040d6897a13577311bb7732122a0a4c Mon Sep 17 00:00:00 2001
From: orchy <orchy12@proton.me>
Date: Sat, 11 May 2024 16:02:18 +0000
Subject: [PATCH] tuxedo-keyboard: rename to tuxedo-drivers and update to 4.4.3

Description changed to fit "transitional dummy package" in 72
characters.
---
 srcpkgs/tuxedo-drivers/template  | 26 ++++++++++++++++++++++++++
 srcpkgs/tuxedo-keyboard          |  1 +
 srcpkgs/tuxedo-keyboard/template | 21 ---------------------
 3 files changed, 27 insertions(+), 21 deletions(-)
 create mode 100644 srcpkgs/tuxedo-drivers/template
 create mode 120000 srcpkgs/tuxedo-keyboard
 delete mode 100644 srcpkgs/tuxedo-keyboard/template

diff --git a/srcpkgs/tuxedo-drivers/template b/srcpkgs/tuxedo-drivers/template
new file mode 100644
index 00000000000000..845a12a3dc96e8
--- /dev/null
+++ b/srcpkgs/tuxedo-drivers/template
@@ -0,0 +1,26 @@
+# Template file for 'tuxedo-drivers'
+pkgname=tuxedo-drivers
+version=4.4.3
+revision=1
+depends="dkms"
+short_desc="TUXEDO hardware drivers"
+maintainer="newbluemoon <blaumolch@mailbox.org>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-drivers"
+distfiles="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-drivers/-/archive/v${version}/tuxedo-drivers-v{version}.tar.gz"
+checksum=c9b3af2c93f56d01ef7b1a5e8264211b347e16e258a04e1f08c60ca4311e6c1e
+
+dkms_modules="tuxedo-drivers ${version}"
+
+do_install() {
+	sed "s/#MODULE_VERSION#/${version}/" debian/tuxedo-drivers.dkms > src/dkms.conf
+	vmkdir usr/src/${pkgname}-${version}
+	vcopy src/* usr/src/${pkgname}-${version}
+	vinstall tuxedo_keyboard.conf 644 usr/lib/modprobe.d/
+}
+
+tuxedo-keyboard_package() {
+	depends="tuxedo-drivers>=${version}_${revision}"
+	short_desc+=" - transitional dummy package"
+	build_style=meta
+}
diff --git a/srcpkgs/tuxedo-keyboard b/srcpkgs/tuxedo-keyboard
new file mode 120000
index 00000000000000..632257a712b0c1
--- /dev/null
+++ b/srcpkgs/tuxedo-keyboard
@@ -0,0 +1 @@
+tuxedo-drivers
\ No newline at end of file
diff --git a/srcpkgs/tuxedo-keyboard/template b/srcpkgs/tuxedo-keyboard/template
deleted file mode 100644
index 7c2437fa3165e4..00000000000000
--- a/srcpkgs/tuxedo-keyboard/template
+++ /dev/null
@@ -1,21 +0,0 @@
-# Template file for 'tuxedo-keyboard'
-pkgname=tuxedo-keyboard
-version=3.2.14
-revision=1
-depends="dkms"
-short_desc="TUXEDO kernel module drivers for keyboard & general hardware I/O"
-maintainer="newbluemoon <blaumolch@mailbox.org>"
-license="GPL-3.0-or-later"
-homepage="https://github.com/tuxedocomputers/tuxedo-keyboard"
-distfiles="https://github.com/tuxedocomputers/tuxedo-keyboard/archive/v${version}.tar.gz"
-checksum=e743f5878dc52ba671d4cd47707b00e7fa2c884ca540c99919f8a03345e2f354
-
-dkms_modules="tuxedo-keyboard ${version}"
-
-do_install() {
-	vmkdir usr/src/${pkgname}-${version}
-	vcopy src usr/src/${pkgname}-${version}
-	vcopy dkms.conf usr/src/${pkgname}-${version}
-	vcopy Makefile usr/src/${pkgname}-${version}
-	vinstall tuxedo_keyboard.conf 644 usr/lib/modprobe.d/
-}

  parent reply	other threads:[~2024-05-19 13:33 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-11 14:22 [PR PATCH] " orchy-contrib
2024-05-19  7:36 ` [PR REVIEW] " Luciogi
2024-05-19 13:33 ` orchy-contrib [this message]
2024-05-19 13:34 ` orchy-contrib
2024-05-25 15:35 ` [PR PATCH] [Updated] " orchy-contrib
2024-05-25 15:36 ` tuxedo-keyboard: rename to tuxedo-drivers and update to 4.5.0 orchy-contrib
2024-05-31 11:47 ` [PR PATCH] [Updated] " orchy-contrib
2024-05-31 11:48 ` orchy-contrib
2024-06-17  3:27 ` [PR PATCH] [Merged]: " classabbyamp
2024-06-18  4:18 ` newbluemoon

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=20240519133346.211CE27E1E@inbox.vuxu.org \
    --to=orchy-contrib@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).