From 77683a5c78c8e79275d3f5726a742036c9d415cf Mon Sep 17 00:00:00 2001 From: liuxinhao Date: Mon, 25 Jul 2022 17:48:08 +0800 Subject: [PATCH 1/3] add requires: fcitx-configtools , mate-polkit. link #I5IHXK #I5HRDY --- kiran-desktop.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/kiran-desktop.spec b/kiran-desktop.spec index 685192f..7ba2bcf 100644 --- a/kiran-desktop.spec +++ b/kiran-desktop.spec @@ -2,7 +2,7 @@ Name: kiran-desktop Version: 2.3 -Release: 1 +Release: 2 Summary: Kiran desktop environment #Group: @@ -77,6 +77,7 @@ Requires: lightdm Requires: lightdm-gobject Requires: mate-menus-preferences-category-menu Requires: mate-terminal +Requires: mate-polkit %if 0%{?kylin} Requires: mate-media >= 1.22.1-1%{?dist}.kb8 %else @@ -92,6 +93,7 @@ Requires: fcitx >= 4.2.9.6-4%{?dist}.kb10 %else Requires: fcitx %endif +Requires: fcitx-configtool Requires: glx-utils Requires: initial-setup-gui @@ -165,6 +167,9 @@ install -D -m 0644 %SOURCE1 %{buildroot}%{_datadir}/glib-2.0/schemas/99_unikylin %changelog +* Mon Jul 25 2022 liuxinhao - 2.3-2 +- KYOS-F: add depenency: mate-polkit,fcitx-configtool + * Mon Jul 11 2022 liuxinhao - 2.3-1 - KYOS-F: RELEASE kiran-desktop 2.3 From 76b6f0aa39591ff91b0702fd2c2afee8d385351b Mon Sep 17 00:00:00 2001 From: luoqing Date: Mon, 8 Aug 2022 17:11:44 +0800 Subject: [PATCH 2/3] Modify license and add yaml file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改license以符合规范 添加yaml文件 --- kiran-desktop.spec | 8 ++++++-- kiran-desktop.yaml | 4 ++++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 kiran-desktop.yaml diff --git a/kiran-desktop.spec b/kiran-desktop.spec index 7ba2bcf..fc0ea58 100644 --- a/kiran-desktop.spec +++ b/kiran-desktop.spec @@ -2,11 +2,11 @@ Name: kiran-desktop Version: 2.3 -Release: 2 +Release: 3 Summary: Kiran desktop environment #Group: -License: Mulan PSL v2 +License: MulanPSL-2.0 #URL: Source0: %{name}-%{version}.tar.gz @@ -167,6 +167,10 @@ install -D -m 0644 %SOURCE1 %{buildroot}%{_datadir}/glib-2.0/schemas/99_unikylin %changelog +* Mon Aug 08 2022 luoqing - 2.3-3 +- KYOS-F: Modify license. +- KYOS-F: Add yaml file. + * Mon Jul 25 2022 liuxinhao - 2.3-2 - KYOS-F: add depenency: mate-polkit,fcitx-configtool diff --git a/kiran-desktop.yaml b/kiran-desktop.yaml new file mode 100644 index 0000000..7a7b891 --- /dev/null +++ b/kiran-desktop.yaml @@ -0,0 +1,4 @@ +version_control: gitee +src_repo: https://gitee.com/openeuler/kiran-desktop.git +tag_prefix: "v" +seperator: "." From 1bcf52fc603575fc10ca91637ee485df09d10c52 Mon Sep 17 00:00:00 2001 From: liuxinhao Date: Mon, 22 Aug 2022 10:36:38 +0800 Subject: [PATCH 3/3] add requires: caja-open-terminal link #I5HB6X --- kiran-desktop.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kiran-desktop.spec b/kiran-desktop.spec index fc0ea58..3e9c501 100644 --- a/kiran-desktop.spec +++ b/kiran-desktop.spec @@ -2,7 +2,7 @@ Name: kiran-desktop Version: 2.3 -Release: 3 +Release: 4 Summary: Kiran desktop environment #Group: @@ -27,6 +27,7 @@ Requires: alsa-plugins-pulseaudio Requires: caja >= 1.22.0-1%{?dist}.kb36 %else Requires: caja +Requires: caja-open-terminal %endif Requires: dconf Requires: flatpak @@ -167,6 +168,9 @@ install -D -m 0644 %SOURCE1 %{buildroot}%{_datadir}/glib-2.0/schemas/99_unikylin %changelog +* Mon Aug 22 2022 liuxinhao - 2.3-4 +- KYOS-F: add depenency: caja-open-terminal + * Mon Aug 08 2022 luoqing - 2.3-3 - KYOS-F: Modify license. - KYOS-F: Add yaml file.