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 6C26215808B for ; Mon, 14 Feb 2022 21:37:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B573BE08F6; Mon, 14 Feb 2022 21:37:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9F912E08F3 for ; Mon, 14 Feb 2022 21:37:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 85FF6342FDB for ; Mon, 14 Feb 2022 21:37:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 461B52EA for ; Mon, 14 Feb 2022 21:37:31 +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: <1644874449.354f207c2870bb990b0f7594a30f2338ad2b0f6d.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.91.0.ebuild X-VCS-Directories: kde-frameworks/knotifyconfig/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 354f207c2870bb990b0f7594a30f2338ad2b0f6d X-VCS-Branch: master Date: Mon, 14 Feb 2022 21:37:31 +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: 96514936-5657-43de-ae3d-68708e3fa35b X-Archives-Hash: 9c2599a6821c8cc828574f42c907ec32 commit: 354f207c2870bb990b0f7594a30f2338ad2b0f6d Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 14 21:18:06 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Feb 14 21:34:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=354f207c kde-frameworks/knotifyconfig: 5.91.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/knotifyconfig/Manifest | 1 + .../knotifyconfig/knotifyconfig-5.91.0.ebuild | 34 ++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/kde-frameworks/knotifyconfig/Manifest b/kde-frameworks/knotifyconfig/Manifest index 40ded70f1edd..d924ca2db05e 100644 --- a/kde-frameworks/knotifyconfig/Manifest +++ b/kde-frameworks/knotifyconfig/Manifest @@ -1 +1,2 @@ DIST knotifyconfig-5.90.0.tar.xz 87404 BLAKE2B 61e77a9e94053c9b660e862c05653c2756477bde9ebe581ac6aba8ef712b0f23bb4e0fac8e40f577e6e3cb4efb979dea487bab906fabde0619fbd5dd06ed3cef SHA512 14a1f8b6c0c5298b0d7d94b8221e11a28aabe0fca6bcf44933f47b976b6f7065642e51edb7d98c6a197af788e9164c96ea31d61f85946ab8ab23da45de099777 +DIST knotifyconfig-5.91.0.tar.xz 87388 BLAKE2B 822d5073eb0c219c0fb9dbc6e065b3b734abb4f2ceecb552a512aee53d3d5946bec5fd057a42696ed1596e98ff92cdf245985b7d095ae63b65b09be36c7ea549 SHA512 b3b4a7f0fe60cab03469f2e30547958ed87b91fcfbff2d88026aa462ea412dd4a9e61db4d4ace3c24eaba0bd8a581bb607029086867cdedf63d405eaaba6e579 diff --git a/kde-frameworks/knotifyconfig/knotifyconfig-5.91.0.ebuild b/kde-frameworks/knotifyconfig/knotifyconfig-5.91.0.ebuild new file mode 100644 index 000000000000..4ab6c552e50c --- /dev/null +++ b/kde-frameworks/knotifyconfig/knotifyconfig-5.91.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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 ~riscv ~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 +}