automatic version update by autodist [release 5.55.0-1mamba;Mon Feb 18 2019]
This commit is contained in:
parent
6e29d5e14b
commit
79aceb55c7
11
plasma-framework-5.55.0-arm-GLESv2.patch
Normal file
11
plasma-framework-5.55.0-arm-GLESv2.patch
Normal 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)
|
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user