From 2aff0bd5a554d7256146767f4f54f04c39a67b57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 13 Jun 2025 07:02:23 +0700 Subject: [PATCH] Solaar: fix dependencies --- srcpkgs/Solaar/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template index a7122d6e0f5..bb434a05d40 100644 --- a/srcpkgs/Solaar/template +++ b/srcpkgs/Solaar/template @@ -1,14 +1,14 @@ # Template file for 'Solaar' pkgname=Solaar version=1.1.14 -revision=1 +revision=2 build_style=python3-pep517 hostmakedepends="python3-setuptools python3-wheel" depends="python3-evdev python3-pyudev python3-psutil python3-yaml python3-dbus - python3-xlib python3-gobject" -checkdepends="${depends}" + python3-xlib python3-gobject python3-typing_extensions gtk+3" +checkdepends="${depends} python3-pytest python3-pytest-mock" short_desc="Linux device manager for a wide range of Logitech devices" -maintainer="Young Jin Park " +maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://pwr-solaar.github.io/Solaar/" changelog="https://raw.githubusercontent.com/pwr-Solaar/Solaar/master/CHANGELOG.md"