diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-20 20:51:23 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-20 21:56:32 +0200 |
commit | 87d509721b09a7ae57f100caf2168eb830d4ac0d (patch) | |
tree | 93a9ba2fab84d8db50300f4143674f7fadbb59a3 /kde-plasma | |
parent | kde-plasma/xdg-desktop-portal-kde: drop 5.20.0* (diff) | |
download | gentoo-87d509721b09a7ae57f100caf2168eb830d4ac0d.tar.gz gentoo-87d509721b09a7ae57f100caf2168eb830d4ac0d.tar.bz2 gentoo-87d509721b09a7ae57f100caf2168eb830d4ac0d.zip |
kde-plasma/xembed-sni-proxy: drop 5.20.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/xembed-sni-proxy/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.20.0.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-plasma/xembed-sni-proxy/Manifest b/kde-plasma/xembed-sni-proxy/Manifest index e7a3087cfc84..3337ed6d221f 100644 --- a/kde-plasma/xembed-sni-proxy/Manifest +++ b/kde-plasma/xembed-sni-proxy/Manifest @@ -1,3 +1,2 @@ DIST plasma-workspace-5.19.5.tar.xz 5682264 BLAKE2B 435ea4c73fe50fb78911efb607f1a22ce6fe4a8f089b90b44374e7932d4f0111069dbce0168eedb61de09affdae3549563365bf85b4bbafb33fc69fad6b343e8 SHA512 4cab64c1f817f391a61ae15e37bf1fc936ddd3fb3b234e281a3e5750b67dab05c1c156789446096cbde719bf972e876757c1c5ae78adde4e85f3591fa8df5df9 -DIST plasma-workspace-5.20.0.tar.xz 8991780 BLAKE2B 40e57968595b53c63f91bf58fd7714586a9cc1caf2e5cbddc94463699383997e4067b1250fd62a6b2acd6aea6ac0b0e7539920b85aa6f2b95017e5495a68e4c2 SHA512 3b49ad852a1c2cfb1b4f304a25423506825b94ca80809e0e9ea55e1efa100b0b5411b3591087c35750f971e78dc640d851a367fae7c33902d02610d21511a613 DIST plasma-workspace-5.20.1.tar.xz 8995252 BLAKE2B d82cabc152aee13061736790280981f1f8d3f6cdae33c64394fb73b397d0ebec37a642758e9f620fc0a4f07c5d327ca88de734f3f2a4f68d90e5007e2f9e9e7f SHA512 6af7f3cedfe588b055fecba9944363e110c381b6eb5516c00c2e7f150609c2d9e4da1e2936cba9cf63691121264b4fee11cd5f97e166dd029d05e8910dd169f8 diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.20.0.ebuild b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.20.0.ebuild deleted file mode 100644 index 7fbf12903ee7..000000000000 --- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.20.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_ORG_NAME="plasma-workspace" -KFMIN=5.74.0 -PVCUT=$(ver_cut 1-3) -QTMIN=5.15.1 -inherit cmake kde.org - -DESCRIPTION="Legacy xembed tray icons support for SNI-only system trays" -HOMEPAGE="https://invent.kde.org/plasma/plasma-workspace/-/blob/master/xembed-sni-proxy/Readme.md" - -LICENSE="GPL-2" -SLOT="5" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" - -DEPEND=" - >=dev-qt/qtcore-${QTMIN}:5 - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtx11extras-${QTMIN}:5 - >=kde-frameworks/extra-cmake-modules-${KFMIN}:5 - >=kde-frameworks/kwindowsystem-${KFMIN}:5[X] - 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() { - cmake_src_prepare - - sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \ - -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt" -} |