[arch-commits] Commit in xf86-input-joystick/trunk (50-joystick.conf PKGBUILD)
Jan de Groot
jgc at archlinux.org
Thu Mar 10 19:39:29 UTC 2011
Date: Thursday, March 10, 2011 @ 14:39:29
Author: jgc
Revision: 113911
upgpkg: xf86-input-joystick 1.5.0-4
Change groups, add config file for autoconfiguration
Added:
xf86-input-joystick/trunk/50-joystick.conf
Modified:
xf86-input-joystick/trunk/PKGBUILD
------------------+
50-joystick.conf | 6 ++++++
PKGBUILD | 13 ++++++++++---
2 files changed, 16 insertions(+), 3 deletions(-)
Added: 50-joystick.conf
===================================================================
--- 50-joystick.conf (rev 0)
+++ 50-joystick.conf 2011-03-10 19:39:29 UTC (rev 113911)
@@ -0,0 +1,6 @@
+Section "InputClass"
+ Identifier "joystick catchall"
+ MatchIsJoystick "on"
+ MatchDevicePath "/dev/input/event*"
+ Driver "joystick"
+EndSection
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-03-10 19:27:53 UTC (rev 113910)
+++ PKGBUILD 2011-03-10 19:39:29 UTC (rev 113911)
@@ -3,7 +3,7 @@
pkgname=xf86-input-joystick
pkgver=1.5.0
-pkgrel=3
+pkgrel=4
pkgdesc="X.Org Joystick input driver"
arch=(i686 x86_64)
url="http://xorg.freedesktop.org/"
@@ -11,10 +11,13 @@
depends=('glibc')
makedepends=('xorg-server-devel')
conflicts=('xorg-server<1.9.0')
-groups=('xorg-input-drivers')
+groups=('xorg-drivers')
options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 LICENSE)
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+ 50-joystick.conf
+ LICENSE)
sha1sums=('a9fed6827d55f59b7166185247952049b4e6d152'
+ 'e1ff3699a0470c6bb78a53f718df9d8521621e11'
'ee4c79491b36a680ed9d86f5fc41ae447f26353e')
build() {
@@ -22,6 +25,10 @@
./configure --prefix=/usr
make
make DESTDIR="${pkgdir}" install
+
+ install -m755 -d "${pkgdir}/etc/X11/xorg.conf.d"
+ install -m644 "${srcdir}/50-joystick.conf" "${pkgdir}/etc/X11/xorg.conf.d/"
+
install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
install -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/"
}
More information about the arch-commits
mailing list