From dca1b58df111537dd9ab96dfc0e59d7357a93cfb Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Tue, 16 Dec 2014 20:34:10 +0100 Subject: gnu: pango: Update to 1.36.8. * gnu/packages/gtk.scm (pango): Update to 1.36.8. --- gnu/packages/gtk.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'gnu/packages/gtk.scm') diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index dae3bac567..752adc3299 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -150,14 +150,15 @@ affine transformation (scale, rotation, shear, etc.)") (define-public pango (package (name "pango") - (version "1.34.1") + (version "1.36.8") (source (origin (method url-fetch) - (uri (string-append "mirror://gnome/sources/pango/1.34/pango-" - version ".tar.xz")) + (uri (string-append "mirror://gnome/sources/pango/" + (version-major+minor version) "/" + name "-" version ".tar.xz")) (sha256 (base32 - "0k7662qix7zzh7mf6ikdj594n8jpbfm25z8swz64zbm86kgk1shs")))) + "01rdzjh68w8l5zn0648yibyarj8p6g7yfn59nw5awaz1i8dvbnqq")))) (build-system gnu-build-system) (propagated-inputs `(("cairo" ,cairo) -- cgit v1.2.3 From 5c8806361471ddc22a5e7b96f43e16e0336ed569 Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Tue, 16 Dec 2014 20:39:41 +0100 Subject: gnu: gdk-pixbuf: Update to 2.31.1. * gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.31.1. --- gnu/packages/gtk.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/gtk.scm') diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 752adc3299..37b04f1c25 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -265,7 +265,7 @@ printing and other features typical of a source code editor.") (define-public gdk-pixbuf (package (name "gdk-pixbuf") - (version "2.28.2") + (version "2.31.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -273,7 +273,7 @@ printing and other features typical of a source code editor.") name "-" version ".tar.xz")) (sha256 (base32 - "05s6ksvy1yan6h6zny9n3bmvygcnzma6ljl6i0z9cci2xg116c8q")))) + "1kajvfckn88bzcdnl73b933gmjhwjm3dhsj1yrpixhfsc4y5x9r5")))) (build-system gnu-build-system) (propagated-inputs ; required by gdk-pixbuf-2.0.pc `(("glib" ,glib) -- cgit v1.2.3 From 8597ab7d22855d8388edcf36c435b8ccfffead8f Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Wed, 14 Jan 2015 14:14:21 +0100 Subject: gnu: atk: Update to 2.15.3. * gnu/packages/gtk.scm (atk): Update to 2.15.3. --- gnu/packages/gtk.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/gtk.scm') diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 37b04f1c25..c7bcb83f61 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -45,7 +45,7 @@ (define-public atk (package (name "atk") - (version "2.10.0") + (version "2.15.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -53,7 +53,7 @@ name "-" version ".tar.xz")) (sha256 (base32 - "1c2hbg66wfvibsz2ia0ri48yr62751fn950i97c53j3b0fjifsb3")))) + "177a9x6lz2im0mfgxv2crv0l740wy7rg5vlnb8wyyf4fmnh0q19f")))) ; 2.15.3 (build-system gnu-build-system) (inputs `(("glib" ,glib))) (native-inputs -- cgit v1.2.3 From a6035fc19aecabca8ca9d38f4194efc170837758 Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Wed, 14 Jan 2015 15:53:22 +0100 Subject: gnu: gtk+: Update to 3.14.7. * gnu/packages/gtk.scm (gtk+): Update to 3.14.7. --- gnu/packages/gtk.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu/packages/gtk.scm') diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index c7bcb83f61..c8adc2fe11 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -3,6 +3,7 @@ ;;; Copyright © 2013, 2014 Ludovic Courtès ;;; Copyright © 2014, 2015 Mark H Weaver ;;; Copyright © 2014 Eric Bavier +;;; Copyright © 2015 Federico Beffa ;;; ;;; This file is part of GNU Guix. ;;; @@ -394,7 +395,7 @@ application suites.") (define-public gtk+ (package (inherit gtk+-2) (name "gtk+") - (version "3.10.1") + (version "3.14.7") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -402,7 +403,7 @@ application suites.") name "-" version ".tar.xz")) (sha256 (base32 - "1f3a7r3z7i9xh5imlfpfcgyydzkj2fnd0v6ylvqxij0yzfbnhbn1")))) + "0vm40n6nf0w3vv54wqy67jcxddka7hplksi093xim3119yq196gv")))) (propagated-inputs `(("at-spi2-atk" ,at-spi2-atk) ("atk" ,atk) -- cgit v1.2.3 From 0404c34cb7b4d7704dbaf569a855f3e59ee7d331 Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Sun, 18 Jan 2015 20:00:25 +0100 Subject: gnu: gtkmm: Update to 3.14.0. * gnu/packages/gtk.scm (gtkmm): Update to 3.14.0. --- gnu/packages/gtk.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/gtk.scm') diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index c8adc2fe11..f48815ae4d 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -584,7 +584,7 @@ toolkit.") (define-public gtkmm (package (name "gtkmm") - (version "3.9.16") + (version "3.14.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -592,7 +592,7 @@ toolkit.") name "-" version ".tar.xz")) (sha256 (base32 - "0yf8wwv4w02p70nrxsbs0nhm0w4gkn2wggdjygd8vif062anf1rs")))) + "12z4g2in82nk92nfjs2hmrdcwbav8v3laz1813x2dhkf5jk2ixfr")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) (propagated-inputs -- cgit v1.2.3