[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/74: gnu: libinput: Update to 1.1.902.
From: |
Mark H. Weaver |
Subject: |
14/74: gnu: libinput: Update to 1.1.902. |
Date: |
Mon, 22 Feb 2016 16:14:05 +0000 |
mhw pushed a commit to branch media-updates
in repository guix.
commit a63736c125e049f86a28865e17abd3a894289b64
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 690621d..b0841f1 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
- 08/74: gnu: gst-plugins-base: Use 'modify-phases'., (continued)
- 08/74: gnu: gst-plugins-base: Use 'modify-phases'., Mark H. Weaver, 2016/02/22
- 10/74: gnu: libvpx: Use 'modify-phases'., Mark H. Weaver, 2016/02/22
- 07/74: gnu: Add gst-plugins-bad., Mark H. Weaver, 2016/02/22
- 18/74: gnu: kbproto: Update to 1.0.7., Mark H. Weaver, 2016/02/22
- 12/74: gnu: mesa: Update to 11.0.9., Mark H. Weaver, 2016/02/22
- 17/74: gnu: iceauth: Update to 1.0.7., Mark H. Weaver, 2016/02/22
- 16/74: gnu: font-util: Update to 1.3.1., Mark H. Weaver, 2016/02/22
- 22/74: gnu: libxdmcp: Update to 1.1.2., Mark H. Weaver, 2016/02/22
- 21/74: gnu: libfs: Update to 1.0.7., Mark H. Weaver, 2016/02/22
- 15/74: gnu: bdftopcf: Update to 1.0.5., Mark H. Weaver, 2016/02/22
- 14/74: gnu: libinput: Update to 1.1.902.,
Mark H. Weaver <=
- 13/74: gnu: libwacom: Propagate glib input., Mark H. Weaver, 2016/02/22
- 11/74: gnu-maintenance: Add X.org updater., Mark H. Weaver, 2016/02/22
- 23/74: gnu: libxkbfile: Update to 1.0.9., Mark H. Weaver, 2016/02/22
- 24/74: gnu: mkfontscale: Update to 1.1.2., Mark H. Weaver, 2016/02/22
- 25/74: gnu: randrproto: Update to 1.5.0., Mark H. Weaver, 2016/02/22
- 35/74: gnu: xf86-input-libinput: Update to 0.16.0., Mark H. Weaver, 2016/02/22
- 31/74: gnu: xdpyinfo: Update to 1.3.2., Mark H. Weaver, 2016/02/22
- 04/74: gnu: gst-plugins-good: Update to 1.6.3., Mark H. Weaver, 2016/02/22
- 37/74: gnu: xf86-input-synaptics: Update to 1.8.3., Mark H. Weaver, 2016/02/22
- 28/74: gnu: smproxy: Update to 1.0.6., Mark H. Weaver, 2016/02/22