Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xembedsniproxy/
Date: Fri, 09 Feb 2018 17:36:11
Message-Id: 1518197733.bb04f978597c12f2a11cde5a1c003ec8c2e1b826.mgorny@gentoo
1 commit: bb04f978597c12f2a11cde5a1c003ec8c2e1b826
2 Author: Mykyta Holubakha <hilobakho <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 6 18:24:02 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 9 17:35:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb04f978
7
8 x11-misc/xembedsniproxy: version bump to 5.12.0
9
10 x11-misc/xembedsniproxy/Manifest | 1 +
11 .../xembedsniproxy/xembedsniproxy-5.12.0.ebuild | 36 ++++++++++++++++++++++
12 2 files changed, 37 insertions(+)
13
14 diff --git a/x11-misc/xembedsniproxy/Manifest b/x11-misc/xembedsniproxy/Manifest
15 index 3d1d6841eaa..3eb3daf8d44 100644
16 --- a/x11-misc/xembedsniproxy/Manifest
17 +++ b/x11-misc/xembedsniproxy/Manifest
18 @@ -1 +1,2 @@
19 DIST plasma-workspace-5.10.3.tar.xz 6994932 BLAKE2B c1d21b8c60d1319d0221befe7199b389a26b1aac37e574888b339d9a2bfabe143d243c30c232b481b089887d28a5d236ee46feae19c365d9854cecc429879e9b SHA512 010d1c125ceaf8fced30221cf2cf890227f55f0fbc87c0701c60466a00be925eda09e2eb07a655e000cfe279dfc89222e7fe216dd248c90d59bb0137c9ab9d66
20 +DIST plasma-workspace-5.12.0.tar.xz 4571240 BLAKE2B 817d227cee4e1c4a47fd0c948534d24dec77eb71e9f09ec8a9b226264678d86682234431102133e02342cf61627f981d24289fa9b210da20ff475b2775edcb53 SHA512 9bcdca74cbcff539f4431b8f888143ff278ed79c5b24033c0f81124a4e2eb5538eec959d5ad9e52aa553f2803634ff189957358d83d78a3d76122699a8add6ce
21
22 diff --git a/x11-misc/xembedsniproxy/xembedsniproxy-5.12.0.ebuild b/x11-misc/xembedsniproxy/xembedsniproxy-5.12.0.ebuild
23 new file mode 100644
24 index 00000000000..1d63abd50de
25 --- /dev/null
26 +++ b/x11-misc/xembedsniproxy/xembedsniproxy-5.12.0.ebuild
27 @@ -0,0 +1,36 @@
28 +# Copyright 1999-2018 Gentoo Foundation
29 +# Distributed under the terms of the GNU General Public License v2
30 +
31 +EAPI=6
32 +
33 +inherit cmake-utils
34 +
35 +DESCRIPTION="A program to use legacy Xembed tray icons with SNI-only trays"
36 +HOMEPAGE="https://cgit.kde.org/plasma-workspace.git/tree/xembed-sni-proxy/Readme.md"
37 +SRC_URI="mirror://kde/stable/plasma/${PV}/plasma-workspace-${PV}.tar.xz"
38 +
39 +LICENSE="GPL-2"
40 +SLOT="0"
41 +KEYWORDS="~amd64 ~x86"
42 +
43 +CDEPEND="
44 + dev-qt/qtcore:5
45 + dev-qt/qtgui:5
46 + dev-qt/qtdbus:5
47 + dev-qt/qtx11extras:5
48 + kde-frameworks/kwindowsystem:5
49 + x11-libs/libxcb
50 + x11-libs/libXtst
51 + x11-libs/xcb-util-image
52 +"
53 +DEPEND="
54 + kde-frameworks/extra-cmake-modules:5
55 + ${CDEPEND}
56 +"
57 +RDEPEND="
58 + !kde-plasma/plasma-workspace:5
59 + ${CDEPEND}
60 +"
61 +
62 +S="${WORKDIR}/plasma-workspace-${PV}/xembed-sni-proxy"
63 +PATCHES=( "${FILESDIR}/${PN}-5.10.3-Standalone-build.patch" )