Added Russian description and summary for ArcMenu and gnome-software

i9e changed/i9/copyq-7.0.0-2.el9.inferit
Sergey Cherevko 1 year ago
parent 0af25895b5
commit 702f48a058
Signed by: scherevko
GPG Key ID: D87CBBC16D2E4A72

@ -0,0 +1,52 @@
From 43856d435d6992d1e3bebc307eb04731999eca57 Mon Sep 17 00:00:00 2001
From: Sergey Cherevko <s.cherevko@msvsphere.ru>
Date: Mon, 21 Aug 2023 13:10:19 +0300
Subject: [PATCH] Added Russian description and summary
---
shared/com.github.hluk.copyq.appdata.xml | 9 +++++++++
shared/com.github.hluk.copyq.desktop.in | 1 +
2 files changed, 10 insertions(+)
diff --git a/shared/com.github.hluk.copyq.appdata.xml b/shared/com.github.hluk.copyq.appdata.xml
index 4fa0400..7fd042f 100644
--- a/shared/com.github.hluk.copyq.appdata.xml
+++ b/shared/com.github.hluk.copyq.appdata.xml
@@ -6,7 +6,9 @@
<project_license>GPL-3.0+</project_license>
<name>CopyQ</name>
+ <name xml:lang="ru">Менеджер буфера обмена CopyQ</name>
<summary>Advanced clipboard manager</summary>
+ <summary xml:lang="ru">Расширенный менеджер буфера обмена</summary>
<description>
<p>
@@ -16,6 +18,13 @@
CopyQ monitors system clipboard and saves its content in customized tabs.
Saved clipboard can be later copied and pasted directly into any application.
</p>
+ <p xml:lang="ru">
+ Copy - это продвинутый менеджер буфера обмена с функциями редактирования и написания сценариев.
+ </p>
+ <p xml:lang="ru">
+ Копирование отслеживает системный буфер обмена и сохраняет его содержимое в настраиваемых вкладках.
+ Сохраненный буфер обмена позже можно скопировать и вставить непосредственно в любое приложение.
+ </p>
</description>
<url type="homepage">https://hluk.github.io/CopyQ/</url>
diff --git a/shared/com.github.hluk.copyq.desktop.in b/shared/com.github.hluk.copyq.desktop.in
index 3a87823..3210c29 100644
--- a/shared/com.github.hluk.copyq.desktop.in
+++ b/shared/com.github.hluk.copyq.desktop.in
@@ -1,5 +1,6 @@
[Desktop Entry]
Name=CopyQ
+Name[ru]=Менеджер буфера обмена СopyQ
Exec=copyq --start-server show
Icon=${ICON_NAME}
GenericName=Clipboard Manager
--
2.39.2

@ -13,7 +13,7 @@
Name: copyq
Version: 7.0.0
Release: %autorelease
Release: %autorelease.inferit
Summary: Advanced clipboard manager
License: GPL-3.0-or-later
@ -22,6 +22,9 @@ License: GPL-3.0-or-later
Url: %{forgeurl}
Source0: %{forgesource}
Source1: %{name}.rpmlintrc
# MSVSphere
Patch100: 0001-Added-Russian-description-and-summary.patch
BuildRequires: cmake, extra-cmake-modules, gcc-c++
BuildRequires: libappstream-glib
BuildRequires: desktop-file-utils, git
@ -76,6 +79,10 @@ appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/metainfo/com.gi
%{_mandir}/man1/%{name}.1.*
%changelog
* Mon Aug 21 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 7.0.0-2.inferit
- Added Russian description and summary for ArcMenu and gnome-software
- Rebuilt for MSVSphere 9.2
* Tue Aug 15 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 7.0.0-2
- Rebuilt for MSVSphere 9.2

Loading…
Cancel
Save