unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] Upgrade Cairo to 1.14.2
@ 2015-04-04 20:51 Andy Wingo
  2015-04-05 15:12 ` Mark H Weaver
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Wingo @ 2015-04-04 20:51 UTC (permalink / raw)
  To: guix-devel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0002-Upgrade-Cairo-to-1.14.2.patch --]
[-- Type: text/x-diff, Size: 1130 bytes --]

From 59702707729caa85c60c39cc07c6472a5863041f Mon Sep 17 00:00:00 2001
From: Andy Wingo <wingo@pobox.com>
Date: Sat, 4 Apr 2015 22:44:02 +0200
Subject: [PATCH 2/3] Upgrade Cairo to 1.14.2.

* gnu/packages/gtk.scm (cairo): Upgrade to 1.14.2.
---
 gnu/packages/gtk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index b3688d5..de728fb 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -77,14 +77,14 @@ tools have full access to view and control running applications.")
 (define-public cairo
   (package
    (name "cairo")
-   (version "1.12.18")
+   (version "1.14.2")
    (source (origin
             (method url-fetch)
             (uri (string-append "http://cairographics.org/releases/cairo-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "1dpmlxmmigpiyv0jchjsn2l1a29655x24g5073hy8p4lmjvz0nfw"))))
+              "1sycbq0agbwmg1bj9lhkgsf0glmblaf2jrdy9g6vxfxivncxj6f9"))))
    (build-system gnu-build-system)
    (propagated-inputs
     `(("fontconfig" ,fontconfig)
-- 
2.2.1


[-- Attachment #2: Type: text/plain, Size: 26 bytes --]


-- 
http://wingolog.org/

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Upgrade Cairo to 1.14.2
  2015-04-04 20:51 [PATCH] Upgrade Cairo to 1.14.2 Andy Wingo
@ 2015-04-05 15:12 ` Mark H Weaver
  0 siblings, 0 replies; 2+ messages in thread
From: Mark H Weaver @ 2015-04-05 15:12 UTC (permalink / raw)
  To: Andy Wingo; +Cc: guix-devel

Andy Wingo <wingo@pobox.com> writes:

> From 59702707729caa85c60c39cc07c6472a5863041f Mon Sep 17 00:00:00 2001
> From: Andy Wingo <wingo@pobox.com>
> Date: Sat, 4 Apr 2015 22:44:02 +0200
> Subject: [PATCH 2/3] Upgrade Cairo to 1.14.2.

Please see my reply to your Glib upgrade patch.

    Thanks!
      Mark

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-04-05 15:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-04 20:51 [PATCH] Upgrade Cairo to 1.14.2 Andy Wingo
2015-04-05 15:12 ` Mark H Weaver

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).