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 23D83158099 for ; Thu, 30 Nov 2023 20:54:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BECF12BC03E; Thu, 30 Nov 2023 20:54:42 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id A21482BC03E for ; Thu, 30 Nov 2023 20:54:42 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B865E335D16 for ; Thu, 30 Nov 2023 20:54:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADA011442 for ; Thu, 30 Nov 2023 20:54:38 +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: <1701377558.6c823c930bb1c30e99c8f3a7b8a3a78b35bf29e3.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kstatusnotifieritem/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kstatusnotifieritem/kstatusnotifieritem-9999.ebuild kde-frameworks/kstatusnotifieritem/metadata.xml X-VCS-Directories: kde-frameworks/kstatusnotifieritem/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6c823c930bb1c30e99c8f3a7b8a3a78b35bf29e3 X-VCS-Branch: master Date: Thu, 30 Nov 2023 20:54:38 +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: 1fed8e90-6df8-4aab-ae88-fe86aedbe724 X-Archives-Hash: c9a7d289d6b43bfadcaca6a87cdc5753 commit: 6c823c930bb1c30e99c8f3a7b8a3a78b35bf29e3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 30 20:52:38 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 30 20:52:38 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6c823c93 kde-frameworks/kstatusnotifieritem: new package, add 9999 Signed-off-by: Andreas Sturmlechner gentoo.org> .../kstatusnotifieritem-9999.ebuild | 29 ++++++++++++++++++++++ kde-frameworks/kstatusnotifieritem/metadata.xml | 17 +++++++++++++ 2 files changed, 46 insertions(+) diff --git a/kde-frameworks/kstatusnotifieritem/kstatusnotifieritem-9999.ebuild b/kde-frameworks/kstatusnotifieritem/kstatusnotifieritem-9999.ebuild new file mode 100644 index 0000000000..47e5d01244 --- /dev/null +++ b/kde-frameworks/kstatusnotifieritem/kstatusnotifieritem-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PVCUT=$(ver_cut 1-2) +QTMIN=6.6.0 +inherit ecm frameworks.kde.org + +DESCRIPTION="Implementation of Status Notifier Items" + +LICENSE="LGPL-2+" +KEYWORDS="" +IUSE="X" + +RDEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets] + =kde-frameworks/kwindowsystem-${PVCUT}*:6[X?] +" +DEPEND="${RDEPEND}" +BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]" + +src_configure() { + local mycmakeargs=( + -DWITHOUT_X11=$(usex !X) + ) + + ecm_src_configure +} diff --git a/kde-frameworks/kstatusnotifieritem/metadata.xml b/kde-frameworks/kstatusnotifieritem/metadata.xml new file mode 100644 index 0000000000..cc6cdbccae --- /dev/null +++ b/kde-frameworks/kstatusnotifieritem/metadata.xml @@ -0,0 +1,17 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + + + https://bugs.kde.org/ + frameworks/kstatusnotifieritem + + + + Must only be used by packages that are known to use private parts of the Frameworks API. + + +