initial import
This commit is contained in:
40
xorg-input-evdev/PKGBUILD
Normal file
40
xorg-input-evdev/PKGBUILD
Normal file
@@ -0,0 +1,40 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
# Based on xf86-input-evdev package
|
||||
|
||||
pkgname=xorg-input-evdev
|
||||
pkgver=2.10.6
|
||||
pkgrel=2
|
||||
pkgdesc="X.Org evdev input driver"
|
||||
arch=(i686 x86_64)
|
||||
url="https://xorg.freedesktop.org/"
|
||||
license=('Expat')
|
||||
depends=('libeudev' 'mtdev' 'libevdev')
|
||||
makedepends=('xenocara-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'xenocara-proto' 'xenocara-util-macros')
|
||||
provides=('xf86-input-evdev')
|
||||
conflicts=('xf86-input-evdev' 'xenocara-server<1.20' 'X-ABI-XINPUT_VERSION<24.1' 'X-ABI-XINPUT_VERSION>=25')
|
||||
replaces=('xf86-input-evdev' 'xf86-input-libinput')
|
||||
options=('!makeflags')
|
||||
groups=('xenocara-drivers' 'xorg-drivers')
|
||||
source=(https://xorg.freedesktop.org/releases/individual/driver/xf86-input-evdev-$pkgver.tar.bz2{,.sig})
|
||||
sha512sums=('560b0a6491d50a46913a5890a35c0367e59f550670993493bd9712d712a9747ddaa6fe5086daabf2fcafa24b0159383787eb273da4a2a60c089bfc0a77ad2ad1'
|
||||
'SKIP')
|
||||
validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T)
|
||||
|
||||
prepare() {
|
||||
cd "xf86-input-evdev-$pkgver"
|
||||
autoreconf -vfi
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "xf86-input-evdev-$pkgver"
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "xf86-input-evdev-$pkgver"
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
|
||||
}
|
||||
Reference in New Issue
Block a user