summaryrefslogtreecommitdiff
path: root/kde-frameworks/kcrash/kcrash-6.16.0.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-07-05 22:22:33 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-07-05 22:29:53 +0200
commitce9f60e1038401beb29e8d1e0cc26a258ea826af (patch)
tree536b6d0da977a9a14c51f5fc583536d18d4513c6 /kde-frameworks/kcrash/kcrash-6.16.0.ebuild
parentc5a40886d7162b8c3fc597a95fcff047153dade9 (diff)
downloadkde-ce9f60e1038401beb29e8d1e0cc26a258ea826af.tar.gz
kde-ce9f60e1038401beb29e8d1e0cc26a258ea826af.tar.bz2
kde-ce9f60e1038401beb29e8d1e0cc26a258ea826af.zip
kde-frameworks/kcrash: 6.16.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kcrash/kcrash-6.16.0.ebuild')
-rw-r--r--kde-frameworks/kcrash/kcrash-6.16.0.ebuild35
1 files changed, 35 insertions, 0 deletions
diff --git a/kde-frameworks/kcrash/kcrash-6.16.0.ebuild b/kde-frameworks/kcrash/kcrash-6.16.0.ebuild
new file mode 100644
index 00000000000..c937aacd698
--- /dev/null
+++ b/kde-frameworks/kcrash/kcrash-6.16.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+QTMIN=6.7.2
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for intercepting and handling application crashes"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="X"
+
+# requires running Plasma environment
+RESTRICT="test"
+
+RDEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[gui]
+ =kde-frameworks/kcoreaddons-${KDE_CATV}*:6
+ X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )
+ test? ( >=dev-qt/qtbase-${QTMIN}:6[widgets] )
+"
+BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
+
+src_configure() {
+ local mycmakeargs=(
+ -DWITH_X11=$(usex X)
+ )
+ ecm_src_configure
+}