]> git.pld-linux.org Git - packages/kf5-plasma-framework.git/commitdiff
- removed egl.patch auto/th/kf5-plasma-framework-5.91.0-1
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Wed, 16 Feb 2022 17:45:09 +0000 (18:45 +0100)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Wed, 16 Feb 2022 17:45:09 +0000 (18:45 +0100)
- updated to 5.91.0

egl.patch [deleted file]
kf5-plasma-framework.spec

diff --git a/egl.patch b/egl.patch
deleted file mode 100644 (file)
index a3721a0..0000000
--- a/egl.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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 ${EGL_TARGET})
-+    target_link_libraries(corebindingsplugin GL EGL)
- else()
- endif()
index e13f926e2a4599e5c3aba3d43ae3b6895669c91b..c7c3ea4e041e0a9de6bb6b3ad99c22e1aa5f7c25 100644 (file)
@@ -1,16 +1,15 @@
-%define                kdeframever     5.90
+%define                kdeframever     5.91
 %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.90.0
+Version:       5.91.0
 Release:       1
 License:       LGPL v2.1+
 Group:         X11/Libraries
 Source0:       https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: f95f84b9935ce9f6727094519721f855
-Patch0:                egl.patch
+# Source0-md5: 0e8698ea83e84bfc6709f378a32b6ba3
 URL:           http://www.kde.org/
 BuildRequires: EGL-devel
 BuildRequires: OpenGL-devel
@@ -101,7 +100,6 @@ Pliki nagłówkowe dla programistów używających %{kfname}.
 
 %prep
 %setup -q -n %{kfname}-%{version}
-%patch0 -p1
 
 %build
 install -d build
@@ -432,7 +430,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/KF5/plasma
 %{_includedir}/KF5/PlasmaQuick
 %{_includedir}/KF5/plasmaquick
-%{_includedir}/KF5/plasma_version.h
 %{_libdir}/cmake/KF5Plasma
 %{_libdir}/cmake/KF5PlasmaQuick
 %{_libdir}/libKF5Plasma.so
This page took 0.931762 seconds and 4 git commands to generate.