gnu: libhandy: Update to 1.7.90.

* gnu/packages/gnome.scm (libhandy): Update to 1.7.90.
[phases]{pre-check}: Delete trailing #t.
[native-inputs]: Delete labels.
This commit is contained in:
Maxim Cournoyer 2022-08-22 21:45:20 -04:00
parent 5d26c2e658
commit fd30aeb0c6
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -11322,7 +11322,7 @@ (define-public terminator
(define-public libhandy (define-public libhandy
(package (package
(name "libhandy") (name "libhandy")
(version "1.5.0") (version "1.7.90")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -11331,7 +11331,7 @@ (define-public libhandy
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "19gl0xxybraw2iyn6cdi9w7nps825lb2bhav7d2x51wla0lq3kdc")))) (base32 "1z8sbx7g19c1p8dy0sn0l25qfvrd2j28h269lsqm1y98r818h2k1"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:configure-flags `(#:configure-flags
@ -11355,25 +11355,24 @@ (define-public libhandy
(lambda _ (lambda _
;; Tests require a running X server. ;; Tests require a running X server.
(system "Xvfb :1 &") (system "Xvfb :1 &")
(setenv "DISPLAY" ":1") (setenv "DISPLAY" ":1"))))))
#t)))))
(inputs (inputs
(list gtk+ glade3)) (list gtk+ glade3))
(native-inputs (native-inputs
`(("glib:bin" ,glib "bin") (list gobject-introspection ; for g-ir-scanner
("gobject-introspection" ,gobject-introspection) ; for g-ir-scanner `(,glib "bin")
("vala" ,vala) vala
("libxml2" ,libxml2) libxml2
("libxslt" ,libxslt) libxslt
("docbook-xsl" ,docbook-xsl) docbook-xsl
("docbook-xml" ,docbook-xml-4.3) docbook-xml-4.3
("gtk-doc" ,gtk-doc/stable) gtk-doc/stable
("pkg-config" ,pkg-config) pkg-config
("gettext" ,gettext-minimal) gettext-minimal
;; Test suite dependencies. ;; Test suite dependencies.
("xorg-server" ,xorg-server-for-tests) hicolor-icon-theme
("hicolor-icon-theme" ,hicolor-icon-theme))) xorg-server-for-tests))
(home-page "https://gitlab.gnome.org/GNOME/libhandy/") (home-page "https://gitlab.gnome.org/GNOME/libhandy/")
(synopsis "Library full of GTK+ widgets for mobile phones") (synopsis "Library full of GTK+ widgets for mobile phones")
(description "The aim of the handy library is to help with developing user (description "The aim of the handy library is to help with developing user