summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-08-30 03:24:42 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-08-30 03:40:32 +0200
commitd41ee146ce8ef77b36b37354f47c7e9aa470e3c8 (patch)
tree35572a92f9d64bfd9690fb11e4bb35cff12a5e91 /gnu
parentd7c2c4bda5088435df50663a14749470f9714044 (diff)
downloadguix-patches-d41ee146ce8ef77b36b37354f47c7e9aa470e3c8.tar
guix-patches-d41ee146ce8ef77b36b37354f47c7e9aa470e3c8.tar.gz
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.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm15
1 files changed, 6 insertions, 9 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ab2c819db4..a30fc8460c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8242,7 +8242,7 @@ advanced image management tool")
(define-public libhandy
(package
(name "libhandy")
- (version "0.0.10")
+ (version "0.0.11")
(source
(origin
(method git-fetch)
@@ -8251,7 +8251,7 @@ advanced image management tool")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1702hbdqhfpgw0c4vj2ag08vgl83byiryrbngbq11b9azmj3jhzs"))))
+ (base32 "0622zp5wrvn5bvgardijxd11y76g1i54fs32y03dw9nrar7i6vb0"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags
@@ -8259,12 +8259,6 @@ advanced image management tool")
"-Dgtk_doc=true")
#: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
(lambda _
;; Tests require a running X server.
@@ -8280,7 +8274,10 @@ advanced image management tool")
("gtk-doc" ,gtk-doc)
("pkg-config" ,pkg-config)
("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")
(synopsis "Library full of GTK+ widgets for mobile phones")
(description "The aim of the handy library is to help with developing user