commit:     461eb306e95f5e9eedcbd520b1d55ef1126372e5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  5 21:41:47 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct  5 21:48:20 2025 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=461eb306

kde-frameworks/knotifyconfig: 6.19.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../knotifyconfig/knotifyconfig-6.19.0.ebuild      | 31 ++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/kde-frameworks/knotifyconfig/knotifyconfig-6.19.0.ebuild 
b/kde-frameworks/knotifyconfig/knotifyconfig-6.19.0.ebuild
new file mode 100644
index 0000000000..d4685ee7dc
--- /dev/null
+++ b/kde-frameworks/knotifyconfig/knotifyconfig-6.19.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="false"
+QTMIN=6.7.2
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for configuring desktop notifications"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+       >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+       >=dev-qt/qtmultimedia-${QTMIN}:6
+       =kde-frameworks/kcompletion-${KDE_CATV}*:6
+       =kde-frameworks/kconfig-${KDE_CATV}*:6
+       =kde-frameworks/ki18n-${KDE_CATV}*:6
+       =kde-frameworks/kio-${KDE_CATV}*:6
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+       local mycmakeargs=(
+               -DCMAKE_DISABLE_FIND_PACKAGE_Canberra=ON
+       )
+       ecm_src_configure
+}

Reply via email to