[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/17: gnu: cairomm: Update to 1.12.0.
From: |
??? |
Subject: |
14/17: gnu: cairomm: Update to 1.12.0. |
Date: |
Thu, 15 Oct 2015 15:42:36 +0000 |
iyzsong pushed a commit to branch dbus-update
in repository guix.
commit 2079087cccb4371a9a1d32aee358e7bc81846293
Author: 宋文武 <address@hidden>
Date: Thu Oct 15 23:36:39 2015 +0800
gnu: cairomm: Update to 1.12.0.
* gnu/packages/gtk.scm (cairomm): Update to 1.12.0.
[source]: Change to "mirror://gnome/".
---
gnu/packages/gtk.scm | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 678d7f4..e602a56 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -731,14 +731,15 @@ documents.")
(define-public cairomm
(package
(name "cairomm")
- (version "1.11.2")
+ (version "1.12.0")
(source (origin
- (method url-fetch)
- (uri (string-append "http://cairographics.org/releases/cairomm-"
- version ".tar.gz"))
- (sha256
- (base32
- "138052ybc58q5yl92m2p0br0k0a9g1pi9gfhmn4y220yih4pgxnc"))))
+ (method url-fetch)
+ (uri (string-append "mirror://gnome/sources/cairomm/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "1rmgs6zjj2vaxh9hsa0944m23fdn1psycqh7bi984qd8jj1xljm5"))))
(build-system gnu-build-system)
(arguments
;; The examples lack -lcairo.
- 08/17: gnu: atk: Update to 2.18.0., (continued)
- 08/17: gnu: atk: Update to 2.18.0., ???, 2015/10/15
- 04/17: gnu: libsigc++: Update to 2.6.1., ???, 2015/10/15
- 07/17: gnu: poppler: Update to 0.37.0., ???, 2015/10/15
- 17/17: gnu: gtkmm: Update to 3.18.0., ???, 2015/10/15
- 13/17: gnu: gtk+: Update to 3.18.2., ???, 2015/10/15
- 09/17: gnu: harfbuzz: Update to 1.0.5., ???, 2015/10/15
- 16/17: gnu: atkmm: Update to 2.24.1., ???, 2015/10/15
- 15/17: gnu: pangomm: Update to 2.38.1., ???, 2015/10/15
- 10/17: gnu: pango: Update to 1.38.1., ???, 2015/10/15
- 11/17: gnu: at-spi2-core: Update to 2.18.1., ???, 2015/10/15
- 14/17: gnu: cairomm: Update to 1.12.0.,
??? <=