Accepting request 1206026 from GNOME:Apps

- Update to version 47.0:
  + Do D-L requests async
  + Fix bugs
  + Add tooltip-text to buttons
  + Use newer widgets from libadwaita
  + Updated translations.
- Switch to source service for tarball.
- Stop passing gtk_doc=false to meson, no longer needed, nor
  recognized.

OBS-URL: https://build.opensuse.org/request/show/1206026
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtranslator?expand=0&rev=51
This commit is contained in:
Ana Guerrero 2024-10-08 15:24:02 +00:00 committed by Git OBS Bridge
commit 908bb04e55
6 changed files with 44 additions and 7 deletions

20
_service Normal file
View File

@ -0,0 +1,20 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/gtranslator.git</param>
<param name="revision">47.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<!-- <param name="changesgenerate">enable</param> -->
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>

View File

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

3
gtranslator-47.0.obscpio Normal file
View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Oct 5 13:03:44 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 47.0:
+ Do D-L requests async
+ Fix bugs
+ Add tooltip-text to buttons
+ Use newer widgets from libadwaita
+ Updated translations.
- Switch to source service for tarball.
- Stop passing gtk_doc=false to meson, no longer needed, nor
recognized.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 24 05:09:44 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com> Wed Apr 24 05:09:44 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>

4
gtranslator.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: gtranslator
version: 47.0
mtime: 1728123428
commit: e41a0836cb4318585fd6655d896985261876807c

View File

@ -17,13 +17,13 @@
Name: gtranslator Name: gtranslator
Version: 46.1 Version: 47.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/46/%{name}-%{version}.tar.xz Source0: %{name}-%{version}.tar.zst
Source99: gtranslator-rpmlintrc Source99: gtranslator-rpmlintrc
BuildRequires: fdupes BuildRequires: fdupes
@ -43,7 +43,7 @@ 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.5.0 BuildRequires: pkgconfig(libadwaita-1) >= 1.6.alpha
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)
@ -66,7 +66,7 @@ Gtranslator is an enhanced gettext PO file editor for the GNOME desktop environm
%build %build
# https://gitlab.gnome.org/GNOME/gtranslator/-/issues/184 # https://gitlab.gnome.org/GNOME/gtranslator/-/issues/184
%meson \ %meson \
-D gtk_doc=false %{nil}
%meson_build %meson_build
%install %install