From 36de968554a8b8a997c2c5de190566a54d611af1 Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Mon, 17 Apr 2017 23:57:36 +0200 Subject: [PATCH 01/10] gnu: glib: Update to 2.52.1. * gnu/packages/glib.scm (glib): Update to 2.52.1. --- gnu/packages/glib.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 6de9cce0b7..4e29a550b1 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -137,7 +137,7 @@ shared NFS home directories.") (define glib (package (name "glib") - (version "2.50.3") + (version "2.52.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" @@ -145,7 +145,7 @@ shared NFS home directories.") name "-" version ".tar.xz")) (sha256 (base32 - "16frrwhc1yqkzx6bgh3060g94dr2biab17fb01mrni819jzr9vl2")) + "0vsqrvjwsk2x3mm2i428hpm5vgsi1b384l6xdhm7xmzj2yw2d34l")) (patches (search-patches "glib-tests-timer.patch")))) (build-system gnu-build-system) (outputs '("out" ; everything From 8785f02591128017aaec4854f8b266516e7b1ed1 Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Tue, 18 Apr 2017 20:53:25 -0400 Subject: [PATCH 02/10] gnu: at-spi2-core: Update to 2.24.0. * gnu/packages/gtk.scm (at-spi2-core): Update to 2.24.0. --- 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 f8526053ea..9e3e995d21 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -508,7 +508,7 @@ in the GNOME project.") (define-public at-spi2-core (package (name "at-spi2-core") - (version "2.22.0") + (version "2.24.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -516,7 +516,7 @@ in the GNOME project.") name "-" version ".tar.xz")) (sha256 (base32 - "02n8ybhg8344mpjwvkhnzvr0qbvvl6ryi2q9irwhi0ri46ps6pj1")))) + "1kdgc5gkw3fsgxvwwsg7djvqijpc3xmpp9bp6k6v60yrzcag6yb1")))) (build-system gnu-build-system) (outputs '("out" "doc")) (arguments From b4a6497ca38eb9bfa8fd90eb0aac68c841f55468 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Wed, 26 Apr 2017 17:32:10 +0200 Subject: [PATCH 03/10] gnu: harfbuzz: Update to 1.4.6. * gnu/packages/gtk.scm (harfbuzz): Update to 1.4.6. --- 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 9e3e995d21..9fda9e0d55 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -170,7 +170,7 @@ affine transformation (scale, rotation, shear, etc.).") (define-public harfbuzz (package (name "harfbuzz") - (version "1.4.3") + (version "1.4.6") (source (origin (method url-fetch) (uri (string-append "https://www.freedesktop.org/software/" @@ -178,7 +178,7 @@ affine transformation (scale, rotation, shear, etc.).") version ".tar.bz2")) (sha256 (base32 - "08akv3qzwnf48xajb60dfcchkmfdjkpp65a0xd8s98w81901g343")))) + "14yj514yfy373np3gxk930a443j1zgnwg6mm0kdzzjr0rn0qp9r1")))) (build-system gnu-build-system) (outputs '("out" "bin")) ; 160K, only hb-view depend on cairo From ac5c4346ebe361d12c788ea4566c6e97fc40ca15 Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Thu, 27 Apr 2017 13:53:27 -0400 Subject: [PATCH 04/10] gnu: dbus: Update to 1.10.18. * gnu/packages/glib.scm (dbus): Update to 1.10.18. --- gnu/packages/glib.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 4e29a550b1..8c334c467d 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -67,7 +67,7 @@ (define dbus (package (name "dbus") - (version "1.10.16") + (version "1.10.18") (source (origin (method url-fetch) (uri (string-append @@ -75,7 +75,7 @@ version ".tar.gz")) (sha256 (base32 - "121kqkjsd3vgf8vca8364xl44qa5086h7qy5zs5f1l78ldpbmc57")) + "0jjirhw6xwz2ffmbg5kr79108l8i1bdaw7szc67n3qpkygaxsjb0")) (patches (search-patches "dbus-helper-search-path.patch")))) (build-system gnu-build-system) (arguments From dc4b64ae3f410c5f5d09eaed89666427d1d8d162 Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Sat, 29 Apr 2017 14:24:43 -0400 Subject: [PATCH 05/10] gnu: eog: Update to 3.24.1. * gnu/packages/gnome.scm (eog): Update to 3.24.1. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 8db53f109a..8f40134334 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3506,7 +3506,7 @@ supports playlists, song ratings, and any codecs installed through gstreamer.") (define-public eog (package (name "eog") - (version "3.20.5") + (version "3.24.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -3514,7 +3514,7 @@ supports playlists, song ratings, and any codecs installed through gstreamer.") name "-" version ".tar.xz")) (sha256 (base32 - "0fqvfc4y1lbv0awh8dbx9khfha0hdkmnj1lzw5jq0l7jmahwbrz6")))) + "1rr7zy8afqgl15j1zz8l37svyv6bw4r3l04yf70zlnf1w8bf27pm")))) (build-system glib-or-gtk-build-system) (arguments `(#:phases From a5d8c7863c83ad701191ef95c1391a4334d1e315 Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Mon, 1 May 2017 10:42:48 -0400 Subject: [PATCH 06/10] gnu: evince: Update to 3.24.0. * gnu/packages/gnome.scm (evince): Update to 3.24.0. --- gnu/packages/gnome.scm | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 8f40134334..308428c278 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -512,7 +512,7 @@ forgotten when the session ends.") (define-public evince (package (name "evince") - (version "3.22.1") + (version "3.24.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -520,15 +520,10 @@ forgotten when the session ends.") name "-" version ".tar.xz")) (sha256 (base32 - "0713mcrym5ykhl5smqxi6m9578gz3nkibmkmc794amss7gdkkm7k")))) + "13yw0i68dgqp9alyliy3zifszh7rikkpi1xbz5binvxxgfpraf04")))) (build-system glib-or-gtk-build-system) (arguments `(#:configure-flags '("--disable-nautilus") - - ;; FIXME: Tests fail with: - ;; ImportError: No module named gi.repository - ;; Where should that module come from? - #:tests? #f #:phases (modify-phases %standard-phases (add-before 'install 'skip-gtk-update-icon-cache From e62a38d4aebeccf6fa712383c14734a469d189d4 Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Mon, 1 May 2017 10:46:27 -0400 Subject: [PATCH 07/10] gnu: file-roller: Update to 3.24.1. * gnu/packages/gnome.scm (file-roller): Update to 3.24.1. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 308428c278..3c9eb3db86 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4039,7 +4039,7 @@ share them with others via social networking and more.") (define-public file-roller (package (name "file-roller") - (version "3.22.2") + (version "3.24.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4047,7 +4047,7 @@ share them with others via social networking and more.") name "-" version ".tar.xz")) (sha256 (base32 - "1yaxd0lqhajszilblkidqfkaffhzml10l7ib64023y36qgf8q597")))) + "0fkz9h9a6149crmf6311fsqlmv9wyrxk86470vxib941ppl4a581")))) (build-system glib-or-gtk-build-system) (arguments '(#:phases From 2df65d37a9b08041314973908d700622a7c3ab2d Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Mon, 1 May 2017 10:57:33 -0400 Subject: [PATCH 08/10] gnu: gnome-backgrounds: Update to 3.24.0. * gnu/packages/gnome.scm (gnome-backgrounds): Update to 3.24.0. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 3c9eb3db86..1443b53106 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5270,7 +5270,7 @@ is complete it provides a graphical representation of each selected folder.") (define-public gnome-backgrounds (package (name "gnome-backgrounds") - (version "3.22.1") + (version "3.24.0") (source (origin (method url-fetch) @@ -5279,7 +5279,7 @@ is complete it provides a graphical representation of each selected folder.") name "-" version ".tar.xz")) (sha256 (base32 - "09gfdrm1kaz2knyghhjb0ka1kklgbcbnqgy4c90bg0v3n899ij5z")))) + "1jkikis9k3psp6rb8axnqy86awdyg5rzfbcp9gx40a99b4hlrnnb")))) (build-system glib-or-gtk-build-system) (native-inputs `(("intltool" ,intltool))) From 796a0c03585505cae5ea41cde226393ba7ad0132 Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Tue, 2 May 2017 11:14:51 -0400 Subject: [PATCH 09/10] gnu: gsettings-desktop-schemas: Update to 3.24.0. * gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 3.24.0. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1443b53106..5d00757c7d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -579,7 +579,7 @@ on the GNOME Desktop with a single simple application.") (define-public gsettings-desktop-schemas (package (name "gsettings-desktop-schemas") - (version "3.22.0") + (version "3.24.0") (source (origin (method url-fetch) @@ -588,7 +588,7 @@ on the GNOME Desktop with a single simple application.") name "-" version ".tar.xz")) (sha256 (base32 - "1qgalzqwg0fl0n22vslqcsnsmj9kc54qj25ib16rxaf36jxcf1hg")))) + "145vpcljy4660cnk8zk91qf7ywa7hqfl5hhw025gy8hxcqzklmzn")))) (build-system gnu-build-system) (inputs `(("glib" ,glib))) From 28ee4d41edf072776777ff3f83aef8502df909e5 Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Tue, 2 May 2017 13:01:54 -0400 Subject: [PATCH 10/10] gnu: gnome-settings-daemon: Update to 3.24.1. * gnu/packages/gnome.scm (gnome-settings-daemon): Update to 3.24.1. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5d00757c7d..c04fbe5352 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2741,7 +2741,7 @@ services for numerous locations.") (define-public gnome-settings-daemon (package (name "gnome-settings-daemon") - (version "3.22.1") + (version "3.24.1") (source (origin (method url-fetch) @@ -2750,7 +2750,7 @@ services for numerous locations.") name "-" version ".tar.xz")) (sha256 (base32 - "1finsr7yqvix6n3rdwclv4fpgagmz6xyrk3qzapkn9ljv76rfzdm")))) + "02vm0jwhs9rdi3dphxw7dxharx7ng0l12j6hfdmn3vjc7v3ds50v")))) (build-system glib-or-gtk-build-system) (arguments `(;; Color management test can't reach the colord system service.