!65 fix org.mate.applications-calculator value error

From: @liubuguiii 
Reviewed-by: @tangjie02 
Signed-off-by: @tangjie02
This commit is contained in:
openeuler-ci-bot 2023-07-04 01:49:55 +00:00 committed by Gitee
commit 9f2fa7b890
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,3 @@
[org.mate.applications-calculator]
exec=kiran-calculator
exec='kiran-calculator'

View File

@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: kiran-desktop
Version: 2.5.0
Release: 8
Release: 9
Summary: Kiran desktop environment
#Group:
License: MulanPSL-2.0
@ -168,6 +168,9 @@ glib-compile-schemas /usr/share/glib-2.0/schemas &> /dev/null || :
%{_datadir}/glib-2.0/schemas/99_unikylin-mate-application-calculator.gschema.override
%changelog
* Thu Jun 29 2023 liuxinhao <liuxinhao@kylinsec.com.cn> - 2.5.0-9
- KYOS-F: fix org.mate.applications-calculator value error
* Tue Jun 27 2023 liuxinhao <liuxinhao@kylinsec.com.cn> - 2.5.0-8
- KYOS-F: Community version adds dependency mate-screenshot, add Gsettings overlay to start kiran calculator(#I7C0TD)