[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/47: gnu: eog: Update to 3.34.1.
From: |
guix-commits |
Subject: |
05/47: gnu: eog: Update to 3.34.1. |
Date: |
Tue, 14 Apr 2020 23:54:32 -0400 (EDT) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit 904227e94edbe97f4c28871a9d2e899936c08692
Author: Kei Kebreau <address@hidden>
AuthorDate: Sat Dec 14 22:39:19 2019 -0500
gnu: eog: Update to 3.34.1.
* gnu/packages/gnome.scm (eog): Update to 3.34.1.
[inputs]: Replace librsvg with librsvg-next.
---
gnu/packages/gnome.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index bf65f1f..c241b72 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5015,7 +5015,7 @@ supports playlists, song ratings, and any codecs
installed through gstreamer.")
(define-public eog
(package
(name "eog")
- (version "3.32.2")
+ (version "3.34.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -5023,7 +5023,7 @@ supports playlists, song ratings, and any codecs
installed through gstreamer.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1bcxpqgzlk2cy4wfb3b5h66mhpj2fhrk1rrb5qqcv5xrr62ik5xy"))))
+ "0b7ld4azs9xbdjsk9b91ywhdzvxgajhndiwiivxjzbr0hjgp7c7x"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags
@@ -5063,7 +5063,7 @@ supports playlists, song ratings, and any codecs
installed through gstreamer.")
("libexif" ,libexif)
("libpeas" ,libpeas)
("libjpeg" ,libjpeg-turbo)
- ("librsvg" ,librsvg)
+ ("librsvg" ,librsvg-next)
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("gtk+" ,gtk+)))
(home-page "https://wiki.gnome.org/Apps/EyeOfGnome")
- branch wip-gnome3.34 created (now 1538791), guix-commits, 2020/04/14
- 01/47: gnu: adwaita-icon-theme: Update to 3.34.3., guix-commits, 2020/04/14
- 05/47: gnu: eog: Update to 3.34.1.,
guix-commits <=
- 06/47: gnu: gnome-desktop: Update to 3.34.2., guix-commits, 2020/04/14
- 03/47: gnu: dconf: Update to 3.34.0., guix-commits, 2020/04/14
- 08/47: gnu: gsettings-desktop-schemas: Update to 3.34.0., guix-commits, 2020/04/14
- 07/47: gnu: gnome-backgrounds: Update to 3.34.0., guix-commits, 2020/04/14
- 10/47: gnu: epiphany: Update to 3.34.2., guix-commits, 2020/04/14
- 11/47: gnu: gedit: Update to 3.34.1., guix-commits, 2020/04/14
- 02/47: gnu: baobab: Update to 3.34.0., guix-commits, 2020/04/14
- 09/47: gnu: libdazzle: Update to 3.34.1., guix-commits, 2020/04/14
- 04/47: gnu: dconf-editor: Update to 3.34.2., guix-commits, 2020/04/14
- 12/47: gnu: glib-networking: Update to 2.62.2., guix-commits, 2020/04/14