SHA256
1
0
forked from pool/eog

Accepting request 963181 from GNOME:Next

New stable rel

OBS-URL: https://build.opensuse.org/request/show/963181
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/eog?expand=0&rev=288
This commit is contained in:
Dominique Leuenberger 2022-03-21 08:36:21 +00:00 committed by Git OBS Bridge
parent 3d4b8059ff
commit affb6df3a4
4 changed files with 73 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:86e1b9ba39dacf74226afa457ab983b41253b89f617bf54139cad0892d02d8a9
size 3603320

3
eog-42.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fb35bfb5167a42121f59a7b9b7ac0d75bbd0517b9afd6d91831e84d35735ddf8
size 4446392

View File

@ -1,3 +1,66 @@
-------------------------------------------------------------------
Sun Mar 20 08:09:08 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 42.0:
+ appdata: Update screenshot.
+ Fix discovery of Evince for multi-page images.
+ EogWindow: Also set wallpaper as dark wallpaper.
+ Updated translations.
-------------------------------------------------------------------
Sat Mar 5 20:27:32 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 42.rc:
+ Replace gtk_window_set_title with hdy_header_bar_set_title.
+ Disable Presenter action if no images are loaded.
+ Updated translations.
-------------------------------------------------------------------
Sat Feb 12 21:34:33 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 42.beta:
+ Use gtk_widget_queue_draw to display thumbnails faster
+ Replace properties dialog
+ Shortcuts: Update keyboard shortcuts
+ eog-window: use correct type for display_profile
+ doc: migrate to gi-docgen
+ Use libhandy for dark style preference and rounded window
corners
+ Updated translations.
- Replace gtk-doc with pkgconfig(gi-docgen) BuildRequires following
upstreams port.
- Add pkgconfig(libhandy-1) BuildRequires: New dependency.
-------------------------------------------------------------------
Mon Jan 10 15:43:44 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Drop pkgconfig(libportal) and pkgconfig(libportal-gtk3)
BuildRequires and pass portal=false to meson. Libportal support
is now optional, and we do not need it as we are not doing a
flatpak.
-------------------------------------------------------------------
Mon Jan 10 15:03:16 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 42.alpha:
+ metainfo: Align app name with .desktop name.
+ build: Set of improvements for meson.
+ EogScrollView: Use overlay scrollbars.
+ Update libportal usage.
+ make zoom entry more visually stable.
+ eog-image: fix double-free of eog image status mutex.
+ Updated translations.
- Drop f61f6b1ba33e87766dd9a1b227a3607d863d2197.patch: fixed
upstream.
-------------------------------------------------------------------
Sat Jan 8 14:17:56 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Add f61f6b1ba33e87766dd9a1b227a3607d863d2197.patch: Update
libportal usage. Libportal 0.5 is the first release with a stable
API so some changes were made. Following this, add
pkgconfig(libportal-gtk3) BuildRequires, new dependency.
-------------------------------------------------------------------
Sat Dec 4 17:30:44 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package eog
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,35 +17,35 @@
Name: eog
Version: 41.1
Version: 42.0
Release: 0
Summary: Image Viewer for GNOME
License: GPL-2.0-or-later AND LGPL-2.1-or-later
Group: Productivity/Graphics/Viewers
URL: https://wiki.gnome.org/Apps/EyeOfGnome
Source0: https://download.gnome.org/sources/eog/41/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/eog/42/%{name}-%{version}.tar.xz
BuildRequires: fdupes
BuildRequires: gtk-doc
BuildRequires: libjpeg-devel
BuildRequires: meson >= 0.44.0
BuildRequires: pkgconfig
BuildRequires: yelp-tools
BuildRequires: pkgconfig(exempi-2.0) >= 1.99.5
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.36.5
BuildRequires: pkgconfig(gi-docgen)
BuildRequires: pkgconfig(gio-2.0) >= 2.53.4
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.53.4
BuildRequires: pkgconfig(glib-2.0) >= 2.53.4
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 2.91.2
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 2.91.92
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0
BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.15
BuildRequires: pkgconfig(gtk+-unix-print-3.0) >= 3.5.4
BuildRequires: pkgconfig(lcms2)
BuildRequires: pkgconfig(libexif)
BuildRequires: pkgconfig(libhandy-1)
BuildRequires: pkgconfig(libpeas-1.0) >= 0.7.4
BuildRequires: pkgconfig(libpeas-gtk-1.0) >= 0.7.4
BuildRequires: pkgconfig(libportal) >= 0.3
BuildRequires: pkgconfig(librsvg-2.0) >= 2.44.0
BuildRequires: pkgconfig(shared-mime-info) >= 0.20
@ -81,6 +81,7 @@ developing eog plugins.
-D gtk_doc=true \
-D introspection=true \
-D installed_tests=false \
-D libportal=false \
%{nil}
%meson_build