guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: gnu: cairomm: Update to 1.12.2.


From: Efraim Flashner
Subject: 05/05: gnu: cairomm: Update to 1.12.2.
Date: Sun, 25 Dec 2016 06:08:09 +0000 (UTC)

efraim pushed a commit to branch staging
in repository guix.

commit bcf7da63937c5cfbf886201aa4c10964eaae66b0
Author: Efraim Flashner <address@hidden>
Date:   Sun Dec 25 07:50:14 2016 +0200

    gnu: cairomm: Update to 1.12.2.
    
    * gnu/packages/gtk.scm (cairomm): Update to 1.12.2.
    [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 77b1f2a..c50f37d 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -929,15 +929,14 @@ guile-gnome-platform (GNOME developer libraries), and 
guile-gtksourceview.")
 (define-public cairomm
   (package
     (name "cairomm")
-    (version "1.12.0")
+    (version "1.12.2")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://gnome/sources/cairomm/"
-                                  (version-major+minor version) "/"
-                                  name "-" version ".tar.xz"))
+              (uri (string-append "https://www.cairographics.org/releases/";
+                                  name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1rmgs6zjj2vaxh9hsa0944m23fdn1psycqh7bi984qd8jj1xljm5"))))
+                "16fmigxsaz85c3lgcls7biwyz8zy8c8h3jndfm54cxxas3a7zi25"))))
     (build-system gnu-build-system)
     (arguments
      ;; The examples lack -lcairo.
@@ -948,7 +947,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]