summaryrefslogtreecommitdiff
path: root/kde-frameworks
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kcrash/Manifest1
-rw-r--r--kde-frameworks/kcrash/kcrash-6.14.0.ebuild35
2 files changed, 36 insertions, 0 deletions
diff --git a/kde-frameworks/kcrash/Manifest b/kde-frameworks/kcrash/Manifest
new file mode 100644
index 00000000000..08748d7ed3f
--- /dev/null
+++ b/kde-frameworks/kcrash/Manifest
@@ -0,0 +1 @@
+DIST kcrash-6.14.0.tar.xz 28884 BLAKE2B 03752c920b1008e3ca12252dd7c5601ae51c00452da6b13723d66332a18b9bc4ccf35d53a3b13b6b9ba2fab36fd4c1855672c8279bfe216925c1fdc346452d63 SHA512 ab9aff0ab295cb8cb895799d5a4157fefae056e4256f2593640717f701e7083edee7cfcbb40ceff253a0ac5d6e3694cb6a1449dd62f01b24906e8869dd1b82e2
diff --git a/kde-frameworks/kcrash/kcrash-6.14.0.ebuild b/kde-frameworks/kcrash/kcrash-6.14.0.ebuild
new file mode 100644
index 00000000000..c937aacd698
--- /dev/null
+++ b/kde-frameworks/kcrash/kcrash-6.14.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
+}