unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: 73610@debbugs.gnu.org
Cc: liliana.prikler@gmail.com, maxim.cournoyer@gmail.com,
	vivien@planete-kraus.eu
Subject: [bug#73610] [PATCH gnome-team v4 4/7] gnu: cairo: Update to 1.18.2.
Date: Sat, 5 Oct 2024 09:59:14 +0200	[thread overview]
Message-ID: <94bc7c3d783bda219b94597f21cae7b031498a98.1729424401.git.liliana.prikler@gmail.com> (raw)
In-Reply-To: <cover.1729424401.git.liliana.prikler@gmail.com>

* gnu/packages/gtk.scm (cairo): Update to 1.18.2.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 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 23bb953f6f..dcee128fa0 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -77,6 +77,7 @@ (define-module (gnu packages gtk)
   #: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 @@ (define-public appmenu-gtk-module
 (define cairo
   (package
     (name "cairo")
-    (version "1.18.0")
+    (version "1.18.2")
     (source
      (origin
        (method url-fetch)
@@ -177,10 +178,11 @@ (define cairo
         (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")
-- 
2.46.0





  parent reply	other threads:[~2024-10-20 12:04 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-03  9:32 [bug#73610] [PATCH gnome-team 0/2] Update GLib to 2.82.1 Liliana Marie Prikler
2024-09-08 20:44 ` [bug#73610] [PATCH gnome-team v3 1/4] gnu: glib: Update " Liliana Marie Prikler
2024-10-03  9:31   ` [bug#73610] [PATCH gnome-team v3 2/4] gnu: gobject-introspection: Update to 1.82.0 Liliana Marie Prikler
2024-10-05  7:55   ` [bug#73610] [PATCH gnome-team v3 3/4] gnu: bootstrap glib and gobject against each other Liliana Marie Prikler
2024-10-05  7:59   ` [bug#73610] [PATCH gnome-team v3 4/4] gnu: cairo: Update to 1.18.2 Liliana Marie Prikler
2024-10-03  9:25 ` [bug#73610] [PATCH gnome-team v2 1/4] gnu: glib: Update to 2.82.1 Liliana Marie Prikler
2024-10-03  9:31   ` [bug#73610] [PATCH gnome-team v2 2/4] gnu: gobject-introspection: Update to 1.82.0 Liliana Marie Prikler
2024-10-05  7:55   ` [bug#73610] [PATCH gnome-team v2 3/4] gnu: bootstrap glib and gobject against each other Liliana Marie Prikler
2024-10-05  7:59   ` [bug#73610] [PATCH gnome-team v2 4/4] gnu: cairo: Update to 1.18.2 Liliana Marie Prikler
2024-10-03  9:25 ` [bug#73610] [PATCH gnome-team 1/2] gnu: glib: Update to 2.82.1 Liliana Marie Prikler
2024-10-03  9:31 ` [bug#73610] [PATCH gnome-team 2/2] gnu: gobject-introspection: Update to 1.82.0 Liliana Marie Prikler
2024-10-19 13:49 ` [bug#73610] Status: [PATCH gnome-team 0/2] Update GLib to 2.82.1 Maxim Cournoyer
2024-10-20 11:40 ` [bug#73610] [PATCH gnome-team v4 0/7] " Liliana Marie Prikler
2024-09-08 20:44   ` [bug#73610] [PATCH gnome-team v4 1/7] gnu: glib: Update " Liliana Marie Prikler
2024-10-03  9:31   ` [bug#73610] [PATCH gnome-team v4 2/7] gnu: gobject-introspection: Update to 1.82.0 Liliana Marie Prikler
2024-10-05  7:55   ` [bug#73610] [PATCH gnome-team v4 3/7] gnu: bootstrap glib and gobject against each other Liliana Marie Prikler
2024-10-05  7:59   ` Liliana Marie Prikler [this message]
2024-10-19 15:40   ` [bug#73610] [PATCH gnome-team v4 5/7] gnu: python-pygobject: Update to 3.50.0 Liliana Marie Prikler
2024-10-19 18:38   ` [bug#73610] [PATCH gnome-team v4 6/7] gnu: json-glib: Update to 1.10.0 Liliana Marie Prikler
2024-10-20 11:38   ` [bug#73610] [PATCH gnome-team v4 7/7] gnu: gjs: Fix build Liliana Marie Prikler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=94bc7c3d783bda219b94597f21cae7b031498a98.1729424401.git.liliana.prikler@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=73610@debbugs.gnu.org \
    --cc=maxim.cournoyer@gmail.com \
    --cc=vivien@planete-kraus.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).