openrazer 3.10.3-11

This commit is contained in:
2025-12-06 01:32:14 +03:00
parent 3b19c0f168
commit 15a07c7dc9
4 changed files with 27 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ name=(
python3-openrazer
)
version='3.10.3'
release='10'
release='11'
desc='Community-led effort to support Razer peripherals on Linux'
desc_ru='Коммьюнити-проект, который поддерживает периферийные устройства Razer на Linux'
homepage='https://openrazer.github.io'
@@ -17,15 +17,14 @@ license=('GPL')
sources=("https://github.com/openrazer/openrazer/releases/download/v$version/openrazer-$version.tar.xz")
checksums=('SKIP')
scripts=(
['postinstall']='postinstall.sh'
['postremove']='postremove.sh'
)
meta_openrazer-daemon() {
desc="Userspace daemon that abstracts access to the kernel driver. Provides a DBus service for applications to use"
desc_ru="Пользовательский демон, который абстрагирует доступ к драйверу ядра. Предоставляет D-Bus сервис для приложений для использования"
scripts=(
['postinstall']='postinstall-daemon.sh'
)
deps+=('openrazer-driver-dkms' 'python3-dbus' 'python3-daemonize' 'python3-gobject' 'python3-pyudev' 'python3-setproctitle' 'xautomation')
deps_alt+=("${deps[@]}")
deps_arch+=('openrazer-driver-dkms' 'python-dbus' 'python-daemonize' 'python-gobject' 'python-pyudev' 'python-setproctitle' 'xautomation')
@@ -51,6 +50,11 @@ meta_openrazer-driver-dkms() {
desc="OpenRazer kernel modules sources"
desc_ru="Исходные коды модулей ядра OpenRazer"
scripts=(
['postinstall']='postinstall-dkms.sh'
['postremove']='postremove-dkms.sh'
)
deps+=('dkms' 'gcc' 'make')
deps_alt+=("${deps[@]}")
deps_arch+=("${deps[@]}" 'linux-headers')