summaryrefslogtreecommitdiff
path: root/xorg-xf86-input-libinput
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2015-12-03 18:07:32 +0100
committerJuergen Daubert <jue@jue.li>2015-12-03 18:07:32 +0100
commit411dc12ec0835de4255b119852b21582164920e9 (patch)
tree4eb6dc1a7a0bdeb6ef071598954a1a3fb8bdfbc4 /xorg-xf86-input-libinput
parenteb4577ca97f2739837a3e1c4cc8acc19d05f5cff (diff)
downloadxorg-411dc12ec0835de4255b119852b21582164920e9.tar.gz
xorg-411dc12ec0835de4255b119852b21582164920e9.tar.xz
xorg-xf86-input-libinput: inital release
Diffstat (limited to 'xorg-xf86-input-libinput')
-rw-r--r--xorg-xf86-input-libinput/.footprint19
-rw-r--r--xorg-xf86-input-libinput/.md5sum1
-rw-r--r--xorg-xf86-input-libinput/Pkgfile16
3 files changed, 36 insertions, 0 deletions
diff --git a/xorg-xf86-input-libinput/.footprint b/xorg-xf86-input-libinput/.footprint
new file mode 100644
index 00000000..ed41a634
--- /dev/null
+++ b/xorg-xf86-input-libinput/.footprint
@@ -0,0 +1,19 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/xorg/
+-rw-r--r-- root/root usr/include/xorg/libinput-properties.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/xorg-libinput.pc
+drwxr-xr-x root/root usr/lib/xorg/
+drwxr-xr-x root/root usr/lib/xorg/modules/
+drwxr-xr-x root/root usr/lib/xorg/modules/input/
+-rwxr-xr-x root/root usr/lib/xorg/modules/input/libinput_drv.la
+-rwxr-xr-x root/root usr/lib/xorg/modules/input/libinput_drv.so
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/X11/
+drwxr-xr-x root/root usr/share/X11/xorg.conf.d/
+-rw-r--r-- root/root usr/share/X11/xorg.conf.d/90-libinput.conf
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man4/
+-rw-r--r-- root/root usr/share/man/man4/libinput.4.gz
diff --git a/xorg-xf86-input-libinput/.md5sum b/xorg-xf86-input-libinput/.md5sum
new file mode 100644
index 00000000..a32ca823
--- /dev/null
+++ b/xorg-xf86-input-libinput/.md5sum
@@ -0,0 +1 @@
+4a4766a139665ae42870bf432be5631e xf86-input-libinput-0.15.0.tar.bz2
diff --git a/xorg-xf86-input-libinput/Pkgfile b/xorg-xf86-input-libinput/Pkgfile
new file mode 100644
index 00000000..064ffeb2
--- /dev/null
+++ b/xorg-xf86-input-libinput/Pkgfile
@@ -0,0 +1,16 @@
+# Description: xorg driver xf86-input-evdev
+# URL: http://xorg.freedesktop.org
+# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
+# Depends on: xorg-server xorg-libevdev mtdev
+
+name=xorg-xf86-input-libinput
+version=0.15.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-libinput-$version.tar.bz2)
+
+build() {
+ cd xf86-input-libinput-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit