[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/75: gnu: libinput: Update to 1.1.902.
From: |
Mark H. Weaver |
Subject: |
14/75: gnu: libinput: Update to 1.1.902. |
Date: |
Wed, 24 Feb 2016 16:51:31 +0000 |
mhw pushed a commit to branch media-updates
in repository guix.
commit 521b1d888bb0d21cd2233616b5083ab6bdedf4a2
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 | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index bff709c..7755cb9 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/"
+ (uri (string-append "https://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 media-updates created (now 79fd74f), Mark H. Weaver, 2016/02/24
- 01/75: gnu: pulseaudio: Update to 8.0., Mark H. Weaver, 2016/02/24
- 05/75: gnu: gst-plugins-ugly: Update to 1.6.3., Mark H. Weaver, 2016/02/24
- 12/75: gnu: mesa: Update to 11.0.9., Mark H. Weaver, 2016/02/24
- 08/75: gnu: gst-plugins-base: Use 'modify-phases'., Mark H. Weaver, 2016/02/24
- 02/75: gnu: gstreamer: Update to 1.6.3., Mark H. Weaver, 2016/02/24
- 04/75: gnu: gst-plugins-good: Update to 1.6.3., Mark H. Weaver, 2016/02/24
- 14/75: gnu: libinput: Update to 1.1.902.,
Mark H. Weaver <=
- 17/75: gnu: iceauth: Update to 1.0.7., Mark H. Weaver, 2016/02/24
- 15/75: gnu: bdftopcf: Update to 1.0.5., Mark H. Weaver, 2016/02/24
- 13/75: gnu: libwacom: Propagate glib input., Mark H. Weaver, 2016/02/24
- 20/75: gnu: libfontenc: Update to 1.1.3., Mark H. Weaver, 2016/02/24
- 07/75: gnu: Add gst-plugins-bad., Mark H. Weaver, 2016/02/24
- 19/75: gnu: libxshmfence: Update to 1.2., Mark H. Weaver, 2016/02/24
- 23/75: gnu: libxkbfile: Update to 1.0.9., Mark H. Weaver, 2016/02/24
- 22/75: gnu: libxdmcp: Update to 1.1.2., Mark H. Weaver, 2016/02/24
- 03/75: gnu: gst-plugins-base: Update to 1.6.3., Mark H. Weaver, 2016/02/24
- 10/75: gnu: libvpx: Use 'modify-phases'., Mark H. Weaver, 2016/02/24