unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: cairomm: Update to 1.15.1.
@ 2016-12-02 11:08 Marius Bakke
  2016-12-02 19:05 ` Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Marius Bakke @ 2016-12-02 11:08 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 127 bytes --]

The gnome mirrors appears to have stopped updating this package at
1.12.0. This is the latest version from cairographics.org.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-cairomm-Update-to-1.15.1.patch --]
[-- Type: text/x-patch, Size: 1895 bytes --]

From ed1c762e210eb9dfe6845d751b79b234edb6183c Mon Sep 17 00:00:00 2001
From: Marius Bakke <mbakke@fastmail.com>
Date: Wed, 30 Nov 2016 19:08:38 +0100
Subject: [PATCH] gnu: cairomm: Update to 1.15.1.

* gnu/packages/gtk.scm (cairomm): Update to 1.15.1.
[source]: Download from cairographics.org.
[home-page]: Use HTTPS.
---
 gnu/packages/gtk.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 8a258b54c..85a0d2318 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -921,15 +921,14 @@ guile-gnome-platform (GNOME developer libraries), and guile-gtksourceview.")
 (define-public cairomm
   (package
     (name "cairomm")
-    (version "1.12.0")
+    (version "1.15.1")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://gnome/sources/cairomm/"
-                                  (version-major+minor version) "/"
-                                  name "-" version ".tar.xz"))
+              (uri (string-append "https://cairographics.org/releases/cairomm-"
+                                  version ".tar.gz"))
               (sha256
                (base32
-                "1rmgs6zjj2vaxh9hsa0944m23fdn1psycqh7bi984qd8jj1xljm5"))))
+                "1qkw8lq3iinpcmngny54mwiqavz9ls2mmgrd2swkbn6j3xl5zvhm"))))
     (build-system gnu-build-system)
     (arguments
      ;; The examples lack -lcairo.
@@ -940,7 +939,7 @@ guile-gnome-platform (GNOME developer libraries), and guile-gtksourceview.")
        ("freetype" ,freetype)
        ("fontconfig" ,fontconfig)
        ("cairo" ,cairo)))
-    (home-page "http://cairographics.org/")
+    (home-page "https://cairographics.org/")
     (synopsis "C++ bindings to the Cairo 2D graphics library")
     (description
      "Cairomm provides a C++ programming interface to the Cairo 2D graphics
-- 
2.11.0


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

* Re: [PATCH] gnu: cairomm: Update to 1.15.1.
  2016-12-02 11:08 [PATCH] gnu: cairomm: Update to 1.15.1 Marius Bakke
@ 2016-12-02 19:05 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2016-12-02 19:05 UTC (permalink / raw)
  To: Marius Bakke; +Cc: guix-devel

On Fri, Dec 02, 2016 at 12:08:09PM +0100, Marius Bakke wrote:
> The gnome mirrors appears to have stopped updating this package at
> 1.12.0. This is the latest version from cairographics.org.
> 

> From ed1c762e210eb9dfe6845d751b79b234edb6183c Mon Sep 17 00:00:00 2001
> From: Marius Bakke <mbakke@fastmail.com>
> Date: Wed, 30 Nov 2016 19:08:38 +0100
> Subject: [PATCH] gnu: cairomm: Update to 1.15.1.
> 
> * gnu/packages/gtk.scm (cairomm): Update to 1.15.1.
> [source]: Download from cairographics.org.
> [home-page]: Use HTTPS.

Looks good, but I'd keep the GNOME mirror URL (in a list) until we know
for sure that the projects have parted ways. Perhaps this is just a
temporary problem.

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

end of thread, other threads:[~2016-12-02 19:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-02 11:08 [PATCH] gnu: cairomm: Update to 1.15.1 Marius Bakke
2016-12-02 19:05 ` Leo Famulari

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