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 C905715814C for ; Thu, 19 Oct 2023 15:12:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4860E2BC19C; Thu, 19 Oct 2023 15:12:18 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2AABD2BC19C for ; Thu, 19 Oct 2023 15:12:18 +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 310EC335D12 for ; Thu, 19 Oct 2023 15:12:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1FCD1149 for ; Thu, 19 Oct 2023 15:12:15 +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: <1697728254.95835d03fe59a4e525c87ed7c061716ebec5457c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kded/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kded/Manifest kde-frameworks/kded/kded-5.111.0.ebuild X-VCS-Directories: kde-frameworks/kded/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 95835d03fe59a4e525c87ed7c061716ebec5457c X-VCS-Branch: master Date: Thu, 19 Oct 2023 15:12:15 +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: 0a5e0053-dc4f-485a-9d84-bacc76e3d3cb X-Archives-Hash: f114e4572a54834067356f277b919b7d commit: 95835d03fe59a4e525c87ed7c061716ebec5457c Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 19 14:33:35 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 19 15:10:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95835d03 kde-frameworks/kded: 5.111.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kded/Manifest | 1 + kde-frameworks/kded/kded-5.111.0.ebuild | 38 +++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/kde-frameworks/kded/Manifest b/kde-frameworks/kded/Manifest index 0b3f12096a4a..0cbab0b89980 100644 --- a/kde-frameworks/kded/Manifest +++ b/kde-frameworks/kded/Manifest @@ -1 +1,2 @@ DIST kded-5.110.0.tar.xz 41012 BLAKE2B 22b71a0499084b73ec5d42b498bf782564f110b63f46e1b2daab91975b4b36871aa47a1a24cc36e37bd97f54a4874659dd0253facc1dbf1fc1e54eac6bb6faae SHA512 09e3cd238ac1253dfaa585d63dfbe8c0c0676e073f8ec43e192bd0e229b28203d5c0c42a48f0913cc6314f7918c3d1539f7e3d8afccc5a1b679ccaf737dd8ccc +DIST kded-5.111.0.tar.xz 41040 BLAKE2B 5ad09880f1569f6d8b8c98a9f46d807d4eacbfbaea4a97e17bd6e79731db4548c37490a33cbfe32b79d810b86c200d8a9e34378edaf8f92b1997879cfcbbdc94 SHA512 4cdffeae4fa1e9cad4e1187809376b6d66204589320f34f590d7d8f0ae9f5c8064e233a070f91968856b938facd83f733a103c29e9026ec33cb5647b9c4aacd1 diff --git a/kde-frameworks/kded/kded-5.111.0.ebuild b/kde-frameworks/kded/kded-5.111.0.ebuild new file mode 100644 index 000000000000..e0dc1a27d8df --- /dev/null +++ b/kde-frameworks/kded/kded-5.111.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_QTHELP="false" +ECM_TEST="false" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.9 +inherit ecm frameworks.kde.org + +DESCRIPTION="Central daemon of KDE workspaces" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="+man" + +DEPEND=" + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + =kde-frameworks/kconfig-${PVCUT}*:5[dbus] + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/kcrash-${PVCUT}*:5 + =kde-frameworks/kdbusaddons-${PVCUT}*:5 + =kde-frameworks/kinit-${PVCUT}*:5 + =kde-frameworks/kservice-${PVCUT}*:5 +" +RDEPEND="${DEPEND}" +BDEPEND="man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )" + +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package man KF5DocTools) + ) + + ecm_src_configure +}