diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-02 23:14:54 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-02 23:22:22 +0200 |
commit | 451c714e3256087189b39b2b11184b52874a214f (patch) | |
tree | 909abba87f30c6441527044ce5c7d7694801d7c4 /kde-plasma/xembed-sni-proxy | |
parent | app-office/pybliographer: Drop old (diff) | |
download | gentoo-451c714e3256087189b39b2b11184b52874a214f.tar.gz gentoo-451c714e3256087189b39b2b11184b52874a214f.tar.bz2 gentoo-451c714e3256087189b39b2b11184b52874a214f.zip |
kde-plasma: Drop KDE Plasma 5.15.3
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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.3.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 b91d5a9f24cb..4577623dacbb 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.3.tar.xz 4708156 BLAKE2B dfe1d5eb70e98abb7ecf2c716a654d030e6037917e0fcbee7eb313d5b8d820165244ef2923dd176ddd61fda7e6c3260ce19259a6c6e14ab7c6061fdf201b6e18 SHA512 cdc892cd86f5bf4da3391598f7ddb1b286e9e7b3d96c8086fd8be3551340f77f9c0b2757f55654be638cbb8de1c6b7f5f954998d73a2938f09d90d744adc0850 DIST plasma-workspace-5.15.4.tar.xz 4718764 BLAKE2B 97bc658aee21fb4e3f8a095462f55a0a1d7fe4c1c201e6bc5ce7d8ba51dd971f747bd447c091fb51ad2b09a4f13e78b2f15e1e78e52b6827463bf1d45defd44b SHA512 720f061ab1017e6558c4079e18f6cf88cf5bd04e2484e8f68e784708d9507fb96ae705360c143525cbccdc83843e489e30ebd4f0703ed82f339971fc1c4547ea diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.15.3.ebuild b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.15.3.ebuild deleted file mode 100644 index 54a97db0e7e7..000000000000 --- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.15.3.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" -} |