From 629f33e233c34235ed74a1b12ac38a3f58a99eea Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 18 Oct 2017 01:50:05 +0200 Subject: gnu: python-pyatspi: Update to 2.26.0. * gnu/packages/gnome.scm (python-pyatspi): Update to 2.26.0. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index e7869ac0fd..ca9f37fd54 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6672,7 +6672,7 @@ kill/reinice processes.") (define-public python-pyatspi (package (name "python-pyatspi") - (version "2.24.0") + (version "2.26.0") (source (origin (method url-fetch) (uri (string-append @@ -6681,7 +6681,7 @@ kill/reinice processes.") "/pyatspi-" version ".tar.xz")) (sha256 (base32 - "14m6y27ziqc9f6339gjz49mlsk6mrsyg4bkj055cdzc7sfjlgvz7")))) + "0xdnix7gxzgf75xy9ris4dd6b05mqwicw190b98xqmypydyf95n6")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) -- cgit v1.2.3 From 0a1a93b4aabb8a2c0ee50f70a3cef7d4e7c626d8 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 18 Oct 2017 23:24:35 +0200 Subject: gnu: eog: Update to 3.26.1. * gnu/packages/gnome.scm (eog): Update to 3.26.1. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index ca9f37fd54..cc338666d8 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3769,7 +3769,7 @@ supports playlists, song ratings, and any codecs installed through gstreamer.") (define-public eog (package (name "eog") - (version "3.24.1") + (version "3.26.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -3777,7 +3777,7 @@ supports playlists, song ratings, and any codecs installed through gstreamer.") name "-" version ".tar.xz")) (sha256 (base32 - "1rr7zy8afqgl15j1zz8l37svyv6bw4r3l04yf70zlnf1w8bf27pm")))) + "125wzr1mai4raybfb2hwjzxv59q20bjpw9j4wn682nn5bd9ypnwq")))) (build-system glib-or-gtk-build-system) (arguments `(#:phases -- cgit v1.2.3 From 39427f9042c49d8fd6bea8349a51903c69901898 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 18 Oct 2017 23:24:48 +0200 Subject: gnu: eog-plugins: Update to 3.26.1. * gnu/packages/gnome.scm (eog-plugins): Update to 3.26.1. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index cc338666d8..fa71ce2522 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3824,7 +3824,7 @@ supports image conversion, rotation, and slideshows.") ;; 'XDG_DATA_DIRS' appropriately set. (package (name "eog-plugins") - (version "3.25.1") + (version "3.26.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -3832,7 +3832,7 @@ supports image conversion, rotation, and slideshows.") name "-" version ".tar.xz")) (sha256 (base32 - "0an04z8v83qa6j950rbwdzf1s86y7zd8h1r4p2x36fwbkk1m617q")))) + "0v45f2m3b60ygkwpq6jrl49nwrivw6qy0ciibpv821qrm73hsgd7")))) (build-system gnu-build-system) (home-page "https://wiki.gnome.org/Apps/EyeOfGnome/Plugins") (synopsis "Extensions for the Eye of GNOME image viewer") -- cgit v1.2.3 From 9d8796a5169238f00705bbda8885667a24219388 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 18 Oct 2017 23:40:17 +0200 Subject: Revert "gnu: python-pyatspi: Update to 2.26.0." This reverts commit 629f33e233c34235ed74a1b12ac38a3f58a99eea, which breaks orca@3.26.0. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index fa71ce2522..8bd8c8cd49 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6672,7 +6672,7 @@ kill/reinice processes.") (define-public python-pyatspi (package (name "python-pyatspi") - (version "2.26.0") + (version "2.24.0") (source (origin (method url-fetch) (uri (string-append @@ -6681,7 +6681,7 @@ kill/reinice processes.") "/pyatspi-" version ".tar.xz")) (sha256 (base32 - "0xdnix7gxzgf75xy9ris4dd6b05mqwicw190b98xqmypydyf95n6")))) + "14m6y27ziqc9f6339gjz49mlsk6mrsyg4bkj055cdzc7sfjlgvz7")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) -- cgit v1.2.3 From 4b9a65bf6e3c86d0b29af1a011e910c02656f99b Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 21 Oct 2017 17:31:46 +0200 Subject: gnu: gnome-disk-utility: Update to 3.26.1. * gnu/packages/gnome.scm (gnome-disk-utility): Update to 3.26.1. [build-system]: Use meson-build-system. [native-inputs]: Add gtk+:bin. --- gnu/packages/gnome.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 8bd8c8cd49..8b12333f1a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -517,7 +517,7 @@ and keep up to date translations of documentation.") (define-public gnome-disk-utility (package (name "gnome-disk-utility") - (version "3.24.1") + (version "3.26.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -525,10 +525,11 @@ and keep up to date translations of documentation.") name "-" version ".tar.xz")) (sha256 (base32 - "18akarcbhm8djlmz49jzavc7qx8dg71gvxc9xd23p0bwjj4h93w7")))) - (build-system gnu-build-system) + "10spllvcq2q71xk3dnhzjk8v4qx9am8y1h68k8z2j0l94g1c8bi3")))) + (build-system meson-build-system) (native-inputs `(("glib:bin" ,glib "bin") + ("gtk+" ,gtk+ "bin") ; gtk-update-icon-cache ("intltool" ,intltool) ("pkg-config" ,pkg-config) ("docbook-xml" ,docbook-xml) -- cgit v1.2.3 From a4194d16848da15e52abe09d74102782e945772a Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 21 Oct 2017 17:38:42 +0200 Subject: gnu: rest: Update to 0.8.1. * gnu/packages/gnome.scm (rest): Update to 0.8.1. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 8b12333f1a..bce2b8ae93 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2372,7 +2372,7 @@ library.") (define-public rest (package (name "rest") - (version "0.8.0") + (version "0.8.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/rest/" @@ -2380,7 +2380,7 @@ library.") name "-" version ".tar.xz")) (sha256 (base32 - "0iznvzhab1jq9z3nwy97dh2pid9azwkqm7kkxwx0f5ql1hh9pf77")))) + "1j81bgqmd55s5lxyaxcplym9n6xywcs1cm9wmvafsg2xiv9sl4q5")))) (build-system gnu-build-system) (arguments '(#:tests? #f ; tests require internet connection -- cgit v1.2.3