xorg-xinput: update to 1.6.4

This commit is contained in:
Juergen Daubert 2023-04-28 17:15:30 +02:00
parent b9f54da7c5
commit a3003a33f3
2 changed files with 5 additions and 7 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndGJ5dbgVY7lELbV7v51aWbURuot4RmetZoz8/r/t59oczCDx8rCi1EC5zhRI+DrFcBBK60jI3MzuDGUzFjhfnQU=
SHA256 (Pkgfile) = 3aff609d7ae91c261d1c079c37950ee1c994f36187b19a808626342746ec5c28
RWTSGWF5Q7TndDn5WGragDxHM6DinD1TYWUz2Q75DItZIcr3w7w+DJh3Yg+T/Ym3dJnkhZvtwQtD7j+eP+7lvliCox0/Fq6G2wA=
SHA256 (Pkgfile) = 0ac828453774e7b3558cda14d75404d6d25de8b945d203be9f375028a13e5b14
SHA256 (.footprint) = a32ce301539398b86649aa3e027e405c60bda1e8d55f925f23d6ae6c51e30864
SHA256 (xinput-1.6.3.tar.bz2) = 35a281dd3b9b22ea85e39869bb7670ba78955d5fec17c6ef7165d61e5aeb66ed
SHA256 (xinput-1.6.4.tar.xz) = ad04d00d656884d133110eeddc34e9c69e626ebebbbab04dc95791c2907057c8

View File

@ -4,15 +4,13 @@
# Depends on: xorg-libxi xorg-libxinerama xorg-libxrandr
name=xorg-xinput
version=1.6.3
version=1.6.4
release=1
source=(https://www.x.org/releases/individual/app/xinput-$version.tar.bz2)
source=(https://www.x.org/releases/individual/app/xinput-$version.tar.xz)
build() {
cd xinput-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}