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

2015-11-11 Thread Andreas Radke
Date: Wednesday, November 11, 2015 @ 09:57:43
  Author: andyrtr
Revision: 250672

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xf86-input-joystick/repos/staging-i686/
  xf86-input-joystick/repos/staging-i686/50-joystick.conf
(from rev 250671, xf86-input-joystick/trunk/50-joystick.conf)
  xf86-input-joystick/repos/staging-i686/PKGBUILD
(from rev 250671, xf86-input-joystick/trunk/PKGBUILD)
  xf86-input-joystick/repos/staging-x86_64/
  xf86-input-joystick/repos/staging-x86_64/50-joystick.conf
(from rev 250671, xf86-input-joystick/trunk/50-joystick.conf)
  xf86-input-joystick/repos/staging-x86_64/PKGBUILD
(from rev 250671, xf86-input-joystick/trunk/PKGBUILD)

-+
 staging-i686/50-joystick.conf   |6 ++
 staging-i686/PKGBUILD   |   36 
 staging-x86_64/50-joystick.conf |6 ++
 staging-x86_64/PKGBUILD |   36 
 4 files changed, 84 insertions(+)

Copied: xf86-input-joystick/repos/staging-i686/50-joystick.conf (from rev 
250671, xf86-input-joystick/trunk/50-joystick.conf)
===
--- staging-i686/50-joystick.conf   (rev 0)
+++ staging-i686/50-joystick.conf   2015-11-11 08:57:43 UTC (rev 250672)
@@ -0,0 +1,6 @@
+Section "InputClass"
+   Identifier "joystick catchall"
+   MatchIsJoystick "on"
+   MatchDevicePath "/dev/input/event*"
+   Driver "joystick"
+EndSection

Copied: xf86-input-joystick/repos/staging-i686/PKGBUILD (from rev 250671, 
xf86-input-joystick/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-11 08:57:43 UTC (rev 250672)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-input-joystick
+pkgver=1.6.2
+pkgrel=6
+pkgdesc="X.Org Joystick input driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+50-joystick.conf)
+sha1sums=('61658b8d829fdaed6064c7c26232c3884d359187'
+  'e1ff3699a0470c6bb78a53f718df9d8521621e11')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/X11/xorg.conf.d"
+  install -m644 "${srcdir}/50-joystick.conf" 
"${pkgdir}/usr/share/X11/xorg.conf.d/"
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-input-joystick/repos/staging-x86_64/50-joystick.conf (from rev 
250671, xf86-input-joystick/trunk/50-joystick.conf)
===
--- staging-x86_64/50-joystick.conf (rev 0)
+++ staging-x86_64/50-joystick.conf 2015-11-11 08:57:43 UTC (rev 250672)
@@ -0,0 +1,6 @@
+Section "InputClass"
+   Identifier "joystick catchall"
+   MatchIsJoystick "on"
+   MatchDevicePath "/dev/input/event*"
+   Driver "joystick"
+EndSection

Copied: xf86-input-joystick/repos/staging-x86_64/PKGBUILD (from rev 250671, 
xf86-input-joystick/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-11 08:57:43 UTC (rev 250672)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-input-joystick
+pkgver=1.6.2
+pkgrel=6
+pkgdesc="X.Org Joystick input driver"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=22.1' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<22.1' 
'X-ABI-XINPUT_VERSION>=23')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+50-joystick.conf)
+sha1sums=('61658b8d829fdaed6064c7c26232c3884d359187'
+  'e1ff3699a0470c6bb78a53f718df9d8521621e11')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/X11/xorg.conf.d"
+  install -m644 "${srcdir}/50-joystick.conf" 
"${pkgdir}/usr/share/X11/xorg.conf.d/"
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2014-07-18 Thread Laurent Carlier
Date: Friday, July 18, 2014 @ 10:57:32
  Author: lcarlier
Revision: 216992

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xf86-input-joystick/repos/staging-i686/
  xf86-input-joystick/repos/staging-i686/50-joystick.conf
(from rev 216991, xf86-input-joystick/trunk/50-joystick.conf)
  xf86-input-joystick/repos/staging-i686/PKGBUILD
(from rev 216991, xf86-input-joystick/trunk/PKGBUILD)
  xf86-input-joystick/repos/staging-x86_64/
  xf86-input-joystick/repos/staging-x86_64/50-joystick.conf
(from rev 216991, xf86-input-joystick/trunk/50-joystick.conf)
  xf86-input-joystick/repos/staging-x86_64/PKGBUILD
