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.master
parent
f828d05b28
commit
11d28bd9f6
|
@ -3409,7 +3409,7 @@ both a traditional UI or a modern UI with a GtkHeaderBar.")
|
||||||
(define-public devhelp
|
(define-public devhelp
|
||||||
(package
|
(package
|
||||||
(name "devhelp")
|
(name "devhelp")
|
||||||
(version "3.28.1")
|
(version "3.30.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(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"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08a8xizjqz68k30zd37r7g516azhan9bbrjsvv10hjd5dg3f476s"))))
|
"036sddvhs0blqpc2ixmjdl9vxynvkn5jpgn0jxr1fxcm4rh3q07a"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)
|
`(("intltool" ,intltool)
|
||||||
("itstool" ,itstool)
|
("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)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
`(("amtk" ,amtk)
|
||||||
|
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||||
("webkitgtk" ,webkitgtk)))
|
("webkitgtk" ,webkitgtk)))
|
||||||
(home-page "https://wiki.gnome.org/Apps/Devhelp")
|
(home-page "https://wiki.gnome.org/Apps/Devhelp")
|
||||||
(synopsis "API documentation browser for GNOME")
|
(synopsis "API documentation browser for GNOME")
|
||||||
|
|
Reference in New Issue