]> git.pld-linux.org Git - packages/kf5-plasma-framework.git/commitdiff
- updated to 5.84.0 auto/th/kf5-plasma-framework-5.84.0-1
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Sun, 11 Jul 2021 14:12:24 +0000 (16:12 +0200)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Sun, 11 Jul 2021 14:12:24 +0000 (16:12 +0200)
egl.patch
kf5-plasma-framework.spec

index 894bd4e0f7b754e74970d317846658d12ed7cf7e..a3721a0137933cbf1661c2cc61993b319a5c9a26 100644 (file)
--- a/egl.patch
+++ b/egl.patch
@@ -1,12 +1,12 @@
-diff -up plasma-framework-5.83.0/src/declarativeimports/core/CMakeLists.txt.orig plasma-framework-5.83.0/src/declarativeimports/core/CMakeLists.txt
---- plasma-framework-5.83.0/src/declarativeimports/core/CMakeLists.txt.orig    2021-06-08 12:39:06.000000000 +0200
-+++ plasma-framework-5.83.0/src/declarativeimports/core/CMakeLists.txt 2021-06-14 19:55:05.956159908 +0200
+diff -up plasma-framework-5.84.0/src/declarativeimports/core/CMakeLists.txt.orig plasma-framework-5.84.0/src/declarativeimports/core/CMakeLists.txt
+--- plasma-framework-5.84.0/src/declarativeimports/core/CMakeLists.txt.orig    2021-07-03 14:20:52.000000000 +0200
++++ plasma-framework-5.84.0/src/declarativeimports/core/CMakeLists.txt 2021-07-11 15:51:56.010833913 +0200
 @@ -58,7 +58,7 @@ if(HAVE_X11)
  endif()
  
  if(HAVE_EGL)
--    target_link_libraries(corebindingsplugin OpenGL::EGL)
+-    target_link_libraries(corebindingsplugin ${EGL_TARGET})
 +    target_link_libraries(corebindingsplugin GL EGL)
- endif()
+ else()
  
if (${Qt5Gui_OPENGL_IMPLEMENTATION} STREQUAL "GLESv2")
endif()
index 739b424a2d731dab1c57a9b436523afe48997600..e2494a7b0640a520fcb6083690a18249ebfb5edb 100644 (file)
@@ -1,15 +1,15 @@
-%define                kdeframever     5.83
+%define                kdeframever     5.84
 %define                qtver           5.9.0
 %define                kfname          plasma-framework
 
 Summary:       The foundations that can be used to build a primary user interface
 Name:          kf5-%{kfname}
-Version:       5.83.0
+Version:       5.84.0
 Release:       1
 License:       LGPL v2.1+
 Group:         X11/Libraries
 Source0:       http://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: b3e9a64c110fdc3a27bc17cd80b6d164
+# Source0-md5: 8295140dfdc3ffeacb6aff2931a1ea89
 Patch0:                egl.patch
 URL:           http://www.kde.org/
 BuildRequires: EGL-devel
This page took 0.512019 seconds and 4 git commands to generate.