(from rev 216991, xf86-input-joystick/trunk/PKGBUILD)

-+
 staging-i686/50-joystick.conf   |6 ++
 staging-i686/PKGBUILD   |   37 +
 staging-x86_64/50-joystick.conf |6 ++
 staging-x86_64/PKGBUILD |   37 +
 4 files changed, 86 insertions(+)

Copied: xf86-input-joystick/repos/staging-i686/50-joystick.conf (from rev 
216991, xf86-input-joystick/trunk/50-joystick.conf)
===
--- staging-i686/50-joystick.conf   (rev 0)
+++ staging-i686/50-joystick.conf   2014-07-18 08:57:32 UTC (rev 216992)
@@ -0,0 +1,6 @@
+Section InputClass
+   Identifier joystick catchall
+   MatchIsJoystick on
+   MatchDevicePath /dev/input/event*
+   Driver joystick
+EndSection

Copied: xf86-input-joystick/repos/staging-i686/PKGBUILD (from rev 216991, 
xf86-input-joystick/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-07-18 08:57:32 UTC (rev 216992)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-joystick
+pkgver=1.6.2
+pkgrel=4
+pkgdesc=X.Org Joystick input driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
+backup=('etc/X11/xorg.conf.d/50-joystick.conf')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+50-joystick.conf)
+sha1sums=('61658b8d829fdaed6064c7c26232c3884d359187'
+  'e1ff3699a0470c6bb78a53f718df9d8521621e11')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${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}/
+}

Copied: xf86-input-joystick/repos/staging-x86_64/50-joystick.conf (from rev 
216991, xf86-input-joystick/trunk/50-joystick.conf)
===
--- staging-x86_64/50-joystick.conf (rev 0)
+++ staging-x86_64/50-joystick.conf 2014-07-18 08:57:32 UTC (rev 216992)
@@ -0,0 +1,6 @@
+Section InputClass
+   Identifier joystick catchall
+   MatchIsJoystick on
+   MatchDevicePath /dev/input/event*
+   Driver joystick
+EndSection

Copied: xf86-input-joystick/repos/staging-x86_64/PKGBUILD (from rev 216991, 
xf86-input-joystick/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-07-18 08:57:32 UTC (rev 216992)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-joystick
+pkgver=1.6.2
+pkgrel=4
+pkgdesc=X.Org Joystick input driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
+backup=('etc/X11/xorg.conf.d/50-joystick.conf')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+50-joystick.conf)
+sha1sums=('61658b8d829fdaed6064c7c26232c3884d359187'
+  'e1ff3699a0470c6bb78a53f718df9d8521621e11')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${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}/
+}



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

2013-12-28 Thread Andreas Radke
Date: Saturday, December 28, 2013 @ 13:00:30
  Author: andyrtr
Revision: 202801

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xf86-input-joystick/repos/staging-i686/
  xf86-input-joystick/repos/staging-i686/50-joystick.conf
(from rev 202800, xf86-input-joystick/trunk/50-joystick.conf)
  xf86-input-joystick/repos/staging-i686/PKGBUILD
(from rev 202800, xf86-input-joystick/trunk/PKGBUILD)
  xf86-input-joystick/repos/staging-x86_64/
  xf86-input-joystick/repos/staging-x86_64/50-joystick.conf
(from rev 202800, xf86-input-joystick/trunk/50-joystick.conf)
  xf86-input-joystick/repos/staging-x86_64/PKGBUILD
(from rev 202800, xf86-input-joystick/trunk/PKGBUILD)

-+
 staging-i686/50-joystick.conf   |6 ++
 staging-i686/PKGBUILD   |   37 +
 staging-x86_64/50-joystick.conf |6 ++
 staging-x86_64/PKGBUILD |   37 +
 4 files changed, 86 insertions(+)

Copied: xf86-input-joystick/repos/staging-i686/50-joystick.conf (from rev 
202800, xf86-input-joystick/trunk/50-joystick.conf)
===
--- staging-i686/50-joystick.conf   (rev 0)
+++ staging-i686/50-joystick.conf   2013-12-28 12:00:30 UTC (rev 202801)
@@ -0,0 +1,6 @@
+Section InputClass
+   Identifier joystick catchall
+   MatchIsJoystick on
+   MatchDevicePath /dev/input/event*
+   Driver joystick
+EndSection

