From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79EEB15800A for ; Sat, 26 Aug 2023 11:01:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BACD12BC142; Sat, 26 Aug 2023 11:01:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A29B62BC142 for ; Sat, 26 Aug 2023 11:01:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B25E1340CB8 for ; Sat, 26 Aug 2023 11:01:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDC8A1052 for ; Sat, 26 Aug 2023 11:01:00 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1693047630.0ddd7ebfc0f6e414b86701d69bc902d35d495704.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/yakuake/files/, kde-apps/yakuake/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/yakuake/files/yakuake-23.08.0-cmake.patch kde-apps/yakuake/yakuake-23.08.0.ebuild X-VCS-Directories: kde-apps/yakuake/files/ kde-apps/yakuake/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0ddd7ebfc0f6e414b86701d69bc902d35d495704 X-VCS-Branch: master Date: Sat, 26 Aug 2023 11:01:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 28418556-8e67-4d70-844c-21dd0f9ed2eb X-Archives-Hash: f780194858356a2e45f5dcdc8f3d39de commit: 0ddd7ebfc0f6e414b86701d69bc902d35d495704 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 26 10:51:53 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 26 11:00:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ddd7ebf kde-apps/yakuake: Fix cmake w/ IUSE=-absolute-position See also: https://invent.kde.org/utilities/yakuake/-/merge_requests/111 Bug: https://bugs.gentoo.org/904742 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/yakuake/files/yakuake-23.08.0-cmake.patch | 28 ++++++++++++++++++++++ kde-apps/yakuake/yakuake-23.08.0.ebuild | 2 ++ 2 files changed, 30 insertions(+) diff --git a/kde-apps/yakuake/files/yakuake-23.08.0-cmake.patch b/kde-apps/yakuake/files/yakuake-23.08.0-cmake.patch new file mode 100644 index 000000000000..808aa488d0da --- /dev/null +++ b/kde-apps/yakuake/files/yakuake-23.08.0-cmake.patch @@ -0,0 +1,28 @@ +From 0d0a3639b1c1e33aa49e979879e29064808a0a96 Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner +Date: Sat, 26 Aug 2023 12:49:24 +0200 +Subject: [PATCH] Fix broken HAVE_KWAYLAND assignment + +Fixes up commit 3e58132f2315b99d0d8c8c233a8183079356506a + +Signed-off-by: Andreas Sturmlechner +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 2d143f9..bfdcd12 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -80,7 +80,7 @@ if(NOT APPLE) + endif() + + find_package(KF${KF_MAJOR_VERSION}Wayland ${KF_MIN_VERSION} CONFIG) +- set(HAVE_KWAYLAND KF${KF_MAJOR_VERSION}Wayland_FOUND) ++ set(HAVE_KWAYLAND ${KF${KF_MAJOR_VERSION}Wayland_FOUND}) + endif() + + add_subdirectory(app) +-- +2.42.0 + diff --git a/kde-apps/yakuake/yakuake-23.08.0.ebuild b/kde-apps/yakuake/yakuake-23.08.0.ebuild index e26baa415e5c..dde091307229 100644 --- a/kde-apps/yakuake/yakuake-23.08.0.ebuild +++ b/kde-apps/yakuake/yakuake-23.08.0.ebuild @@ -47,6 +47,8 @@ DEPEND=" " RDEPEND="${DEPEND}" +PATCHES=( "${FILESDIR}/${P}-cmake.patch" ) + src_configure() { local mycmakeargs=( $(cmake_use_find_package absolute-position KF5Wayland)