diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-03-04 13:42:54 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-03-04 13:42:54 +0100 |
| commit | dabaf053ba5665a626c5a807cc286f7059adb629 (patch) | |
| tree | ee34080b7e01b6186b0200054987a493a0a25867 /kde-frameworks | |
| parent | 8102590834feaec2dc155bc1edb9d14b8c2efc82 (diff) | |
| download | kde-dabaf053ba5665a626c5a807cc286f7059adb629.tar.gz kde-dabaf053ba5665a626c5a807cc286f7059adb629.tar.bz2 kde-dabaf053ba5665a626c5a807cc286f7059adb629.zip | |
kde-frameworks/kcrash: 5.104.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
| -rw-r--r-- | kde-frameworks/kcrash/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/kcrash/kcrash-5.104.0.ebuild | 40 |
2 files changed, 41 insertions, 0 deletions
diff --git a/kde-frameworks/kcrash/Manifest b/kde-frameworks/kcrash/Manifest new file mode 100644 index 00000000000..ff72521631c --- /dev/null +++ b/kde-frameworks/kcrash/Manifest @@ -0,0 +1 @@ +DIST kcrash-5.104.0.tar.xz 28296 BLAKE2B 551176eeb3e0e4b531b191ed5f6329f5dd9b79bfa38d9c9c42e255b61ab158b54beb0ceb8e1d2ddb0270a5885d23b81655b71526a57d76367d8a12e7adf37d35 SHA512 3d8e19cbb8b5396a45be8d89bfd06adf71e0a878f9c52a320e167fd28d6a14c14d529c332f3a0c5f57e3ce570fdaa236537177d09ede71e64ce82382e6d98811 diff --git a/kde-frameworks/kcrash/kcrash-5.104.0.ebuild b/kde-frameworks/kcrash/kcrash-5.104.0.ebuild new file mode 100644 index 00000000000..1ce9a46c65e --- /dev/null +++ b/kde-frameworks/kcrash/kcrash-5.104.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="forceoptional" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.5 +VIRTUALX_REQUIRED="test" +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework for intercepting and handling application crashes" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="X" + +# requires running Plasma environment +RESTRICT="test" + +RDEPEND=" + >=dev-qt/qtgui-${QTMIN}:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + X? ( + >=dev-qt/qtx11extras-${QTMIN}:5 + x11-libs/libX11 + ) +" +DEPEND="${RDEPEND} + X? ( x11-base/xorg-proto ) + test? ( >=dev-qt/qtwidgets-${QTMIN}:5 ) +" +BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5" + +src_configure() { + local mycmakeargs=( + -DWITH_X11=$(usex X) + ) + ecm_src_configure +} |