Copied: xf86-input-joystick/repos/staging-i686/PKGBUILD (from rev 202800, 
xf86-input-joystick/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-12-28 12:00:30 UTC (rev 202801)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-joystick
+pkgver=1.6.2
+pkgrel=3
+pkgdesc=X.Org Joystick input driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=20' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.15.0' 'X-ABI-XINPUT_VERSION20' 
'X-ABI-XINPUT_VERSION=21')
+backup=('etc/X11/xorg.conf.d/50-joystick.conf')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+50-joystick.conf)
+sha1sums=('61658b8d829fdaed6064c7c26232c3884d359187'
+  'e1ff3699a0470c6bb78a53f718df9d8521621e11')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${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}/
+}

Copied: xf86-input-joystick/repos/staging-x86_64/50-joystick.conf (from rev 
202800, xf86-input-joystick/trunk/50-joystick.conf)
===
--- staging-x86_64/50-joystick.conf (rev 0)
+++ staging-x86_64/50-joystick.conf 2013-12-28 12:00:30 UTC (rev 202801)
@@ -0,0 +1,6 @@
+Section InputClass
+   Identifier joystick catchall
+   MatchIsJoystick on
+   MatchDevicePath /dev/input/event*
+   Driver joystick
+EndSection

Copied: xf86-input-joystick/repos/staging-x86_64/PKGBUILD (from rev 202800, 
xf86-input-joystick/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-12-28 12:00:30 UTC (rev 202801)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-joystick
+pkgver=1.6.2
+pkgrel=3
+pkgdesc=X.Org Joystick input driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=20' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.15.0' 'X-ABI-XINPUT_VERSION20' 
'X-ABI-XINPUT_VERSION=21')
+backup=('etc/X11/xorg.conf.d/50-joystick.conf')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+50-joystick.conf)
+sha1sums=('61658b8d829fdaed6064c7c26232c3884d359187'
+  'e1ff3699a0470c6bb78a53f718df9d8521621e11')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${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}/
+}



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

2013-03-09 Thread Andreas Radke
Date: Saturday, March 9, 2013 @ 12:02:49
  Author: andyrtr
Revision: 179679

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xf86-input-joystick/repos/staging-i686/
  xf86-input-joystick/repos/staging-i686/50-joystick.conf
(from rev 179678, xf86-input-joystick/trunk/50-joystick.conf)
  xf86-input-joystick/repos/staging-i686/PKGBUILD
(from rev 179678, xf86-input-joystick/trunk/PKGBUILD)
  xf86-input-joystick/repos/staging-x86_64/
  xf86-input-joystick/repos/staging-x86_64/50-joystick.conf
(from rev 179678, xf86-input-joystick/trunk/50-joystick.conf)
  xf86-input-joystick/repos/staging-x86_64/PKGBUILD
(from rev 179678, xf86-input-joystick/trunk/PKGBUILD)

-+
 staging-i686/50-joystick.conf   |6 ++
 staging-i686/PKGBUILD   |   38 ++
 staging-x86_64/50-joystick.conf |6 ++
 staging-x86_64/PKGBUILD |   38 ++
 4 files changed, 88 insertions(+)

Copied: xf86-input-joystick/repos/staging-i686/50-joystick.conf (from rev 
179678, xf86-input-joystick/trunk/50-joystick.conf)
===
--- staging-i686/50-joystick.conf   (rev 0)
+++ staging-i686/50-joystick.conf   2013-03-09 11:02:49 UTC (rev 179679)
@@ -0,0 +1,6 @@
+Section InputClass
+   Identifier joystick catchall
+   MatchIsJoystick on
+   MatchDevicePath /dev/input/event*
+   Driver joystick
+EndSection

Copied: xf86-input-joystick/repos/staging-i686/PKGBUILD (from rev 179678, 
xf86-input-joystick/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-09 11:02:49 UTC (rev 179679)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-joystick
+pkgver=1.6.2
+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' 'X-ABI-XINPUT_VERSION=19' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.14.0' 'X-ABI-XINPUT_VERSION19' 
'X-ABI-XINPUT_VERSION=20')
+backup=('etc/X11/xorg.conf.d/50-joystick.conf')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+50-joystick.conf)
+sha1sums=('61658b8d829fdaed6064c7c26232c3884d359187'
+  '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}/
+}

Copied: xf86-input-joystick/repos/staging-x86_64/50-joystick.conf (from rev 
179678, xf86-input-joystick/trunk/50-joystick.conf)
===
--- staging-x86_64/50-joystick.conf (rev 0)
+++ staging-x86_64/50-joystick.conf 2013-03-09 11:02:49 UTC (rev 179679)
@@ -0,0 +1,6 @@
+Section InputClass
+   Identifier joystick catchall
+   MatchIsJoystick on
+   MatchDevicePath /dev/input/event*
+   Driver joystick
+EndSection

