From 8725eb2ca0fb1461f89dfdc1c52c54188d3a92d1 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Thu, 29 Feb 2024 20:55:51 +1000 Subject: [PATCH] kguiaddons: bump version --- ...ddons-5.93.0.recipe => kguiaddons-5.115.0.recipe} | 8 ++++---- ...s-5.93.0.patchset => kguiaddons-5.115.0.patchset} | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) rename kde-frameworks/kguiaddons/{kguiaddons-5.93.0.recipe => kguiaddons-5.115.0.recipe} (84%) rename kde-frameworks/kguiaddons/patches/{kguiaddons-5.93.0.patchset => kguiaddons-5.115.0.patchset} (50%) diff --git a/kde-frameworks/kguiaddons/kguiaddons-5.93.0.recipe b/kde-frameworks/kguiaddons/kguiaddons-5.115.0.recipe similarity index 84% rename from kde-frameworks/kguiaddons/kguiaddons-5.93.0.recipe rename to kde-frameworks/kguiaddons/kguiaddons-5.115.0.recipe index 59a3a79ff..021abdabf 100644 --- a/kde-frameworks/kguiaddons/kguiaddons-5.93.0.recipe +++ b/kde-frameworks/kguiaddons/kguiaddons-5.115.0.recipe @@ -1,12 +1,12 @@ SUMMARY="Utilities for graphical user interfaces" DESCRIPTION="The KDE GUI addons provide utilities for graphical user \ interfaces in the areas of colors, fonts, text, images, keyboard input." -HOMEPAGE="https://github.com/KDE/kguiaddons/" -COPYRIGHT="2010-2022 KDE Organisation" +HOMEPAGE="https://invent.kde.org/frameworks/kguiaddons/" +COPYRIGHT="2010-2024 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" -SOURCE_URI="https://github.com/KDE/kguiaddons/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="a0fd6fcf38d6b6762193d6b0e709948bc4185404854191adf707fb5ba8453a10" +SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/kguiaddons-${portVersion}.tar.xz" +CHECKSUM_SHA256="4f6dda36ea182c8f9f7a703301cea8258b094d7b9254f42ad70dedbeb73ff262" PATCHES="kguiaddons-$portVersion.patchset" ARCHITECTURES="all !x86_gcc2" diff --git a/kde-frameworks/kguiaddons/patches/kguiaddons-5.93.0.patchset b/kde-frameworks/kguiaddons/patches/kguiaddons-5.115.0.patchset similarity index 50% rename from kde-frameworks/kguiaddons/patches/kguiaddons-5.93.0.patchset rename to kde-frameworks/kguiaddons/patches/kguiaddons-5.115.0.patchset index c9882d330..a8f1f19a2 100644 --- a/kde-frameworks/kguiaddons/patches/kguiaddons-5.93.0.patchset +++ b/kde-frameworks/kguiaddons/patches/kguiaddons-5.115.0.patchset @@ -1,22 +1,22 @@ -From 75b8925fb7610db3bcadfb5427e822d2aaee3958 Mon Sep 17 00:00:00 2001 +From 80ffe631ee9dda9933e80820a7d080b03de46fe9 Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Thu, 18 Mar 2021 15:56:20 +0300 Subject: Disable Wayland on Haiku diff --git a/CMakeLists.txt b/CMakeLists.txt -index a18f6f1..aa6d084 100644 +index cef4429..54c80ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -13,7 +13,7 @@ feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKA - option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)" OFF) +@@ -27,7 +27,7 @@ option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt Assistant, add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)") + option(BUILD_GEO_SCHEME_HANDLER "Build the geo: URI scheme handler. Disable this if you are building two major versions for co-installability in the older variant." ON) -if (UNIX AND NOT ANDROID AND NOT APPLE) +if (UNIX AND NOT ANDROID AND NOT APPLE AND NOT HAIKU) - option(WITH_WAYLAND "Build with support for KeySequenceEditor inhibiting shortcuts on Wayland" ON) + option(WITH_WAYLAND "Build with support for KModifierKeyInfo, KSystemClipboard and KeySequenceRecorder inhibiting shortcuts on Wayland" ON) add_feature_info(WAYLAND ${WITH_WAYLAND} "KeySequenceEditor inhibiting shortcuts on Wayland") -- -2.30.2 +2.43.2