diff --git a/qt5-ukui-platformtheme-1.0.8.tar.gz b/qt5-ukui-platformtheme-3.1.4.tar.gz similarity index 80% rename from qt5-ukui-platformtheme-1.0.8.tar.gz rename to qt5-ukui-platformtheme-3.1.4.tar.gz index 68c7c7b..4cf2356 100644 Binary files a/qt5-ukui-platformtheme-1.0.8.tar.gz and b/qt5-ukui-platformtheme-3.1.4.tar.gz differ diff --git a/qt5-ukui-platformtheme.spec b/qt5-ukui-platformtheme.spec index d50db91..f201068 100644 --- a/qt5-ukui-platformtheme.spec +++ b/qt5-ukui-platformtheme.spec @@ -1,9 +1,8 @@ -%define debug_package %{nil} Name: qt5-ukui-platformtheme -Version: 1.0.8 -Release: 4 +Version: 3.1.4 +Release: 2 Summary: Qt5 QPA platform theme of UKUI -License: LGPL-3.0+ GPL-3.0+ +License: LGPL-3.0-or-later and GPL-3.0-or-later URL: http://www.ukui.org Source0: %{name}-%{version}.tar.gz @@ -12,15 +11,14 @@ BuildRequires: qt5-qtx11extras-devel BuildRequires: kf5-kwindowsystem-devel BuildRequires: gsettings-qt-devel BuildRequires: pkgconf -#BuildRequires: qt5-qmake BuildRequires: qt5-qtbase-devel -#BuildRequires: qtbase5-dev-tools BuildRequires: qt5-qtbase-private-devel BuildRequires: qt5-qttools-devel BuildRequires: qtchooser BuildRequires: kf5-kwayland-devel BuildRequires: libqtxdg-devel BuildRequires: qt5-qtbase-static +BuildRequires: qt5-qtdeclarative-devel qt5-qtquickcontrols2-devel Requires: libqt5-ukui-style1 Requires: qt5-styles-ukui @@ -88,8 +86,8 @@ Provides: libqt5-ukui-style %build mkdir build && cd build -qmake-qt5 .. -make +%{qmake_qt5} .. +%{make_build} %post glib-compile-schemas /usr/share/glib-2.0/schemas &> /dev/null ||: @@ -98,10 +96,9 @@ glib-compile-schemas /usr/share/glib-2.0/schemas &> /dev/null ||: rm -rf $RPM_BUILD_ROOT cd %{_builddir}/%{name}-%{version}/build -make INSTALL_ROOT=%{buildroot} install +%{make_install} INSTALL_ROOT=%{buildroot} mkdir -p %{buildroot}/usr/include/qt5-ukui/ -#cp -rf %{_builddir}/%{name}-%{version}/libqt5-ukui-style/*.h %{buildroot}/usr/include/qt5-ukui/ cp -rf %{_builddir}/%{name}-%{version}/libqt5-ukui-style/*/*.h %{buildroot}/usr/include/qt5-ukui/ cp -rf %{_builddir}/%{name}-%{version}/libqt5-ukui-style/*/*/*.h %{buildroot}/usr/include/qt5-ukui/ @@ -126,17 +123,38 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so %changelog -* Tue Apr 19 2022 pei-jiankang - 1.0.8-4 -- rebuild +* Wed Feb 08 2023 peijiankang - 3.1.4-2 +- add build debuginfo and debugsource -* Thu Apr 14 2022 pei-jiankang - 1.0.8-3 +* Tue Dec 27 2022 lvfei - 3.1.4-1 +- update upstream version 3.1.4 + +* Thu Dec 15 2022 tanyulong - 3.1.3-2 +- Improve the project according to the requirements of compliance improvement + +* Mon Nov 21 2022 tanyulong - 3.1.3-1 +- update upstream version 3.1.3 + +* Tue Jul 12 2022 peijiankang - 1.0.8-4 +- update version to 1.0.8 + +* Thu May 19 2022 tanyulong - 1.0.5-7 +- Improve the project according to the requirements of compliance improvement + +* Tue Apr 19 2022 pei-jiankang - 1.0.5-6 - modify qt5-ukui-platformtheme install error -* Wed Mar 02 2022 tanyulong - 1.0.8-2 -- rebuild +* Mon Nov 08 2021 tanyulong - 1.0.5-5 +- Modify the disable status font alpha -* Tue Jan 25 2022 tanyulong - 1.0.8 -- update version 1.0.8-1 +* Fri Nov 05 2021 tanyulong - 1.0.5-4 +- Modify the default themename is ukui + +* Tue Nov 02 2021 tanyulong - 1.0.5-3 +- add patch1: 0002-Fix-return-type-errors.patch + +* Thu Oct 21 2021 douyan - 1.0.5-2 +- add patch0: 0001-change-libqt5-ukui-style-Requires-Qt5Widgets-Version.patch * Mon Oct 26 2020 douyan - 1.0.5-1 - update to upstream version 1.0.4-1+1027.1 diff --git a/qt5-ukui-platformtheme.yaml b/qt5-ukui-platformtheme.yaml new file mode 100644 index 0000000..8d1c61e --- /dev/null +++ b/qt5-ukui-platformtheme.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: ukui/qt5-ukui-platformtheme +tag_prefix: "^v" +separator: "."