[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/181: gnu: libgnomekbd: Update to 3.28.0.
From: |
guix-commits |
Subject: |
06/181: gnu: libgnomekbd: Update to 3.28.0. |
Date: |
Tue, 13 Sep 2022 02:25:00 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit af448f9c9589baeba5143189676256edf1c94766
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Aug 22 17:43:19 2022 -0400
gnu: libgnomekbd: Update to 3.28.0.
* gnu/packages/gnome.scm (libgnomekbd): Update to 3.28.0.
[native-inputs]: Replace intltool with gettext-minimal. Add autoconf,
automake, libtool and gobject-introspection.
---
gnu/packages/gnome.scm | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 29a36d111d..e8b551fca0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10147,7 +10147,7 @@ GLib/GObject code.")
(define-public libgnomekbd
(package
(name "libgnomekbd")
- (version "3.26.1")
+ (version "3.28.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/libgnomekbd/"
@@ -10155,14 +10155,21 @@ GLib/GObject code.")
"libgnomekbd-" version ".tar.xz"))
(sha256
(base32
- "0y962ykn3rr9gylj0pwpww7bi20lmhvsw6qvxs5bisbn2mih5jpp"))))
+ "1jarhq9crhq0wfnbcz7x3hgxbkan98ax3p2jwcgzj9jc7r27l1dk"))))
(build-system gnu-build-system)
(native-inputs
- (list pkg-config
- `(,glib "bin") intltool))
+ (list autoconf
+ automake
+ `(,glib "bin")
+ libtool
+ pkg-config
+ gettext-minimal
+ gobject-introspection))
(propagated-inputs
;; Referred to in .h files and .pc.
- (list glib gtk+ libxklavier))
+ (list glib
+ gtk+
+ libxklavier))
(home-page "https://www.gnome.org")
(synopsis "GNOME keyboard configuration library")
(description
- branch master updated (05c5807ea5 -> 1d7402c4ed), guix-commits, 2022/09/13
- 01/181: gnu: adwaita-icon-theme: Update to 42.0 and deprecate gnome-icon-theme., guix-commits, 2022/09/13
- 04/181: gnu: fcitx: Update to 4.2.9.9, use gexps and remove input labels., guix-commits, 2022/09/13
- 05/181: gnu: xf86-input-wacom: Update to 1.1.0., guix-commits, 2022/09/13
- 06/181: gnu: libgnomekbd: Update to 3.28.0.,
guix-commits <=
- 10/181: gnu: xvfb-run: Update to 1.20.11-1., guix-commits, 2022/09/13
- 02/181: gnu: clutter: Update to 1.26.4 and remove input labels., guix-commits, 2022/09/13
- 08/181: gnu: sysprof: Update to 3.44.0, enable tests and remove labels., guix-commits, 2022/09/13
- 03/181: gnu: libmbim: Update to 1.26.4., guix-commits, 2022/09/13
- 07/181: gnu: libdazzle: Update to 3.44.0., guix-commits, 2022/09/13
- 09/181: gnu: egl-wayland: Update to 1.1.10., guix-commits, 2022/09/13
- 12/181: gnu: gtk: Update to 4.8.0 and use gexps., guix-commits, 2022/09/13
- 13/181: gnu: gcr: Update to 3.41.1, delete trailing #t and input labels., guix-commits, 2022/09/13
- 11/181: gnu: Add gi-docgen., guix-commits, 2022/09/13
- 18/181: gnu: libqmi: Update to 1.30.8., guix-commits, 2022/09/13