summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-frameworks/knotifications/Manifest1
-rw-r--r--kde-frameworks/knotifications/knotifications-6.13.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..3fc9b64e1b5
--- /dev/null
+++ b/kde-frameworks/knotifications/Manifest
@@ -0,0 +1 @@
+DIST knotifications-6.13.0.tar.xz 2335788 BLAKE2B eee14060118adf0f2e07562728592f3f97c723136959c3bbad50601f4baf9253f1c12ecb7a3e8925e12c01dc27e1ad71d6f6ebf2425079281e1c3ddb8b86aee3 SHA512 f68262fd81c75c3bba5f662ea3334ec27939fe4bed8887d9d5cf3d6aaa110b8f8740a111fe619f2cda19f7fa9fcae1467e884541a8505a21c319a4a09a058000
diff --git a/kde-frameworks/knotifications/knotifications-6.13.0.ebuild b/kde-frameworks/knotifications/knotifications-6.13.0.ebuild
new file mode 100644
index 00000000000..b19b9093d2c
--- /dev/null
+++ b/kde-frameworks/knotifications/knotifications-6.13.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_PYTHON_BINDINGS="off"
+ECM_TEST="false"
+QTMIN=6.7.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-${KDE_CATV}*:6
+ media-libs/libcanberra
+"
+DEPEND="${RDEPEND}"
+BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"