diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-11-30 15:20:04 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-11-30 15:32:12 +0100 |
commit | a082f2ee2f4436ecd02211a44048aee850804c3a (patch) | |
tree | f955cdc555cad649a5c3f185c490d2f2aeeb9d5b /kde-plasma/kdeplasma-addons | |
parent | kde-plasma/kdecoration: drop 5.23.3* (diff) | |
download | gentoo-a082f2ee2f4436ecd02211a44048aee850804c3a.tar.gz gentoo-a082f2ee2f4436ecd02211a44048aee850804c3a.tar.bz2 gentoo-a082f2ee2f4436ecd02211a44048aee850804c3a.zip |
kde-plasma/kdeplasma-addons: drop 5.23.3*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kdeplasma-addons')
4 files changed, 0 insertions, 143 deletions
diff --git a/kde-plasma/kdeplasma-addons/Manifest b/kde-plasma/kdeplasma-addons/Manifest index f4941461fdcd..76711f5d75b5 100644 --- a/kde-plasma/kdeplasma-addons/Manifest +++ b/kde-plasma/kdeplasma-addons/Manifest @@ -1,3 +1,2 @@ DIST kdeplasma-addons-5.22.5.tar.xz 633320 BLAKE2B 12cb41ebbbec6a6bbb65bbac55e856951cee7249acbc5e9228fddbf3d844066c6a674dfe45242d63b4e4b1321955c547c349ec735a966bc7c02ca38eb62c2f03 SHA512 7915d20808bcceea9451590723abd8f20fc2eb33c6b1346cf1b0971c69360eaf24ad72b141d15bc102090c1dc3f82f8c0e7398cfdd41b7452dbf57af2da87803 -DIST kdeplasma-addons-5.23.3.tar.xz 628756 BLAKE2B cdad86cfa30b6c8884cfae6b60e6478b4f39f451e9670404e0245e35bfad382f7116d6818049b7d0958fff99d3db25e3634c942ac9193c0d0b1384a51044d2f3 SHA512 d1908134c187f9a73288ce8c5c2f90db38714be450dff4591fbb748655dc9926949372b5f93d486700a8a6e725c8e12b4e471318f3bd61971b77052520ca8e8c DIST kdeplasma-addons-5.23.4.tar.xz 628708 BLAKE2B 687ee4f9b68e6521d2165d7b9d570facf786c4b8c9c9d9de98b20533d6b43d197e7b9682de645a09de80e6e28f87120f6b446a86b0408ea7c5ca865413311391 SHA512 03e2db5e8875832d2d430115ec34f5eb86467167f56e09795bcf1595742fc8dc45e61cb88663ab7b2ee65188d41ae81b08b692cd50291a336a0e9c297f028b80 diff --git a/kde-plasma/kdeplasma-addons/files/kdeplasma-addons-5.23.3-mediaframe-fix-path-URLs.patch b/kde-plasma/kdeplasma-addons/files/kdeplasma-addons-5.23.3-mediaframe-fix-path-URLs.patch deleted file mode 100644 index 55fed8152434..000000000000 --- a/kde-plasma/kdeplasma-addons/files/kdeplasma-addons-5.23.3-mediaframe-fix-path-URLs.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 5e16b5ab644748fbf38c2b7fa7113d8dc99bcc28 Mon Sep 17 00:00:00 2001 -From: Patrick Northon <northon_patrick3@yahoo.ca> -Date: Sun, 7 Nov 2021 20:36:45 -0500 -Subject: [PATCH] [mediaframe] Make files added from paths into URLs. - -This make it consistent with individual files added and fix a problem where the url isn't converted to a path properly in some conditions when the url doesn't contain the schema (file://). - -BUG: 445071 - - -(cherry picked from commit 181cc49c4d44a4ac926051ebf9a53d0a8fc6b253) ---- - applets/mediaframe/plugin/mediaframe.cpp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/applets/mediaframe/plugin/mediaframe.cpp b/applets/mediaframe/plugin/mediaframe.cpp -index 45e37eeae..8729d7b83 100644 ---- a/applets/mediaframe/plugin/mediaframe.cpp -+++ b/applets/mediaframe/plugin/mediaframe.cpp -@@ -125,7 +125,7 @@ void MediaFrame::add(const QString &path, AddOption option) - while (dirIterator.hasNext()) { - dirIterator.next(); - -- filePath = dirIterator.filePath(); -+ filePath = "file://" + dirIterator.filePath(); - paths.append(filePath); - m_allFiles.append(filePath); - // qDebug() << "Appended" << filePath; --- -GitLab - diff --git a/kde-plasma/kdeplasma-addons/files/kdeplasma-addons-5.23.3-weather-fix-cursor.patch b/kde-plasma/kdeplasma-addons/files/kdeplasma-addons-5.23.3-weather-fix-cursor.patch deleted file mode 100644 index d5b5ea84f609..000000000000 --- a/kde-plasma/kdeplasma-addons/files/kdeplasma-addons-5.23.3-weather-fix-cursor.patch +++ /dev/null @@ -1,35 +0,0 @@ -From ea18868f6b49577b1349438d6e058199705a25b0 Mon Sep 17 00:00:00 2001 -From: Bharadwaj Raju <bharadwaj.raju777@protonmail.com> -Date: Fri, 12 Nov 2021 15:55:50 +0000 -Subject: [PATCH] applets/weather: Make cursor a pointing hand when hovering - over source link - -Currently it's a normal pointer, which doesn't indicate that it's a clickable link. - - -(cherry picked from commit 508fde69075026db28e7078a7e105acf1cc9c102) ---- - applets/weather/package/contents/ui/FullRepresentation.qml | 7 +++++++ - 1 file changed, 7 insertions(+) - -diff --git a/applets/weather/package/contents/ui/FullRepresentation.qml b/applets/weather/package/contents/ui/FullRepresentation.qml -index dc1583032..4a6d4bdff 100644 ---- a/applets/weather/package/contents/ui/FullRepresentation.qml -+++ b/applets/weather/package/contents/ui/FullRepresentation.qml -@@ -40,6 +40,13 @@ ColumnLayout { - - Layout.alignment: Qt.AlignVCenter | Qt.AlignRight - -+ MouseArea { -+ anchors.fill: parent -+ hoverEnabled: true -+ acceptedButtons: Qt.NoButton -+ cursorShape: !!parent.creditUrl ? Qt.PointingHandCursor : Qt.ArrowCursor -+ } -+ - wrapMode: Text.WordWrap - horizontalAlignment: Text.AlignRight - font { --- -GitLab - diff --git a/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.23.3-r1.ebuild b/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.23.3-r1.ebuild deleted file mode 100644 index cbcb1e038b78..000000000000 --- a/kde-plasma/kdeplasma-addons/kdeplasma-addons-5.23.3-r1.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="forceoptional" -KFMIN=5.86.0 -PVCUT=$(ver_cut 1-3) -QTMIN=5.15.2 -VIRTUALX_REQUIRED="test" -inherit ecm kde.org optfeature - -DESCRIPTION="Extra Plasma applets and engines" - -LICENSE="GPL-2 LGPL-2" -SLOT="5" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" -IUSE="share webengine" - -RESTRICT="test" # bug 727846 - -DEPEND=" - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-frameworks/karchive-${KFMIN}:5 - >=kde-frameworks/kcmutils-${KFMIN}:5 - >=kde-frameworks/kcompletion-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kdeclarative-${KFMIN}:5 - >=kde-frameworks/kholidays-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/knewstuff-${KFMIN}:5 - >=kde-frameworks/knotifications-${KFMIN}:5 - >=kde-frameworks/kpackage-${KFMIN}:5 - >=kde-frameworks/krunner-${KFMIN}:5 - >=kde-frameworks/kservice-${KFMIN}:5 - >=kde-frameworks/kunitconversion-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - >=kde-frameworks/kwindowsystem-${KFMIN}:5 - >=kde-frameworks/kxmlgui-${KFMIN}:5 - >=kde-frameworks/plasma-${KFMIN}:5 - >=kde-frameworks/sonnet-${KFMIN}:5 - share? ( >=kde-frameworks/purpose-${KFMIN}:5 ) - webengine? ( >=dev-qt/qtwebengine-${QTMIN}:5 ) -" -RDEPEND="${DEPEND} - >=dev-qt/qtquickcontrols-${QTMIN}:5 - >=dev-qt/qtquickcontrols2-${QTMIN}:5 - >=kde-plasma/plasma-workspace-${PVCUT}:5 -" - -PATCHES=( - "${FILESDIR}"/${P}-mediaframe-fix-path-URLs.patch - "${FILESDIR}"/${P}-weather-fix-cursor.patch -) - -src_configure() { - local mycmakeargs=( - $(cmake_use_find_package share KF5Purpose) - $(cmake_use_find_package webengine Qt5WebEngine) - ) - - ecm_src_configure -} - -pkg_postinst() { - if [[ -z "${REPLACING_VERSIONS}" ]]; then - optfeature "Disk quota applet" sys-fs/quota - fi - ecm_pkg_postinst -} |