release v2.6 version

This commit is contained in:
niko_yhc 2024-01-17 14:12:28 +08:00
parent bda2d369fc
commit cb9311ae54
3 changed files with 20 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,17 +1,23 @@
Name: kiran-gtk-theme Name: kiran-gtk-theme
Version: 2.4.0 Version: 2.6.0
Release: 1 Release: 1%{?dist}.kb1
Summary: GTK+ theme designed for kiran Summary: GTK+ theme designed for kiran
License: LGPLv2+ License: LGPLv2+
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
BuildRequires: cmake >= 3.2 BuildRequires: cmake >= 3.2
BuildRequires: gcc BuildRequires: gcc
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: sassc BuildRequires: sassc
%if ( 0%{kylin_major_version} == 3 && 0%{kylin_minor_version} == 3 && 0%{kylin_sub_minor_version} == 6 )
BuildRequires: python3
BuildRequires: python3-cairo
%else
BuildRequires: python%{python3_pkgversion} BuildRequires: python%{python3_pkgversion}
BuildRequires: python%{python3_pkgversion}-cairo BuildRequires: python%{python3_pkgversion}-cairo
%endif
BuildArch: noarch BuildArch: noarch
@ -30,12 +36,21 @@ make %{?_smp_mflags}
%files %files
%{_datadir}/themes/Kiran/ %{_datadir}/themes/Kiran-white/
%{_datadir}/themes/Kiran-dark/ %{_datadir}/themes/Kiran-dark/
%changelog %changelog
* Tue Sep 5 2023 yinhongchang <yinhongchang@kylinos.com.cn> - 2.4.0-1 * Mon Jan 15 2024 yuanxing <yuanxing@kylinos.com.cn> - 2.6.0-1.kb1
- KYOS-F: fixed font not centered in buttton in audacity toolbar.(#13006) - KYOS-F: change the light theme name to Kiran-white.(#24747)
* Mon Dec 25 2023 yanglan <yanglan@kylinsec.com.cn> - 2.4.0-1.kb3
- rebuild for KiranUI-2.6-next
* Wed Dec 06 2023 liuxinhao <liuxinhao@kylinsec.com.cn> - 2.4.0-1.kb1
- release 2.4
* Tue Jun 20 2023 kpkg <kpkg.kylinsec.com.cn> - 2.3.0-6.kb1
- rebuild for KiranUI-2.5-next
* Fri May 5 2023 yinhongchang <yinhongchang@kylinos.com.cn> - 2.3.0-6 * Fri May 5 2023 yinhongchang <yinhongchang@kylinos.com.cn> - 2.3.0-6
- KYOS-F: Fix compile gtk3.0 warning. - KYOS-F: Fix compile gtk3.0 warning.