add script for build on Qt5-qtbase-5.15.10
(cherry picked from commit 7784bf1fa8d67aabda9ba383d7c9ffb23e2537ec)
This commit is contained in:
parent
1f4442b9c6
commit
c2e89ad677
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: dde-qt5platform-plugins
|
Name: dde-qt5platform-plugins
|
||||||
Version: 5.0.71
|
Version: 5.0.71
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Qt platform plugins for DDE
|
Summary: Qt platform plugins for DDE
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
URL: https://github.com/linuxdeepin/qt5platform-plugins
|
URL: https://github.com/linuxdeepin/qt5platform-plugins
|
||||||
@ -71,7 +71,8 @@ BuildRequires: qt5-qtmultimedia-devel
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n %{repo}-%{version}
|
%autosetup -p1 -n %{repo}-%{version}
|
||||||
sed -i 's|wayland/wayland.pro|#wayland/wayland.pro|' qt5platform-plugins.pro
|
rm -r xcb/libqt5xcbqpa-dev wayland/qtwayland-dev
|
||||||
|
sed -i 's|error(Not support Qt Version: .*)|INCLUDEPATH += %{_qt5_includedir}/QtXcb|' xcb/linux.pri
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# help find (and prefer) qt5 utilities, e.g. qmake, lrelease
|
# help find (and prefer) qt5 utilities, e.g. qmake, lrelease
|
||||||
@ -89,10 +90,13 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%files -n dde-qt5wayland-plugin
|
%files -n dde-qt5wayland-plugin
|
||||||
#%{_libdir}/qt5/plugins/platforms/libdwayland.so
|
%{_libdir}/qt5/plugins/platforms/libdwayland.so
|
||||||
#%{_libdir}/qt5/plugins/wayland-shell-integration/libkwayland-shell.so
|
%{_libdir}/qt5/plugins/wayland-shell-integration/libkwayland-shell.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 04 2023 yangxianzhao <yangxianzhao@uniontech.com> - 5.0.71-2
|
||||||
|
- add script for build on Qt5-qtbase-5.15.10
|
||||||
|
|
||||||
* Tue Aug 01 2023 leeffo <liweiganga@uniontech.com> - 5.0.71-1
|
* Tue Aug 01 2023 leeffo <liweiganga@uniontech.com> - 5.0.71-1
|
||||||
- upgrade to version 5.0.71
|
- upgrade to version 5.0.71
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user