Accepting request 704384 from X11:MATE:Factory
- Update to version 1.22.1. OBS-URL: https://build.opensuse.org/request/show/704384 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eom?expand=0&rev=25
This commit is contained in:
commit
b7eb64b6fd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4e4014216fd8c5a22fc4755484c45e6b2155e5e5af9018c4f7721826e5c7b24
|
||||
size 2171992
|
3
eom-1.22.1.tar.xz
Normal file
3
eom-1.22.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64d73069ba4db8515a6c2c90fadba87e1c5cac67dd1e102b271f62e537ee970e
|
||||
size 2142132
|
@ -67,6 +67,20 @@
|
||||
}
|
||||
|
||||
static gboolean
|
||||
--- a/src/eom-list-store.c
|
||||
+++ b/src/eom-list-store.c
|
||||
@@ -477,7 +477,11 @@ directory_visit (GFile *directory,
|
||||
|
||||
if (!g_str_has_prefix (name, ".")) {
|
||||
/* We support opening any image type, so let eom to add any images in the current directory to the store */
|
||||
+#if GLIB_CHECK_VERSION (2, 52, 0)
|
||||
if (g_content_type_is_mime_type (mime_type, "image/*") || eom_image_is_supported_mime_type (mime_type)) {
|
||||
+#else
|
||||
+ if (g_content_type_is_a (mime_type, "image/*") || eom_image_is_supported_mime_type (mime_type)) {
|
||||
+#endif
|
||||
load_uri = TRUE;
|
||||
}
|
||||
}
|
||||
--- a/src/eom-scroll-view.c
|
||||
+++ b/src/eom-scroll-view.c
|
||||
@@ -2241,8 +2241,14 @@ view_on_button_press_event_cb (GtkWidget
|
||||
|
11
eom.changes
11
eom.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 12 18:13:56 UTC 2019 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||
|
||||
- Update to version 1.22.1:
|
||||
* store: Add any image file in the current directory to the store.
|
||||
* help: Update copyright.
|
||||
* Upgrade the manual to docbook 5.0.
|
||||
* Use persistent page setup.
|
||||
* Update translations.
|
||||
- Rebase eom-gtk-3.20.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 5 15:19:33 UTC 2019 - sor.alexei@meowr.ru
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user