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 BEBC2158089 for ; Thu, 19 Oct 2023 15:12:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 592252BC1AF; Thu, 19 Oct 2023 15:12:21 +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 2BD4C2BC1AF for ; Thu, 19 Oct 2023 15:12:21 +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 DF5FA335D42 for ; Thu, 19 Oct 2023 15:12:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80A4A1299 for ; Thu, 19 Oct 2023 15:12:16 +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: <1697728260.17a2bbe90a5b64f85483a5bf6b25b412e64c4b02.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kservice/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kservice/Manifest kde-frameworks/kservice/kservice-5.111.0.ebuild X-VCS-Directories: kde-frameworks/kservice/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 17a2bbe90a5b64f85483a5bf6b25b412e64c4b02 X-VCS-Branch: master Date: Thu, 19 Oct 2023 15:12:16 +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: fce9a82a-d390-44be-a8c7-15f77cd27a7d X-Archives-Hash: a36717c900a66b758c1c691bbac96cb1 commit: 17a2bbe90a5b64f85483a5bf6b25b412e64c4b02 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 19 14:34:32 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 19 15:11:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a2bbe9 kde-frameworks/kservice: 5.111.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kservice/Manifest | 1 + kde-frameworks/kservice/kservice-5.111.0.ebuild | 50 +++++++++++++++++++++++++ 2 files changed, 51 insertions(+) diff --git a/kde-frameworks/kservice/Manifest b/kde-frameworks/kservice/Manifest index 8c3389e190db..fc9fa1ec3653 100644 --- a/kde-frameworks/kservice/Manifest +++ b/kde-frameworks/kservice/Manifest @@ -1 +1,2 @@ DIST kservice-5.110.0.tar.xz 2539228 BLAKE2B 2482b899e5890105174995e68bccbe7521151bb0351b58475b933cdcd862bdafc4e32e3612211f5674834991b7abb1a7334a4005d241253ee520471844388f0f SHA512 1add5a1df9697f25235812b6ed41e1f770ffcb99dcccdfc5a0a5548a5caf2c51ab63c6218834f3a6327202137c70d7cecffc64f27fc7c7405b42bd82d11d5774 +DIST kservice-5.111.0.tar.xz 2538960 BLAKE2B dd5b75bee412650cdd311cfc42f3ed21ef7bb31361831a1e1b9eaf877af29c0778e643f3f00a1de444b53503398104f51688299bbd1c5ae13d71923a624076ce SHA512 da29cced276d76203c445c1eb7d942a0d6db4c2fcececd86f002416af3f8bf09317353c83f2b59755592c612e38a1a83960f92094eaa231ba7866ebe86256404 diff --git a/kde-frameworks/kservice/kservice-5.111.0.ebuild b/kde-frameworks/kservice/kservice-5.111.0.ebuild new file mode 100644 index 000000000000..127d9bd5cc07 --- /dev/null +++ b/kde-frameworks/kservice/kservice-5.111.0.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.9 +inherit ecm frameworks.kde.org + +DESCRIPTION="Advanced plugin and service introspection" + +LICENSE="LGPL-2 LGPL-2.1+" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="+man" + +# requires running kde environment +RESTRICT="test" + +BDEPEND=" + sys-devel/bison + sys-devel/flex + man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 ) +" +RDEPEND=" + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtxml-${QTMIN}:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/kdbusaddons-${PVCUT}*:5 + =kde-frameworks/ki18n-${PVCUT}*:5 +" +DEPEND="${RDEPEND} + test? ( >=dev-qt/qtconcurrent-${QTMIN}:5 ) +" + +src_configure() { + local mycmakeargs=( + -DAPPLICATIONS_MENU_NAME=kf5-applications.menu + $(cmake_use_find_package man KF5DocTools) + ) + + ecm_src_configure +} + +src_install() { + ecm_src_install + + # bug 596316 + dosym kf5-applications.menu /etc/xdg/menus/applications.menu +}