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

Laurent Carlier lcarlier at archlinux.org
Sun Aug 17 13:12:32 UTC 2014


    Date: Sunday, August 17, 2014 @ 15:12:31
  Author: lcarlier
Revision: 220164

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

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

-------------------------------+
 /50-joystick.conf             |   12 ++++++
 /PKGBUILD                     |   72 ++++++++++++++++++++++++++++++++++++++++
 extra-i686/50-joystick.conf   |    6 ---
 extra-i686/PKGBUILD           |   37 --------------------
 extra-x86_64/50-joystick.conf |    6 ---
 extra-x86_64/PKGBUILD         |   37 --------------------
 6 files changed, 84 insertions(+), 86 deletions(-)

Deleted: extra-i686/50-joystick.conf
===================================================================
--- extra-i686/50-joystick.conf	2014-08-17 13:12:19 UTC (rev 220163)
+++ extra-i686/50-joystick.conf	2014-08-17 13:12:31 UTC (rev 220164)
@@ -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 220163, xf86-input-joystick/trunk/50-joystick.conf)
===================================================================
--- extra-i686/50-joystick.conf	                        (rev 0)
+++ extra-i686/50-joystick.conf	2014-08-17 13:12:31 UTC (rev 220164)
@@ -0,0 +1,6 @@
+Section "InputClass"
+	Identifier "joystick catchall"
+	MatchIsJoystick "on"
+	MatchDevicePath "/dev/input/event*"
+	Driver "joystick"
+EndSection

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-08-17 13:12:19 UTC (rev 220163)
+++ extra-i686/PKGBUILD	2014-08-17 13:12:31 UTC (rev 220164)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at 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-server<1.16' 'X-ABI-XINPUT_VERSION<21' '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/extra-i686/PKGBUILD (from rev 220163, xf86-input-joystick/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-08-17 13:12:31 UTC (rev 220164)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xf86-input-joystick
+pkgver=1.6.2
+pkgrel=5
+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-server<1.16' 'X-ABI-XINPUT_VERSION<21' 'X-ABI-XINPUT_VERSION>=22')
+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}/"
+}

Deleted: extra-x86_64/50-joystick.conf
===================================================================
--- extra-x86_64/50-joystick.conf	2014-08-17 13:12:19 UTC (rev 220163)
+++ extra-x86_64/50-joystick.conf	2014-08-17 13:12:31 UTC (rev 220164)
@@ -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 220163, xf86-input-joystick/trunk/50-joystick.conf)
===================================================================
--- extra-x86_64/50-joystick.conf	                        (rev 0)
+++ extra-x86_64/50-joystick.conf	2014-08-17 13:12:31 UTC (rev 220164)
@@ -0,0 +1,6 @@
+Section "InputClass"
+	Identifier "joystick catchall"
+	MatchIsJoystick "on"
+	MatchDevicePath "/dev/input/event*"
+	Driver "joystick"
+EndSection

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-08-17 13:12:19 UTC (rev 220163)
+++ extra-x86_64/PKGBUILD	2014-08-17 13:12:31 UTC (rev 220164)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at 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-server<1.16' 'X-ABI-XINPUT_VERSION<21' '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/extra-x86_64/PKGBUILD (from rev 220163, xf86-input-joystick/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-08-17 13:12:31 UTC (rev 220164)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xf86-input-joystick
+pkgver=1.6.2
+pkgrel=5
+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-server<1.16' 'X-ABI-XINPUT_VERSION<21' 'X-ABI-XINPUT_VERSION>=22')
+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}/"
+}




More information about the arch-commits mailing list