!7 增加不同尺寸的图标,修改license,增加yaml文件
From: @luoqing_kylinsec Reviewed-by: @tangjie02 Signed-off-by: @tangjie02
This commit is contained in:
commit
7922447c9e
Binary file not shown.
BIN
kiran-calculator-2.2.2.tar.gz
Normal file
BIN
kiran-calculator-2.2.2.tar.gz
Normal file
Binary file not shown.
@ -1,10 +1,10 @@
|
|||||||
Name: kiran-calculator
|
Name: kiran-calculator
|
||||||
|
|
||||||
Version: 2.2.1
|
Version: 2.2.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Kiran Calculator
|
Summary: Kiran Calculator
|
||||||
|
|
||||||
License: GPLv3
|
License: GPL-3.0-only
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
@ -40,12 +40,23 @@ gtk-update-icon-cache -f /usr/share/icons/hicolor/
|
|||||||
%files
|
%files
|
||||||
%{_datadir}/kiran-calculator/translations/*.qm
|
%{_datadir}/kiran-calculator/translations/*.qm
|
||||||
%{_datadir}/applications/*.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
|
%{_datadir}/icons/hicolor/16x16/apps/kc-calculator.png
|
||||||
|
%{_datadir}/icons/hicolor/22x22/apps/kc-calculator.png
|
||||||
%{_datadir}/icons/hicolor/24x24/apps/kc-calculator.png
|
%{_datadir}/icons/hicolor/24x24/apps/kc-calculator.png
|
||||||
|
%{_datadir}/icons/hicolor/32x32/apps/kc-calculator.png
|
||||||
|
%{_datadir}/icons/hicolor/48x48/apps/kc-calculator.png
|
||||||
|
%{_datadir}/icons/hicolor/64x64/apps/kc-calculator.png
|
||||||
|
%{_datadir}/icons/hicolor/96x96/apps/kc-calculator.png
|
||||||
|
%{_datadir}/icons/hicolor/128x128/apps/kc-calculator.png
|
||||||
%{_bindir}/kiran-calculator
|
%{_bindir}/kiran-calculator
|
||||||
%clean
|
%clean
|
||||||
rm -rf ${buildroot}
|
rm -rf ${buildroot}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 04 2022 luoqing <luoqing@kylinsec.com.cn> - 2.2.2-1
|
||||||
|
- KYOS-F: Add icons of different sizes
|
||||||
|
- KYOS-F: Modify license and add yaml file
|
||||||
|
|
||||||
* Wed Jul 13 2022 luoqing <luoqing@kylinsec.com.cn> - 2.2.1-1
|
* Wed Jul 13 2022 luoqing <luoqing@kylinsec.com.cn> - 2.2.1-1
|
||||||
- KYOS-F: Add light theme
|
- KYOS-F: Add light theme
|
||||||
- KYOS-F: Fix C99 standard compilation problem and change to gnu99 standard
|
- KYOS-F: Fix C99 standard compilation problem and change to gnu99 standard
|
||||||
|
|||||||
4
kiran-calculator.yaml
Normal file
4
kiran-calculator.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: gitee
|
||||||
|
src_repo: https://gitee.com/openeuler/kiran-calculator.git
|
||||||
|
tag_prefix: "v"
|
||||||
|
seperator: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user