From acf81f6f0e972010a665fd93937d5578c05a6c1b Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Thu, 24 Oct 2024 14:57:31 +0200 Subject: [PATCH] automatic version update by autodist [release 6.8-1mamba;Sun Oct 20 2024] --- qt6-qtwayland.spec | 40 +++++++++++++++++++++++++++++----------- 1 file changed, 29 insertions(+), 11 deletions(-) diff --git a/qt6-qtwayland.spec b/qt6-qtwayland.spec index 89af5cd..432512e 100644 --- a/qt6-qtwayland.spec +++ b/qt6-qtwayland.spec @@ -1,7 +1,7 @@ %define majver %(echo %version | cut -d. -f1-2) Name: qt6-qtwayland -Version: 6.7.3 +Version: 6.8.0 Release: 1mamba Summary: Qt6 wayland components Group: System/Libraries @@ -9,11 +9,16 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://www.qt.io/ -Source: https+git://code.qt.io/qt/qtwayland.git/%{version}/qtwayland-%{version}.tar.bz2 -#Source: https://download.qt.io/official_releases/qt/%{majver}/%{version}/submodules/qtwayland-everywhere-src-%{version}.tar.xz +Source: https://download.qt.io/official_releases/qt/%{majver}/%{version}/submodules/qtwayland-everywhere-src-%{version}.tar.xz +#Source: https+git://code.qt.io/qt/qtwayland.git/%{version}/qtwayland-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libQt6Core +BuildRequires: libQt6DBus +BuildRequires: libQt6Gui +BuildRequires: libQt6Network +BuildRequires: libQt6OpenGL BuildRequires: libdrm-devel BuildRequires: libgcc BuildRequires: libglvnd-devel @@ -23,6 +28,7 @@ BuildRequires: libwayland-egl-devel BuildRequires: libxkbcommon-devel BuildRequires: qt6-qtbase-devel BuildRequires: qt6-qtdeclarative-devel +BuildRequires: qt6-qtsvg-devel ## AUTOBUILDREQ-END BuildRequires: qt6-qtdeclarative-devel = %{version} @@ -40,12 +46,7 @@ This package contains libraries and header files for developing applications tha %debug_package %prep -%setup -q -n qtwayland-%{version} - -git cherry-pick -n 92bcb8f6b7a852c7a5d662fc34de561692a7a454 -git cherry-pick -n c2f61bc47baacf2e6a44c6c3c4e4cbf0abfa4095 -git cherry-pick -n 406995207eae8d644b6e5262aa716a48c7e471a8 -git cherry-pick -n 632127d7f1d86cba4dd17361f24f9fd70a0ae44c +%setup -q -n qtwayland-everywhere-src-%{version} %build %cmake -d build @@ -67,7 +68,12 @@ git cherry-pick -n 632127d7f1d86cba4dd17361f24f9fd70a0ae44c %{_libdir}/libQt6WaylandEglClientHwIntegration.so.* %{_libdir}/libQt6WaylandEglCompositorHwIntegration.so.* %{_libdir}/libQt6WlShellIntegration.so.* -%{_libdir}/qt6/plugins/platforms/libqwayland-*.so +%{_libdir}/libQt6WaylandCompositorIviapplication.so.* +%{_libdir}/libQt6WaylandCompositorPresentationTime.so.* +%{_libdir}/libQt6WaylandCompositorWLShell.so.* +%{_libdir}/libQt6WaylandCompositorXdgShell.so.* +%{_qt6_plugindir}/wayland-decoration-client/libadwaita.so +%{_qt6_plugindir}/platforms/libqwayland-*.so %dir %{_libdir}/qt6/plugins/wayland-decoration-client %{_libdir}/qt6/plugins/wayland-decoration-client/libbradient.so %dir %{_libdir}/qt6/plugins/wayland-graphics-integration-client @@ -91,6 +97,16 @@ git cherry-pick -n 632127d7f1d86cba4dd17361f24f9fd70a0ae44c %{_libdir}/libQt6WaylandClient.so %{_libdir}/libQt6WaylandCompositor.prl %{_libdir}/libQt6WaylandCompositor.so +%{_libdir}/libQt6WaylandCompositorIviapplication.prl +%{_libdir}/libQt6WaylandCompositorIviapplication.so +%{_libdir}/libQt6WaylandCompositorPresentationTime.prl +%{_libdir}/libQt6WaylandCompositorPresentationTime.so +%{_libdir}/libQt6WaylandCompositorWLShell.prl +%{_libdir}/libQt6WaylandCompositorWLShell.so +%{_libdir}/libQt6WaylandCompositorXdgShell.prl +%{_libdir}/libQt6WaylandCompositorXdgShell.so + + %{_libdir}/libQt6WaylandEglClientHwIntegration.prl %{_libdir}/libQt6WaylandEglClientHwIntegration.so %{_libdir}/libQt6WaylandEglCompositorHwIntegration.prl @@ -101,7 +117,6 @@ git cherry-pick -n 632127d7f1d86cba4dd17361f24f9fd70a0ae44c %{_libdir}/qt6/modules/*.json %{_libdir}/qt6/mkspecs/modules/qt_lib_*.pri %{_libdir}/cmake/Qt6/FindWaylandkms.cmake -#%{_libdir}/cmake/Qt6/FindXComposite.cmake %{_libdir}/cmake/Qt6BuildInternals/StandaloneTests/QtWaylandTestsConfig.cmake %{_libdir}/cmake/Qt6Gui/Qt6QWayland*.cmake %{_libdir}/cmake/Qt6Qml/QmlPlugins/Qt6*.cmake @@ -113,6 +128,9 @@ git cherry-pick -n 632127d7f1d86cba4dd17361f24f9fd70a0ae44c #%doc README %changelog +* Sun Oct 20 2024 Automatic Build System 6.8-1mamba +- automatic version update by autodist + * Wed Oct 09 2024 Automatic Build System 6.7.3-1mamba - automatic version update by autodist