mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
plasma-framework: update to 5.47.0.
This commit is contained in:
parent
2f385216da
commit
7843d03a2e
2 changed files with 18 additions and 5 deletions
13
srcpkgs/plasma-framework/patches/GLESv2.patch
Normal file
13
srcpkgs/plasma-framework/patches/GLESv2.patch
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
diff --git src/declarativeimports/core/CMakeLists.txt src/declarativeimports/core/CMakeLists.txt
|
||||||
|
index 1d97bb5..bdf3240 100644
|
||||||
|
--- src/declarativeimports/core/CMakeLists.txt
|
||||||
|
+++ src/declarativeimports/core/CMakeLists.txt
|
||||||
|
@@ -60,7 +60,7 @@ if(HAVE_EGL)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if (${Qt5Gui_OPENGL_IMPLEMENTATION} STREQUAL "GLESv2")
|
||||||
|
- target_link_libraries(corebindingsplugin Qt5::Gui_GLESv2)
|
||||||
|
+ target_link_libraries(corebindingsplugin GLESv2)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
install(TARGETS corebindingsplugin DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/plasma/core)
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'plasma-framework'
|
# Template file for 'plasma-framework'
|
||||||
pkgname=plasma-framework
|
pkgname=plasma-framework
|
||||||
version=5.43.0
|
version=5.47.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF"
|
configure_args="-DBUILD_TESTING=OFF"
|
||||||
|
@ -12,12 +12,12 @@ short_desc="Foundational libraries, components, and tools of the Plasma workspac
|
||||||
maintainer="Denis Revin <denis.revin@gmail.com>"
|
maintainer="Denis Revin <denis.revin@gmail.com>"
|
||||||
license="LGPL-2"
|
license="LGPL-2"
|
||||||
homepage="https://projects.kde.org/projects/frameworks/plasma-framework"
|
homepage="https://projects.kde.org/projects/frameworks/plasma-framework"
|
||||||
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=c6108fd4d2cf516cbb97c77c2c58f136b670afc01a7f49face60812f4156eeec
|
checksum=4a43bb699e2d6e004b0d218c98079eea329d3a2d3de82b33b7d298e4cb146eb4
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt5-host-tools qt5-qmake python"
|
configure_args=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
|
||||||
broken="cmake fails on links to target Qt5::Gui_GLESv2"
|
hostmakedepends+=" kconfig kcoreaddons kdoctools python qt5-host-tools qt5-qmake"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
plasma-framework-devel_package() {
|
plasma-framework-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue