Synchronize master branch, update to 3.1.4
This commit is contained in:
parent
ec1e58580c
commit
4a8bcff38e
Binary file not shown.
@ -1,9 +1,8 @@
|
|||||||
%define debug_package %{nil}
|
|
||||||
Name: qt5-ukui-platformtheme
|
Name: qt5-ukui-platformtheme
|
||||||
Version: 1.0.8
|
Version: 3.1.4
|
||||||
Release: 4
|
Release: 2
|
||||||
Summary: Qt5 QPA platform theme of UKUI
|
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
|
URL: http://www.ukui.org
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
|
|
||||||
@ -12,15 +11,14 @@ BuildRequires: qt5-qtx11extras-devel
|
|||||||
BuildRequires: kf5-kwindowsystem-devel
|
BuildRequires: kf5-kwindowsystem-devel
|
||||||
BuildRequires: gsettings-qt-devel
|
BuildRequires: gsettings-qt-devel
|
||||||
BuildRequires: pkgconf
|
BuildRequires: pkgconf
|
||||||
#BuildRequires: qt5-qmake
|
|
||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt5-qtbase-devel
|
||||||
#BuildRequires: qtbase5-dev-tools
|
|
||||||
BuildRequires: qt5-qtbase-private-devel
|
BuildRequires: qt5-qtbase-private-devel
|
||||||
BuildRequires: qt5-qttools-devel
|
BuildRequires: qt5-qttools-devel
|
||||||
BuildRequires: qtchooser
|
BuildRequires: qtchooser
|
||||||
BuildRequires: kf5-kwayland-devel
|
BuildRequires: kf5-kwayland-devel
|
||||||
BuildRequires: libqtxdg-devel
|
BuildRequires: libqtxdg-devel
|
||||||
BuildRequires: qt5-qtbase-static
|
BuildRequires: qt5-qtbase-static
|
||||||
|
BuildRequires: qt5-qtdeclarative-devel qt5-qtquickcontrols2-devel
|
||||||
|
|
||||||
Requires: libqt5-ukui-style1
|
Requires: libqt5-ukui-style1
|
||||||
Requires: qt5-styles-ukui
|
Requires: qt5-styles-ukui
|
||||||
@ -88,8 +86,8 @@ Provides: libqt5-ukui-style
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
qmake-qt5 ..
|
%{qmake_qt5} ..
|
||||||
make
|
%{make_build}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
glib-compile-schemas /usr/share/glib-2.0/schemas &> /dev/null ||:
|
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
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
cd %{_builddir}/%{name}-%{version}/build
|
cd %{_builddir}/%{name}-%{version}/build
|
||||||
make INSTALL_ROOT=%{buildroot} install
|
%{make_install} INSTALL_ROOT=%{buildroot}
|
||||||
|
|
||||||
mkdir -p %{buildroot}/usr/include/qt5-ukui/
|
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/
|
||||||
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
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Apr 19 2022 pei-jiankang <peijiankang@kylinos.cn> - 1.0.8-4
|
* Wed Feb 08 2023 peijiankang <peijiankang@kylinos.cn> - 3.1.4-2
|
||||||
- rebuild
|
- add build debuginfo and debugsource
|
||||||
|
|
||||||
* Thu Apr 14 2022 pei-jiankang <peijiankang@kylinos.cn> - 1.0.8-3
|
* Tue Dec 27 2022 lvfei<lvfei@kylinos.cn> - 3.1.4-1
|
||||||
|
- update upstream version 3.1.4
|
||||||
|
|
||||||
|
* Thu Dec 15 2022 tanyulong<tanyulong@kylinos.cn> - 3.1.3-2
|
||||||
|
- Improve the project according to the requirements of compliance improvement
|
||||||
|
|
||||||
|
* Mon Nov 21 2022 tanyulong <tanyulong@kylinos.cn> - 3.1.3-1
|
||||||
|
- update upstream version 3.1.3
|
||||||
|
|
||||||
|
* Tue Jul 12 2022 peijiankang <peijiankang@kylinos.cn> - 1.0.8-4
|
||||||
|
- update version to 1.0.8
|
||||||
|
|
||||||
|
* Thu May 19 2022 tanyulong<tanyulong@kylinos.cn> - 1.0.5-7
|
||||||
|
- Improve the project according to the requirements of compliance improvement
|
||||||
|
|
||||||
|
* Tue Apr 19 2022 pei-jiankang <peijiankang@kylinos.cn> - 1.0.5-6
|
||||||
- modify qt5-ukui-platformtheme install error
|
- modify qt5-ukui-platformtheme install error
|
||||||
|
|
||||||
* Wed Mar 02 2022 tanyulong <tanyulong@kylinos.cn> - 1.0.8-2
|
* Mon Nov 08 2021 tanyulong <tanyulong@kylinos.cn> - 1.0.5-5
|
||||||
- rebuild
|
- Modify the disable status font alpha
|
||||||
|
|
||||||
* Tue Jan 25 2022 tanyulong <tanyulong@kylinos.cn> - 1.0.8
|
* Fri Nov 05 2021 tanyulong <tanyulong@kylinos.cn> - 1.0.5-4
|
||||||
- update version 1.0.8-1
|
- Modify the default themename is ukui
|
||||||
|
|
||||||
|
* Tue Nov 02 2021 tanyulong <tanyulong@kylinos.cn> - 1.0.5-3
|
||||||
|
- add patch1: 0002-Fix-return-type-errors.patch
|
||||||
|
|
||||||
|
* Thu Oct 21 2021 douyan<douyan@kylinos.cn> - 1.0.5-2
|
||||||
|
- add patch0: 0001-change-libqt5-ukui-style-Requires-Qt5Widgets-Version.patch
|
||||||
|
|
||||||
* Mon Oct 26 2020 douyan <douyan@kylinos.cn> - 1.0.5-1
|
* Mon Oct 26 2020 douyan <douyan@kylinos.cn> - 1.0.5-1
|
||||||
- update to upstream version 1.0.4-1+1027.1
|
- update to upstream version 1.0.4-1+1027.1
|
||||||
|
|||||||
4
qt5-ukui-platformtheme.yaml
Normal file
4
qt5-ukui-platformtheme.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: ukui/qt5-ukui-platformtheme
|
||||||
|
tag_prefix: "^v"
|
||||||
|
separator: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user