From f3fb6df54662865d88f4e6892062637f53caa330 Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Tue, 7 Dec 2021 14:23:05 +0800 Subject: [PATCH] Update Friulian translation --- 0001-Update-Friulian-translation.patch | 47 ++++++++++++++++++++++++++ d-feet.spec | 7 +++- 2 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 0001-Update-Friulian-translation.patch diff --git a/0001-Update-Friulian-translation.patch b/0001-Update-Friulian-translation.patch new file mode 100644 index 0000000..641815c --- /dev/null +++ b/0001-Update-Friulian-translation.patch @@ -0,0 +1,47 @@ +From 359f390c6ecfc524f107f524220d5e5e0e4ca1cd Mon Sep 17 00:00:00 2001 +From: tanyulong +Date: Tue, 7 Dec 2021 14:15:00 +0800 +Subject: [PATCH] Update Friulian translation + +--- + po/fur.po | 11 ++++++----- + 1 file changed, 6 insertions(+), 5 deletions(-) + +diff --git a/po/fur.po b/po/fur.po +index 6a5a14c..831b35f 100644 +--- a/po/fur.po ++++ b/po/fur.po +@@ -7,15 +7,15 @@ msgid "" + msgstr "" + "Project-Id-Version: d-feet master\n" + "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/d-feet/issues\n" +-"POT-Creation-Date: 2020-06-05 07:11+0000\n" +-"PO-Revision-Date: 2020-09-08 10:06+0200\n" ++"POT-Creation-Date: 2020-09-08 08:07+0000\n" ++"PO-Revision-Date: 2021-11-22 15:44+0100\n" + "Last-Translator: Fabio Tomat \n" + "Language-Team: Friulian \n" + "Language: fur\n" + "MIME-Version: 1.0\n" + "Content-Type: text/plain; charset=UTF-8\n" + "Content-Transfer-Encoding: 8bit\n" +-"X-Generator: Poedit 2.4.1\n" ++"X-Generator: Poedit 3.0\n" + + #: data/org.gnome.dfeet.appdata.xml.in:7 data/org.gnome.dfeet.desktop.in.in:3 + #: src/dfeet/application.py:90 +@@ -33,8 +33,9 @@ msgid "" + "on those interfaces." + msgstr "" + "Une semplice aplicazion par fâ il debug dal bus dai messaçs di sisteme D-" +-"Bus. D-Feet al pues jessi doprât par ispezionâ lis interfacis D-Bus dai " +-"programs in esecuzion e invocâ metodis su chês interfacis." ++"Bus. Tu puedis doprâ D-Feet par ispezionâ lis interfacis D-Bus dai programs " ++"in esecuzion e invocâ metodis su chês interfacis." ++ + + #: data/org.gnome.dfeet.desktop.in.in:4 + msgid "D-Bus Debugger" +-- +2.30.0 + diff --git a/d-feet.spec b/d-feet.spec index 4041e15..cd28c9e 100644 --- a/d-feet.spec +++ b/d-feet.spec @@ -1,12 +1,13 @@ Name: d-feet Version: 0.3.16 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A powerful D-Bus Debugger License: GPLv2+ URL: https://wiki.gnome.org/Apps/DFeet Source0: https://download.gnome.org/sources/d-feet/0.3/d-feet-%{version}.tar.xz +patch1: 0001-Update-Friulian-translation.patch BuildArch: noarch BuildRequires: desktop-file-utils @@ -30,6 +31,7 @@ D-Bus objects of running programs and invoke methods on those objects. %prep %setup -q +%patch1 -p1 %build %meson @@ -57,6 +59,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.dfeet.deskt %{_datadir}/metainfo/org.gnome.dfeet.appdata.xml %changelog +* Tue Dec 07 2021 tanyulong - 0.3.16-2 +- Update Friulian translation + * Wed Nov 09 2021 tanyulong - 0.3.16-1 - init package for OpenEuler -- Gitee