aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-07-22 09:36:15 +0300
committerNatanael Copa <ncopa@alpinelinux.org>2018-07-29 12:32:39 +0000
commit28d8777ca19eda039bdcc0f4f26081d7c78c8ea3 (patch)
tree0987b7470f4f1aa67d10328071846f06e339f5dc
parentab4e034c8ba22c1a64341fd2b3c8daf4f844dc17 (diff)
main/xf86-input-mouse: rebuild against xorg-input-abi 24.1
Remove custom prepare function
-rw-r--r--main/xf86-input-mouse/APKBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/main/xf86-input-mouse/APKBUILD b/main/xf86-input-mouse/APKBUILD
index b82fefd3752..7d80a61fb26 100644
--- a/main/xf86-input-mouse/APKBUILD
+++ b/main/xf86-input-mouse/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xf86-input-mouse
pkgver=1.9.3
-pkgrel=0
+pkgrel=1
pkgdesc="X.org mouse input driver"
url="https://www.x.org"
arch="all"
@@ -13,11 +13,6 @@ source="https://www.x.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2"
builddir="$srcdir/$pkgname-$pkgver"
-prepare() {
- cd "$builddir"
- default_prepare
-}
-
build() {
cd "$builddir"
export LDFLAGS="$LDFLAGS -Wl,-z,lazy"