aboutsummaryrefslogtreecommitdiffstats
path: root/community/xf86-input-vmmouse/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/xf86-input-vmmouse/APKBUILD')
-rw-r--r--community/xf86-input-vmmouse/APKBUILD23
1 files changed, 8 insertions, 15 deletions
diff --git a/community/xf86-input-vmmouse/APKBUILD b/community/xf86-input-vmmouse/APKBUILD
index c90e8cc1f94..0db2ef5713f 100644
--- a/community/xf86-input-vmmouse/APKBUILD
+++ b/community/xf86-input-vmmouse/APKBUILD
@@ -1,26 +1,18 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xf86-input-vmmouse
-pkgver=13.1.0
-pkgrel=4
+pkgver=13.2.0
+pkgrel=1
pkgdesc="X.org VMware mouse input driver"
url="https://xorg.freedesktop.org/"
arch="x86 x86_64"
license="MIT"
subpackages="$pkgname-doc"
-depends=
makedepends="libxkbfile-dev xorg-server-dev libxi-dev libxrandr-dev eudev-dev"
-source="https://www.x.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2"
-
-builddir="$srcdir/$pkgname-$pkgver"
-
-prepare() {
- cd "$builddir"
- update_config_sub
- default_prepare
-}
+source="https://www.x.org/releases/individual/driver/$pkgname-$pkgver.tar.xz"
build() {
- cd "$builddir"
+ export CFLAGS="${CFLAGS/-fno-plt}"
+ export CXXFLAGS="${CXXFLAGS/-fno-plt}"
export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
./configure \
--build=$CBUILD \
@@ -30,8 +22,9 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
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
+"