gnu: libhandy: Update to 0.0.11.
* gnu/packages/gnome.scm (libhandy): Update to 0.0.11. [arguments]: Remove ‘disable-broken-test’ phase. [native-inputs]: Add hicolor-icon-theme.
This commit is contained in:
parent
d7c2c4bda5
commit
d41ee146ce
|
@ -8242,7 +8242,7 @@ advanced image management tool")
|
||||||
(define-public libhandy
|
(define-public libhandy
|
||||||
(package
|
(package
|
||||||
(name "libhandy")
|
(name "libhandy")
|
||||||
(version "0.0.10")
|
(version "0.0.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -8251,7 +8251,7 @@ advanced image management tool")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1702hbdqhfpgw0c4vj2ag08vgl83byiryrbngbq11b9azmj3jhzs"))))
|
(base32 "0622zp5wrvn5bvgardijxd11y76g1i54fs32y03dw9nrar7i6vb0"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
@ -8259,12 +8259,6 @@ advanced image management tool")
|
||||||
"-Dgtk_doc=true")
|
"-Dgtk_doc=true")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'disable-broken-test
|
|
||||||
(lambda _
|
|
||||||
;; This test fails for unknown reasons
|
|
||||||
(substitute* "tests/meson.build"
|
|
||||||
(("'test-dialog',") ""))
|
|
||||||
#t))
|
|
||||||
(add-before 'check 'pre-check
|
(add-before 'check 'pre-check
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Tests require a running X server.
|
;; Tests require a running X server.
|
||||||
|
@ -8280,7 +8274,10 @@ advanced image management tool")
|
||||||
("gtk-doc" ,gtk-doc)
|
("gtk-doc" ,gtk-doc)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("gettext" ,gettext-minimal)
|
("gettext" ,gettext-minimal)
|
||||||
("xorg-server" ,xorg-server)))
|
("xorg-server" ,xorg-server)
|
||||||
|
|
||||||
|
;; Test suite dependencies.
|
||||||
|
("hicolor-icon-theme" ,hicolor-icon-theme)))
|
||||||
(home-page "https://source.puri.sm/Librem5/libhandy")
|
(home-page "https://source.puri.sm/Librem5/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
|
||||||
|
|
Loading…
Reference in New Issue