summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Riches2015-11-25 13:32:00 +0000
committerJoseph Riches2015-11-25 13:32:00 +0000
commitadf5343176a7997c6d4f62b07d79efdc83163561 (patch)
treebd6c2d7f5f90cd8cba0b4f783ad316ea77c3c04c
parent22b2b8802aade506fa4777eb84c6aba6c8a64a3d (diff)
downloadaur-adf5343176a7997c6d4f62b07d79efdc83163561.tar.gz
xf86-input-cmt-git: add missing dep
* cmt-post-install has to renamed to cmt-cont-setup
-rw-r--r--.SRCINFO3
-rwxr-xr-xPKGBUILD4
-rw-r--r--xf86-input-cmt-git.install7
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6138778dadf9..83ac93dbdc41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xf86-input-cmt-git
pkgdesc = Chromium OS multitouch input driver for Xorg X server
pkgver = 2.0.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hugegreenbug/xf86-input-cmt
install = xf86-input-cmt-git.install
arch = i686
@@ -13,6 +13,7 @@ pkgbase = xf86-input-cmt-git
makedepends = git
makedepends = xorg-util-macros
makedepends = xorg-server-devel
+ depends = xf86-input-cmt-setup
depends = xf86-input-evdev
depends = libgestures
depends = libevdev
diff --git a/PKGBUILD b/PKGBUILD
index 405802406820..4655ed688b38 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=xf86-input-cmt-git
pkgdesc="Chromium OS multitouch input driver for Xorg X server"
pkgver=2.0.6
-pkgrel=1
+pkgrel=2
arch=(i686 x86_64)
url="https://github.com/hugegreenbug/xf86-input-cmt"
license=('custom:chromiumos')
_gitname='xf86-input-cmt'
-depends=('xf86-input-evdev' 'libgestures' 'libevdev' 'libevdevc-git')
+depends=('xf86-input-cmt-setup' 'xf86-input-evdev' 'libgestures' 'libevdev' 'libevdevc-git')
provides=("xf86-input-cmt-git=$pkgver")
conflicts=('xf86-input-synaptics')
makedepends=('autoconf' 'automake' 'dmidecode' 'git' 'xorg-util-macros' 'xorg-server-devel')
diff --git a/xf86-input-cmt-git.install b/xf86-input-cmt-git.install
index 32a5d9d0c4e1..f1d5f9284d54 100644
--- a/xf86-input-cmt-git.install
+++ b/xf86-input-cmt-git.install
@@ -13,10 +13,9 @@ blue="${blue}$(tput setaf 4)"
yellow="${bold}$(tput setaf 3)"
post_install(){
- msg_blue "To install the correct configuration files"
- msg_blue "for your device, run:"
- msg_blue "# cmt-post-install install"
- msg_blue "To make sure you can use the cmt driver also run:"
+ msg_blue "Setting up correct configuration files"
+ sudo cmt-conf-setup install
+ msg_blue "To make sure you can use the cmt driver run:"
msg_blue "# usermod -a -G input <user>"
msg_blue "Where <user> is the user(s) wanting to use the touchpad."
note "Finished, reboot to use the driver."