summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-frameworks/knotifications/Manifest1
-rw-r--r--kde-frameworks/knotifications/knotifications-6.7.0.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-frameworks/knotifications/Manifest b/kde-frameworks/knotifications/Manifest
new file mode 100644
index 00000000000..9a5434ff5f9
--- /dev/null
+++ b/kde-frameworks/knotifications/Manifest
@@ -0,0 +1 @@
+DIST knotifications-6.7.0.tar.xz 2334108 BLAKE2B 14f2798e06cdb81de45ba91e776a00b365b0f25ad4dbcaf790b6218923ba4963759d3a101d083f336e6e2d59b453dd98b255054a2c8d8626004147fbf8e67f13 SHA512 b1949fa6036b9db904c2f37473abb64fab8da9f6953165ab2447ce7b58ae244f8954266561e4d08a15fb64dd3dd46de755b1400fd1fb99a4ac68bd7a8ec63e41
diff --git a/kde-frameworks/knotifications/knotifications-6.7.0.ebuild b/kde-frameworks/knotifications/knotifications-6.7.0.ebuild
new file mode 100644
index 00000000000..2cf7c1b4d2c
--- /dev/null
+++ b/kde-frameworks/knotifications/knotifications-6.7.0.ebuild
@@ -0,0 +1,23 @@
+# 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 notifying the user of an event"
+
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ =kde-frameworks/kconfig-${PVCUT}*:6
+ media-libs/libcanberra
+"
+DEPEND="${RDEPEND}"
+BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"