forked from pool/gtranslator
Accepting request 1159995 from home:dgarcia:branches:GNOME:Apps
- Update to version 46.0: + Use newer libadwaita widgets + UI simplifications + Improved search + Multiple bugfixes + Improved app metainfo + Code cleanup + Update some translations OBS-URL: https://build.opensuse.org/request/show/1159995 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gtranslator?expand=0&rev=89
This commit is contained in:
parent
a9b5d343dc
commit
3f96c1503f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3010204df5c7a5ae027f5a30b1544d6977d417f0e4bb9de297f0ad1a80331873
|
|
||||||
size 1524700
|
|
3
gtranslator-46.0.tar.xz
Normal file
3
gtranslator-46.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0a30bf0fd82d88f9a206659e8b5f59eaa93fb80f67530bbf9461c5bf6a1c0beb
|
||||||
|
size 1540860
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 21 07:20:49 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Update to version 46.0:
|
||||||
|
+ Use newer libadwaita widgets
|
||||||
|
+ UI simplifications
|
||||||
|
+ Improved search
|
||||||
|
+ Multiple bugfixes
|
||||||
|
+ Improved app metainfo
|
||||||
|
+ Code cleanup
|
||||||
|
+ Update some translations
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 25 07:00:36 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
Wed Oct 25 07:00:36 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gtranslator
|
# spec file for package gtranslator
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gtranslator
|
Name: gtranslator
|
||||||
Version: 45.3
|
Version: 46.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A gettext po file editor for the GNOME desktop
|
Summary: A gettext po file editor for the GNOME desktop
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
URL: https://wiki.gnome.org/Apps/Gtranslator
|
URL: https://wiki.gnome.org/Apps/Gtranslator
|
||||||
Source0: https://download.gnome.org/sources/gtranslator/45/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gtranslator/46/%{name}-%{version}.tar.xz
|
||||||
Source99: gtranslator-rpmlintrc
|
Source99: gtranslator-rpmlintrc
|
||||||
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -38,11 +38,11 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.71.3
|
|||||||
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
||||||
BuildRequires: pkgconfig(gthread-2.0) >= 2.13.0
|
BuildRequires: pkgconfig(gthread-2.0) >= 2.13.0
|
||||||
BuildRequires: pkgconfig(gtk-doc)
|
BuildRequires: pkgconfig(gtk-doc)
|
||||||
BuildRequires: pkgconfig(gtk4) >= 4.6.0
|
BuildRequires: pkgconfig(gtk4) >= 4.12.0
|
||||||
BuildRequires: pkgconfig(gtksourceview-5) >= 5.4.0
|
BuildRequires: pkgconfig(gtksourceview-5) >= 5.4.0
|
||||||
BuildRequires: pkgconfig(iso-codes)
|
BuildRequires: pkgconfig(iso-codes)
|
||||||
BuildRequires: pkgconfig(json-glib-1.0) >= 1.2.0
|
BuildRequires: pkgconfig(json-glib-1.0) >= 1.2.0
|
||||||
BuildRequires: pkgconfig(libadwaita-1) >= 1.3.0
|
BuildRequires: pkgconfig(libadwaita-1) >= 1.5.0
|
||||||
BuildRequires: pkgconfig(libdazzle-1.0) >= 3.33.90
|
BuildRequires: pkgconfig(libdazzle-1.0) >= 3.33.90
|
||||||
BuildRequires: pkgconfig(libgda-6.0) >= 6.0.0
|
BuildRequires: pkgconfig(libgda-6.0) >= 6.0.0
|
||||||
BuildRequires: pkgconfig(libsoup-3.0)
|
BuildRequires: pkgconfig(libsoup-3.0)
|
||||||
@ -50,6 +50,7 @@ BuildRequires: pkgconfig(libspelling-1)
|
|||||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.4.12
|
BuildRequires: pkgconfig(libxml-2.0) >= 2.4.12
|
||||||
Requires: gsettings-desktop-schemas
|
Requires: gsettings-desktop-schemas
|
||||||
Requires: iso-codes
|
Requires: iso-codes
|
||||||
|
Requires: libadwaita-1-0 >= 1.5.0
|
||||||
Requires: libgda-sqlite >= 6.0.0
|
Requires: libgda-sqlite >= 6.0.0
|
||||||
Obsoletes: gtranslator-devel <= 2.91.7
|
Obsoletes: gtranslator-devel <= 2.91.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user