Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: tuxedo-keyboard-dkms-3.0.9
@ 2022-04-02 15:00 QuadPiece
  2022-04-13 16:57 ` [PR PATCH] [Updated] " QuadPiece
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: QuadPiece @ 2022-04-02 15:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/QuadPiece/void-packages master
https://github.com/void-linux/void-packages/pull/36465

New package: tuxedo-keyboard-dkms-3.0.9
***This is my first void package, please be strict.***

DKMS modules developed by Tuxedo Computers for their laptops.  
They provide drivers for many device-specific things such as keyboard backlight, fan control and fn-keys.

Due to the nature of Tuxedo laptops, this module usually also works on other laptops using the same Clevo or TongFang designs.

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

#### Testing the changes
- I tested the changes in this PR: **YES** (On [InfinityBook Pro 14](https://www.tuxedocomputers.com/en/Linux-Hardware/Linux-Notebooks/10-14-inch/TUXEDO-InfinityBook-Pro-14-Gen6-US-ANSI-Edition.tuxedo))

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### 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/36465.patch is attached

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

From 106268991260d469476d53e67178f12689ccb928 Mon Sep 17 00:00:00 2001
From: Quad <contact@quad.moe>
Date: Sat, 2 Apr 2022 16:50:03 +0200
Subject: [PATCH] New package: tuxedo-keyboard-dkms-3.0.9

---
 srcpkgs/tuxedo-keyboard-dkms/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/tuxedo-keyboard-dkms/template

diff --git a/srcpkgs/tuxedo-keyboard-dkms/template b/srcpkgs/tuxedo-keyboard-dkms/template
new file mode 100644
index 000000000000..4025a0eeac60
--- /dev/null
+++ b/srcpkgs/tuxedo-keyboard-dkms/template
@@ -0,0 +1,22 @@
+# Template file for 'tuxedo-keyboard-dkms'
+pkgname=tuxedo-keyboard-dkms
+version=3.0.9
+revision=1
+archs="x86_64 x86_64-musl"
+wrksrc="tuxedo-keyboard-${version}"
+
+short_desc="Kernel drivers for certain Tuxedo laptops and other Clevo designs"
+maintainer="Quad <contact@quad.moe>"
+
+license="GPL-3.0-or-later"
+homepage="https://github.com/tuxedocomputers/tuxedo-keyboard"
+distfiles="https://github.com/tuxedocomputers/tuxedo-keyboard/archive/refs/tags/v${version}.tar.gz"
+checksum=2ecaadf55e51c135679869c4fe251626d1bd26765de7622a9d109884c458a584
+
+dkms_modules="tuxedo-keyboard ${version}"
+depends="dkms"
+
+do_install() {
+	vmkdir usr/src/tuxedo-keyboard-${version}
+	vcopy "*" usr/src/tuxedo-keyboard-${version}
+}

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PR PATCH] New package: tuxedo-keyboard-dkms-3.0.9
@ 2022-04-13 17:14 QuadPiece
  2022-04-13 22:46 ` dmarto
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: QuadPiece @ 2022-04-13 17:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/QuadPiece/void-packages added-tuxedo-keyboard-dkms
https://github.com/void-linux/void-packages/pull/36673

New package: tuxedo-keyboard-dkms-3.0.9
***This is my first void package, please be strict.***

Same PR as #36465, but I actually remembered to branch it off this time.

DKMS modules developed by Tuxedo Computers for their laptops.  
They provide drivers for many device-specific things such as keyboard backlight, fan control and fn-keys.

Due to the nature of Tuxedo laptops, this module usually also works on other laptops using the same Clevo or TongFang designs.

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

#### Testing the changes
- I tested the changes in this PR: **YES** (On [InfinityBook Pro 14](https://www.tuxedocomputers.com/en/Linux-Hardware/Linux-Notebooks/10-14-inch/TUXEDO-InfinityBook-Pro-14-Gen6-US-ANSI-Edition.tuxedo))

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### 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/36673.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-added-tuxedo-keyboard-dkms-36673.patch --]
[-- Type: text/x-diff, Size: 1309 bytes --]

From 10b9b71bfe9b62b268529eb31fb127581c78f151 Mon Sep 17 00:00:00 2001
From: Quad <contact@quad.moe>
Date: Wed, 13 Apr 2022 19:11:55 +0200
Subject: [PATCH] New package: tuxedo-keyboard-dkms-3.0.9

---
 srcpkgs/tuxedo-keyboard-dkms/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/tuxedo-keyboard-dkms/template

diff --git a/srcpkgs/tuxedo-keyboard-dkms/template b/srcpkgs/tuxedo-keyboard-dkms/template
new file mode 100644
index 000000000000..4025a0eeac60
--- /dev/null
+++ b/srcpkgs/tuxedo-keyboard-dkms/template
@@ -0,0 +1,22 @@
+# Template file for 'tuxedo-keyboard-dkms'
+pkgname=tuxedo-keyboard-dkms
+version=3.0.9
+revision=1
+archs="x86_64 x86_64-musl"
+wrksrc="tuxedo-keyboard-${version}"
+
+short_desc="Kernel drivers for certain Tuxedo laptops and other Clevo designs"
+maintainer="Quad <contact@quad.moe>"
+
+license="GPL-3.0-or-later"
+homepage="https://github.com/tuxedocomputers/tuxedo-keyboard"
+distfiles="https://github.com/tuxedocomputers/tuxedo-keyboard/archive/refs/tags/v${version}.tar.gz"
+checksum=2ecaadf55e51c135679869c4fe251626d1bd26765de7622a9d109884c458a584
+
+dkms_modules="tuxedo-keyboard ${version}"
+depends="dkms"
+
+do_install() {
+	vmkdir usr/src/tuxedo-keyboard-${version}
+	vcopy "*" usr/src/tuxedo-keyboard-${version}
+}

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

end of thread, other threads:[~2022-05-19 20:04 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-02 15:00 [PR PATCH] New package: tuxedo-keyboard-dkms-3.0.9 QuadPiece
2022-04-13 16:57 ` [PR PATCH] [Updated] " QuadPiece
2022-04-13 17:02 ` [PR PATCH] [Closed]: " QuadPiece
2022-04-13 17:02 ` QuadPiece
2022-04-13 17:05 ` wael444
2022-04-13 17:06 ` QuadPiece
2022-04-13 17:14 [PR PATCH] " QuadPiece
2022-04-13 22:46 ` dmarto
2022-04-14  8:39 ` QuadPiece
2022-04-14  9:05 ` dmarto
2022-04-14  9:08 ` dmarto
2022-04-15 14:05 ` newbluemoon
2022-04-18 13:48 ` QuadPiece
2022-05-19 20:04 ` QuadPiece

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