From ac925a525bbb4bb8b3184aa00db3f0b5b2e2e892 Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Wed, 10 Jul 2019 09:48:53 +0700 Subject: [PATCH] xf86-input-libinput: add pkg --- 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 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..466545ee --- /dev/null +++ b/xorg/xf86-input-libinput/checksums @@ -0,0 +1 @@ +b8b346962c6b62b8069928c29c0db83b6f544863bf2fc6830f324de841de2820 xf86-input-libinput-0.28.2.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..43c80e00 --- /dev/null +++ b/xorg/xf86-input-libinput/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/driver/xf86-input-libinput-0.28.2.tar.bz2 diff --git a/xorg/xf86-input-libinput/version b/xorg/xf86-input-libinput/version new file mode 100644 index 00000000..f4fadf08 --- /dev/null +++ b/xorg/xf86-input-libinput/version @@ -0,0 +1 @@ +0.28.2 1