mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
kde-plasma/xembed-sni-proxy: 5.20.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +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
|
||||
|
||||
44
kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.20.0.ebuild
Normal file
44
kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.20.0.ebuild
Normal file
@@ -0,0 +1,44 @@
|
||||
# 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"
|
||||
}
|
||||
Reference in New Issue
Block a user