diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-05 20:19:53 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-09 21:00:04 +0200 |
commit | 2755dc11957151ffb299db48e8633cb99a40d9f1 (patch) | |
tree | de49a986ef2148644e43421e2ecd4288d1f38ac1 /kde-plasma/drkonqi | |
parent | kde-plasma/discover: drop 5.18.5* (diff) | |
download | gentoo-2755dc11957151ffb299db48e8633cb99a40d9f1.tar.gz gentoo-2755dc11957151ffb299db48e8633cb99a40d9f1.tar.bz2 gentoo-2755dc11957151ffb299db48e8633cb99a40d9f1.zip |
kde-plasma/drkonqi: drop 5.18.5*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/drkonqi')
-rw-r--r-- | kde-plasma/drkonqi/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/drkonqi/drkonqi-5.18.5-r2.ebuild | 70 | ||||
-rw-r--r-- | kde-plasma/drkonqi/files/drkonqi-5.18.5-init-bools-w-false.patch | 50 |
3 files changed, 0 insertions, 121 deletions
diff --git a/kde-plasma/drkonqi/Manifest b/kde-plasma/drkonqi/Manifest index 6d40f4d20364..229c88bf378a 100644 --- a/kde-plasma/drkonqi/Manifest +++ b/kde-plasma/drkonqi/Manifest @@ -1,2 +1 @@ -DIST drkonqi-5.18.5.tar.xz 747984 BLAKE2B b94f808c7edf8e02628badd63ecb5edc9dd80d3e157f46c72fb884d5c35a2a5c70e9080235a7be84150dc973765f42572fcd6e907bcf6a58c100d80b7188bbc6 SHA512 b4862297e969f501f526880560acbd02026b64a0bec2f6e3b2b30f4bfe5ff2abd1798e3bda920bd61adbb6c9a3455e0c4f304f3f37bcafed3f3d8e6de1bc67a9 DIST drkonqi-5.19.5.tar.xz 744412 BLAKE2B 54840e9fab41f09c6184eb29e3e7bfb17d08a76966b7bb9776f1f044671c61073bd38ca4b8f96c6c3eb4a534871550363941cf2fd94a177f770caccec9a3339f SHA512 0dcfcb5018f1024ad751c234f7e67b865f06c8e8bf5a1a95a160df2af97730ca111f4cc8614da646c8dbe042a206d3d4be214790abcf617ca454582161f0aa24 diff --git a/kde-plasma/drkonqi/drkonqi-5.18.5-r2.ebuild b/kde-plasma/drkonqi/drkonqi-5.18.5-r2.ebuild deleted file mode 100644 index 03342eff8d10..000000000000 --- a/kde-plasma/drkonqi/drkonqi-5.18.5-r2.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KFMIN=5.66.0 -PVCUT=$(ver_cut 1-3) -QTMIN=5.12.3 -inherit ecm kde.org - -DESCRIPTION="Plasma crash handler, gives the user feedback if a program crashed" - -LICENSE="GPL-2" # TODO: CHECK -SLOT="5" -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" -IUSE="X" - -RDEPEND=" - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=dev-qt/qtxml-${QTMIN}:5 - >=kde-frameworks/kcompletion-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kcrash-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kidletime-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/kjobwidgets-${KFMIN}:5 - >=kde-frameworks/knotifications-${KFMIN}:5 - >=kde-frameworks/kservice-${KFMIN}:5 - >=kde-frameworks/kwallet-${KFMIN}:5 - >=kde-frameworks/kwayland-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - >=kde-frameworks/kwindowsystem-${KFMIN}:5 - X? ( >=dev-qt/qtx11extras-${QTMIN}:5 ) -" -DEPEND="${RDEPEND} - >=dev-qt/qtconcurrent-${QTMIN}:5 -" - -PATCHES=( - "${FILESDIR}/${P}-init-bools-w-false.patch" # in Plasma/5.18, KDE-bug 421187 -) - -src_configure() { - local mycmakeargs=( - $(cmake_use_find_package X Qt5X11Extras) - ) - ecm_src_configure -} - -src_test() { - # needs network access, bug #698510 - local myctestargs=( - -E "(connectiontest)" - ) - - ecm_src_test -} - -pkg_postinst() { - ecm_pkg_postinst - if ! has_version "sys-devel/gdb"; then - elog "For more usability consider installing the following package:" - elog " sys-devel/gdb - Easier debugging support" - fi -} diff --git a/kde-plasma/drkonqi/files/drkonqi-5.18.5-init-bools-w-false.patch b/kde-plasma/drkonqi/files/drkonqi-5.18.5-init-bools-w-false.patch deleted file mode 100644 index 6ce33a7198ab..000000000000 --- a/kde-plasma/drkonqi/files/drkonqi-5.18.5-init-bools-w-false.patch +++ /dev/null @@ -1,50 +0,0 @@ -From c517b795936fdab641849ca83ec8c3e253e32de8 Mon Sep 17 00:00:00 2001 -From: Harald Sitter <sitter@kde.org> -Date: Tue, 12 May 2020 12:25:52 +0200 -Subject: initialize bools to false by default - -Summary: -This should fix random 113 errors (user_not_insider) coming out of the api - -I can't really reproduce the problem other than by setting the bools -explicitly to true. Seeing as they were previously not set explicitly -they could very well end up true accidentally. -To fix this let's set them explicitly false. - -BUG: 421187 -FIXED-IN: 5.18.6 - -Test Plan: -hoping for the best! -tests still pass tho - -Reviewers: davidedmundson, apol - -Reviewed By: apol - -Subscribers: plasma-devel - -Tags: #plasma - -Differential Revision: https://phabricator.kde.org/D29675 ---- - src/bugzillaintegration/libbugzilla/clients/commands/newattachment.h | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/bugzillaintegration/libbugzilla/clients/commands/newattachment.h b/src/bugzillaintegration/libbugzilla/clients/commands/newattachment.h -index d30f379..8b4e4bb 100644 ---- a/src/bugzillaintegration/libbugzilla/clients/commands/newattachment.h -+++ b/src/bugzillaintegration/libbugzilla/clients/commands/newattachment.h -@@ -34,8 +34,8 @@ class NewAttachment : public JsonCommand - BUGZILLA_MEMBER_PROPERTY(QString, summary); - BUGZILLA_MEMBER_PROPERTY(QString, content_type); - BUGZILLA_MEMBER_PROPERTY(QString, comment); -- BUGZILLA_MEMBER_PROPERTY(bool, is_patch); -- BUGZILLA_MEMBER_PROPERTY(bool, is_private); -+ BUGZILLA_MEMBER_PROPERTY(bool, is_patch) = false; -+ BUGZILLA_MEMBER_PROPERTY(bool, is_private) = false; - - // flags property is not supported at this time - --- -cgit v1.1 |