Accepting request 842842 from GNOME:Next
update to 3.38.1 - TW should be ready OBS-URL: https://build.opensuse.org/request/show/842842 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gtranslator?expand=0&rev=75
This commit is contained in:
parent
7fa8538d85
commit
3beb6ca090
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2daa1d3b59b4a35ef54df087345b03e1703e725081f9dac543539228a715add3
|
||||
size 2121776
|
3
gtranslator-3.38.0.tar.xz
Normal file
3
gtranslator-3.38.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dbcda9b81a22d9233be18e99fd5c448f6ab05759d1e94c10580bb831ca2d7635
|
||||
size 1440104
|
33
gtranslator-remove-statusbar.patch
Normal file
33
gtranslator-remove-statusbar.patch
Normal file
@ -0,0 +1,33 @@
|
||||
diff -Naur a/doc/reference/gtranslator-docs.sgml b/doc/reference/gtranslator-docs.sgml
|
||||
--- a/doc/reference/gtranslator-docs.sgml 2020-09-18 02:20:52.751001000 -0500
|
||||
+++ b/doc/reference/gtranslator-docs.sgml 2020-10-07 21:06:17.131336942 -0500
|
||||
@@ -50,7 +50,6 @@
|
||||
<xi:include href="xml/gtr-notebook.xml"/>
|
||||
<xi:include href="xml/gtr-po.xml"/>
|
||||
<xi:include href="xml/gtr-profile.xml"/>
|
||||
- <xi:include href="xml/gtr-statusbar.xml"/>
|
||||
<xi:include href="xml/gtr-tab.xml"/>
|
||||
<xi:include href="xml/gtr-utils.xml"/>
|
||||
<xi:include href="xml/gtr-view.xml"/>
|
||||
diff -Naur a/doc/reference/gtranslator.types b/doc/reference/gtranslator.types
|
||||
--- a/doc/reference/gtranslator.types 2020-09-18 02:20:52.751001000 -0500
|
||||
+++ b/doc/reference/gtranslator.types 2020-10-07 21:06:34.699107985 -0500
|
||||
@@ -10,7 +10,6 @@
|
||||
#include "gtr-notebook.h"
|
||||
#include "gtr-po.h"
|
||||
#include "gtr-profile.h"
|
||||
-#include "gtr-statusbar.h"
|
||||
#include "gtr-tab.h"
|
||||
#include "gtr-utils.h"
|
||||
#include "gtr-view.h"
|
||||
diff -Naur a/plugins/dictionary/gtr-dict-panel.c b/plugins/dictionary/gtr-dict-panel.c
|
||||
--- a/plugins/dictionary/gtr-dict-panel.c 2020-09-18 02:20:52.775001000 -0500
|
||||
+++ b/plugins/dictionary/gtr-dict-panel.c 2020-10-07 21:06:57.058816577 -0500
|
||||
@@ -22,7 +22,6 @@
|
||||
#include "gtr-dict-panel.h"
|
||||
#include "gtr-gdict-sidebar.h"
|
||||
#include "gtr-window.h"
|
||||
-#include "gtr-statusbar.h"
|
||||
#include "gtr-dirs.h"
|
||||
|
||||
#include <glib.h>
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 8 02:09:52 UTC 2020 - malcolmlewis@opensuse.org
|
||||
|
||||
- Add gtranslator-remove-statusbar.patch: Remove leftovers of
|
||||
statusbar, (glgo#GNOME/gtranslator!70).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 16:31:01 UTC 2020 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.38.0:
|
||||
+ Add save file dialog when open from DL.
|
||||
+ Enable wrap-around by default in search bar.
|
||||
+ search-bar: error style when not found.
|
||||
+ Use base language to get the plural form on assistant.
|
||||
+ Download DL files to Download folder.
|
||||
+ Use GtkFileChooserNative for open and save dialogs.
|
||||
+ Editor font configurable on preferences.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 14 11:18:27 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -17,15 +17,16 @@
|
||||
|
||||
|
||||
Name: gtranslator
|
||||
Version: 3.36.0
|
||||
Version: 3.38.0
|
||||
Release: 0
|
||||
Summary: A gettext po file editor for the GNOME desktop
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Tools/Other
|
||||
URL: https://wiki.gnome.org/Apps/Gtranslator
|
||||
Source0: https://download.gnome.org/sources/gtranslator/3.36/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gtranslator/3.38/%{name}-%{version}.tar.xz
|
||||
Source99: gtranslator-rpmlintrc
|
||||
|
||||
#PATCH-FIX-UPSTREAM gtranslator-remove-statusbar.patch glgo#GNOME/gtranslator!70 malcolmlewis@opensuse.org -- Remove leftovers of statusbar.
|
||||
Patch0: gtranslator-remove-statusbar.patch
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gettext-tools
|
||||
BuildRequires: intltool
|
||||
|
Loading…
Reference in New Issue
Block a user