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 4F63113835D for ; Mon, 14 Jun 2021 08:25:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A69A5E0E8C; Mon, 14 Jun 2021 08:25:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8DB49E0E8C 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 91946340DB8 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 48A5D7AE 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: <1623659110.95917ce63e3da80fd9df4503fe05ed3173edafb7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifyconfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/knotifyconfig/Manifest kde-frameworks/knotifyconfig/knotifyconfig-5.83.0.ebuild X-VCS-Directories: kde-frameworks/knotifyconfig/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 95917ce63e3da80fd9df4503fe05ed3173edafb7 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: f922bbda-cdb0-48d0-a72b-fde0944eed85 X-Archives-Hash: 21aff78eec3f80396ff0469b2e988860 commit: 95917ce63e3da80fd9df4503fe05ed3173edafb7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jun 14 06:42:25 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 14 08:25:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95917ce6 kde-frameworks/knotifyconfig: 5.83.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/knotifyconfig/Manifest | 1 + .../knotifyconfig/knotifyconfig-5.83.0.ebuild | 34 ++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/kde-frameworks/knotifyconfig/Manifest b/kde-frameworks/knotifyconfig/Manifest index 86bbb4a422f..6a7e1d0c70c 100644 --- a/kde-frameworks/knotifyconfig/Manifest +++ b/kde-frameworks/knotifyconfig/Manifest @@ -1 +1,2 @@ DIST knotifyconfig-5.82.0.tar.xz 84692 BLAKE2B 44d8cc0bb1caa2115fc54af5f8a042d29baebf4ca595576a81e01e24a2141b6077ca938a6d00252701d813f10b2aaa4ccbd9e4600ed9448e8a18a628cce84966 SHA512 d214d8019179c079a22f4076bb985f1528292c467cce36a18e2457a4051264f915f48a35ea2b508b900fded020bf20c8d3e784149e9be7993a80a027a70871e3 +DIST knotifyconfig-5.83.0.tar.xz 84520 BLAKE2B f8aecd908e15b3be381658455bda3ecbc790ef2f250cb8a9adc8557b284e00e671b582cacc32fffaefb5fbd88c32a1ec139d7591d955e9b670245cdb0516bf31 SHA512 b431ea0d9a5cf7a390cc4cc41ce413b4b8411ee77bf2789443e3113f977a7a9648af602f181a6df4d88690a2d178ac9e1085e858d1a7c95cf9e6bd4ed8aa439f diff --git a/kde-frameworks/knotifyconfig/knotifyconfig-5.83.0.ebuild b/kde-frameworks/knotifyconfig/knotifyconfig-5.83.0.ebuild new file mode 100644 index 00000000000..80cca1ceeaa --- /dev/null +++ b/kde-frameworks/knotifyconfig/knotifyconfig-5.83.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_TEST="false" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="Framework for configuring desktop notifications" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="phonon" + +DEPEND=" + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + =kde-frameworks/kcompletion-${PVCUT}*:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/ki18n-${PVCUT}*:5 + =kde-frameworks/kio-${PVCUT}*:5 + !phonon? ( media-libs/libcanberra ) + phonon? ( >=media-libs/phonon-4.11.0 ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package !phonon Canberra) + ) + ecm_src_configure +}