mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-plasma/xembed-sni-proxy: 5.22.1 version bump
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST plasma-workspace-5.21.5.tar.xz 9724000 BLAKE2B 2688c8aacd4e5584bb2660a287563aa683af4d469aad45f3521d31ec569d403204cceeb167062a9d8dfe591972db3758d5f46c21ca7c30453cd6740f3e3b470a SHA512 6918c1a29e977ac7f3ebf6ac7308f20f20712db96bf10599f3372987509630aa2ca8bc6adf0b1af4e543ccd2a2001e38ce02d759d25f09588c7c1aaa358af1b4
|
||||
DIST plasma-workspace-5.22.0.tar.xz 8349176 BLAKE2B 61993be02589be83911c8eebcf1bb21dab7377b47bf011a9900791f6aaa5a3e59d545116ad0728afd6565763e6396d12c6e3992fc3ea55c8ab76cfb14e5b21c3 SHA512 fb57dde0ae5f774cb782ab305a526ce22404972197d531a2c5e6972eb6400d57b99a7ce397fd417c0c42c8de58f4c06d9e9771b64eb94f501987da910054f4af
|
||||
DIST plasma-workspace-5.22.1.tar.xz 8349504 BLAKE2B 5f1b2458a83d992e77c197386716b46c623f50505c6661fe1606040a90b42dbdf60203e0bbc007f2a7e1267e49b5d083ee04915cc9d6cb2f8f182d8f0acf1642 SHA512 a09f81ab3dce21e834d162b0be767c91070595969e35206650db70bab726dbed5c4e420e88c11e11b5b2bbf0d5f5a6ddb9ca06a57f6ff255477282f653213cfc
|
||||
|
||||
43
kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.22.1.ebuild
Normal file
43
kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.22.1.ebuild
Normal file
@@ -0,0 +1,43 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
KDE_ORG_NAME="plasma-workspace"
|
||||
KFMIN=5.82.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 ~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