summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-frameworks/knotifyconfig/Manifest1
-rw-r--r--kde-frameworks/knotifyconfig/knotifyconfig-6.6.0.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/kde-frameworks/knotifyconfig/Manifest b/kde-frameworks/knotifyconfig/Manifest
new file mode 100644
index 00000000000..6a1e95971ff
--- /dev/null
+++ b/kde-frameworks/knotifyconfig/Manifest
@@ -0,0 +1 @@
+DIST knotifyconfig-6.6.0.tar.xz 2385760 BLAKE2B 2434d25a3d2f677e7acc7670b2590c975ac1269ff7d0f0f2911fe46c9704b49837ba0f8663e24b43a5bd9274ff8a7a99e357a98b0d11b069fbda663ad9793955 SHA512 d68fe9d2a42dac05f0816e2a2eadf5676bf937dbf29347e718d5239112ef5ad0a44978cd6aa55073283062f2591342fa36efd8406be5cd53d088823cc59562ad
diff --git a/kde-frameworks/knotifyconfig/knotifyconfig-6.6.0.ebuild b/kde-frameworks/knotifyconfig/knotifyconfig-6.6.0.ebuild
new file mode 100644
index 00000000000..6a7b398844b
--- /dev/null
+++ b/kde-frameworks/knotifyconfig/knotifyconfig-6.6.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=6.6.2
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for configuring desktop notifications"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="phonon"
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+ =kde-frameworks/kcompletion-${PVCUT}*:6
+ =kde-frameworks/kconfig-${PVCUT}*:6
+ =kde-frameworks/ki18n-${PVCUT}*:6
+ =kde-frameworks/kio-${PVCUT}*:6
+ !phonon? ( media-libs/libcanberra )
+ phonon? ( >=media-libs/phonon-4.12.0[qt6] )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package !phonon Canberra)
+ )
+ ecm_src_configure
+}