From 4bd57d7132039fcbb64c12b9fddd5d08736929da Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 27 Mar 2014 11:19:08 +0100 Subject: [PATCH] New package: libinput-0.1.0. --- common/shlibs | 1 + srcpkgs/libinput-devel | 1 + srcpkgs/libinput/template | 24 ++++++++++++++++++++++++ 3 files changed, 26 insertions(+) create mode 120000 srcpkgs/libinput-devel create mode 100644 srcpkgs/libinput/template diff --git a/common/shlibs b/common/shlibs index deb2575035d..fd692e65354 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1499,3 +1499,4 @@ libmspack.so.0 libmspack-0.4alpha_1 libslim.so.1.3.6 slim-1.3.6_1 libmozjs-24.so mozjs24-24.2.0_1 libmediaart-1.0.so.0 libmediaart-0.3.0_1 +libinput.so.0 libinput-0.1.0_1 diff --git a/srcpkgs/libinput-devel b/srcpkgs/libinput-devel new file mode 120000 index 00000000000..b8bfebd1511 --- /dev/null +++ b/srcpkgs/libinput-devel @@ -0,0 +1 @@ +libinput \ No newline at end of file diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template new file mode 100644 index 00000000000..c0bb83fe08b --- /dev/null +++ b/srcpkgs/libinput/template @@ -0,0 +1,24 @@ +# Template file for 'libinput' +pkgname=libinput +version=0.1.0 +revision=1 +build_style=gnu-configure +hostmakedepends="pkg-config" +makedepends="mtdev-devel libudev-devel libevdev-devel" +short_desc="Library to handle input devices in Wayland compositors and to provide a generic X.Org input driver" +maintainer="Juan RP " +license="MIT" +homepage="http://www.freedesktop.org/wiki/Software/libinput/" +distfiles="http://freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz" +checksum=63214727be5115806868ebdf9470fe2ddf4b2e1229102e080237380d22b40a1d + +libinput-devel_package() { + short_desc+=" - development files" + depends="libudev-devel ${sourcepkg}>=${version}_${revision}" + pkg_install() { + vmove usr/include + vmove "usr/lib/*.a" + vmove "usr/lib/*.so" + vmove usr/lib/pkgconfig + } +}