mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-frameworks/knotifications: Drop IUSE phonon
... leaving media-libs/libcanberra, same as with KF6 already. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
# 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 notifying the user of an event"
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv ~x86"
|
||||
IUSE="dbus qml speech X"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-qt/qtdbus-${QTMIN}:5
|
||||
>=dev-qt/qtgui-${QTMIN}:5
|
||||
>=dev-qt/qtwidgets-${QTMIN}:5
|
||||
=kde-frameworks/kconfig-${PVCUT}*:5
|
||||
=kde-frameworks/kcoreaddons-${PVCUT}*:5
|
||||
=kde-frameworks/kwindowsystem-${PVCUT}*:5[X?]
|
||||
media-libs/libcanberra
|
||||
dbus? ( dev-libs/libdbusmenu-qt[qt5(+)] )
|
||||
qml? ( >=dev-qt/qtdeclarative-${QTMIN}:5 )
|
||||
speech? ( >=dev-qt/qtspeech-${QTMIN}:5 )
|
||||
X? (
|
||||
>=dev-qt/qtx11extras-${QTMIN}:5
|
||||
x11-libs/libX11
|
||||
x11-libs/libXtst
|
||||
)
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
X? ( x11-base/xorg-proto )
|
||||
"
|
||||
BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
$(cmake_use_find_package dbus dbusmenu-qt5)
|
||||
$(cmake_use_find_package qml Qt5Qml)
|
||||
$(cmake_use_find_package speech Qt5TextToSpeech)
|
||||
-DWITHOUT_X11=$(usex !X)
|
||||
)
|
||||
|
||||
ecm_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user