modify qt5-ukui-platformtheme install error
This commit is contained in:
parent
e0bd20c69e
commit
53ca478fde
@ -1,7 +1,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
Name: qt5-ukui-platformtheme
|
Name: qt5-ukui-platformtheme
|
||||||
Version: 1.0.5
|
Version: 1.0.5
|
||||||
Release: 5
|
Release: 6
|
||||||
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+ GPL-3.0+
|
||||||
URL: http://www.ukui.org
|
URL: http://www.ukui.org
|
||||||
@ -21,6 +21,7 @@ BuildRequires: qt5-qtbase-static
|
|||||||
BuildRequires: qtchooser
|
BuildRequires: qtchooser
|
||||||
Requires: libqt5-ukui-style1
|
Requires: libqt5-ukui-style1
|
||||||
Requires: qt5-styles-ukui
|
Requires: qt5-styles-ukui
|
||||||
|
Requires: glib2
|
||||||
|
|
||||||
patch0: 0001-change-libqt5-ukui-style-Requires-Qt5Widgets-Version.patch
|
patch0: 0001-change-libqt5-ukui-style-Requires-Qt5Widgets-Version.patch
|
||||||
patch1: 0002-Fix-return-type-errors.patch
|
patch1: 0002-Fix-return-type-errors.patch
|
||||||
@ -97,7 +98,7 @@ qmake-qt5 ..
|
|||||||
make
|
make
|
||||||
|
|
||||||
%post
|
%post
|
||||||
sudo glib-compile-schemas /usr/share/glib-2.0/schemas
|
glib-compile-schemas /usr/share/glib-2.0/schemas &> /dev/null ||:
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -133,6 +134,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 19 2022 pei-jiankang <peijiankang@kylinos.cn> - 1.0.5-6
|
||||||
|
- modify qt5-ukui-platformtheme install error
|
||||||
|
|
||||||
* Mon Nov 08 2021 tanyulong <tanyulong@kylinos.cn> - 1.0.5-5
|
* Mon Nov 08 2021 tanyulong <tanyulong@kylinos.cn> - 1.0.5-5
|
||||||
- Modify the disable status font alpha
|
- Modify the disable status font alpha
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user