mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-laptop/tuxedo-drivers: add 4.5.0
Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST tuxedo-drivers-v3.2.14.tar.bz2 55567 BLAKE2B 4104c76f9bb7d1f5887caad8a4bec90531a85397b642baced65130159e91e304c68896ea2dce173ee0ec31742e2786b976411a75464d9560e338ea16f18a9766 SHA512 edf0c1a4161a4a4fc09882d0905556299ec62358d9c32e716b1ad0daf230b8de9ec026daba97a964fe4a1e757eb860669840b4e9219ede42043e39eef2fc2ec8
|
||||
DIST tuxedo-drivers-v4.5.0.tar.bz2 57633 BLAKE2B 3796aaa7504c21c444f86dadb4b6cfd2e07a916fb105043fc9252693bb15aa763b9dea3f0d27326098159fc79b1be01dadf4adf975b9bf9ff53da90248b3e781 SHA512 e86afb855958ce74662649b948632f08ec1cb597f150d603bbef3cd8ef351cc219c798c4e884196f4f8611bb08e5ca4faad6307b0db243fd38da2f5008815cee
|
||||
|
||||
50
app-laptop/tuxedo-drivers/tuxedo-drivers-4.5.0.ebuild
Normal file
50
app-laptop/tuxedo-drivers/tuxedo-drivers-4.5.0.ebuild
Normal file
@@ -0,0 +1,50 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
CONFIG_CHECK="ACPI_WMI INPUT_SPARSEKMAP"
|
||||
|
||||
inherit linux-mod-r1
|
||||
|
||||
DESCRIPTION="Kernel Module for Tuxedo Keyboard"
|
||||
HOMEPAGE="https://gitlab.com/tuxedocomputers/development/packages/tuxedo-drivers"
|
||||
SRC_URI="https://gitlab.com/tuxedocomputers/development/packages/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
|
||||
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
PATCHES=( )
|
||||
|
||||
src_compile() {
|
||||
local modlist=(
|
||||
clevo_acpi=tuxedo::src
|
||||
clevo_wmi=tuxedo::src
|
||||
ite_8291=tuxedo::src/ite_8291
|
||||
ite_8291_lb=tuxedo::src/ite_8291_lb
|
||||
ite_8297=tuxedo::src/ite_8297
|
||||
ite_829x=tuxedo::src/ite_829x
|
||||
tuxedo_compatibility_check=tuxedo::src/tuxedo_compatibility_check
|
||||
tuxedo_io=tuxedo::src/tuxedo_io
|
||||
tuxedo_keyboard=tuxedo::src
|
||||
tuxedo_nb02_nvidia_power_ctrl=tuxedo::src/tuxedo_nb02_nvidia_power_ctrl
|
||||
tuxedo_nb04_kbd_backlight=tuxedo::src/tuxedo_nb04
|
||||
tuxedo_nb04_keyboard=tuxedo::src/tuxedo_nb04
|
||||
tuxedo_nb04_power_profiles=tuxedo::src/tuxedo_nb04
|
||||
tuxedo_nb04_sensors=tuxedo::src/tuxedo_nb04
|
||||
tuxedo_nb04_wmi_ab=tuxedo::src/tuxedo_nb04
|
||||
tuxedo_nb04_wmi_bs=tuxedo::src/tuxedo_nb04
|
||||
tuxedo_nb05_ec=tuxedo::src/tuxedo_nb05
|
||||
tuxedo_nb05_fan_control=tuxedo::src/tuxedo_nb05
|
||||
tuxedo_nb05_kbd_backlight=tuxedo::src/tuxedo_nb05
|
||||
tuxedo_nb05_keyboard=tuxedo::src/tuxedo_nb05
|
||||
tuxedo_nb05_power_profiles=tuxedo::src/tuxedo_nb05
|
||||
tuxedo_nb05_sensors=tuxedo::src/tuxedo_nb05
|
||||
uniwill_wmi=tuxedo::src
|
||||
)
|
||||
local modargs=( KDIR=${KV_OUT_DIR} )
|
||||
|
||||
linux-mod-r1_src_compile
|
||||
}
|
||||
Reference in New Issue
Block a user