diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-04-25 23:24:20 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-04-25 23:26:52 +1000 |
commit | 38fcb050d47b9e2f0333846ecc37e390dd2247f5 (patch) | |
tree | e667ecc963309b6fa12f77a6951bc5d6a8b8988b /kde-frameworks/plasma | |
parent | kde-misc/latte-dock: new package (diff) | |
download | gentoo-38fcb050d47b9e2f0333846ecc37e390dd2247f5.tar.gz gentoo-38fcb050d47b9e2f0333846ecc37e390dd2247f5.tar.bz2 gentoo-38fcb050d47b9e2f0333846ecc37e390dd2247f5.zip |
kde-frameworks: remove 5.32.0-r1
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'kde-frameworks/plasma')
-rw-r--r-- | kde-frameworks/plasma/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/plasma/files/plasma-5.32.0-prefix-qstringlist.patch | 43 | ||||
-rw-r--r-- | kde-frameworks/plasma/plasma-5.32.0-r1.ebuild | 72 |
3 files changed, 0 insertions, 116 deletions
diff --git a/kde-frameworks/plasma/Manifest b/kde-frameworks/plasma/Manifest index a04bae8b5008..c602474b5766 100644 --- a/kde-frameworks/plasma/Manifest +++ b/kde-frameworks/plasma/Manifest @@ -1,3 +1,2 @@ DIST plasma-framework-5.29.0.tar.xz 4633528 SHA256 303b65207bd3fae01ff89cd521f7b58141c0ab0bc672d8d0acc5d4fd4a0c64b0 SHA512 7f82c9de3525b5f9372b806446ccaaac7e1a29d91ed8ae5e9b8657ed2d9f374868703dc33240ac554d62e4902942383d5113257ff194ea722f944676efd6a7c3 WHIRLPOOL 689ca31dc3468369aca70033557881c984f3d99b71d3d6691fbfd6a691261b7bd4598840034e9c85fef7d57ae371ee04b95fba429169b04a5bf8af84b68de07b -DIST plasma-framework-5.32.0.tar.xz 4585540 SHA256 300cc564b6873e56bafa1239528ff77844596212c34f06049ca181c168ac36c3 SHA512 39f779e0ba0e158740dd6fe719dff363999b4deacf103a9d6ee1eb2f31462133c9b86b381441c9d344b2e56bc297f6adea37504289053b9b562f8fe8fe153126 WHIRLPOOL 884c9524929961ac0e9c56b3759cfc3dedd39ffcace6ff662f4e0864a42f36738232ecc0bedc5203dfd83a8b73b17786cf4201a75c4ff71d8c2fbc5630833863 DIST plasma-framework-5.33.0.tar.xz 4592112 SHA256 4d776750762870e0b151a3fa2374d146f4fa45a647f44076e5db6461c7391567 SHA512 18a3c077e354c95e4196e9b693ac942cf462f1de8b3d31fe806374ae4a45d61abfba8d3fdf4abdda3a3b67067995a9de5a7f9a3ec74712d28a5ce72e8519bc71 WHIRLPOOL ce826ab7f77e02a4e66e21fa1b10f264e060ff678e491a47ac2715bc4f47c4299ec08904a3f2ae8b2116fe728aa22e80d9b3a676c34ba8d3e7923c56115749bc diff --git a/kde-frameworks/plasma/files/plasma-5.32.0-prefix-qstringlist.patch b/kde-frameworks/plasma/files/plasma-5.32.0-prefix-qstringlist.patch deleted file mode 100644 index 460d1bd94eda..000000000000 --- a/kde-frameworks/plasma/files/plasma-5.32.0-prefix-qstringlist.patch +++ /dev/null @@ -1,43 +0,0 @@ -From 547a34d346695295ce05499ae355203414412993 Mon Sep 17 00:00:00 2001 -From: David Edmundson <kde@davidedmundson.co.uk> -Date: Fri, 10 Mar 2017 09:49:47 +0000 -Subject: Handle applyPrefixes with an empty string - -Summary: -When setting an empty QStringList as prefix, it can lead to unexpected results, such as the prefix not changing. - -BUG: 377441 - -Reviewers: #plasma - -Subscribers: plasma-devel, #frameworks - -Tags: #plasma, #frameworks - -Differential Revision: https://phabricator.kde.org/D5000 ---- - src/declarativeimports/core/framesvgitem.cpp | 8 +++++++- - 1 file changed, 7 insertions(+), 1 deletion(-) - -diff --git a/src/declarativeimports/core/framesvgitem.cpp b/src/declarativeimports/core/framesvgitem.cpp -index 81f9e63..8e6225f 100644 ---- a/src/declarativeimports/core/framesvgitem.cpp -+++ b/src/declarativeimports/core/framesvgitem.cpp -@@ -556,7 +556,13 @@ void FrameSvgItem::updateDevicePixelRatio() - - void FrameSvgItem::applyPrefixes() - { -- if (m_prefixes.isEmpty() || m_frameSvg->imagePath().isEmpty()) { -+ -+ if (m_frameSvg->imagePath().isEmpty()) { -+ return; -+ } -+ -+ if (m_prefixes.isEmpty()) { -+ m_frameSvg->setElementPrefix(QString()); - return; - } - --- -cgit v0.11.2 - diff --git a/kde-frameworks/plasma/plasma-5.32.0-r1.ebuild b/kde-frameworks/plasma/plasma-5.32.0-r1.ebuild deleted file mode 100644 index 21e3b71251c5..000000000000 --- a/kde-frameworks/plasma/plasma-5.32.0-r1.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KMNAME="${PN}-framework" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Plasma framework" -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="gles2 wayland X" - -COMMON_DEPEND=" - $(add_frameworks_dep kactivities) - $(add_frameworks_dep karchive) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep kglobalaccel) - $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kpackage) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui 'gles2=') - $(add_qt_dep qtquickcontrols) - $(add_qt_dep qtsql) - $(add_qt_dep qtsvg) - $(add_qt_dep qtwidgets) - !gles2? ( virtual/opengl ) - wayland? ( - $(add_frameworks_dep kwayland) - media-libs/mesa[egl] - ) - X? ( - $(add_qt_dep qtx11extras) - x11-libs/libX11 - x11-libs/libxcb - ) -" -DEPEND="${COMMON_DEPEND} - $(add_frameworks_dep kdoctools) - X? ( x11-proto/xproto ) -" -RDEPEND="${COMMON_DEPEND} - !<kde-apps/kapptemplate-15.08.3-r1:5 -" - -RESTRICT+=" test" - -PATCHES=( "${FILESDIR}/${P}-prefix-qstringlist.patch" ) - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package !gles2 OpenGL) - $(cmake-utils_use_find_package wayland EGL) - $(cmake-utils_use_find_package wayland KF5Wayland) - $(cmake-utils_use_find_package X X11) - $(cmake-utils_use_find_package X XCB) - ) - - kde5_src_configure -} |