commit:     bb04f978597c12f2a11cde5a1c003ec8c2e1b826
Author:     Mykyta Holubakha <hilobakho <AT> gmail <DOT> com>
AuthorDate: Tue Feb  6 18:24:02 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb  9 17:35:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb04f978

x11-misc/xembedsniproxy: version bump to 5.12.0

 x11-misc/xembedsniproxy/Manifest                   |  1 +
 .../xembedsniproxy/xembedsniproxy-5.12.0.ebuild    | 36 ++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/x11-misc/xembedsniproxy/Manifest b/x11-misc/xembedsniproxy/Manifest
index 3d1d6841eaa..3eb3daf8d44 100644
--- a/x11-misc/xembedsniproxy/Manifest
+++ b/x11-misc/xembedsniproxy/Manifest
@@ -1 +1,2 @@
 DIST plasma-workspace-5.10.3.tar.xz 6994932 BLAKE2B 
c1d21b8c60d1319d0221befe7199b389a26b1aac37e574888b339d9a2bfabe143d243c30c232b481b089887d28a5d236ee46feae19c365d9854cecc429879e9b
 SHA512 
010d1c125ceaf8fced30221cf2cf890227f55f0fbc87c0701c60466a00be925eda09e2eb07a655e000cfe279dfc89222e7fe216dd248c90d59bb0137c9ab9d66
+DIST plasma-workspace-5.12.0.tar.xz 4571240 BLAKE2B 
817d227cee4e1c4a47fd0c948534d24dec77eb71e9f09ec8a9b226264678d86682234431102133e02342cf61627f981d24289fa9b210da20ff475b2775edcb53
 SHA512 
9bcdca74cbcff539f4431b8f888143ff278ed79c5b24033c0f81124a4e2eb5538eec959d5ad9e52aa553f2803634ff189957358d83d78a3d76122699a8add6ce

diff --git a/x11-misc/xembedsniproxy/xembedsniproxy-5.12.0.ebuild 
b/x11-misc/xembedsniproxy/xembedsniproxy-5.12.0.ebuild
new file mode 100644
index 00000000000..1d63abd50de
--- /dev/null
+++ b/x11-misc/xembedsniproxy/xembedsniproxy-5.12.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="A program to use legacy Xembed tray icons with SNI-only trays"
+HOMEPAGE="https://cgit.kde.org/plasma-workspace.git/tree/xembed-sni-proxy/Readme.md";
+SRC_URI="mirror://kde/stable/plasma/${PV}/plasma-workspace-${PV}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+CDEPEND="
+       dev-qt/qtcore:5
+       dev-qt/qtgui:5
+       dev-qt/qtdbus:5
+       dev-qt/qtx11extras:5
+       kde-frameworks/kwindowsystem:5
+       x11-libs/libxcb
+       x11-libs/libXtst
+       x11-libs/xcb-util-image
+"
+DEPEND="
+       kde-frameworks/extra-cmake-modules:5
+       ${CDEPEND}
+"
+RDEPEND="
+       !kde-plasma/plasma-workspace:5
+       ${CDEPEND}
+"
+
+S="${WORKDIR}/plasma-workspace-${PV}/xembed-sni-proxy"
+PATCHES=( "${FILESDIR}/${PN}-5.10.3-Standalone-build.patch" )

Reply via email to