From 4884b1b5c1042994f4f46365cb0f0bc89ceeda89 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Wed, 17 Jul 2019 18:05:05 +0000 Subject: user/libinput: remove -libs subpackage libinput needs its quirk files, which are part of the main libinput pkg. Since this is the only thing left that isn't in -libs, just make it a single package. --- user/libinput/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'user/libinput') diff --git a/user/libinput/APKBUILD b/user/libinput/APKBUILD index 14db25b0e..ee878b4b5 100644 --- a/user/libinput/APKBUILD +++ b/user/libinput/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: A. Wilcox pkgname=libinput pkgver=1.13.2 -pkgrel=0 +pkgrel=1 pkgdesc="Library for handling input devices" url="https://www.freedesktop.org/wiki/Software/libinput/" arch="all" @@ -11,7 +11,8 @@ license="MIT" makedepends="doxygen eudev-dev graphviz libevdev-dev libwacom-dev meson mtdev-dev ninja py3-recommonmark py3-sphinx py3-sphinx-rtd-theme" checkdepends="check-dev valgrind" -subpackages="$pkgname-dev $pkgname-doc $pkgname-libs" +subpackages="$pkgname-dev $pkgname-doc" +replaces="$pkgname-libs" source="https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz" build() { @@ -28,7 +29,6 @@ check() { package() { DESTDIR="$pkgdir" ninja -C builddir/ install - install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } sha512sums="26f11c5274c26acc38b9b5729195010c0799a9563f1eb0e0cd67e323f8ed73b0fc8db8584ec8fdf1b726417f64c2daeb54832167079832626c8c1190fccf459f libinput-1.13.2.tar.xz" -- cgit v1.2.3-60-g2f50