You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary: Handheld Daemon, a tool for configuring handheld devices.
5
+
6
+
License:LGPL-2.1-or-later
7
+
URL: https://github.com/hhd-dev/hhd
8
+
VCS: {{{ git_dir_vcs }}}
9
+
Source: {{{ git_dir_pack }}}
10
+
11
+
BuildArch:noarch
12
+
BuildRequires: systemd-rpm-macros
13
+
BuildRequires: python3-devel
14
+
BuildRequires: python3-build
15
+
BuildRequires: python3-installer
16
+
BuildRequires: python3-setuptools
17
+
BuildRequires: python3-wheel
18
+
BuildRequires: python3-babel
19
+
20
+
Requires: python3
21
+
Requires: python3-evdev
22
+
Requires: python3-rich
23
+
Requires: python3-yaml
24
+
Requires: python3-setuptools
25
+
Requires: python3-xlib
26
+
Requires: python3-pyserial
27
+
Requires: python3-pyroute2
28
+
Requires: python3-gobject
29
+
Requires: python-fuse
30
+
Requires: libusb1
31
+
Requires: hidapi
32
+
33
+
Obsoletes: adjustor
34
+
35
+
%description
36
+
Handheld Daemon is a project that aims to provide utilities for managing handheld devices. With features ranging from TDP controls, to controller remappings, and gamescope session management. This will be done through a plugin system and an HTTP(/d-bus?) daemon, which will expose the settings of the plugins in a UI agnostic way.
0 commit comments