From 4e913735b74fc2b82c3f50e05577796fe346f8da Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Tue, 6 Mar 2018 23:45:09 +1100 Subject: [PATCH] [notify] xorg-libevdev-32: initial import for libinput-32 --- xorg-libevdev-32/.32bit | 0 xorg-libevdev-32/.footprint | 9 +++++++++ xorg-libevdev-32/.md5sum | 1 + xorg-libevdev-32/.signature | 5 +++++ xorg-libevdev-32/Pkgfile | 22 ++++++++++++++++++++++ 5 files changed, 37 insertions(+) create mode 100644 xorg-libevdev-32/.32bit create mode 100644 xorg-libevdev-32/.footprint create mode 100644 xorg-libevdev-32/.md5sum create mode 100644 xorg-libevdev-32/.signature create mode 100644 xorg-libevdev-32/Pkgfile diff --git a/xorg-libevdev-32/.32bit b/xorg-libevdev-32/.32bit new file mode 100644 index 00000000..e69de29b diff --git a/xorg-libevdev-32/.footprint b/xorg-libevdev-32/.footprint new file mode 100644 index 00000000..4fac873e --- /dev/null +++ b/xorg-libevdev-32/.footprint @@ -0,0 +1,9 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib32/ +-rw-r--r-- root/root usr/lib32/libevdev.a +-rwxr-xr-x root/root usr/lib32/libevdev.la +lrwxrwxrwx root/root usr/lib32/libevdev.so -> libevdev.so.2.1.19 +lrwxrwxrwx root/root usr/lib32/libevdev.so.2 -> libevdev.so.2.1.19 +-rwxr-xr-x root/root usr/lib32/libevdev.so.2.1.19 +drwxr-xr-x root/root usr/lib32/pkgconfig/ +-rw-r--r-- root/root usr/lib32/pkgconfig/libevdev.pc diff --git a/xorg-libevdev-32/.md5sum b/xorg-libevdev-32/.md5sum new file mode 100644 index 00000000..d7777681 --- /dev/null +++ b/xorg-libevdev-32/.md5sum @@ -0,0 +1 @@ +4f1cfaee8d75ea3fbbfeb99a98730952 libevdev-1.5.7.tar.xz diff --git a/xorg-libevdev-32/.signature b/xorg-libevdev-32/.signature new file mode 100644 index 00000000..803ed886 --- /dev/null +++ b/xorg-libevdev-32/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/compat-32.pub +RWSwxGo/zH7eXculTngPgjHyauyNf320ZtXuJWazfnl66ffNaZXRCaBEuRM0c1mTZGDeKuNgiqyKWwgfFGGaZ1a/rX6m85go9g0= +SHA256 (Pkgfile) = 6c6887646bae33db3660c2f0c976ae56afe60e732cd52a368be3b7e8e2b80737 +SHA256 (.footprint) = d5bd715bc3bc2905b31775d88cff69279ea36cbf2f7eb0cd11076fe3bc40cac2 +SHA256 (libevdev-1.5.7.tar.xz) = a1e59e37a2f0d397ffd7e83b73af0e638db83b8dd08902ef0f651a21cc1dd422 diff --git a/xorg-libevdev-32/Pkgfile b/xorg-libevdev-32/Pkgfile new file mode 100644 index 00000000..6b8b10fb --- /dev/null +++ b/xorg-libevdev-32/Pkgfile @@ -0,0 +1,22 @@ +# Description: Wrapper library for evdev devices +# URL: http://xorg.freedesktop.org +# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu +# Depends on: python-32 xorg-libevdev + +name=xorg-libevdev-32 +version=1.5.7 +release=2 +source=(https://www.freedesktop.org/software/libevdev/libevdev-$version.tar.xz) + +build() { + cd libevdev-$version + + ./configure \ + --prefix=/usr \ + --libdir=/usr/lib32 + + make + make DESTDIR=$PKG install + + rm -r $PKG/usr/{bin,include,share} +}