From 03423e0583057cbe5a16f8439183e2dbc0e8dd7c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 9 Dec 2019 19:17:24 +0300 Subject: secondary commit --- xorg/xf86-input-libinput/build | 7 +++++++ xorg/xf86-input-libinput/checksums | 1 + xorg/xf86-input-libinput/depends | 2 ++ xorg/xf86-input-libinput/sources | 1 + xorg/xf86-input-libinput/version | 1 + 5 files changed, 12 insertions(+) create mode 100755 xorg/xf86-input-libinput/build create mode 100644 xorg/xf86-input-libinput/checksums create mode 100644 xorg/xf86-input-libinput/depends create mode 100644 xorg/xf86-input-libinput/sources create mode 100644 xorg/xf86-input-libinput/version (limited to 'xorg/xf86-input-libinput') diff --git a/xorg/xf86-input-libinput/build b/xorg/xf86-input-libinput/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/xorg/xf86-input-libinput/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/xorg/xf86-input-libinput/checksums b/xorg/xf86-input-libinput/checksums new file mode 100644 index 00000000..2ce71aad --- /dev/null +++ b/xorg/xf86-input-libinput/checksums @@ -0,0 +1 @@ +c28b56a21754b972db31798e6a4cf4dc9d69208d08f8fe41701a94def5e94bee xf86-input-libinput-0.29.0.tar.bz2 diff --git a/xorg/xf86-input-libinput/depends b/xorg/xf86-input-libinput/depends new file mode 100644 index 00000000..f89a2267 --- /dev/null +++ b/xorg/xf86-input-libinput/depends @@ -0,0 +1,2 @@ +libinput +xorg-server diff --git a/xorg/xf86-input-libinput/sources b/xorg/xf86-input-libinput/sources new file mode 100644 index 00000000..9d323db1 --- /dev/null +++ b/xorg/xf86-input-libinput/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/driver/xf86-input-libinput-0.29.0.tar.bz2 diff --git a/xorg/xf86-input-libinput/version b/xorg/xf86-input-libinput/version new file mode 100644 index 00000000..0b56a8aa --- /dev/null +++ b/xorg/xf86-input-libinput/version @@ -0,0 +1 @@ +0.29.0 1 -- cgit v1.2.3