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 7C6C1158091 for ; Tue, 14 Jun 2022 12:45:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14347E0891; Tue, 14 Jun 2022 12:45:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 CEE02E087E for ; Tue, 14 Jun 2022 12:45:01 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3DB0341CFB for ; Tue, 14 Jun 2022 12:45:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3D93509 for ; Tue, 14 Jun 2022 12:44:57 +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: <1655210590.42fb4741ea1ff7b3c1e2049e78659ceb30084177.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-pa/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-pa/Manifest kde-plasma/plasma-pa/plasma-pa-5.25.0.ebuild X-VCS-Directories: kde-plasma/plasma-pa/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 42fb4741ea1ff7b3c1e2049e78659ceb30084177 X-VCS-Branch: master Date: Tue, 14 Jun 2022 12:44:57 +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: 86c49551-9c9a-4405-995b-f24c8f91f647 X-Archives-Hash: a452cd51c8bf4edad842961442d6c5d2 commit: 42fb4741ea1ff7b3c1e2049e78659ceb30084177 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jun 14 08:23:59 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jun 14 12:43:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42fb4741 kde-plasma/plasma-pa: 5.25.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-pa/Manifest | 1 + kde-plasma/plasma-pa/plasma-pa-5.25.0.ebuild | 40 ++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/kde-plasma/plasma-pa/Manifest b/kde-plasma/plasma-pa/Manifest index 4599ce975f8e..741ee904a491 100644 --- a/kde-plasma/plasma-pa/Manifest +++ b/kde-plasma/plasma-pa/Manifest @@ -1 +1,2 @@ DIST plasma-pa-5.24.5.tar.xz 132952 BLAKE2B f877a23a07420c27cc55760a870bf45d887b0787c0e25dea2e37b79d04b56db8d4ebace9505934fb370cda4adf0d992033b3ed72fda4b73497acdbacb551fc10 SHA512 fdf18b0baa1fb43a8d576d454ba6625bf7d376eb30fcbe8e09df388441a04d1b373b6d53a56b4f14552fc06cbdddea193248044d0cc5e3b71fb90651708afaa1 +DIST plasma-pa-5.25.0.tar.xz 134780 BLAKE2B a0f24793943f3b8e47c8aa8f83f89e3f1b991478f04aa351d058a188b75895580c5d648fe92bacc061af18162bd518087b631cb90cfd143c114ad36c40e6ad37 SHA512 8521f41bb273e7766bf11e263aa86527a52c91f348c1e8f0a74e0276878934e00e769174a5b85c70ec08ecad90e72405fd38abae55f3b41fee004834cb467249 diff --git a/kde-plasma/plasma-pa/plasma-pa-5.25.0.ebuild b/kde-plasma/plasma-pa/plasma-pa-5.25.0.ebuild new file mode 100644 index 000000000000..3e55bf0e225c --- /dev/null +++ b/kde-plasma/plasma-pa/plasma-pa-5.25.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="forceoptional" +KFMIN=5.94.0 +QTMIN=5.15.3 +inherit ecm kde.org + +DESCRIPTION="Plasma applet for audio volume management using PulseAudio" + +LICENSE="GPL-2" # TODO: CHECK +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +IUSE="" + +DEPEND=" + dev-libs/glib:2 + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kdeclarative-${KFMIN}:5 + >=kde-frameworks/kglobalaccel-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/plasma-${KFMIN}:5 + media-libs/libcanberra + media-sound/pulseaudio +" +RDEPEND="${DEPEND} + >=dev-qt/qtquickcontrols2-${QTMIN}:5 + >=kde-frameworks/kirigami-${KFMIN}:5 + || ( + media-video/pipewire + media-sound/pulseaudio-daemon + media-sound/pulseaudio[daemon(+)] + ) + x11-themes/sound-theme-freedesktop +"