summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 23d420c753731d846d942188890eb69c81ec05dd (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
# Maintainer: Librewish <librewish@gmail.com>

pkgname=input-devices-support
pkgdesc="Metapkg for commonly used input devices such as fingerprint sensors or Wacom tablets"
pkgver=1.0.4
pkgrel=1
arch=('any')
url="https://wiki.archlinux.org/index.php/Category:Input_devices"
license=('GPL')
pkgdesc="Meta package for input devices support."
depends=("android-udev"
        "bolt"
        "brightnessctl"
        "fprintd"
        "game-devices-udev"
        "iio-sensor-proxy"
        "linuxconsole"
        "lirc"
        "touchegg"
        "v4l-utils"
        "xdotool"
        "xf86-input-elographics"
        "xf86-input-evdev"
        "xf86-input-libinput"
        "xf86-input-void"
        "xf86-input-wacom")
conflicts=('libinput-gestures')
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