commit: b3e6652b05342ea3bf0477f233de0b6e08249d44
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 4 21:38:02 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Oct 4 22:00:03 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b3e6652b
kde-frameworks/knotifyconfig: 6.7.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../knotifyconfig/knotifyconfig-6.7.0.ebuild | 32 ++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/kde-frameworks/knotifyconfig/knotifyconfig-6.7.0.ebuild
b/kde-frameworks/knotifyconfig/knotifyconfig-6.7.0.ebuild
new file mode 100644
index 0000000000..9f4e5851a6
--- /dev/null
+++ b/kde-frameworks/knotifyconfig/knotifyconfig-6.7.0.ebuild
@@ -0,0 +1,32 @@
+# 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=""
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+ >=dev-qt/qtmultimedia-${QTMIN}:6
+ =kde-frameworks/kcompletion-${PVCUT}*:6
+ =kde-frameworks/kconfig-${PVCUT}*:6
+ =kde-frameworks/ki18n-${PVCUT}*:6
+ =kde-frameworks/kio-${PVCUT}*:6
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DCMAKE_DISABLE_FIND_PACKAGE_Canberra=ON
+ )
+ ecm_src_configure
+}