commit:     e61286aca4b8125609af2f8be83c7e7e2c3e73f5
Author:     Viktar Lukashonak <myxabeer <AT> gmail <DOT> com>
AuthorDate: Fri Jan 20 07:11:24 2023 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 15:29:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e61286ac

app-laptop/tuxedo-keyboard add 3.1.3

Signed-off-by: Viktar Lukashonak <myxabeer <AT> gmail.com>
Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>

 app-laptop/tuxedo-keyboard/Manifest                |  1 +
 app-laptop/tuxedo-keyboard/metadata.xml            |  3 +++
 .../tuxedo-keyboard-3.1.3-r1.ebuild                | 24 ++++++++++++++++++++++
 3 files changed, 28 insertions(+)

diff --git a/app-laptop/tuxedo-keyboard/Manifest 
b/app-laptop/tuxedo-keyboard/Manifest
index f18d1922f431..28b35f222a48 100644
--- a/app-laptop/tuxedo-keyboard/Manifest
+++ b/app-laptop/tuxedo-keyboard/Manifest
@@ -1 +1,2 @@
 DIST tuxedo-keyboard-3.0.10.tar.gz 50759 BLAKE2B 
08fec486f6555ff5b8de6b1ea49ce504747238284fda31b05686fd5955bf3bb3fc48b49c40b50c1bbdfcbf4af2f206a99f645b294ebceafec4c87751fd460090
 SHA512 
a3c5b74fc5587763f131a66f507c0b33d462ed87c8e05391152c09d1425b5e1771bfb08cc2d1e3bb73b02074f503d866ea463fd44fb06d00b38c6ac4cfcd4e3b
+DIST tuxedo-keyboard-3.1.3.tar.gz 56532 BLAKE2B 
06c2dec95e7888f765040bd41512c691cab9812fbea213b7766605aad6724adf3d5c6e5a3641621781f483e1ce249e71ea988b765e311d4bb4862997d8effb2c
 SHA512 
dbad1ebc5d91d3306197012ce2fafa5e6063c9b8b62a14c3f1412c9340199c91500a6eeefbed73b1a5d15132dc4b4a73e11c86c15c1b2a3d44765b2664d2f331

diff --git a/app-laptop/tuxedo-keyboard/metadata.xml 
b/app-laptop/tuxedo-keyboard/metadata.xml
index 41b48edd30ec..753d12d31de9 100644
--- a/app-laptop/tuxedo-keyboard/metadata.xml
+++ b/app-laptop/tuxedo-keyboard/metadata.xml
@@ -5,4 +5,7 @@
     <email>[email protected]</email>
     <name>Marc Schiffbauer</name>
   </maintainer>
+  <upstream>
+    <remote-id type="github">tuxedocomputers/tuxedo-keyboard</remote-id>
+  </upstream>
 </pkgmetadata>

diff --git a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.1.3-r1.ebuild 
b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.1.3-r1.ebuild
new file mode 100644
index 000000000000..5cbdd5f970eb
--- /dev/null
+++ b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.1.3-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+CONFIG_CHECK="ACPI_WMI INPUT_SPARSEKMAP"
+
+inherit linux-mod toolchain-funcs
+
+DESCRIPTION="Kernel Module for Tuxedo Keyboard"
+HOMEPAGE="https://github.com/tuxedocomputers/tuxedo-keyboard";
+SRC_URI="https://github.com/tuxedocomputers/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+BUILD_TARGETS="all"
+MODULE_NAMES="clevo_acpi(tuxedo:${S}:src) clevo_wmi(tuxedo:${S}:src) 
uniwill_wmi(tuxedo:${S}:src) tuxedo_keyboard(tuxedo:${S}:src) 
tuxedo_io(tuxedo:${S}:src/tuxedo_io)"
+
+pkg_setup() {
+       linux-mod_pkg_setup
+       BUILD_PARAMS="CC=$(tc-getBUILD_CC) KDIR=${KV_DIR} V=1 KBUILD_VERBOSE=1"
+}

Reply via email to