blob: 8b15325945eabaae6be9cd83d2f26970277022ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
pkgbase = keyboard-center
pkgdesc = Application to map G-keys on (some) Logitech Gaming Keyboards
pkgver = 1.0.9
pkgrel = 1
url = https://github.com/zocker-160/keyboard-center
install = keyboard-center.install
arch = x86_64
license = GPL3
makedepends = git
depends = python>=3.9
depends = python-pyqt5>=5.15
depends = python-uinput>=1.0.1
depends = python-ruamel-yaml>=0.15
depends = python-pyusb>=1.0.2
depends = python-setuptools
depends = hidapi>=0.10
depends = libnotify>=0.7.9
optdepends = openrgb: RGB control for your keyboard
optdepends = xdotool: type strings for X11
optdepends = ydotool: type strings using uinput
optdepends = wtype: type strings for Wayland
source = keyboard-center-1.0.9::git+https://github.com/zocker-160/keyboard-center.git#tag=1.0.9
sha256sums = SKIP
pkgname = keyboard-center
|