blob: 058b9d4aa3b55f92c4db7c8595656dd22adb4429 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit kde5
DESCRIPTION="Convert XEmbed system tray icons to SNI icons"
EGIT_REPO_URI="https://github.com/davidedmundson/xembed-sni-proxy.git"
LICENSE="LGPL-2.1+"
KEYWORDS=""
IUSE=""
DEPEND="
$(add_frameworks_dep kwindowsystem)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtx11extras)
x11-libs/libxcb
x11-libs/xcb-util
x11-libs/xcb-util-image
"
RDEPEND="${DEPEND}"
|