summaryrefslogtreecommitdiff
blob: a192beace5071e73fb5aecee25834e5263e29ba7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

KMNAME="kde-workspace"
inherit kde4-base

DESCRIPTION="Helps integration of pure Qt4 applications with KDE Plasma"
KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
IUSE="debug"

S="${WORKDIR}/${KMNAME}-${PV}/qguiplatformplugin_kde"

PATCHES=( "${FILESDIR}/${P}-cmake.patch" )