[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/16: gnu: devhelp: Update to 3.30.1.
From: |
guix-commits |
Subject: |
05/16: gnu: devhelp: Update to 3.30.1. |
Date: |
Mon, 15 Jul 2019 10:04:05 -0400 (EDT) |
kkebreau pushed a commit to branch core-updates
in repository guix.
commit 11d28bd9f654f292b61c876e093e62a5ea242660
Author: Kei Kebreau <address@hidden>
Date: Fri Jul 5 00:36:55 2019 -0400
gnu: devhelp: Update to 3.30.1.
* gnu/packages/gnome.scm (devhelp): Update to 3.30.1.
[build-system]: Use meson-build-system.
[native-inputs]: Add gobject-introspection, glib:bin and gtk+:bin.
[inputs]: Add amtk.
---
gnu/packages/gnome.scm | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 92ba991..f9727ac 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3409,7 +3409,7 @@ both a traditional UI or a modern UI with a
GtkHeaderBar.")
(define-public devhelp
(package
(name "devhelp")
- (version "3.28.1")
+ (version "3.30.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -3417,14 +3417,18 @@ both a traditional UI or a modern UI with a
GtkHeaderBar.")
name "-" version ".tar.xz"))
(sha256
(base32
- "08a8xizjqz68k30zd37r7g516azhan9bbrjsvv10hjd5dg3f476s"))))
- (build-system glib-or-gtk-build-system)
+ "036sddvhs0blqpc2ixmjdl9vxynvkn5jpgn0jxr1fxcm4rh3q07a"))))
+ (build-system meson-build-system)
(native-inputs
`(("intltool" ,intltool)
("itstool" ,itstool)
+ ("gobject-introspection" ,gobject-introspection)
+ ("glib:bin" ,glib "bin") ; for glib-mkmenus
+ ("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
("pkg-config" ,pkg-config)))
(inputs
- `(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
+ `(("amtk" ,amtk)
+ ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("webkitgtk" ,webkitgtk)))
(home-page "https://wiki.gnome.org/Apps/Devhelp";)
(synopsis "API documentation browser for GNOME")
- branch core-updates updated (77425f0 -> 794ce8e), guix-commits, 2019/07/15
- 01/16: gnu: gcr: Update to 3.28.1., guix-commits, 2019/07/15
- 03/16: gnu: gjs: Update to 1.56.2., guix-commits, 2019/07/15
- 05/16: gnu: devhelp: Update to 3.30.1.,
guix-commits <=
- 02/16: gnu: gnome-tweaks: Update to 3.30.2., guix-commits, 2019/07/15
- 04/16: gnu: Add amtk., guix-commits, 2019/07/15
- 07/16: gnu: gexiv2: Update to 0.12.0., guix-commits, 2019/07/15
- 08/16: gnu: shotwell: Update to 0.30.4., guix-commits, 2019/07/15
- 06/16: gnu: gdm: Update to 3.30.3., guix-commits, 2019/07/15
- 09/16: gnu: cheese: Update to 3.30.0., guix-commits, 2019/07/15
- 10/16: gnu: gnome-screenshot: Update to 3.30.0., guix-commits, 2019/07/15
- 12/16: gnu: gnome-shell-extensions: Update to 3.30.1., guix-commits, 2019/07/15
- 11/16: gnu: orca: Update to 3.30.2., guix-commits, 2019/07/15
- 15/16: gnu: dconf-editor: Update to 3.30.2., guix-commits, 2019/07/15