Solaar: fix dependencies

This commit is contained in:
Đoàn Trần Công Danh 2025-06-13 07:02:23 +07:00
parent 3a68679d73
commit 2aff0bd5a5

View file

@ -1,14 +1,14 @@
# Template file for 'Solaar' # Template file for 'Solaar'
pkgname=Solaar pkgname=Solaar
version=1.1.14 version=1.1.14
revision=1 revision=2
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel" hostmakedepends="python3-setuptools python3-wheel"
depends="python3-evdev python3-pyudev python3-psutil python3-yaml python3-dbus depends="python3-evdev python3-pyudev python3-psutil python3-yaml python3-dbus
python3-xlib python3-gobject" python3-xlib python3-gobject python3-typing_extensions gtk+3"
checkdepends="${depends}" checkdepends="${depends} python3-pytest python3-pytest-mock"
short_desc="Linux device manager for a wide range of Logitech devices" short_desc="Linux device manager for a wide range of Logitech devices"
maintainer="Young Jin Park <youngjinpark20@gmail.com>" maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="https://pwr-solaar.github.io/Solaar/" homepage="https://pwr-solaar.github.io/Solaar/"
changelog="https://raw.githubusercontent.com/pwr-Solaar/Solaar/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/pwr-Solaar/Solaar/master/CHANGELOG.md"