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 0DB3A138359 for ; Sat, 10 Oct 2020 16:04:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18285E0919; Sat, 10 Oct 2020 16:04:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 02EFEE0919 for ; Sat, 10 Oct 2020 16:04:49 +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 0CA5E33BDFC for ; Sat, 10 Oct 2020 16:04:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CF763A0 for ; Sat, 10 Oct 2020 16:04:46 +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: <1602345850.1ce65ba006f4ea484c36ea4fb44dcabdd88230fe.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.75.0.ebuild X-VCS-Directories: kde-frameworks/knotifyconfig/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1ce65ba006f4ea484c36ea4fb44dcabdd88230fe X-VCS-Branch: master Date: Sat, 10 Oct 2020 16:04:46 +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: 76d39ea2-348d-4a9c-84cc-693bd0734c7b X-Archives-Hash: 5bfaf3cb4dd7efd92c5a71c8a2748358 commit: 1ce65ba006f4ea484c36ea4fb44dcabdd88230fe Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 10 12:44:04 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 10 16:04:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce65ba0 kde-frameworks/knotifyconfig: 5.75.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/knotifyconfig/Manifest | 1 + .../knotifyconfig/knotifyconfig-5.75.0.ebuild | 34 ++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/kde-frameworks/knotifyconfig/Manifest b/kde-frameworks/knotifyconfig/Manifest index a3005c1f53b..791bbc4e1e9 100644 --- a/kde-frameworks/knotifyconfig/Manifest +++ b/kde-frameworks/knotifyconfig/Manifest @@ -1 +1,2 @@ DIST knotifyconfig-5.74.0.tar.xz 84364 BLAKE2B 3745f0ccacad9f16b05d89a9451d1257a52ccc28b656e83dd7031c5d2951620dc745ca43895213a2b1c2788260387807c1de30712f40ebb93091b5fb2cab59e4 SHA512 73957b4977ebccc47c53fa65c6352ff333af7a170a55a6021e5426df3715c167a43170fc6d82ee7a452246560cc57a976341a013c9ed7afc243b74a18c755ffe +DIST knotifyconfig-5.75.0.tar.xz 84440 BLAKE2B 335f2f683d8c4fc3bf4b04f89306cff369f98298cbaa17c78e9ffe8fb6a21ddce8668bbb8ef52d0b528a56822f7df74cb083149151081e4434b51129304e8965 SHA512 e3d1d47a7d52532f263b4a8e6e187cdea49d3ba99c48f201678d1c308a678426895fb1fad72716c3988d7fda1c6e4e0697e14b6bc341cb605cc4e1cafd8d4b7e diff --git a/kde-frameworks/knotifyconfig/knotifyconfig-5.75.0.ebuild b/kde-frameworks/knotifyconfig/knotifyconfig-5.75.0.ebuild new file mode 100644 index 00000000000..7aed7fde344 --- /dev/null +++ b/kde-frameworks/knotifyconfig/knotifyconfig-5.75.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2020 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.14.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 +}