first commit
This commit is contained in:
3
src/xf86-input-libinput/.gitignore
vendored
Normal file
3
src/xf86-input-libinput/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
.cache/
|
||||
dist/
|
||||
root/
|
2
src/xf86-input-libinput/changes.md
Normal file
2
src/xf86-input-libinput/changes.md
Normal file
@ -0,0 +1,2 @@
|
||||
# 1.3.0
|
||||
First version
|
16
src/xf86-input-libinput/pkg.sh
Normal file
16
src/xf86-input-libinput/pkg.sh
Normal file
@ -0,0 +1,16 @@
|
||||
NAME="xf86-input-libinput"
|
||||
DESC="Thin wrapper around libinput, allows for libinput to be used for input devices in X"
|
||||
VERSION="1.3.0"
|
||||
FILES=("https://www.x.org/pub/individual/driver/xf86-input-libinput-$VERSION.tar.xz")
|
||||
HASHES=("92e9a50c8e4001fd25c813ffb1c84235")
|
||||
DEPENDS=("libinput")
|
||||
|
||||
PACKAGE() {
|
||||
tar xf $NAME-$VERSION.tar.xz
|
||||
cd $NAME-$VERSION
|
||||
|
||||
./configure $XORG_CONFIG
|
||||
make && make DESTDIR=${ROOTDIR} install
|
||||
|
||||
cd .. && rm -rf $NAME-$VERSION
|
||||
}
|
Reference in New Issue
Block a user