xf86-input-vmmouse: update to 12.8.0.

This commit is contained in:
Juan RP 2012-03-13 14:44:18 +01:00
parent 2e194dd226
commit aea5837d80

View file

@ -1,20 +1,18 @@
# Template build file for 'xf86-input-vmmouse'.
pkgname=xf86-input-vmmouse
version=12.7.0
revision=2
version=12.8.0
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
build_style=gnu-configure
short_desc="Xorg VMware virtual mouse input driver"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=00e5d527a0d97e6b2a6e8c519e1339427e66fa0a43af026858655c7c62bd9e35
checksum=a8a6ec0b567c48c130ccb830e15dfc2b201831841de0c2cc56bd87256d2d869a
long_desc="
This is the VMware virtual mouse input driver for the Xorg X11 server."
Add_dependency run xorg-server
Add_dependency build xorg-server-devel
post_install()
{
post_install() {
# Remove HAL stuff, it's obsolete.
rm -rf ${DESTDIR}/usr/{lib,share}/hal
}