Copied: xf86-input-joystick/repos/staging-x86_64/PKGBUILD (from rev 179678, 
xf86-input-joystick/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-03-09 11:02:49 UTC (rev 179679)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-input-joystick
+pkgver=1.6.2
+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' 'X-ABI-XINPUT_VERSION=19' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.14.0' 'X-ABI-XINPUT_VERSION19' 
'X-ABI-XINPUT_VERSION=20')
+backup=('etc/X11/xorg.conf.d/50-joystick.conf')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+50-joystick.conf)
+sha1sums=('61658b8d829fdaed6064c7c26232c3884d359187'
+  '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 

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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:46
  Author: jgc
Revision: 140357

db-move: moved xf86-input-joystick from [testing] to [extra] (i686)

Added:
  xf86-input-joystick/repos/extra-i686/50-joystick.conf
(from rev 140271, xf86-input-joystick/repos/testing-i686/50-joystick.conf)
  xf86-input-joystick/repos/extra-i686/PKGBUILD
(from rev 140271, xf86-input-joystick/repos/testing-i686/PKGBUILD)
Deleted:
  xf86-input-joystick/repos/extra-i686/50-joystick.conf
  xf86-input-joystick/repos/extra-i686/LICENSE
  xf86-input-joystick/repos/extra-i686/PKGBUILD
  xf86-input-joystick/repos/testing-i686/

--+
 50-joystick.conf |   12 
 LICENSE  |   22 ---
 PKGBUILD |   76 +
 3 files changed, 43 insertions(+), 67 deletions(-)

Deleted: extra-i686/50-joystick.conf
===
--- extra-i686/50-joystick.conf 2011-10-11 21:29:45 UTC (rev 140356)
+++ extra-i686/50-joystick.conf 2011-10-11 21:29:46 UTC (rev 140357)
@@ -1,6 +0,0 @@
-Section InputClass
-   Identifier joystick catchall
-   MatchIsJoystick on
-   MatchDevicePath /dev/input/event*
-   Driver joystick
-EndSection

Copied: xf86-input-joystick/repos/extra-i686/50-joystick.conf (from rev 140271, 
xf86-input-joystick/repos/testing-i686/50-joystick.conf)
===
--- extra-i686/50-joystick.conf (rev 0)
+++ extra-i686/50-joystick.conf 2011-10-11 21:29:46 UTC (rev 140357)
@@ -0,0 +1,6 @@
+Section InputClass
+   Identifier joystick catchall
+   MatchIsJoystick on
+   MatchDevicePath /dev/input/event*
+   Driver joystick
+EndSection

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2011-10-11 21:29:45 UTC (rev 140356)
+++ extra-i686/LICENSE  2011-10-11 21:29:46 UTC (rev 140357)
@@ -1,22 +0,0 @@
-This package was downloaded from
-http://xorg.freedesktop.org/releases/individual/driver/
-
-Copyright 1995-1999 by Frederic Lepied, France. lep...@xfree86.org
-
-Permission to use, copy, modify, distribute, and sell this software and its
-documentation for any purpose is  hereby granted without fee, provided that
-the  above copyright   notice appear  in   all  copies and  that both  that
-copyright  notice   and   this  permission   notice  appear  in  supporting
-documentation, and that   the  name of  Frederic   Lepied not  be  used  in
-advertising or publicity pertaining to distribution of the software without
-specific,  written  prior  permission. Frederic  Lepied   makes  no
-representations about the suitability of this software for any purpose.  It
-is provided as is without express or implied warranty.
-
-FREDERIC  LEPIED DISCLAIMS ALL   WARRANTIES WITH REGARD  TO  THIS SOFTWARE,
-INCLUDING ALL IMPLIED   WARRANTIES OF MERCHANTABILITY  AND   FITNESS, IN NO
-EVENT  SHALL FREDERIC  LEPIED BE   LIABLE   FOR ANY  SPECIAL, INDIRECT   OR
-CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
-DATA  OR PROFITS, WHETHER  IN  AN ACTION OF  CONTRACT,  NEGLIGENCE OR OTHER
-TORTIOUS  ACTION, ARISINGOUT OF OR   IN  CONNECTION  WITH THE USEOR
-PERFORMANCE OF THIS SOFTWARE.

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-11 21:29:45 UTC (rev 140356)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:46 UTC (rev 140357)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-input-joystick
-pkgver=1.6.0
-pkgrel=1
-pkgdesc=X.Org Joystick input driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-50-joystick.conf
-LICENSE)
-sha1sums=('3b9aed1b8128e1fbd947fdcdd5e16efccad1c780'
-  'e1ff3699a0470c6bb78a53f718df9d8521621e11'
-  'ee4c79491b36a680ed9d86f5fc41ae447f26353e')
-
-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 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-input-joystick/repos/extra-i686/PKGBUILD (from rev 140271, 
xf86-input-joystick/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-11 21:29:46 UTC (rev 140357)
@@ -0,0 +1,37 @@
+# 

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

2011-10-11 Thread Jan de Groot
Date: Tuesday, October 11, 2011 @ 17:29:48
  Author: jgc
Revision: 140358

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

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

--+
 50-joystick.conf |   12 
 LICENSE  |   22 ---
 PKGBUILD |   76 +
 3 files changed, 43 insertions(+), 67 deletions(-)

Deleted: extra-x86_64/50-joystick.conf
===
--- extra-x86_64/50-joystick.conf   2011-10-11 21:29:46 UTC (rev 140357)
+++ extra-x86_64/50-joystick.conf   2011-10-11 21:29:48 UTC (rev 140358)
@@ -1,6 +0,0 @@
-Section InputClass
-   Identifier joystick catchall
-   MatchIsJoystick on
-   MatchDevicePath /dev/input/event*
-   Driver joystick
-EndSection

Copied: xf86-input-joystick/repos/extra-x86_64/50-joystick.conf (from rev 
140271, xf86-input-joystick/repos/testing-x86_64/50-joystick.conf)
===
--- extra-x86_64/50-joystick.conf   (rev 0)
+++ extra-x86_64/50-joystick.conf   2011-10-11 21:29:48 UTC (rev 140358)
@@ -0,0 +1,6 @@
+Section InputClass
+   Identifier joystick catchall
+   MatchIsJoystick on
+   MatchDevicePath /dev/input/event*
+   Driver joystick
+EndSection

Deleted: extra-x86_64/LICENSE
===
--- extra-x86_64/LICENSE2011-10-11 21:29:46 UTC (rev 140357)
+++ extra-x86_64/LICENSE2011-10-11 21:29:48 UTC (rev 140358)
@@ -1,22 +0,0 @@
-This package was downloaded from
-http://xorg.freedesktop.org/releases/individual/driver/
-
-Copyright 1995-1999 by Frederic Lepied, France. lep...@xfree86.org
-
-Permission to use, copy, modify, distribute, and sell this software and its
-documentation for any purpose is  hereby granted without fee, provided that
-the  above copyright   notice appear  in   all  copies and  that both  that
-copyright  notice   and   this  permission   notice  appear  in  supporting
-documentation, and that   the  name of  Frederic   Lepied not  be  used  in
-advertising or publicity pertaining to distribution of the software without
-specific,  written  prior  permission. Frederic  Lepied   makes  no
-representations about the suitability of this software for any purpose.  It
-is provided as is without express or implied warranty.
-
-FREDERIC  LEPIED DISCLAIMS ALL   WARRANTIES WITH REGARD  TO  THIS SOFTWARE,
-INCLUDING ALL IMPLIED   WARRANTIES OF MERCHANTABILITY  AND   FITNESS, IN NO
-EVENT  SHALL FREDERIC  LEPIED BE   LIABLE   FOR ANY  SPECIAL, INDIRECT   OR
-CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
-DATA  OR PROFITS, WHETHER  IN  AN ACTION OF  CONTRACT,  NEGLIGENCE OR OTHER
-TORTIOUS  ACTION, ARISINGOUT OF OR   IN  CONNECTION  WITH THE USEOR
-PERFORMANCE OF THIS SOFTWARE.

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-10-11 21:29:46 UTC (rev 140357)
+++ extra-x86_64/PKGBUILD   2011-10-11 21:29:48 UTC (rev 140358)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-input-joystick
-pkgver=1.6.0
-pkgrel=1
-pkgdesc=X.Org Joystick input driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-50-joystick.conf
-LICENSE)
-sha1sums=('3b9aed1b8128e1fbd947fdcdd5e16efccad1c780'
-  'e1ff3699a0470c6bb78a53f718df9d8521621e11'
-  'ee4c79491b36a680ed9d86f5fc41ae447f26353e')
-
-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 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-input-joystick/repos/extra-x86_64/PKGBUILD (from rev 140271, 
xf86-input-joystick/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD