From 9cbd31936e069deee1af0f33a021096ef1e7b82d Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Wed, 29 Jun 2022 14:44:46 +0800 Subject: [PATCH] desktop add Tibetan name and introduction --- ...op-add-Tibetan-name-and-introduction.patch | 31 +++++++++++++++++++ ukui-system-monitor.spec | 9 ++++-- 2 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 0009-desktop-add-Tibetan-name-and-introduction.patch diff --git a/0009-desktop-add-Tibetan-name-and-introduction.patch b/0009-desktop-add-Tibetan-name-and-introduction.patch new file mode 100644 index 0000000..4535d38 --- /dev/null +++ b/0009-desktop-add-Tibetan-name-and-introduction.patch @@ -0,0 +1,31 @@ +From 9cf24b899f2e67245c855fae705db6051f4da5a8 Mon Sep 17 00:00:00 2001 +From: tanyulong2021 +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 + diff --git a/ukui-system-monitor.spec b/ukui-system-monitor.spec index fc5a65f..d04d86f 100644 --- a/ukui-system-monitor.spec +++ b/ukui-system-monitor.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: ukui-system-monitor Version: 1.0.1 -Release: 14 +Release: 15 Summary: A simple system monitor written in QT License: GPL-3.0-or-later 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 patch9: 0007-Fix-the-segmentfault-without-org.ukui.style.patch patch10: 0008-Update-changelog.patch +patch11: 0009-desktop-add-Tibetan-name-and-introduction.patch %description A simple system monitor written in QT @@ -59,6 +60,7 @@ A simple system monitor written in QT %patch8 -p1 %patch9 -p1 %patch10 -p1 +%patch11 -p1 %build 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 %changelog +* Wed Jun 29 2022 tanyulong - 1.0.1-15 +- desktop add Tibetan name and introduction + * Wed May 25 2022 tanyulong - 1.0.1-14 - 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 - 1.0.1-11 - Fix the segmentfault without org.ukui.style -* Tue Dec 09 2021 douyan - 1.0.1-10 +* Thu Dec 09 2021 douyan - 1.0.1-10 - fix the bug about process and filesystem * Tue Dec 07 2021 tanyulong - 1.0.1-9