blob: 06d2c46fada2ee0aac7abecd5930508b6310ab3a (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
# Maintainer: Mikhail Velichko <efklid at gmail dot com>
# Contributor: Librewish <librewish@gmail.com>
# Contributor: dr460nf1r3 <dr460nf1r3 at garudalinux dot org>
pkgname=input-devices-support-gnome
pkgver=1.0.7
pkgrel=2
arch=('any')
url="https://wiki.archlinux.org/index.php/Category:Input_devices"
license=('GPL')
pkgdesc="Metapkg for commonly used input devices such as fingerprint sensors or Wacom tablets with more native integration with GNOME."
depends=('android-udev'
'bolt'
'brightnessctl'
'fprintd'
'game-devices-udev'
'iio-sensor-proxy'
'linuxconsole'
'lirc'
'touchegg'
'v4l-utils'
'xdotool'
'ydotool'
'xf86-input-elographics'
'xf86-input-evdev'
'xf86-input-libinput'
'xf86-input-void'
'xf86-input-wacom')
conflicts=('libinput-gestures' 'input-devices-support')
replaces=('manjaro-input')
optdepends=('piper: GTK application to configure gaming mice'
'antimicrox: GUI for mapping keyboard keys to controller'
'plasma-thunderbolt: Plasma integration for managing Thunderbolt devices'
'touche: The desktop application to configure Touchegg'
'solaar: Device manager for Logitech Unifying receiver peripherals, most Lightspeed supports too'
'openrazer-meta: Support for Razer gaming peripherals')
install=$pkgname.install
|