[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/64: gnu: libinput: Update to 1.1.902.
From: |
Andy Wingo |
Subject: |
04/64: gnu: libinput: Update to 1.1.902. |
Date: |
Thu, 18 Feb 2016 20:56:36 +0000 |
wingo pushed a commit to branch wip-xorg-server-1.18
in repository guix.
commit 42efedd6ee805e2b32262417d5ab814534e4fc43
Author: Andy Wingo <address@hidden>
Date: Thu Feb 18 20:54:11 2016 +0100
gnu: libinput: Update to 1.1.902.
* gnu/packages/freedesktop.scm (libinput): Update to 1.1.902.
---
gnu/packages/freedesktop.scm | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index e87b4a3..860772e 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -79,14 +79,14 @@ freedesktop.org project.")
(define-public libinput
(package
(name "libinput")
- (version "0.21.0")
+ (version "1.1.902")
(source (origin
(method url-fetch)
(uri (string-append "http://freedesktop.org/software/libinput/"
name "-" version ".tar.xz"))
(sha256
(base32
- "0l7mhdr50g11hxg2pz8ihsgzbm0810syj05d3555rzhda6g7mkkw"))))
+ "19wa5yizc3nfq3gibyqb3ygdvcs7v7bz1m5ifv0f4va3igxc3nk3"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
@@ -94,7 +94,8 @@ freedesktop.org project.")
`(("libudev" ,eudev))) ; required by libinput.pc
(inputs
`(("libevdev" ,libevdev)
- ("mtdev" ,mtdev)))
+ ("mtdev" ,mtdev)
+ ("libwacom" ,libwacom)))
(home-page "http://www.freedesktop.org/wiki/Software/libinput/")
(synopsis "Input devices handling library")
(description
- branch wip-xorg-server-1.18 created (now b58c3fe), Andy Wingo, 2016/02/18
- 01/64: gnu-maintenance: Add X.org updater., Andy Wingo, 2016/02/18
- 02/64: gnu: mesa: Update to 11.0.9., Andy Wingo, 2016/02/18
- 03/64: gnu: libwacom: Propagate glib input., Andy Wingo, 2016/02/18
- 04/64: gnu: libinput: Update to 1.1.902.,
Andy Wingo <=
- 05/64: gnu: bdftopcf: Update to 1.0.5., Andy Wingo, 2016/02/18
- 06/64: gnu: font-util: Update to 1.3.1., Andy Wingo, 2016/02/18
- 07/64: gnu: iceauth: Update to 1.0.7., Andy Wingo, 2016/02/18
- 08/64: gnu: kbproto: Update to 1.0.7., Andy Wingo, 2016/02/18
- 09/64: gnu: libxshmfence: Update to 1.2., Andy Wingo, 2016/02/18
- 10/64: gnu: libfontenc: Update to 1.1.3., Andy Wingo, 2016/02/18
- 11/64: gnu: libfs: Update to 1.0.7., Andy Wingo, 2016/02/18
- 12/64: gnu: libxdmcp: Update to 1.1.2., Andy Wingo, 2016/02/18
- 13/64: gnu: libxkbfile: Update to 1.0.9., Andy Wingo, 2016/02/18
- 14/64: gnu: mkfontscale: Update to 1.1.2., Andy Wingo, 2016/02/18