mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
kde-plasma/xembed-sni-proxy: drop 5.27.10
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST plasma-workspace-5.27.10.tar.xz 19476860 BLAKE2B b171c5e6bbf2144056a900947c439ca43556d4319686b7b844bd1984e3ff57e04ecffda1c57bc534f67f2b5d2983014eef5a89470e918526143ae91f91a75d84 SHA512 de56a884c05101672b5339cd64b345351f602b33b14daa666e18427251980f557dd65fe35f77c3a361507e3372b05e03b713123e2a7cad29c6bba2af2b43b5a7
|
||||
DIST plasma-workspace-5.27.11.tar.xz 19486864 BLAKE2B 41da7e904b08e6c6dc7600c601183a9b600e68f122e1f9aae3dfec468adc1eff377566aadc52084648840be227106e7e0aa8cf48ffc7301a6853dc1c0ad92d4b SHA512 d49b717bf4b074cd201a6807329d73d0defebc814c2d3dc2eb473e00bf030d1334fe9eb8cc8b3f3e019b54faf67dcc992c5a7bef1c85d7d2fb8ee70a6c6b3443
|
||||
|
||||
@@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
KDE_ORG_NAME="plasma-workspace"
|
||||
KFMIN=5.106.0
|
||||
QTMIN=5.15.9
|
||||
inherit cmake plasma.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"
|
||||
CMAKE_USE_DIR="${S}/${PN}"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="5"
|
||||
KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
|
||||
|
||||
DEPEND="
|
||||
>=dev-qt/qtcore-${QTMIN}:5
|
||||
>=dev-qt/qtdbus-${QTMIN}:5
|
||||
>=dev-qt/qtgui-${QTMIN}:5
|
||||
>=dev-qt/qtx11extras-${QTMIN}:5
|
||||
>=kde-frameworks/kwindowsystem-${KFMIN}:5[X]
|
||||
x11-libs/libxcb
|
||||
x11-libs/libXtst
|
||||
x11-libs/xcb-util-image
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
!kde-plasma/xembed-sni-proxy:0
|
||||
"
|
||||
BDEPEND=">=kde-frameworks/extra-cmake-modules-${KFMIN}:0"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${PN}-5.24.80-standalone.patch" )
|
||||
|
||||
src_prepare() {
|
||||
cmake_src_prepare
|
||||
|
||||
sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \
|
||||
-i ${PN}/CMakeLists.txt || die "Failed to prepare CMakeLists.txt"
|
||||
}
|
||||
Reference in New Issue
Block a user