xf86-input-vmmouse: rebuild against xorg and fix lint
This commit is contained in:
parent
3bb758595b
commit
f17dbbf4fb
1 changed files with 5 additions and 6 deletions
|
@ -1,20 +1,19 @@
|
|||
# Template build file for 'xf86-input-vmmouse'.
|
||||
# Template file for 'xf86-input-vmmouse'
|
||||
pkgname=xf86-input-vmmouse
|
||||
version=13.1.0
|
||||
revision=3
|
||||
lib32disabled=yes
|
||||
revision=4
|
||||
archs="i686* x86_64*"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="xorg-server-devel"
|
||||
depends="virtual?xserver-abi-input-24_1"
|
||||
short_desc="Xorg VMware virtual mouse input driver"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
homepage="http://xorg.freedesktop.org"
|
||||
license="MIT"
|
||||
homepage="http://xorg.freedesktop.org"
|
||||
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
|
||||
checksum=0af558957ac1be1b2863712c2475de8f4d7f14921fd01ded2e2fde4921b19319
|
||||
|
||||
archs="i686* x86_64*"
|
||||
lib32disabled=yes
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in a new issue