[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
321/331: gnu: cairo: Ungraft.
From: |
guix-commits |
Subject: |
321/331: gnu: cairo: Ungraft. |
Date: |
Mon, 16 Jun 2025 05:09:46 -0400 (EDT) |
guix_mirror_bot pushed a commit to branch core-packages-team
in repository guix.
commit a33cf30e2587ee2b90396a032c748000e2734ee4
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jun 11 15:52:01 2025 +0200
gnu: cairo: Ungraft.
* gnu/packages/gtk.scm (cairo): Update to 1.18.4.
[replacement]: Remove.
(cairo-1.18.4): Remove.
Change-Id: I44f2b05d813ace209ac49b463fb81699fbb3ba53
---
gnu/packages/gtk.scm | 24 ++++--------------------
1 file changed, 4 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 73875cb113..b0e8efbb32 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
-;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ludovic
Courtès <ludo@gnu.org>
+;;; Copyright © 2013-2021, 2025 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2014, 2015, 2017, 2018, 2019, 2021 Mark H Weaver
<mhw@netris.org>
;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2015 Federico Beffa <beffa@fbengineering.ch>
@@ -169,11 +169,10 @@ such as mate-panel and xfce4-panel.")
(home-page "https://gitlab.com/vala-panel-project/vala-panel-appmenu")
(license (list license:lgpl3))))
-(define cairo
+(define-public cairo
(package
(name "cairo")
- (version "1.18.2")
- (replacement cairo-1.18.4)
+ (version "1.18.4")
(source
(origin
(method url-fetch)
@@ -181,7 +180,7 @@ such as mate-panel and xfce4-panel.")
(string-append "https://cairographics.org/releases/cairo-"
version ".tar.xz"))
(sha256
- (base32 "0nnli5cghygbl9bvlbjls7nspnrrzx1y1pbd7p649s154js9nax6"))))
+ (base32 "1jrcqfcna0358aqrk7rnys1hwq6k36ilr9r62bg26j3fi8hdhpj4"))))
(build-system meson-build-system)
(arguments
`(#:tests? #f ; see
http://lists.gnu.org/archive/html/bug-guix/2013-06/msg00085.html
@@ -240,21 +239,6 @@ output. Experimental backends include OpenGL, BeOS, OS/2,
and DirectFB.")
;; Hide and have cairo-with-documentation public.
(properties '((hidden? . #t)))))
-;;; TODO: This newer version resolves an issue when writing PDFs. Remove
-;;; after ungrafting cairo.
-(define cairo-1.18.4
- (package
- (inherit cairo)
- (version "1.18.4")
- (source
- (origin
- (method url-fetch)
- (uri
- (string-append "https://cairographics.org/releases/cairo-"
- version ".tar.xz"))
- (sha256
- (base32 "1jrcqfcna0358aqrk7rnys1hwq6k36ilr9r62bg26j3fi8hdhpj4"))))))
-
(define-public cairo-with-documentation
;; cairo's docs must be built in a separate package since it requires
;; gtk-doc, which in turn depends on cairo.
- 284/331: gnu: gash-boot: Remove input labels., (continued)
- 284/331: gnu: gash-boot: Remove input labels., guix-commits, 2025/06/16
- 282/331: gnu-bootstrap: Use ‘search-input-file’., guix-commits, 2025/06/16
- 289/331: gnu: gzip: Update to 1.14., guix-commits, 2025/06/16
- 293/331: gnu: gash: Update to 0.3.1., guix-commits, 2025/06/16
- 294/331: gnu: gnumach: Update to 1.8+git20250304., guix-commits, 2025/06/16
- 301/331: gnu: expat: Update to 2.7.1., guix-commits, 2025/06/16
- 300/331: gnu: libarchive: Update to 3.7.7., guix-commits, 2025/06/16
- 304/331: gnu: findutils-boot0: Remove custom configure-flags on aarch64-linux., guix-commits, 2025/06/16
- 306/331: gnu: diffutils-boot0: Add back inherited package arguments., guix-commits, 2025/06/16
- 317/331: gnu: gdbm: Add upstream patch for test issues., guix-commits, 2025/06/16
- 321/331: gnu: cairo: Ungraft.,
guix-commits <=
- 324/331: gnu: libvpx: Ungraft., guix-commits, 2025/06/16
- 278/331: gnu: minizip: Remove phase 'remove-crypt-h., guix-commits, 2025/06/16
- 243/331: gnu: tcsh: Update to 6.24.15., guix-commits, 2025/06/16
- 246/331: gnu: libidn2: Update to 2.3.7., guix-commits, 2025/06/16
- 247/331: gnu: nettle: Update to 3.10.1., guix-commits, 2025/06/16
- 252/331: gnu: binutils: Update to 2.44., guix-commits, 2025/06/16
- 263/331: gnu: findutils: Update to 4.10.0., guix-commits, 2025/06/16
- 271/331: gnu: c-ares: Update to 1.34.4., guix-commits, 2025/06/16
- 277/331: gnu: perl-io-socket-ssl: Update to 2.089., guix-commits, 2025/06/16
- 285/331: gnu: gash-boot: Shorten symlinks., guix-commits, 2025/06/16