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 675B915814C for ; Thu, 19 Oct 2023 15:12:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E0982BC1A5; Thu, 19 Oct 2023 15:12:20 +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 770A82BC1A5 for ; Thu, 19 Oct 2023 15:12:20 +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 C75F5335D31 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 48AD81296 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: <1697728259.21141fc59513680d2b31b93e6afb6e27b7b2f0ec.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.111.0.ebuild X-VCS-Directories: kde-frameworks/knotifyconfig/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 21141fc59513680d2b31b93e6afb6e27b7b2f0ec 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: e2a35f79-8885-475d-82ee-79ddf082e86b X-Archives-Hash: 094192711b7d3552ab0ce4d2892bc8dc commit: 21141fc59513680d2b31b93e6afb6e27b7b2f0ec Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 19 14:34:16 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 19 15:10:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21141fc5 kde-frameworks/knotifyconfig: 5.111.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/knotifyconfig/Manifest | 1 + .../knotifyconfig/knotifyconfig-5.111.0.ebuild | 34 ++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/kde-frameworks/knotifyconfig/Manifest b/kde-frameworks/knotifyconfig/Manifest index 621cdda926c6..f9e94b77e559 100644 --- a/kde-frameworks/knotifyconfig/Manifest +++ b/kde-frameworks/knotifyconfig/Manifest @@ -1 +1,2 @@ DIST knotifyconfig-5.110.0.tar.xz 2402024 BLAKE2B 82db25177f91f2e449738fec525882b242cf993b618245ef8194380f4a37e1b82decc893f2b19c0f0acdc76e00376887355f5459292f4cdfca31ab56f8e22603 SHA512 32d4d3e5bce62ad037ed385a19ccc61ccaf7abfb26463325105259220df0f5b0752e87adce57a6f6c56b74612ca50681b1e22a675773727728285957c168975e +DIST knotifyconfig-5.111.0.tar.xz 2402068 BLAKE2B 777305c4ca35a262548da4d0b3d0a42fa1d5e99ba54772a2ea820db49eeb97d0e24f0a576fb133d5300d3406f8fa0a242da9e6612b895638edc61772996d7130 SHA512 567e91bfbb1feacccd7fced51d0e87c51ddf8793708d74252937d1fe7a5cb1d600ff04abe18c632a3590b6861e286302ae5fca31e17ac573bb627e14ed90afce diff --git a/kde-frameworks/knotifyconfig/knotifyconfig-5.111.0.ebuild b/kde-frameworks/knotifyconfig/knotifyconfig-5.111.0.ebuild new file mode 100644 index 000000000000..99c7c1a92183 --- /dev/null +++ b/kde-frameworks/knotifyconfig/knotifyconfig-5.111.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2023 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.9 +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework for configuring desktop notifications" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~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 +}