mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
Solaar: fix dependencies
This commit is contained in:
parent
3a68679d73
commit
2aff0bd5a5
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue