public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/plasma-workspace/
Date: Tue,  8 Apr 2014 15:56:25 +0000 (UTC)	[thread overview]
Message-ID: <1396972436.36b0ae782c328984f726067409b7e9a21993fe55.kensington@gentoo> (raw)

commit:     36b0ae782c328984f726067409b7e9a21993fe55
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  8 15:53:56 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Apr  8 15:53:56 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=36b0ae78

[kde-base/plasma-workspace] Add KF5 version.

Still needs lots of work.

Package-Manager: portage-2.2.8-r1

---
 .../plasma-workspace/plasma-workspace-9999.ebuild  | 97 ++++++++++++++++++++++
 1 file changed, 97 insertions(+)

diff --git a/kde-base/plasma-workspace/plasma-workspace-9999.ebuild b/kde-base/plasma-workspace/plasma-workspace-9999.ebuild
new file mode 100644
index 0000000..20a12ba
--- /dev/null
+++ b/kde-base/plasma-workspace/plasma-workspace-9999.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="KDE Plasma workspace"
+KEYWORDS=""
+IUSE="dbus X"
+
+COMMON_DEPEND="
+	$(add_kdebase_dep libksysguard)
+	$(add_frameworks_dep kactivities)
+	$(add_frameworks_dep kbookmarks)
+	$(add_frameworks_dep kcompletion)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kcrash)
+	$(add_frameworks_dep kdbusaddons)
+	$(add_frameworks_dep kde4support)
+	$(add_frameworks_dep kdeclarative)
+	$(add_frameworks_dep kdesu)
+	$(add_frameworks_dep kglobalaccel)
+	$(add_frameworks_dep kguiaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kidletime)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kitemviews)
+	$(add_frameworks_dep kjobwidgets)
+	$(add_frameworks_dep kjs)
+	$(add_frameworks_dep kjsembed)
+	$(add_frameworks_dep knewstuff)
+	$(add_frameworks_dep knotifications)
+	$(add_frameworks_dep knotifyconfig)
+	$(add_frameworks_dep krunner)
+	$(add_frameworks_dep kservice)
+	$(add_frameworks_dep ktexteditor)
+	$(add_frameworks_dep ktextwidgets)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kwindowsystem)
+	$(add_frameworks_dep kxmlgui)
+	$(add_frameworks_dep plasma)
+	$(add_frameworks_dep solid)
+	dev-qt/qtdbus:5
+	dev-qt/qtdeclarative:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtscript:5
+	dev-qt/qtsql:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+	media-libs/phonon[qt5]
+	sys-libs/pam
+	sys-libs/zlib
+	dbus? ( dev-libs/libdbusmenu-qt[qt5] )
+	X? (
+		dev-qt/qtx11extras:5
+		x11-libs/libICE
+		x11-libs/libSM
+		x11-libs/libX11
+		x11-libs/libXau
+		x11-libs/libxcb
+		x11-libs/libXrender
+		x11-libs/xcb-util-keysyms
+	)
+"
+RDEPEND="${COMMON_DEPEND}
+	!kde-base/freespacenotifier:4
+	!kde-base/libkworkspace:4
+	!kde-base/libtaskmanager:4
+	!kde-base/kcminit:4
+	!kde-base/kdebase-menu-icons:4
+	!kde-base/kdebase-startkde:4
+	!kde-base/klipper:4
+	!kde-base/krunner:4
+	!kde-base/ksmserver:4
+	!kde-base/ksplash:4
+	!kde-base/kuiserver:4
+	!kde-base/plasma-workspace:4
+"
+DEPEND="${COMMON_DEPEND}
+	X? ( x11-proto/xproto )
+"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package dbus dbusmenu-qt5)
+		$(cmake-utils_use_find_package X X11)
+	)
+
+	kde5_src_configure
+}


             reply	other threads:[~2014-04-08 15:56 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-08 15:56 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-08-12 21:50 [gentoo-commits] proj/kde:master commit in: kde-base/plasma-workspace/ Johannes Huber
2015-08-07 22:14 Johannes Huber
2014-12-02 13:57 Michael Palimaka
2014-11-16 18:51 Manuel Rüger
2014-10-12 18:28 Michael Palimaka
2014-10-02 12:54 Michael Palimaka
2014-09-24 17:34 Michael Palimaka
2014-08-07 21:22 Johannes Huber
2014-07-27 18:57 Michael Palimaka
2014-07-24 15:43 Michael Palimaka
2014-07-22 10:10 Michael Palimaka
2014-07-22 10:10 Michael Palimaka
2014-07-09 17:52 Michael Palimaka
2014-07-01 12:27 Michael Palimaka
2014-06-23 14:16 Michael Palimaka
2014-06-23 14:00 Michael Palimaka
2014-06-23 13:44 Michael Palimaka
2014-06-20 15:49 Michael Palimaka
2014-06-20 15:28 Michael Palimaka
2014-06-16 11:49 Michael Palimaka
2014-05-24 22:58 Johannes Huber
2014-05-23  8:36 Michael Palimaka
2014-05-20 10:28 Michael Palimaka
2014-05-16 16:33 Michael Palimaka
2014-05-08 13:21 Johannes Huber
2014-05-05 17:35 Michael Palimaka
2014-05-05 14:59 Johannes Huber
2014-05-05  8:56 Michael Palimaka
2014-05-04 23:35 Johannes Huber
2014-05-01 22:46 Johannes Huber
2014-04-09 17:04 Johannes Huber
2014-04-08 19:44 Elias Probst
2014-04-01 10:37 Michael Palimaka
2013-10-23 21:12 Johannes Huber
2013-10-07  2:01 Chris Reffett
2013-10-06 19:57 Chris Reffett
2013-10-06 19:57 Chris Reffett
2013-08-19 16:13 Michael Palimaka
2013-04-09 20:00 Michael Palimaka
2013-04-01 12:37 Michael Palimaka
2013-03-23 14:13 Michael Palimaka
2013-03-22 22:26 Andreas Hüttel
2013-03-20 13:02 Michael Palimaka
2013-02-03 14:13 Michael Palimaka
2013-01-20 14:56 Michael Palimaka
2013-01-17 16:50 Michael Palimaka
2013-01-08 13:41 David E. Narváez
2013-01-04 16:29 Chris Reffett
2013-01-04 16:29 Chris Reffett
2013-01-04 14:52 Chris Reffett
2012-11-18 16:35 Alexey Shvetsov
2012-11-18 16:35 Alexey Shvetsov
2012-11-18 16:31 Alexey Shvetsov
2012-11-06  7:50 Michael Palimaka
2012-10-31 11:15 Michael Palimaka
2012-08-08 11:36 Michael Palimaka
2011-10-23 14:58 Jonathan Callen
2011-09-26 14:12 Alexey Shvetsov
2011-08-06 16:33 Andreas Hüttel
2011-05-25 21:17 Andreas Hüttel
2011-05-24 15:44 Jorge Manuel B. S. Vicetto
2011-05-21 22:55 Andreas K. Huettel
2011-05-16 22:54 Jonathan Callen
2011-05-07 15:21 Tomas Chvatal
2011-04-19 20:58 Andreas K. Huettel
2011-04-12  0:35 Theo Chatzimichos
2011-04-06 23:31 Theo Chatzimichos
2011-04-04  0:20 Marc Schiffbauer
2011-02-08 15:06 Manuel Nickschas
2011-02-04 14:22 devurandom
2011-02-04 14:19 tampakrap

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1396972436.36b0ae782c328984f726067409b7e9a21993fe55.kensington@gentoo \
    --to=kensington@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox