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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E11961382C5 for ; Mon, 14 Jun 2021 08:25:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34F4AE0DE7; Mon, 14 Jun 2021 08:25:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17AABE0DE7 for ; Mon, 14 Jun 2021 08:25:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B66E340D79 for ; Mon, 14 Jun 2021 08:25:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1072D796 for ; Mon, 14 Jun 2021 08:25:50 +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: <1623659109.aaede9b15420bb87111df8798e852e190ef0661c.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.83.0.ebuild X-VCS-Directories: kde-frameworks/kinit/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: aaede9b15420bb87111df8798e852e190ef0661c X-VCS-Branch: master Date: Mon, 14 Jun 2021 08:25:50 +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: cf369296-98b7-4b3f-ab93-b5c9183839aa X-Archives-Hash: 72680b3366e0a82905563a3265385db8 commit: aaede9b15420bb87111df8798e852e190ef0661c Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jun 14 06:42:24 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 14 08:25:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaede9b1 kde-frameworks/kinit: 5.83.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kinit/Manifest | 1 + kde-frameworks/kinit/kinit-5.83.0.ebuild | 51 ++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) diff --git a/kde-frameworks/kinit/Manifest b/kde-frameworks/kinit/Manifest index 5e3426cb5a3..a3ef909ce48 100644 --- a/kde-frameworks/kinit/Manifest +++ b/kde-frameworks/kinit/Manifest @@ -1 +1,2 @@ DIST kinit-5.82.0.tar.xz 121448 BLAKE2B 1c38e31d9ab2231a808edbb713629d91d1068263a56426303428e20b066256381030278cebc30fb45234df92bcf30fef40ad2a3a2e4066f643ce172f6c701862 SHA512 7c6dc83d1ea10a8271fe23a45a7e5bfc7e67a7f9c25914386d65157f253c98fc518aba4a4cd7d724d1684097e3e94e866e18165debe0717e7917572436fe3af2 +DIST kinit-5.83.0.tar.xz 121428 BLAKE2B 4209297abda6e7f54b0d5aee45ad8480f7c26189021f5ad09bfd2347cec5fc61570f394831f4f8162c995fab002c5c83623390489b5ca855c7e39758fda243bc SHA512 92be93fceae88a91351e59640fc410f6bacd4ee5073b4b0d2b6ae04c3af7aef8a631dcb3d83db37e822e4c66b39319cdfafd9ccfc00101a12c16d74bd6f3e442 diff --git a/kde-frameworks/kinit/kinit-5.83.0.ebuild b/kde-frameworks/kinit/kinit-5.83.0.ebuild new file mode 100644 index 00000000000..fa069ce1240 --- /dev/null +++ b/kde-frameworks/kinit/kinit-5.83.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_QTHELP="false" +ECM_TEST="false" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="Helper library to speed up start of applications on KDE work spaces" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="+caps +man X" + +BDEPEND=" + man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 ) +" +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 + caps? ( sys-libs/libcap ) + X? ( + x11-libs/libX11 + x11-libs/libxcb + ) +" +DEPEND="${RDEPEND} + X? ( x11-base/xorg-proto ) +" + +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package caps Libcap) + $(cmake_use_find_package man KF5DocTools) + $(cmake_use_find_package X X11) + $(cmake_use_find_package X XCB) + ) + + ecm_src_configure +}