feature(resources):Add icons of different sizes
- 增加不同尺寸的图标 修改license,添加yaml文件
This commit is contained in:
parent
d4bd9fa756
commit
7e7d689f48
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
|
||||
|
||||
Version: 2.2.1
|
||||
Version: 2.2.2
|
||||
Release: 1
|
||||
Summary: Kiran Calculator
|
||||
|
||||
License: GPLv3
|
||||
License: GPL-3.0-only
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: cmake
|
||||
@ -40,12 +40,23 @@ gtk-update-icon-cache -f /usr/share/icons/hicolor/
|
||||
%files
|
||||
%{_datadir}/kiran-calculator/translations/*.qm
|
||||
%{_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/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
|
||||
%clean
|
||||
rm -rf ${buildroot}
|
||||
|
||||
%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
|
||||
- KYOS-F: Add light theme
|
||||
- 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