Date: Monday, July 18, 2016 @ 07:11:37 Author: heftig Revision: 271972
1.4.0-1 Modified: libinput/trunk/PKGBUILD Deleted: libinput/trunk/libinput.install ------------------+ PKGBUILD | 12 +++++------- libinput.install | 11 ----------- 2 files changed, 5 insertions(+), 18 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-07-18 06:59:31 UTC (rev 271971) +++ PKGBUILD 2016-07-18 07:11:37 UTC (rev 271972) @@ -3,20 +3,18 @@ # Maintainer: Jan de Groot pkgname=libinput -pkgver=1.3.3 +pkgver=1.4.0 pkgrel=1 -pkgdesc="library that handles input devices for display servers and other applications that need to directly deal with input devices." +pkgdesc="Input device management and event handling library" arch=(i686 x86_64) url="http://www.freedesktop.org/wiki/Software/libinput/" license=(custom:X11) depends=('mtdev' 'systemd' 'libevdev' 'libwacom') # currently no doc files to install -#makedepends=('doxygen' 'libunwind' 'gtk3' 'graphviz') -checkdepends=('check') -install=libinput.install -options=('!libtool') +#makedepends=('doxygen' 'graphviz' 'gtk3') +#checkdepends=('check' 'libunwind') source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('30c8edfe47654a38c235ac6b0541d79fd593d010bc18cdda8bd1f6cc6ad8b1ce' +sha256sums=('76ef10874519d1a67b57e5c68ede06106b9fbf611a3ecf69c84886107c67b420' 'SKIP') validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <[email protected]> Deleted: libinput.install =================================================================== --- libinput.install 2016-07-18 06:59:31 UTC (rev 271971) +++ libinput.install 2016-07-18 07:11:37 UTC (rev 271972) @@ -1,11 +0,0 @@ -post_install() { - udevadm hwdb --update >/dev/null 2>&1 -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -}
