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 3A93D158451 for ; Sun, 14 Jan 2024 22:28:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7ED72E29DD; Sun, 14 Jan 2024 22:28:32 +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 6072AE29DD for ; Sun, 14 Jan 2024 22:28:32 +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 76016343264 for ; Sun, 14 Jan 2024 22:28:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13F8911A0 for ; Sun, 14 Jan 2024 22:28:30 +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: <1705271283.bfeac6d5f61538e5bcfaddca363fd8dcb90c3dba.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kinit/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kinit/Manifest kde-frameworks/kinit/kinit-5.114.0.ebuild X-VCS-Directories: kde-frameworks/kinit/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bfeac6d5f61538e5bcfaddca363fd8dcb90c3dba X-VCS-Branch: master Date: Sun, 14 Jan 2024 22:28:30 +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: 9f91453d-0c57-4f17-98d9-cc2ebc5411ab X-Archives-Hash: a3dd9deb19099e0d0e837725f275e88c commit: bfeac6d5f61538e5bcfaddca363fd8dcb90c3dba Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 14 22:02:38 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 14 22:28:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfeac6d5 kde-frameworks/kinit: 5.114.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kinit/Manifest | 1 + kde-frameworks/kinit/kinit-5.114.0.ebuild | 48 +++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/kde-frameworks/kinit/Manifest b/kde-frameworks/kinit/Manifest index ca5a1b30cc36..c49eab21791d 100644 --- a/kde-frameworks/kinit/Manifest +++ b/kde-frameworks/kinit/Manifest @@ -1 +1,2 @@ DIST kinit-5.113.0.tar.xz 2405000 BLAKE2B b806be2b11075af4d2700ff77aea0deafbbe4163742e328a8ed8c3e910e07384b62aa168aca40ef9bf62965a77cf294babb487a19ddf6bce408682e903118218 SHA512 d7c5630865d25e650ffb96fc42304a97d241be8e5218f78f9517b903835c712c1a88b13a70e66534682e9da5225575fe98e43a73a552412b9744e22c4e668d1f +DIST kinit-5.114.0.tar.xz 2404952 BLAKE2B 73567ec7b3d18c0fe653049b1c97b04009dcab6bdee1547614b353472a6fe01312eefbd4dd8c11c06346dd3dbab2c43e22b2db78148c63e37f5de4de79d318f8 SHA512 13553f57f8af390ca1dc82bc34d94359359dad206f2cfd077913baedc92fbcb6b98e9d0fe8ef2df5611d1a117503aad4a65540f5de77cfd354fef4bdbccdf421 diff --git a/kde-frameworks/kinit/kinit-5.114.0.ebuild b/kde-frameworks/kinit/kinit-5.114.0.ebuild new file mode 100644 index 000000000000..54086a9357a4 --- /dev/null +++ b/kde-frameworks/kinit/kinit-5.114.0.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2024 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="Helper library to speed up start of applications on KDE workspaces" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="+caps +man X" + +RDEPEND=" + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/kcrash-${PVCUT}*:5 + =kde-frameworks/kdbusaddons-${PVCUT}*:5 + =kde-frameworks/ki18n-${PVCUT}*:5 + =kde-frameworks/kio-${PVCUT}*:5 + =kde-frameworks/kservice-${PVCUT}*:5 + =kde-frameworks/kwindowsystem-${PVCUT}*:5[X?] + caps? ( sys-libs/libcap ) + X? ( + x11-libs/libX11 + x11-libs/libxcb + ) +" +DEPEND="${RDEPEND} + X? ( x11-base/xorg-proto ) +" +BDEPEND="man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )" + +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package caps Libcap) + $(cmake_use_find_package man KF5DocTools) + -DWITH_X11=$(usex X) + ) + + ecm_src_configure +}