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.16.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..47201272485
--- /dev/null
+++ b/kde-frameworks/kcrash/Manifest
@@ -0,0 +1 @@
+DIST kcrash-6.16.0.tar.xz 29112 BLAKE2B 21aa415c9b4c96e028d92196725ea6ae2040d4c0b900616788de8d9c9d284f5c702d1adc39d54d18759a1930fd9ef444f8c746f841ee08781da1d4936062368b SHA512 cfe5a78cfd34bf9d09059b1f865ba188a322d3b1b744515bbf9c6bf76ea19dcc8ef68fefe3dcbf99aa4b21610b71b93a550e40a2be6c4275693c4e30b62a470e
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
+}