diff --git a/kwin-5.22.5-libglvnd-1.3.4.patch b/kwin-5.22.5-libglvnd-1.3.4.patch new file mode 100644 index 0000000..23550ea --- /dev/null +++ b/kwin-5.22.5-libglvnd-1.3.4.patch @@ -0,0 +1,13 @@ +diff --git a/src/plugins/platforms/x11/common/eglonxbackend.cpp b/src/plugins/platforms/x11/common/eglonxbackend.cpp +index c62ec170d..33b75eee1 100644 +--- a/src/plugins/platforms/x11/common/eglonxbackend.cpp ++++ b/src/plugins/platforms/x11/common/eglonxbackend.cpp +@@ -224,7 +224,7 @@ + // cannot be an xcb_window_t. + surface = eglCreatePlatformWindowSurfaceEXT(eglDisplay(), config(), (void *) &window, nullptr); + } else { +- surface = eglCreateWindowSurface(eglDisplay(), config(), window, nullptr); ++ surface = eglCreateWindowSurface(eglDisplay(), config(), (void *) &window, nullptr); + } + + return surface; diff --git a/kwin.spec b/kwin.spec index ba399f2..01d19e5 100644 --- a/kwin.spec +++ b/kwin.spec @@ -1,7 +1,7 @@ %define majver %(echo %version | cut -d. -f1-2) %define plasmaver %(echo %version | cut -d. -f1-3) Name: kwin -Version: 5.22.4 +Version: 5.22.5 Release: 1mamba Summary: KDE Frameworks 5 window manager Group: Graphical Desktop/Applications/Environment @@ -10,6 +10,7 @@ Distribution: openmamba Packager: Silvan Calarco URL: https://kde.org/ Source: http://download.kde.org/stable/plasma/%{plasmaver}/kwin-%{version}.tar.xz +Patch0: kwin-5.22.5-libglvnd-1.3.4.patch License: GPL ## AUTOBUILDREQ-BEGIN #libKF5GlobalAccelPrivate.so.5()(64bit): .so link not found @@ -106,6 +107,8 @@ This package contains libraries and header files for developing applications tha %prep %setup -q #-D -T +#:<< _EOF +%patch0 -p1 %build #:<< _EOF @@ -224,6 +227,9 @@ export QV4_FORCE_INTERPRETER=1 %{_libdir}/cmake/KWinEffects/KWinEffects*.cmake %changelog +* Wed Sep 01 2021 Automatic Build System 5.22.5-1mamba +- automatic version update by autodist + * Wed Jul 28 2021 Automatic Build System 5.22.4-1mamba - automatic version update by autodist