From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 409FA1584AD for ; Mon, 28 Apr 2025 17:22:01 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2775B33FD3F for ; Mon, 28 Apr 2025 17:22:01 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 25D2D110328; Mon, 28 Apr 2025 17:22:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 bobolink.gentoo.org (Postfix) with ESMTPS id 1B52C1102BE for ; Mon, 28 Apr 2025 17:22:00 +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 C271A341455 for ; Mon, 28 Apr 2025 17:21:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F2E82511 for ; Mon, 28 Apr 2025 17:21:58 +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: <1745860373.b3c641a86103cd786fa4fba50a952005aaf63cba.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kguiaddons/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kguiaddons/kguiaddons-6.13.0-r1.ebuild X-VCS-Directories: kde-frameworks/kguiaddons/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b3c641a86103cd786fa4fba50a952005aaf63cba X-VCS-Branch: master Date: Mon, 28 Apr 2025 17:21:58 +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: f21bc2d2-a201-45e0-898d-830f7e5e3c31 X-Archives-Hash: 0330edf24f89b3772dc09c503e3543d8 commit: b3c641a86103cd786fa4fba50a952005aaf63cba Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 26 20:14:56 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Apr 28 17:12:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3c641a8 kde-frameworks/kguiaddons: Relax blocker against kguiaddons:5[-kf6compat] Signed-off-by: Andreas Sturmlechner gentoo.org> .../kguiaddons/kguiaddons-6.13.0-r1.ebuild | 55 ++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/kde-frameworks/kguiaddons/kguiaddons-6.13.0-r1.ebuild b/kde-frameworks/kguiaddons/kguiaddons-6.13.0-r1.ebuild new file mode 100644 index 000000000000..ea7ec895198a --- /dev/null +++ b/kde-frameworks/kguiaddons/kguiaddons-6.13.0-r1.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_PYTHON_BINDINGS="off" +QTMIN=6.7.2 +inherit ecm frameworks.kde.org xdg + +DESCRIPTION="Framework providing assorted high-level user interface components" + +LICENSE="LGPL-2+" +KEYWORDS="amd64 arm64 ~loong ppc64 ~riscv ~x86" +IUSE="dbus wayland X" + +# slot op: includes qpa/qplatformnativeinterface.h +COMMON_DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[dbus?,gui] + >=dev-qt/qtdeclarative-${QTMIN}:6 + wayland? ( + dev-libs/wayland + >=dev-qt/qtbase-${QTMIN}:6=[wayland] + >=dev-qt/qtwayland-${QTMIN}:6 + ) + X? ( + >=dev-qt/qtbase-${QTMIN}:6[X] + x11-libs/libX11 + ) +" +DEPEND="${COMMON_DEPEND} + wayland? ( >=dev-libs/plasma-wayland-protocols-1.15.0 ) + X? ( + x11-base/xorg-proto + x11-libs/libxcb + ) +" +RDEPEND="${COMMON_DEPEND} + !