summaryrefslogtreecommitdiff
path: root/kde-frameworks/kcrash
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-05-03 23:47:52 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-05-04 00:17:28 +0200
commit2d86b1edda721d45952d670b5bd93777f2d91db2 (patch)
tree4f2ccf9b3a78c668a3cb3f294033ff3e00ab48f8 /kde-frameworks/kcrash
parent81a392cf834030af479d88d7eb719a7f161db9d3 (diff)
downloadkde-2d86b1edda721d45952d670b5bd93777f2d91db2.tar.gz
kde-2d86b1edda721d45952d670b5bd93777f2d91db2.tar.bz2
kde-2d86b1edda721d45952d670b5bd93777f2d91db2.zip
kde-frameworks/kcrash: 6.14.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kcrash')
-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
+}