openrazer-meta: update to 3.9.0.

Closes: #52571 [via git-merge-pr]
This commit is contained in:
Martin Dimov 2024-10-09 09:39:32 +03:00 committed by classabbyamp
parent 2a70ad5538
commit 334ab1c55e
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'openrazer-meta'
pkgname=openrazer-meta
version=3.8.0
version=3.9.0
revision=1
build_style=gnu-makefile
make_install_target="setup_dkms udev_install daemon_install xdg_install
@ -12,7 +12,7 @@ maintainer="Martin Dimov <martin@dmarto.com>"
license="GPL-2.0-or-later"
homepage="https://openrazer.github.io"
distfiles="https://github.com/openrazer/openrazer/releases/download/v${version}/openrazer-${version}.tar.xz"
checksum=4846b551e7724dd9736771b881d4c6811dbf6905b9dd80dd6c2071fdd056b583
checksum=273ae58a54645e22ddaf65a627d3fac370328e471e095b735dfa3f0021c7cbeb
do_build() {
:
@ -21,7 +21,7 @@ do_build() {
openrazer-daemon_package() {
short_desc="Userspace daemon that abstracts access to the kernel driver"
depends="openrazer-driver-dkms python3-daemonize python3-pyudev
python3-setproctitle"
python3-setproctitle python3-dbus python3-gobject libnotify"
pkg_install() {
vmove etc/xdg/autostart
vmove usr/bin
@ -43,7 +43,7 @@ openrazer-driver-dkms_package() {
python3-openrazer_package() {
short_desc="Python library for accessing the Razer daemon from Python"
depends="openrazer-daemon python3-dbus python3-gobject python3-numpy"
depends="openrazer-daemon python3-numpy"
pkg_install() {
vmove $py3_sitelib/openrazer
vmove $py3_sitelib/openrazer-*.egg-info