From 23182897c95a6f08a21268ad782e0bbee2b2a86d Mon Sep 17 00:00:00 2001 From: Daniel Sabogal Date: Wed, 8 Mar 2017 19:47:52 -0500 Subject: community/libinput, wayland-protocols, wlc, sway: move from testing --- testing/libinput/APKBUILD | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 testing/libinput/APKBUILD (limited to 'testing/libinput') diff --git a/testing/libinput/APKBUILD b/testing/libinput/APKBUILD deleted file mode 100644 index 46379e84a6..0000000000 --- a/testing/libinput/APKBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# Contributor: Sören Tempel -# Maintainer: Daniel Sabogal -pkgname=libinput -pkgver=1.6.3 -pkgrel=0 -pkgdesc="Library for handling input devices" -url="http://www.freedesktop.org/wiki/Software/libinput/" -arch="all" -license="custom" -depends="" -makedepends="mtdev-dev eudev-dev libevdev-dev grep" -subpackages="$pkgname-dev $pkgname-doc" -options="!check" -source="http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz" - -builddir="$srcdir/$pkgname-$pkgver" -build() { - cd "$builddir" - ./configure \ - --build=$CBUILD \ - --host=$CHOST \ - --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --localstatedir=/var \ - --disable-libwacom \ - || return 1 - make -} - -package() { - make DESTDIR="$pkgdir" -C "$builddir" install -} - -sha512sums="be1ab191b5605943d6f46a5fee7af9ecba83ab30ba3d38b6ec136980f2183f6dcb5aaf048aa81a096c4f51b6de05bebc83b4ffa29a0574752062a994f377aa5f libinput-1.6.3.tar.xz" -- cgit v1.2.3