102 lines
2.9 KiB
RPMSpec
102 lines
2.9 KiB
RPMSpec
Name: kiran-qt5-integration
|
|
Version: 2.4.0
|
|
Release: 7
|
|
Summary: Kiran desktop platform integration plugin.
|
|
|
|
License: MulanPSL-2.0
|
|
Source0: %{name}-%{version}.tar.gz
|
|
|
|
Patch0001: 0001-fix-Memory-leak-Fix-the-memory-leak-of-allocating-QP.patch
|
|
Patch0002: 0002-fix-arrow-Adjust-the-theme-drawing-arrow.patch
|
|
Patch0003: 0003-build-qt5.11.1-Adaptation-Qt5.11.1.patch
|
|
Patch0004: 0004-feat-style-app-Adjust-the-topic-configuration-to-whi.patch
|
|
Patch0005: 0005-fix-style-add-ksl-os-gui-to-the-Style-whitelist.patch
|
|
|
|
BuildRequires: cmake >= 3.2
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: pkgconf
|
|
BuildRequires: sassc
|
|
BuildRequires: python%{python3_pkgversion}
|
|
BuildRequires: python%{python3_pkgversion}-cairo
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
BuildRequires: qt5-qtbase-private-devel
|
|
BuildRequires: qt5-qtbase-static
|
|
BuildRequires: qt5-qtsvg-devel
|
|
BuildRequires: qt5-linguist
|
|
BuildRequires: gsettings-qt-devel
|
|
|
|
BuildRequires: kiran-qdbusxml2cpp
|
|
BuildRequires: kiran-log-qt5-devel
|
|
BuildRequires: kiran-cc-daemon-devel
|
|
|
|
Requires: qt5-qtbase
|
|
Requires: qt5-qtsvg
|
|
Requires: gsettings-qt
|
|
Requires: kiran-log-qt5
|
|
|
|
%package devel
|
|
Summary: develop package for kiran-qt5-integration
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
%description devel
|
|
%{summary}
|
|
|
|
%description
|
|
%{summary}
|
|
|
|
%prep
|
|
%autosetup -p1
|
|
|
|
%build
|
|
%cmake
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
%make_install
|
|
|
|
%files
|
|
%{_libdir}/qt5/plugins/*
|
|
%{_libdir}/libkiran-style-helper.so.2*
|
|
%{_sysconfdir}/kiran-qt5-integration/kiran-qt5-integration.ini
|
|
|
|
%files devel
|
|
%{_includedir}/kiran-style/*
|
|
%{_libdir}/libkiran-style-helper.so
|
|
%{_libdir}/pkgconfig/kiran-style-helper.pc
|
|
|
|
%changelog
|
|
* Mon Jul 03 2023 liuxinhao <liuxinhao@kylinsec.com.cn> - 2.4.0-7
|
|
- KYOS-F: add ksl-os-gui to kiran style white list
|
|
|
|
* Mon Jun 05 2023 liuxinhao <liuxinhao@kylinsec.com.cn> - 2.4.0-6
|
|
- KYOS-F: Adjust the topic configuration to whitelist
|
|
|
|
* Wed Apr 12 2023 kpkg <kpkg.kylinsec.com.cn> - 2.4.0-5
|
|
- rebuild for KY3.4-5-GC-KiranUI-2.5
|
|
|
|
* Fri Apr 07 2023 kpkg <kpkg.kylinsec.com.cn> - 2.4.0-4
|
|
- rebuild for KiranUI-2.5-next
|
|
|
|
* Fri Apr 07 2023 liuxinhao <liuxinhao@kylinsec.com.cn> - 2.4.0-3
|
|
- KYOS-F: Adaptation Qt5.11.1,Adjust the theme drawing arrow
|
|
|
|
* Fri Nov 25 2022 liuxinhao <liuxinhao@kylinsec.com.cn> - 2.4.0-2
|
|
- KYOS-F:Fix the memory leak of change theme
|
|
|
|
* Mon Oct 31 2022 liuxinhao <liuxinhao@kylinsec.com.cn> - 2.4.0-1
|
|
- KYOS-F: Modify the color table and add new color types, and support the 2.4 color block design of the control center
|
|
|
|
* Tue Aug 09 2022 liuxinhao <liuxinhao@kylinsec.com.cn> - 2.3.0-4
|
|
- KYOS-B: update painting effect of the scrolling area
|
|
- KYOS-F: update log output when creating theme and style plug-ins
|
|
|
|
* Thu Aug 04 2022 liuxinhao <liuxinhao@kylinsec.com.cn> - 2.3.0-3
|
|
- KYOS-F: add window hover color
|
|
|
|
* Mon Jul 11 2022 liuxinhao <liuxinhao@kylinsec.com.cn> - 2.3.0-2
|
|
- KYOS-F: reduce some log level,disable kiranstyle settings file
|
|
|
|
* Wed Jul 06 2022 liuxinhao <liuxinhao@kylinsec.com.cn> - 2.3.0-1
|
|
- Initial source
|