libinput: inital release

This commit is contained in:
Juergen Daubert 2015-12-03 18:06:25 +01:00
parent dcb0f7d93a
commit eb4577ca97
3 changed files with 43 additions and 0 deletions

26
libinput/.footprint Normal file
View File

@ -0,0 +1,26 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/libinput-debug-events
-rwxr-xr-x root/root usr/bin/libinput-list-devices
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/libinput.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libinput.la
lrwxrwxrwx root/root usr/lib/libinput.so -> libinput.so.10.6.1
lrwxrwxrwx root/root usr/lib/libinput.so.10 -> libinput.so.10.6.1
-rwxr-xr-x root/root usr/lib/libinput.so.10.6.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libinput.pc
drwxr-xr-x root/root usr/lib/udev/
drwxr-xr-x root/root usr/lib/udev/hwdb.d/
-rw-r--r-- root/root usr/lib/udev/hwdb.d/90-libinput-model-quirks.hwdb
-rwxr-xr-x root/root usr/lib/udev/libinput-device-group
-rwxr-xr-x root/root usr/lib/udev/libinput-model-quirks
drwxr-xr-x root/root usr/lib/udev/rules.d/
-rw-r--r-- root/root usr/lib/udev/rules.d/80-libinput-device-groups.rules
-rw-r--r-- root/root usr/lib/udev/rules.d/90-libinput-model-quirks.rules
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/libinput-debug-events.1.gz
-rw-r--r-- root/root usr/share/man/man1/libinput-list-devices.1.gz

1
libinput/.md5sum Normal file
View File

@ -0,0 +1 @@
4a3fc842ac0b7bf0fa306ea7badc31a0 libinput-1.1.1.tar.xz

16
libinput/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: A library that handles input devices for display servers
# URL: http://wayland.freedesktop.org/libinput/doc/latest/index.html
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on:
name=libinput
version=1.1.1
release=1
source=(http://www.freedesktop.org/software/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}