[arch-commits] Commit in xf86-input-joystick/repos (4 files)

Jan de Groot jgc at archlinux.org
Tue Aug 30 08:46:06 UTC 2011


    Date: Tuesday, August 30, 2011 @ 04:46:06
  Author: jgc
Revision: 136567

db-move: moved xf86-input-joystick from [staging] to [testing] (x86_64)

Added:
  xf86-input-joystick/repos/testing-x86_64/
  xf86-input-joystick/repos/testing-x86_64/50-joystick.conf
    (from rev 136477, xf86-input-joystick/repos/staging-x86_64/50-joystick.conf)
  xf86-input-joystick/repos/testing-x86_64/PKGBUILD
    (from rev 136477, xf86-input-joystick/repos/staging-x86_64/PKGBUILD)
Deleted:
  xf86-input-joystick/repos/staging-x86_64/

------------------+
 50-joystick.conf |    6 ++++++
 PKGBUILD         |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

Copied: xf86-input-joystick/repos/testing-x86_64/50-joystick.conf (from rev 136477, xf86-input-joystick/repos/staging-x86_64/50-joystick.conf)
===================================================================
--- testing-x86_64/50-joystick.conf	                        (rev 0)
+++ testing-x86_64/50-joystick.conf	2011-08-30 08:46:06 UTC (rev 136567)
@@ -0,0 +1,6 @@
+Section "InputClass"
+	Identifier "joystick catchall"
+	MatchIsJoystick "on"
+	MatchDevicePath "/dev/input/event*"
+	Driver "joystick"
+EndSection

Copied: xf86-input-joystick/repos/testing-x86_64/PKGBUILD (from rev 136477, xf86-input-joystick/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-08-30 08:46:06 UTC (rev 136567)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xf86-input-joystick
+pkgver=1.6.0
+pkgrel=2
+pkgdesc="X.Org Joystick input driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/"
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel>=1.10.99.902')
+conflicts=('xorg-server<1.10.99.902')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+        50-joystick.conf)
+sha1sums=('3b9aed1b8128e1fbd947fdcdd5e16efccad1c780'
+          'e1ff3699a0470c6bb78a53f718df9d8521621e11')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  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 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}




More information about the arch-commits mailing list