Compare commits

..

No commits in common. 'c9' and 'i9' have entirely different histories.
c9 ... i9

@ -0,0 +1,25 @@
From 4a062bd47de6dc972cc5ed8050d65ec728dee804 Mon Sep 17 00:00:00 2001
From: Sergey Cherevko <s.cherevko@msvsphere.ru>
Date: Tue, 22 Aug 2023 12:15:26 +0300
Subject: [PATCH] Update Russian translation in menu
---
po/ru.po | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/po/ru.po b/po/ru.po
index 668e25d..8b40144 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -36,7 +36,7 @@ msgstr ""
#: data/misc/io.github.Hexchat.appdata.xml.in:5
#: data/misc/io.github.Hexchat.desktop.in.in:3
msgid "HexChat"
-msgstr "HexChat"
+msgstr "IRC клиент HexChat"
#: data/misc/io.github.Hexchat.appdata.xml.in:9
#: data/misc/io.github.Hexchat.desktop.in.in:4
--
2.39.2

@ -1,46 +0,0 @@
From dac8ace90cffef656b1292c8d91648cc722c28fe Mon Sep 17 00:00:00 2001
From: Patrick Griffis <tingping@tingping.se>
Date: Mon, 25 Oct 2021 15:02:22 -0500
Subject: [PATCH] Install icons as io.github.Hexchat
This matches our app-id as the desktop-file spec recommends.
This also fixes a bug where our notifications referred to this new
name already.
---
data/icons/meson.build | 2 ++
data/misc/io.github.Hexchat.desktop.in.in | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/data/icons/meson.build b/data/icons/meson.build
index d7926e831259..710e0045f24b 100644
--- a/data/icons/meson.build
+++ b/data/icons/meson.build
@@ -1,9 +1,11 @@
icondir = join_paths(get_option('datadir'), 'icons/hicolor')
install_data(
'hexchat.png',
+ rename: 'io.github.Hexchat.png',
install_dir: join_paths(icondir, '48x48/apps')
)
install_data(
'hexchat.svg',
+ rename: 'io.github.Hexchat.svg',
install_dir: join_paths(icondir, 'scalable/apps')
)
diff --git a/data/misc/io.github.Hexchat.desktop.in.in b/data/misc/io.github.Hexchat.desktop.in.in
index 7bf6a9a8110c..5e00ce8f2539 100644
--- a/data/misc/io.github.Hexchat.desktop.in.in
+++ b/data/misc/io.github.Hexchat.desktop.in.in
@@ -4,7 +4,7 @@ GenericName=IRC Client
Comment=Chat with other people online
Keywords=IM;Chat;
Exec=@exec_command@
-Icon=hexchat
+Icon=io.github.Hexchat
Terminal=false
Type=Application
Categories=GTK;Network;IRCClient;
--
2.41.0

@ -3,13 +3,12 @@
Summary: A popular and easy to use graphical IRC (chat) client
Name: hexchat
Version: 2.16.0
Release: 2%{?dist}
Release: 1%{?dist}.inferit
License: GPLv2+
URL: https://hexchat.github.io
Source: https://dl.hexchat.net/hexchat/%{name}-%{version}.tar.xz
# https://bugzilla.redhat.com/show_bug.cgi?id=2051561
Patch0: hexchat-Install-icons-as-io.github.Hexchat.patch
# MSVSphere
Patch100: 0001-Update-Russian-translation-in-menu.patch
BuildRequires: gcc
BuildRequires: meson
@ -66,7 +65,7 @@ This package contains the development files for %{name}.
%{_libdir}/hexchat/plugins/python.so
%{_libdir}/hexchat/python
%{_datadir}/applications/%{app_id}.desktop
%{_datadir}/icons/hicolor/*/apps/%{app_id}.*
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/metainfo/%{app_id}.appdata.xml
%{_datadir}/dbus-1/services/org.hexchat.service.service
%{_mandir}/man1/*.gz
@ -76,9 +75,12 @@ This package contains the development files for %{name}.
%{_libdir}/pkgconfig/hexchat-plugin.pc
%changelog
* Mon Jul 10 2023 Debarshi Ray <rishi@fedoraproject.org> - 2.16.0-2
- Unbreak notification icon
Resolves: #2051561
* Tue Aug 22 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 2.16.0-1.inferit
- Update Russian translation in menu
- Rebuilt for MSVSphere 9.2
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 2.16.0-1
- Rebuilt for MSVSphere 9.1.
* Mon Dec 13 2021 Debarshi Ray <rishi@fedoraproject.org> - 2.16.0-1
- Update to 2.16.0

Loading…
Cancel
Save