automatic version update by autodist [release 5.55.0-1mamba;Mon Feb 18 2019]

This commit is contained in:
Automatic Build System 2024-01-06 10:11:54 +01:00
parent 6e29d5e14b
commit 79aceb55c7
2 changed files with 19 additions and 1 deletions

View File

@ -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)

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
Name: plasma-framework Name: plasma-framework
Version: 5.54.0 Version: 5.55.0
Release: 1mamba Release: 1mamba
Summary: KDE Frameworks 5 foundations that can be used to build a primary user interface Summary: KDE Frameworks 5 foundations that can be used to build a primary user interface
Group: System/Libraries Group: System/Libraries
@ -11,6 +11,7 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.kde.org 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}/plasma-framework-%{version}.tar.xz
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{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 License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -74,6 +75,9 @@ This package contains libraries and header files for developing applications tha
%prep %prep
%setup -q %setup -q
%ifarch arm
%patch0 -p1
%endif
%build %build
%cmake_kde5 -d build %cmake_kde5 -d build
@ -186,6 +190,9 @@ exit 0
%{_kde5_libdir}/libKF5PlasmaQuick.so %{_kde5_libdir}/libKF5PlasmaQuick.so
%changelog %changelog
* Mon Feb 18 2019 Automatic Build System <autodist@mambasoft.it> 5.55.0-1mamba
- automatic version update by autodist
* Sun Jan 20 2019 Automatic Build System <autodist@mambasoft.it> 5.54.0-1mamba * Sun Jan 20 2019 Automatic Build System <autodist@mambasoft.it> 5.54.0-1mamba
- automatic version update by autodist - automatic version update by autodist