diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-12 14:31:20 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-12 14:31:20 +0100 |
commit | 9a5c617d2d9e2577d40a52014aee0a5c1c9c8f1d (patch) | |
tree | e68ae11cce6f377674cb0204c714a1da439c782f /kde-plasma/xembed-sni-proxy | |
parent | kde-plasma: Add KDE Plasma 5.15.3 (diff) | |
download | gentoo-9a5c617d2d9e2577d40a52014aee0a5c1c9c8f1d.tar.gz gentoo-9a5c617d2d9e2577d40a52014aee0a5c1c9c8f1d.tar.bz2 gentoo-9a5c617d2d9e2577d40a52014aee0a5c1c9c8f1d.zip |
kde-plasma: Drop KDE Plasma 5.15.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-plasma/xembed-sni-proxy')
-rw-r--r-- | kde-plasma/xembed-sni-proxy/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.15.2.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/kde-plasma/xembed-sni-proxy/Manifest b/kde-plasma/xembed-sni-proxy/Manifest index 5807778716cd..62c5495f35d8 100644 --- a/kde-plasma/xembed-sni-proxy/Manifest +++ b/kde-plasma/xembed-sni-proxy/Manifest @@ -1,3 +1,2 @@ DIST plasma-workspace-5.14.5.tar.xz 4578556 BLAKE2B 3c37bd9f880225f0e8b2496b90e5afc5ad591e8e356bd68ae135c3e9ccfe646adcb2418e2e80185f396c3b412f0df603ba0902e5a6d54a6d9a5abdff500a71f7 SHA512 247abdfe4ed4c7b6bb847c5352b3df11d110d59f8cc62b51dfd9de76c62549a0191efdd1e1f5a6ab82a87eccdc9fd28481a85c1252d05595e0f1a72174b3f8c6 -DIST plasma-workspace-5.15.2.tar.xz 4707708 BLAKE2B a1a4f70ad8aa42d3bbc19ea4150ff254ade51af098b39f7d16dec535e8a0ac235c74effb0f71ff68ac0997aea4216218fdbc192606317e0128752029a7d3211e SHA512 80675be89c71b67bd106ac83274321f327cf6183cb0fb7c27092607aa33500a99b226952e25eddc11aecbd053099a6b86ade8646fd3cefbe57d72066b133c177 DIST plasma-workspace-5.15.3.tar.xz 4708156 BLAKE2B dfe1d5eb70e98abb7ecf2c716a654d030e6037917e0fcbee7eb313d5b8d820165244ef2923dd176ddd61fda7e6c3260ce19259a6c6e14ab7c6061fdf201b6e18 SHA512 cdc892cd86f5bf4da3391598f7ddb1b286e9e7b3d96c8086fd8be3551340f77f9c0b2757f55654be638cbb8de1c6b7f5f954998d73a2938f09d90d744adc0850 diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.15.2.ebuild b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.15.2.ebuild deleted file mode 100644 index 54a97db0e7e7..000000000000 --- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.15.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_AUTODEPS="false" -KMNAME="plasma-workspace" -inherit kde5 - -DESCRIPTION="Legacy xembed tray icons support for SNI-only system trays" -HOMEPAGE="https://cgit.kde.org/plasma-workspace.git/tree/xembed-sni-proxy/Readme.md" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" - -DEPEND=" - $(add_frameworks_dep extra-cmake-modules) - $(add_frameworks_dep kwindowsystem) - $(add_qt_dep qtcore) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtx11extras) - x11-libs/libxcb - x11-libs/libXtst - x11-libs/xcb-util-image -" -RDEPEND="${DEPEND} - !<kde-plasma/plasma-workspace-5.14.2:5 - !kde-plasma/xembed-sni-proxy:0 -" - -S="${S}/${PN}" - -PATCHES=( "${FILESDIR}/${PN}-5.14.90-standalone.patch" ) - -src_prepare() { - kde5_src_prepare - - sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \ - -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt" -} |