Accepting request 533086 from GNOME:Next
Fix build with new itstool OBS-URL: https://build.opensuse.org/request/show/533086 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/eog?expand=0&rev=233
This commit is contained in:
parent
77de405201
commit
99a9c98d5c
59
eog-spanish-translations.patch
Normal file
59
eog-spanish-translations.patch
Normal file
@ -0,0 +1,59 @@
|
||||
From 382503eff951270eaa833245b7ac4bf551e52d79 Mon Sep 17 00:00:00 2001
|
||||
From: Ryan Schmidt <git@ryandesign.com>
|
||||
Date: Mon, 9 Oct 2017 02:29:16 -0500
|
||||
Subject: Fix gui tags in Spanish help translation
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Some tags weren’t updated properly when the translation was changed in
|
||||
821899157419ee7358efc70cd10200f7d60f5f61.
|
||||
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=788582
|
||||
---
|
||||
help/es/es.po | 8 ++++----
|
||||
1 file changed, 4 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/help/es/es.po b/help/es/es.po
|
||||
index db4ae46..64a377f 100644
|
||||
--- a/help/es/es.po
|
||||
+++ b/help/es/es.po
|
||||
@@ -631,7 +631,7 @@ msgid ""
|
||||
"\"menuitem\">Save</gui>."
|
||||
msgstr ""
|
||||
"Si quiere mantener la imagen volteada así, pulse <gui style=\"menuitem"
|
||||
-"\"><gui>Guardar</gui>."
|
||||
+"\">Guardar</gui>."
|
||||
|
||||
#. (itstool) path: item/p
|
||||
#: C/flip-rotate.page:33 C/flip-rotate.page:46
|
||||
@@ -742,7 +742,7 @@ msgid ""
|
||||
"Click <gui style=\"menuitem\">Save As…</gui>. The <gui>Save Image</gui> "
|
||||
"window will pop up."
|
||||
msgstr ""
|
||||
-"Pulse <gui style=\"menuitem\"><gui>Guardar como</gui>. Se mostrará la "
|
||||
+"Pulse <gui style=\"menuitem\">Guardar como</gui>. Se mostrará la "
|
||||
"ventana emergente <gui>Guardar imagen</gui>."
|
||||
|
||||
#. (itstool) path: item/p
|
||||
@@ -1370,7 +1370,7 @@ msgid ""
|
||||
"\"menuitem\">Preferences</gui> and go to the <gui>Plugins</gui> tab. Then, "
|
||||
"check <gui>Date in statusbar</gui>."
|
||||
msgstr ""
|
||||
-"Para ello, pulse <gui style=\"menuitem\"><gui>Preferencias</gui> y vaya a la "
|
||||
+"Para ello, pulse <gui style=\"menuitem\">Preferencias</gui> y vaya a la "
|
||||
"pestaña <gui>Complementos</gui>. Después, marque <gui>Fecha en la barra de "
|
||||
"estado</gui>."
|
||||
|
||||
@@ -2888,7 +2888,7 @@ msgstr "<link xref=\"open\">Abra</link> una de las imágenes de la carpeta."
|
||||
#| "<key>F5</key>."
|
||||
msgid "Click <gui style=\"menuitem\">Slideshow</gui> or press <key>F5</key>."
|
||||
msgstr ""
|
||||
-"Pulse <gui style=\"menuitem\"><gui>Diapositivas</gui> o pulse <key>F5</key>."
|
||||
+"Pulse <gui style=\"menuitem\">Diapositivas</gui> o pulse <key>F5</key>."
|
||||
|
||||
#. (itstool) path: item/p
|
||||
#: C/slideshow.page:33
|
||||
--
|
||||
cgit v0.12
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 10 20:31:31 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Add eog-spanish-translations.patch: Fix build with new itstool.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 3 20:44:13 UTC 2017 - luc14n0@linuxmail.org
|
||||
|
||||
|
3
eog.spec
3
eog.spec
@ -24,6 +24,8 @@ License: GPL-2.0+ AND LGPL-2.1+
|
||||
Group: Productivity/Graphics/Viewers
|
||||
Url: http://www.gnome.org/
|
||||
Source: http://download.gnome.org/sources/eog/3.26/%{name}-%{version}.tar.xz
|
||||
# PATCH-FIX-UPSTREAM eog-spanish-translations.patch zaitor@opensuse.org -- Fix build with new itstool
|
||||
Patch0: eog-spanish-translations.patch
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: pkgconfig
|
||||
@ -71,6 +73,7 @@ eog plugins.
|
||||
%if !0%{?is_opensuse}
|
||||
translation-update-upstream
|
||||
%endif
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
|
Loading…
Reference in New Issue
Block a user