From a1a667c1e8ee7e7f956083a7da9535ac7c9cfe93 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 19 Sep 2014 15:52:11 +0200 Subject: [PATCH] libinput: update to 0.6.0 (soname bump). --- common/shlibs | 2 +- srcpkgs/libinput/template | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/common/shlibs b/common/shlibs index c2789eb8c65..d18fecba5fd 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1494,7 +1494,7 @@ 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.3 libinput-0.5.0_1 +libinput.so.5 libinput-0.6.0_1 libvaladoc.so.0 valadoc-git-20140327_1 libuhttpmock-0.0.so.0 uhttpmock-0.2.0_1 libgfbgraph-0.2.so.0 gfbgraph-0.2.2_1 diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template index 9ae14a37ecb..7ac0559f434 100644 --- a/srcpkgs/libinput/template +++ b/srcpkgs/libinput/template @@ -1,6 +1,6 @@ # Template file for 'libinput' pkgname=libinput -version=0.5.0 +version=0.6.0 revision=1 build_style=gnu-configure hostmakedepends="pkg-config" @@ -10,15 +10,14 @@ maintainer="Juan RP " license="MIT" homepage="http://www.freedesktop.org/wiki/Software/libinput/" distfiles="http://freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz" -checksum=349c63d8819ddfc1a35fc8bcf352256b952ae22b1ff370fd819a16f67e801ea7 +checksum=30b555771e7cb921ccb9430c4a86940aa3938d05506e81d2417c03e30451bfbc 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/*.so vmove usr/lib/pkgconfig } }