blob: 7bb2441147581410bad612600a21d84ec27dd6d9 (
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.10
pkgrel = 1
url = https://github.com/zocker-160/keyboard-center
install = keyboard-center.install
arch = x86_64
license = GPL3
makedepends = git
depends = python>=3.10
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.10::git+https://github.com/zocker-160/keyboard-center.git#tag=1.0.10
sha256sums = SKIP
pkgname = keyboard-center
|