Skip to content
Snippets Groups Projects
Commit 800a2c24 authored by alice's avatar alice
Browse files

community/xf86-input-vmmouse: upgrade to 13.2.0

parent ab1a553a
No related branches found
No related tags found
No related merge requests found
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xf86-input-vmmouse pkgname=xf86-input-vmmouse
pkgver=13.1.0 pkgver=13.2.0
pkgrel=5 pkgrel=0
pkgdesc="X.org VMware mouse input driver" pkgdesc="X.org VMware mouse input driver"
url="https://xorg.freedesktop.org/" url="https://xorg.freedesktop.org/"
arch="x86 x86_64" arch="x86 x86_64"
license="MIT" license="MIT"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
makedepends="libxkbfile-dev xorg-server-dev libxi-dev libxrandr-dev eudev-dev" makedepends="libxkbfile-dev xorg-server-dev libxi-dev libxrandr-dev eudev-dev"
source="https://www.x.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2" source="https://www.x.org/releases/individual/driver/$pkgname-$pkgver.tar.xz"
prepare() {
update_config_sub
default_prepare
}
build() { build() {
export LDFLAGS="$LDFLAGS -Wl,-z,lazy" export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
...@@ -28,4 +23,6 @@ package() { ...@@ -28,4 +23,6 @@ package() {
make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" install
install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
} }
sha512sums="38e09c5d7da971eb25ed79fc2daac3b8e1f5e6ec1096424696652c975ea653ed4a49d7779e7735d81a512c12c0a30829d5443ca78a275f3181ebd1740dd2dfd4 xf86-input-vmmouse-13.1.0.tar.bz2" sha512sums="
26a01347a679db058abdc7cbd9a363bb4fccd1a727dc18e279d15b8a0dce71f67af5ff54df28b908391da8d2fc311d8c1813f26dcded4e9a2668db7b55ca5687 xf86-input-vmmouse-13.2.0.tar.xz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment