From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 38BFC15864F for ; Sun, 26 Mar 2023 11:15:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87D13E0636; Sun, 26 Mar 2023 11:15:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C3ABE0636 for ; Sun, 26 Mar 2023 11:15:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5AFEF33BDFF for ; Sun, 26 Mar 2023 11:15:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01827958 for ; Sun, 26 Mar 2023 11:15:12 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1679829299.7b284644743ba340389a8668b259fae2f3697f98.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/drkonqi/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/drkonqi/drkonqi-5.27.49.9999.ebuild kde-plasma/drkonqi/drkonqi-9999.ebuild X-VCS-Directories: kde-plasma/drkonqi/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7b284644743ba340389a8668b259fae2f3697f98 X-VCS-Branch: master Date: Sun, 26 Mar 2023 11:15:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b68ebad7-36f0-45b4-ab02-493a1fbeaec6 X-Archives-Hash: dadcc40f67aa865670058e505629e37f commit: 7b284644743ba340389a8668b259fae2f3697f98 Author: Sam James gentoo org> AuthorDate: Sat Mar 25 04:28:15 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 26 11:14:59 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7b284644 kde-plasma/drkonqi: add systemd-coredumpd integration instructions Bug: https://bugs.gentoo.org/896092 Signed-off-by: Sam James gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/drkonqi/drkonqi-5.27.49.9999.ebuild | 11 ++++++++++- kde-plasma/drkonqi/drkonqi-9999.ebuild | 11 ++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/kde-plasma/drkonqi/drkonqi-5.27.49.9999.ebuild b/kde-plasma/drkonqi/drkonqi-5.27.49.9999.ebuild index f9ac9de30c..562736c044 100644 --- a/kde-plasma/drkonqi/drkonqi-5.27.49.9999.ebuild +++ b/kde-plasma/drkonqi/drkonqi-5.27.49.9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 KFMIN=5.102.0 PVCUT=$(ver_cut 1-3) QTMIN=5.15.7 -inherit ecm plasma.kde.org +inherit ecm plasma.kde.org systemd DESCRIPTION="Plasma crash handler, gives the user feedback if a program crashed" SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${PN}-5.27.1-revert-add-sentry-support.patch.xz" @@ -58,3 +58,12 @@ src_test() { ) ecm_src_test } + +pkg_postinst() { + if [[ -z ${REPLACING_VERSIONS} ]] && systemd_is_booted ; then + elog "For systemd, steps are needed for integration with systemd-coredumpd." + elog "As root, run the following:" + elog "1. systemctl enable drkonqi-coredump-processor@.service" + elog "2. systemctl --user enable --now --global drkonqi-coredump-launcher.socket" + fi +} diff --git a/kde-plasma/drkonqi/drkonqi-9999.ebuild b/kde-plasma/drkonqi/drkonqi-9999.ebuild index f9ac9de30c..562736c044 100644 --- a/kde-plasma/drkonqi/drkonqi-9999.ebuild +++ b/kde-plasma/drkonqi/drkonqi-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 KFMIN=5.102.0 PVCUT=$(ver_cut 1-3) QTMIN=5.15.7 -inherit ecm plasma.kde.org +inherit ecm plasma.kde.org systemd DESCRIPTION="Plasma crash handler, gives the user feedback if a program crashed" SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${PN}-5.27.1-revert-add-sentry-support.patch.xz" @@ -58,3 +58,12 @@ src_test() { ) ecm_src_test } + +pkg_postinst() { + if [[ -z ${REPLACING_VERSIONS} ]] && systemd_is_booted ; then + elog "For systemd, steps are needed for integration with systemd-coredumpd." + elog "As root, run the following:" + elog "1. systemctl enable drkonqi-coredump-processor@.service" + elog "2. systemctl --user enable --now --global drkonqi-coredump-launcher.socket" + fi +}