commit: b51cbc25c73c853c739cec470bdbb609bd92b1c3 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Mar 16 21:27:40 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Mar 16 23:19:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b51cbc25
kde-frameworks/knotifyconfig: Drop IUSE phonon ... leaving media-libs/libcanberra, same as with knotifications:5. Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../knotifyconfig/knotifyconfig-5.116.0-r1.ebuild | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/kde-frameworks/knotifyconfig/knotifyconfig-5.116.0-r1.ebuild b/kde-frameworks/knotifyconfig/knotifyconfig-5.116.0-r1.ebuild new file mode 100644 index 000000000000..43ec9a1ae537 --- /dev/null +++ b/kde-frameworks/knotifyconfig/knotifyconfig-5.116.0-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2025 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 arm64 ~loong ~ppc64 ~riscv ~x86" + +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 + media-libs/libcanberra +" +RDEPEND="${DEPEND}"