diff options
author | prspkt <prspkt@protonmail.com> | 2018-07-22 09:36:15 +0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-07-29 12:32:39 +0000 |
commit | 28d8777ca19eda039bdcc0f4f26081d7c78c8ea3 (patch) | |
tree | 0987b7470f4f1aa67d10328071846f06e339f5dc /main | |
parent | ab4e034c8ba22c1a64341fd2b3c8daf4f844dc17 (diff) | |
download | aports-28d8777ca19eda039bdcc0f4f26081d7c78c8ea3.tar.bz2 aports-28d8777ca19eda039bdcc0f4f26081d7c78c8ea3.tar.xz |
main/xf86-input-mouse: rebuild against xorg-input-abi 24.1
Remove custom prepare function
Diffstat (limited to 'main')
-rw-r--r-- | main/xf86-input-mouse/APKBUILD | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/main/xf86-input-mouse/APKBUILD b/main/xf86-input-mouse/APKBUILD index b82fefd375..7d80a61fb2 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" |