diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-01-08 12:36:10 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-01-08 12:48:53 +0100 |
| commit | 8074da3d435f223998e272d92785d249c79e36d4 (patch) | |
| tree | 474208b09324e95fe1e08233e8e20120faae8e97 | |
| parent | 35d20693164883f4e699ee5a9999dfdbf632077b (diff) | |
| download | kde-8074da3d435f223998e272d92785d249c79e36d4.tar.gz kde-8074da3d435f223998e272d92785d249c79e36d4.tar.bz2 kde-8074da3d435f223998e272d92785d249c79e36d4.zip | |
kde-frameworks/knotifyconfig: 5.102.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | kde-frameworks/knotifyconfig/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/knotifyconfig/knotifyconfig-5.102.0.ebuild | 34 |
2 files changed, 35 insertions, 0 deletions
diff --git a/kde-frameworks/knotifyconfig/Manifest b/kde-frameworks/knotifyconfig/Manifest new file mode 100644 index 00000000000..062fbd35f9e --- /dev/null +++ b/kde-frameworks/knotifyconfig/Manifest @@ -0,0 +1 @@ +DIST knotifyconfig-5.102.0.tar.xz 2430320 BLAKE2B b5a3391e11ffb7426b6677a7f5607098745275770aa595dc5bcdd3861016e1dd86734a8bf5309f56be0f3df2e914c47bea8992c97e3cd84fd9c13eda3dd83031 SHA512 9f46710a283aa27fec22a70f0f7f9a3f756f1f5ae323447eca57b6c8c8cfe47459cd3eae998f3c79dc72ef633eeacc31d98fb4ebbd8b9099cc237141481389b8 diff --git a/kde-frameworks/knotifyconfig/knotifyconfig-5.102.0.ebuild b/kde-frameworks/knotifyconfig/knotifyconfig-5.102.0.ebuild new file mode 100644 index 00000000000..90bb1882010 --- /dev/null +++ b/kde-frameworks/knotifyconfig/knotifyconfig-5.102.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.5 +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 +} |
