desktop add Tibetan name and introduction
This commit is contained in:
parent
21e753932d
commit
9cbd31936e
31
0009-desktop-add-Tibetan-name-and-introduction.patch
Normal file
31
0009-desktop-add-Tibetan-name-and-introduction.patch
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
From 9cf24b899f2e67245c855fae705db6051f4da5a8 Mon Sep 17 00:00:00 2001
|
||||||
|
From: tanyulong2021 <tanyulong@kylinos.cn>
|
||||||
|
Date: Wed, 29 Jun 2022 14:42:16 +0800
|
||||||
|
Subject: [PATCH] desktop add Tibetan name and introduction
|
||||||
|
|
||||||
|
---
|
||||||
|
ukui-system-monitor.desktop | 3 +++
|
||||||
|
1 file changed, 3 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/ukui-system-monitor.desktop b/ukui-system-monitor.desktop
|
||||||
|
index 409c54f..8b2a6ef 100755
|
||||||
|
--- a/ukui-system-monitor.desktop
|
||||||
|
+++ b/ukui-system-monitor.desktop
|
||||||
|
@@ -2,11 +2,14 @@
|
||||||
|
Name=Kylin System Monitor
|
||||||
|
Name[zh_CN]=系统监视器
|
||||||
|
Name[tr_TR]=Kylin Sistem İzleyici
|
||||||
|
+Name[bo_CN]=རྒྱུད་ཁོངས་སོ་ལྟ་ཆས།
|
||||||
|
GenericName=Kylin System Monitor
|
||||||
|
GenericName[zh_CN]=系统监视器
|
||||||
|
+GenericName[bo_CN]=རྒྱུད་ཁོངས་སོ་ལྟ་ཆས།
|
||||||
|
Comment=Kylin System Monitor
|
||||||
|
Comment[zh_CN]=系统监视器
|
||||||
|
Comment[tr_TR]=Kylin Sistem İzleyici
|
||||||
|
+Comment[bo_CN]=རྒྱུད་ཁོངས་སོ་ལྟ་ཆས།
|
||||||
|
Keywords=guide;
|
||||||
|
Exec=/usr/bin/ukui-system-monitor
|
||||||
|
Icon=ukui-system-monitor
|
||||||
|
--
|
||||||
|
2.33.0
|
||||||
|
|
||||||
@ -1,7 +1,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
Name: ukui-system-monitor
|
Name: ukui-system-monitor
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 14
|
Release: 15
|
||||||
Summary: A simple system monitor written in QT
|
Summary: A simple system monitor written in QT
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
URL: http://www.ukui.org
|
URL: http://www.ukui.org
|
||||||
@ -43,6 +43,7 @@ patch7: 0006-Update-modification-record-in-changelog.patch
|
|||||||
patch8: fix-the-bug-about-process-filesystem.patch
|
patch8: fix-the-bug-about-process-filesystem.patch
|
||||||
patch9: 0007-Fix-the-segmentfault-without-org.ukui.style.patch
|
patch9: 0007-Fix-the-segmentfault-without-org.ukui.style.patch
|
||||||
patch10: 0008-Update-changelog.patch
|
patch10: 0008-Update-changelog.patch
|
||||||
|
patch11: 0009-desktop-add-Tibetan-name-and-introduction.patch
|
||||||
%description
|
%description
|
||||||
A simple system monitor written in QT
|
A simple system monitor written in QT
|
||||||
|
|
||||||
@ -59,6 +60,7 @@ A simple system monitor written in QT
|
|||||||
%patch8 -p1
|
%patch8 -p1
|
||||||
%patch9 -p1
|
%patch9 -p1
|
||||||
%patch10 -p1
|
%patch10 -p1
|
||||||
|
%patch11 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export PATH=%{_qt5_bindir}:$PATH
|
export PATH=%{_qt5_bindir}:$PATH
|
||||||
@ -89,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/glib-2.0/schemas/org.ukui.system-monitor.menu.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.ukui.system-monitor.menu.gschema.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 29 2022 tanyulong<tanyulong@kylinos.cn> - 1.0.1-15
|
||||||
|
- desktop add Tibetan name and introduction
|
||||||
|
|
||||||
* Wed May 25 2022 tanyulong<tanyulong@kylinos.cn> - 1.0.1-14
|
* Wed May 25 2022 tanyulong<tanyulong@kylinos.cn> - 1.0.1-14
|
||||||
- Improve the project according to the requirements of compliance improvement
|
- Improve the project according to the requirements of compliance improvement
|
||||||
|
|
||||||
@ -101,7 +106,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* Tue Dec 21 2021 pei-jiankang <peijiankang@kylimos.cn> - 1.0.1-11
|
* Tue Dec 21 2021 pei-jiankang <peijiankang@kylimos.cn> - 1.0.1-11
|
||||||
- Fix the segmentfault without org.ukui.style
|
- Fix the segmentfault without org.ukui.style
|
||||||
|
|
||||||
* Tue Dec 09 2021 douyan <douyan@kylimos.cn> - 1.0.1-10
|
* Thu Dec 09 2021 douyan <douyan@kylimos.cn> - 1.0.1-10
|
||||||
- fix the bug about process and filesystem
|
- fix the bug about process and filesystem
|
||||||
|
|
||||||
* Tue Dec 07 2021 tanyulong <tanyulong@kylimos.cn> - 1.0.1-9
|
* Tue Dec 07 2021 tanyulong <tanyulong@kylimos.cn> - 1.0.1-9
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user