diff --git a/plasma-framework-5.55.0-arm-GLESv2.patch b/plasma-framework-5.55.0-arm-GLESv2.patch new file mode 100644 index 0000000..ae6723e --- /dev/null +++ b/plasma-framework-5.55.0-arm-GLESv2.patch @@ -0,0 +1,11 @@ +--- plasma-framework-5.55.0/src/declarativeimports/core/CMakeLists.txt.orig 2019-02-26 11:42:17.278238636 +0100 ++++ plasma-framework-5.55.0/src/declarativeimports/core/CMakeLists.txt 2019-02-26 11:42:28.987445459 +0100 +@@ -60,7 +60,7 @@ + endif() + + if (${Qt5Gui_OPENGL_IMPLEMENTATION} STREQUAL "GLESv2") +- target_link_libraries(corebindingsplugin Qt5::Gui_GLESv2) ++ target_link_libraries(corebindingsplugin /usr/lib/libGLESv2.so) + endif() + + install(TARGETS corebindingsplugin DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/plasma/core) diff --git a/plasma-framework.spec b/plasma-framework.spec index 7112fe5..d73395c 100644 --- a/plasma-framework.spec +++ b/plasma-framework.spec @@ -1,7 +1,7 @@ %define majver %(echo %version | cut -d. -f1-2) Name: plasma-framework -Version: 5.54.0 +Version: 5.55.0 Release: 1mamba Summary: KDE Frameworks 5 foundations that can be used to build a primary user interface Group: System/Libraries @@ -11,6 +11,7 @@ Packager: Silvan Calarco URL: http://www.kde.org Source: http://download.kde.org/stable/frameworks/%{majver}/plasma-framework-%{version}.tar.xz # Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz +Patch0: plasma-framework-5.55.0-arm-GLESv2.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -74,6 +75,9 @@ This package contains libraries and header files for developing applications tha %prep %setup -q +%ifarch arm +%patch0 -p1 +%endif %build %cmake_kde5 -d build @@ -186,6 +190,9 @@ exit 0 %{_kde5_libdir}/libKF5PlasmaQuick.so %changelog +* Mon Feb 18 2019 Automatic Build System 5.55.0-1mamba +- automatic version update by autodist + * Sun Jan 20 2019 Automatic Build System 5.54.0-1mamba - automatic version update by autodist