xf86-input-joystick: update to 1.6.2.
This commit is contained in:
parent
6f3dc87c86
commit
5386c016f2
2 changed files with 3 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'xf86-input-joystick'.
|
# Template build file for 'xf86-input-joystick'.
|
||||||
pkgname=xf86-input-joystick
|
pkgname=xf86-input-joystick
|
||||||
version=1.6.1
|
version=1.6.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
subpackages="${pkgname}-devel"
|
subpackages="${pkgname}-devel"
|
||||||
|
@ -11,9 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://xorg.freedesktop.org/"
|
homepage="http://xorg.freedesktop.org/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
|
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=1ded5d8f990a7687c44b45f68ad4a516f14fa94efa9da436955011ee6a9bf7f5
|
checksum=ee3b86ed72f3b5befdeed39909320f4b6970401cfbcc2cc0dfd8fb1c1576150d
|
||||||
long_desc="
|
|
||||||
This is the Joystick Input driver for the Xorg X11 server."
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${FILESDIR}/50-joystick.conf 644 etc/X11/xorg.conf.d
|
vinstall ${FILESDIR}/50-joystick.conf 644 etc/X11/xorg.conf.d
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
# Template file for 'xf86-input-joystick-devel'.
|
# Template file for 'xf86-input-joystick-devel'.
|
||||||
#
|
#
|
||||||
short_desc="${sourcepkg} development files"
|
short_desc="${short_desc} -- development files"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
|
||||||
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Reference in a new issue