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

Jan de Groot jgc at archlinux.org
Tue Oct 11 21:29:47 UTC 2011


    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. <Lepied at 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, ARISING    OUT OF OR   IN  CONNECTION  WITH THE USE    OR
-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 <jgc at 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-server<1.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 @@
+# $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