[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/24: gnu: libxkbcommon: Update to 0.9.1.
From: |
guix-commits |
Subject: |
11/24: gnu: libxkbcommon: Update to 0.9.1. |
Date: |
Tue, 10 Dec 2019 19:16:02 -0500 (EST) |
mbakke pushed a commit to branch staging
in repository guix.
commit 3a24bf3a2a7fc89c04dba4c74419e9183e509eb0
Author: Marius Bakke <address@hidden>
Date: Mon Dec 9 22:29:58 2019 +0100
gnu: libxkbcommon: Update to 0.9.1.
* gnu/packages/xdisorg.scm (libxkbcommon): Update to 0.9.1.
[build-system]: Change to MESON-BUILD-SYSTEM.
[inputs]: Add WAYLAND and WAYLAND-PROTOCOLS.
[native-inputs]: Add DOXYGEN.
[arguments]: Adjust #:configure-flags for Meson.
---
gnu/packages/xdisorg.scm | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 8e53afe..f82bd9e 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -261,28 +261,31 @@ avoiding password prompts when X11 forwarding has already
been setup.")
(define-public libxkbcommon
(package
(name "libxkbcommon")
- (version "0.8.4")
+ (version "0.9.1")
(source (origin
(method url-fetch)
(uri (string-append "https://xkbcommon.org/download/libxkbcommon-"
version ".tar.xz"))
(sha256
(base32
- "12vc91ydhphd5sddz15560r41l7k0i7mq6nma8kkbzdp6bwwzpb0"))))
- (build-system gnu-build-system)
+ "1q4v378sr9ad8fy9znl7k8xpf0wch655r9m6z0bcc7sw1azsminl"))))
+ (build-system meson-build-system)
(inputs
`(("libx11" ,libx11)
("libxcb" ,libxcb)
+ ("wayland" ,wayland)
+ ("wayland-protocols" ,wayland-protocols)
("xkeyboard-config" ,xkeyboard-config)))
(native-inputs
`(("bison" ,bison)
+ ("doxygen" ,doxygen)
("pkg-config" ,pkg-config)))
(arguments
`(#:configure-flags
- (list (string-append "--with-xkb-config-root="
+ (list (string-append "-Dxkb-config-root="
(assoc-ref %build-inputs "xkeyboard-config")
"/share/X11/xkb")
- (string-append "--with-x-locale-root="
+ (string-append "-Dx-locale-root="
(assoc-ref %build-inputs "libx11")
"/share/X11/locale"))))
(home-page "https://xkbcommon.org/")
- branch staging created (now 939c5b2), guix-commits, 2019/12/10
- 04/24: gnu: libdrm: Update to 2.4.100., guix-commits, 2019/12/10
- 02/24: gnu: imagemagick: Update to 6.9.10-78., guix-commits, 2019/12/10
- 05/24: gnu: libepoxy: Update to 1.5.4., guix-commits, 2019/12/10
- 07/24: gnu: libinput: Update to 1.14.3., guix-commits, 2019/12/10
- 08/24: gnu: gtk+: Update to 3.24.13., guix-commits, 2019/12/10
- 09/24: gnu: eudev: Update to 3.2.9., guix-commits, 2019/12/10
- 10/24: gnu: bluez: Update to 5.52., guix-commits, 2019/12/10
- 01/24: gnu: cups-filters: Update to 1.25.13., guix-commits, 2019/12/10
- 03/24: gnu: qpdf: Update to 9.1.0., guix-commits, 2019/12/10
- 11/24: gnu: libxkbcommon: Update to 0.9.1.,
guix-commits <=
- 13/24: gnu: MariaDB: Update to 10.1.43., guix-commits, 2019/12/10
- 15/24: gnu: orc: Update to 0.4.31., guix-commits, 2019/12/10
- 19/24: gnu: nss: Update to 3.48., guix-commits, 2019/12/10
- 06/24: gnu: mesa: Update to 19.2.7., guix-commits, 2019/12/10
- 18/24: gnu: nspr: Update to 4.24., guix-commits, 2019/12/10
- 22/24: gnu: at-spi2-core: Update to 2.34.0., guix-commits, 2019/12/10
- 21/24: gnu: atk: Update to 2.34.1., guix-commits, 2019/12/10
- 14/24: gnu: postgresql@10: Update to 10.11., guix-commits, 2019/12/10
- 17/24: gnu: check: Update to 0.13.0., guix-commits, 2019/12/10
- 16/24: gnu: gstreamer: Update to 1.16.2., guix-commits, 2019/12/10