mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
kguiaddons: bump (#6674)
This commit is contained in:
@@ -2,11 +2,11 @@ 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-2021 KDE Organisation"
|
||||
COPYRIGHT="2010-2022 KDE Organisation"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/KDE/kguiaddons/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="10b6c830aad4466839aeff560def726235630493682839f1fa481253fb507560"
|
||||
CHECKSUM_SHA256="6ce9157ab32067711966842fbce0f9ab72d57765cf145c763b4dbfb89259f813"
|
||||
PATCHES="kguiaddons-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
@@ -14,6 +14,7 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
kguiaddons$secondaryArchSuffix = $portVersion
|
||||
cmd:kde_geo_uri_handler$secondaryArchSuffix = $portVersion
|
||||
lib:libKF5GuiAddons$secondaryArchSuffix = $portVersion compat >= 5
|
||||
"
|
||||
REQUIRES="
|
||||
@@ -1,11 +1,11 @@
|
||||
From ba68c53f87f44e5d3f71e4b87fe7c67695dea3e7 Mon Sep 17 00:00:00 2001
|
||||
From 75b8925fb7610db3bcadfb5427e822d2aaee3958 Mon Sep 17 00:00:00 2001
|
||||
From: Sergei Reznikov <diver@gelios.net>
|
||||
Date: Thu, 18 Mar 2021 15:56:20 +0300
|
||||
Subject: Disable Wayland on Haiku
|
||||
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index ca57757..808126e 100644
|
||||
index a18f6f1..aa6d084 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -13,7 +13,7 @@ feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKA
|
||||
@@ -16,7 +16,7 @@ index ca57757..808126e 100644
|
||||
+if (UNIX AND NOT ANDROID AND NOT APPLE AND NOT HAIKU)
|
||||
option(WITH_WAYLAND "Build with support for KeySequenceEditor inhibiting shortcuts on Wayland" ON)
|
||||
add_feature_info(WAYLAND ${WITH_WAYLAND} "KeySequenceEditor inhibiting shortcuts on Wayland")
|
||||
else()
|
||||
|
||||
--
|
||||
2.30.2
|
||||
|
||||
Reference in New Issue
Block a user