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 460DE158094 for ; Sun, 14 Aug 2022 08:31:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 492F9E0AC0; Sun, 14 Aug 2022 08:31:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32A38E0AC0 for ; Sun, 14 Aug 2022 08:31:33 +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 E2FA13414C3 for ; Sun, 14 Aug 2022 08:31:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C34A357B for ; Sun, 14 Aug 2022 08:31:28 +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: <1660465763.d6afeaa4227a4e0e685c8d3a2fc01a8839813451.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.97.0.ebuild X-VCS-Directories: kde-frameworks/kinit/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d6afeaa4227a4e0e685c8d3a2fc01a8839813451 X-VCS-Branch: master Date: Sun, 14 Aug 2022 08:31:28 +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: 457c3e62-7be5-4679-8b04-aec5de23de1b X-Archives-Hash: ff82a0b5eda45856423ce622d5f880c9 commit: d6afeaa4227a4e0e685c8d3a2fc01a8839813451 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 13 17:44:39 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 14 08:29:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6afeaa4 kde-frameworks/kinit: 5.97.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kinit/Manifest | 1 + kde-frameworks/kinit/kinit-5.97.0.ebuild | 50 ++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) diff --git a/kde-frameworks/kinit/Manifest b/kde-frameworks/kinit/Manifest index 26b604e2291a..59c7749eb6cf 100644 --- a/kde-frameworks/kinit/Manifest +++ b/kde-frameworks/kinit/Manifest @@ -1 +1,2 @@ DIST kinit-5.96.0.tar.xz 119408 BLAKE2B 7372a85d89e1344e1205035fd1bd643b88619ccb487667cb7f41b64b59046253e8afcb053e51e5093c31a86a8ee7bb71c8c1b9b9fdca342612d0a9ba024c4fb6 SHA512 e3f2a8fc3a4487baa1ecc60ac86e6322b9b15a1cc0fdda288eba9cf9fce387fb299435a689abeaef8570e22c9f5fdd646021409a72aa37653e28e37c8a230e7d +DIST kinit-5.97.0.tar.xz 119428 BLAKE2B 2849e42ebff5293a2c928d9191c7eaa3199083508a950c2dbc1f4301d483c553c6c7051dc452e825cbe42933ec5f21548e36ba853ece328a22cb947e557622a5 SHA512 0dc829d156bd85245a6fa30d515c3a670378af0b4da3106713c1e631c3f65ce1966b3d12e89274c4e4c364de26c53324ab4c1420d2a065bb47b12e086bae62b5 diff --git a/kde-frameworks/kinit/kinit-5.97.0.ebuild b/kde-frameworks/kinit/kinit-5.97.0.ebuild new file mode 100644 index 000000000000..f56380159b36 --- /dev/null +++ b/kde-frameworks/kinit/kinit-5.97.0.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2022 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.5 +inherit ecm frameworks.kde.org + +DESCRIPTION="Helper library to speed up start of applications on KDE work spaces" + +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 )" + +PATCHES=( "${FILESDIR}/${PN}-5.96.0-with_x11.patch" ) + +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package caps Libcap) + $(cmake_use_find_package man KF5DocTools) + -DWITH_X11=$(usex X) + ) + + ecm_src_configure +}