mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-plasma/xembed-sni-proxy: 5.23.5 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST plasma-workspace-5.23.4.tar.xz 9012468 BLAKE2B 491c211bbfdecb1a4e7adb15647c6f9d7d2ded3314ddef855b79b4a222e1bedb4ac88b8a380d66ea296b6696248d67d0ce4757853d01300abdfbe85394936abe SHA512 730e8a69e5dc2e22db1356832aa2adc9255de179ed139c0abe06ad6b44dd0cffb8f214b32eb1f882eb73c337f44e16f64873789130939e25b2b8bab23d2dcfc2
|
||||
DIST plasma-workspace-5.23.5.tar.xz 9010724 BLAKE2B 215b862bcf31c4cadc381f80edbc28f6f63d73066dcb43200b1527a07312bda2721ed1cee700d009f4c67add01a1546a7b0cbae944b28dd3ad22e5ae29212bc5 SHA512 5f55137a1c0949ea65e61d8bbf5476a7ba56ef5afd721945c42817030d1c519ada86442426a4eda0dca164cd6676534f710ddc588c319f849415224b6c953099
|
||||
|
||||
43
kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.23.5.ebuild
Normal file
43
kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.23.5.ebuild
Normal file
@@ -0,0 +1,43 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
KDE_ORG_NAME="plasma-workspace"
|
||||
KFMIN=5.86.0
|
||||
PVCUT=$(ver_cut 1-3)
|
||||
QTMIN=5.15.2
|
||||
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 ~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/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/xembed-sni-proxy:0
|
||||
"
|
||||
|
||||
S="${S}/${PN}"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${PN}-5.20.80-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