summaryrefslogtreecommitdiff
path: root/kde-frameworks/kcrash
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-02-10 22:18:07 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-02-10 22:18:07 +0100
commite9de84af49366860eb22a5c4b708819d570bdae3 (patch)
treecce4adf373ab23b3258b09c0e47fd52e0dae090e /kde-frameworks/kcrash
parentd6aadda1889f333593c5da07260d9c893698b6de (diff)
downloadkde-e9de84af49366860eb22a5c4b708819d570bdae3.tar.gz
kde-e9de84af49366860eb22a5c4b708819d570bdae3.tar.bz2
kde-e9de84af49366860eb22a5c4b708819d570bdae3.zip
kde-frameworks/kcrash: 6.11.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.11.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..8614fffd6f5
--- /dev/null
+++ b/kde-frameworks/kcrash/Manifest
@@ -0,0 +1 @@
+DIST kcrash-6.11.0.tar.xz 28868 BLAKE2B 4f104badd8241afbd4b4f55fe59c59c870243ed0f43a00a5155266ff0660f5f5b1fb52bdda3a490eabc953efaf43357e123c085cbe7ef9374c0bb673c22250f8 SHA512 836fb191113dbb578527002833de1e55ae36c95991b25a8a15888ca05b71f8fd61a9dbe36cbf3261e6786112634a718dd72348b19b6f4108ec74c7bcb8817220
diff --git a/kde-frameworks/kcrash/kcrash-6.11.0.ebuild b/kde-frameworks/kcrash/kcrash-6.11.0.ebuild
new file mode 100644
index 00000000000..c937aacd698
--- /dev/null
+++ b/kde-frameworks/kcrash/kcrash-6.11.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
+}