aboutsummaryrefslogtreecommitdiff
blob: 089c2acd851e41c30a7d6d5650c51c69b6cb7c66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

KMNAME="kde-baseapps"
EGIT_BRANCH="frameworks"
inherit kde5

DESCRIPTION="Can be used to show nice dialog boxes from shell scripts"
KEYWORDS=""
IUSE=""

S=${WORKDIR}/${P}/${PN}

DEPEND="
	$(add_frameworks_dep kdelibs4support)
	$(add_frameworks_dep kwidgetsaddons)
	$(add_qt_dep qtdbus)
"
RDEPEND="${DEPEND}"