public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/qguiplatformplugin_kde/
@ 2018-01-18 13:13 Andreas Sturmlechner
  0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2018-01-18 13:13 UTC (permalink / raw
  To: gentoo-commits

commit:     fa59575aa0de6434dd7c00749abd9680d0a92e66
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 12:58:57 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 13:13:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa59575a

kde-plasma/qguiplatformplugin_kde: Drop kde4-base.eclass

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../qguiplatformplugin_kde-4.11.22.ebuild          | 22 +++++++++++++++++++---
 1 file changed, 19 insertions(+), 3 deletions(-)

diff --git a/kde-plasma/qguiplatformplugin_kde/qguiplatformplugin_kde-4.11.22.ebuild b/kde-plasma/qguiplatformplugin_kde/qguiplatformplugin_kde-4.11.22.ebuild
index a192beace50..718a88956c5 100644
--- a/kde-plasma/qguiplatformplugin_kde/qguiplatformplugin_kde-4.11.22.ebuild
+++ b/kde-plasma/qguiplatformplugin_kde/qguiplatformplugin_kde-4.11.22.ebuild
@@ -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
+}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-01-18 13:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-18 13:13 [gentoo-commits] repo/gentoo:master commit in: kde-plasma/qguiplatformplugin_kde/ Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox