lilyp pushed a commit to branch gnome-team
in repository guix.
commit ce7b0f8e08a00b43ab007eaf2a0922fdbd23ff9e
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Oct 5 09:59:14 2024 +0200
gnu: cairo: Update to 1.18.2.
* gnu/packages/gtk.scm (cairo): Update to 1.18.2.
Reviewed-by: Maxim Cournoyer <[email protected]>
---
gnu/packages/gtk.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 954482627c..6aa1ce003e 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -77,6 +77,7 @@
#:use-module (gnu packages base)
#:use-module (gnu packages bash)
#:use-module (gnu packages boost)
+ #:use-module (gnu packages build-tools)
#:use-module (gnu packages texinfo)
#:use-module (gnu packages check)
#:use-module (gnu packages compression)
@@ -169,7 +170,7 @@ such as mate-panel and xfce4-panel.")
(define cairo
(package
(name "cairo")
- (version "1.18.0")
+ (version "1.18.2")
(source
(origin
(method url-fetch)
@@ -177,10 +178,11 @@ such as mate-panel and xfce4-panel.")
(string-append "https://cairographics.org/releases/cairo-"
version ".tar.xz"))
(sha256
- (base32 "0r0by563s75xyzz0d0j1nmjqmdrk2x9agk7r57p3v8vqp4v0ffi4"))))
+ (base32 "0nnli5cghygbl9bvlbjls7nspnrrzx1y1pbd7p649s154js9nax6"))))
(build-system meson-build-system)
(arguments
`(#:tests? #f ; see
http://lists.gnu.org/archive/html/bug-guix/2013-06/msg00085.html
+ #:meson ,meson-1.5 ; 1.3 or higher required
#:glib-or-gtk? #t
#:configure-flags
,#~(list "-Dtests=disabled")