kiran-icon-theme/kiran-icon-theme.spec
yuanxing 170566abc8 fix(KiranNew):remove KiranNew icon theme
- 移除KiranNew图标主题

Relates #20206
2023-11-10 10:57:00 +08:00

48 lines
983 B
RPMSpec

Name: kiran-icon-theme
Version: 2.5.0
Release: 3
Summary: Icon theme for Kiran desktop
License: LGPL-2.0-or-later
URL: http://www.kylinos.com.cn
Source0: %{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: gcc-c++
Requires: google-noto-cjk-fonts
BuildArch: noarch
Conflicts: kiran-themes < 0.8.1
%description
The kiran-icon-theme package contains the standard icon theme for the Kiran
desktop, which provides default appearance for icons.
%prep
%setup -q
%build
%{__mkdir} -p %{buildroot}
%cmake
make %{?_smp_mflags}
%install
%make_install
%files
%doc
%{_datadir}/icons/Kiran/*
%changelog
* Fri Nov 10 2023 yuanxing <yaunxing@kylinsec.com.cn> - 2.5.0-3
- KYOS-F: remove KiranNew icon theme(#20206)
* Fri Jun 09 2023 yuanxing <yaunxing@kylinsec.com.cn> - 2.5.0-2
- KYOS-F: add some KiranNew icons and remove commercial icons
* Tue Mar 28 2023 yuanxing <yaunxing@kylinsec.com.cn> - 2.5.0-1
- KYOS-F: init commit for v2.5 version.