blob: c9afca0cd10ee9412c73174c23bb1847e3a62bb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
KMNAME="playground/base/plasma"
KMMODULE="applets/${PN}"
KDE_SCM="svn"
inherit kde4-meta
DESCRIPTION="A central menubar for all KDE programs"
HOMEPAGE="http://plasma.kde.org/"
LICENSE="GPL-2"
KEYWORDS=""
SLOT="4"
IUSE="debug"
RDEPEND="
!kde-plasmoids/menubar
$(add_kdebase_dep plasma-workspace)
"
|