Skip to content

Commit

Permalink
kde-plasma/qguiplatformplugin_kde: Drop kde4-base.eclass
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.19, Repoman-2.3.6
  • Loading branch information
a17r committed Jan 18, 2018
1 parent fe161f7 commit fa59575
Showing 1 changed file with 19 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,29 @@

EAPI=6

KMNAME="kde-workspace"
inherit kde4-base
inherit cmake-utils flag-o-matic

DESCRIPTION="Helps integration of pure Qt4 applications with KDE Plasma"
HOMEPAGE="https://www.kde.org/"
SRC_URI="mirror://kde/Attic/applications/15.08.0/src/kde-workspace-${PV}.tar.xz"

KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
LICENSE="GPL-2"
SLOT="4/4.11"
IUSE="debug"

S="${WORKDIR}/${KMNAME}-${PV}/qguiplatformplugin_kde"
RDEPEND="
dev-qt/qtcore:4
dev-qt/qtgui:4
kde-frameworks/kdelibs:4
"
DEPEND="${RDEPEND}"

S="${WORKDIR}/kde-workspace-${PV}/qguiplatformplugin_kde"

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

src_configure() {
use debug || append-cppflags -DQT_NO_DEBUG
cmake-utils_src_configure
}

0 comments on commit fa59575

Please sign in to comment.