diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-30 16:38:12 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-30 16:38:12 +0200 |
commit | 7d96f93efbac84c524673d5955de78f92d8c7da6 (patch) | |
tree | 98ee7ff47dc52001a0ce0796f70268c7d72b6fe6 /kde-plasma/xembed-sni-proxy | |
parent | kde-plasma: Add KDE Plasma 5.16.4 (diff) | |
download | gentoo-7d96f93efbac84c524673d5955de78f92d8c7da6.tar.gz gentoo-7d96f93efbac84c524673d5955de78f92d8c7da6.tar.bz2 gentoo-7d96f93efbac84c524673d5955de78f92d8c7da6.zip |
kde-plasma: Drop KDE Plasma 5.16.3
Package-Manager: Portage-2.3.69, Repoman-2.3.16
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.16.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 3cf20875b222..ea34ae104c3b 100644 --- a/kde-plasma/xembed-sni-proxy/Manifest +++ b/kde-plasma/xembed-sni-proxy/Manifest @@ -1,3 +1,2 @@ DIST plasma-workspace-5.15.5.tar.xz 4713728 BLAKE2B 7ce14912bf0dc2556484b7b719b00e7296fb67d78faabb9e3c00fbfb56a41db04e27b5f94636142f07e88e24d51ff308025a50d719a940e1287943a35db93e79 SHA512 5d5429114a733d4328f7db6c8e3c7dfe5e04862f8083fcad40b21390efb309c58fd1b13cf63aa57f2842c38936b9fe1c60ad61fc601cf4f592b86285c2270bed -DIST plasma-workspace-5.16.3.tar.xz 4888740 BLAKE2B 5908b1d9d1c1aff2a7e3dad1461e8bc688bcef5d2177048e12c1f471e4396aafcbea89f470fef7e92d355fa448c23d8af9b09182a5a78e7035dad9278eaa9bb6 SHA512 347be076604b29234845978e3442653507e93d892c47c63a46f659bc11f692944fc9879391bb686893916a77f3be2f12048fb4f870e7de567c3c13f034ba5155 DIST plasma-workspace-5.16.4.tar.xz 4896860 BLAKE2B fb3f6c89db5bc5142ccb68ab6ebd13d7e0d878c999160301385d163fba0e97bfcfae9bda38dc07547171cfe8823b4375815f1371958ba35c8c9a69272dbaf572 SHA512 d597738c1122fcbe327a1917706e86ed0acc550ddbe2ef4eb776f1a064b09095c0f5d634675787353b90b8b37d24bbd454fa1d8354078bd4ceaa3875471a3bb4 diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.16.3.ebuild b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.16.3.ebuild deleted file mode 100644 index 54a97db0e7e7..000000000000 --- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.16.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" -} |