public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Chris Reffett" <creffett@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/plasma-workspace/
Date: Sun,  6 Oct 2013 19:57:27 +0000 (UTC)	[thread overview]
Message-ID: <1381038027.b6db25f69ee311335218a2324bc92159846f9a2d.creffett@gentoo> (raw)

commit:     b6db25f69ee311335218a2324bc92159846f9a2d
Author:     Chris Reffett <creffett <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  6 05:40:27 2013 +0000
Commit:     Chris Reffett <creffett <AT> gentoo <DOT> org>
CommitDate: Sun Oct  6 05:40:27 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b6db25f6

[kde-base/plasma-workspace] Conversion back to semantic-desktop

Package-Manager: portage-2.2.7

---
 ...-4.11.2.ebuild => plasma-workspace-4.11.2-r1.ebuild} | 17 ++++++++++++-----
 .../plasma-workspace-4.11.49.9999.ebuild                | 15 +++++++++++----
 kde-base/plasma-workspace/plasma-workspace-9999.ebuild  | 15 +++++++++++----
 3 files changed, 34 insertions(+), 13 deletions(-)

diff --git a/kde-base/plasma-workspace/plasma-workspace-4.11.2.ebuild b/kde-base/plasma-workspace/plasma-workspace-4.11.2-r1.ebuild
similarity index 84%
rename from kde-base/plasma-workspace/plasma-workspace-4.11.2.ebuild
rename to kde-base/plasma-workspace/plasma-workspace-4.11.2-r1.ebuild
index e2b0f76..b2c9c05 100644
--- a/kde-base/plasma-workspace/plasma-workspace-4.11.2.ebuild
+++ b/kde-base/plasma-workspace/plasma-workspace-4.11.2-r1.ebuild
@@ -13,8 +13,8 @@ OPENGL_REQUIRED="always"
 inherit python-single-r1 kde4-meta
 
 DESCRIPTION="Plasma: KDE desktop framework"
-KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug gps json python qalculate"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug gps json python qalculate semantic-desktop"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
@@ -23,15 +23,14 @@ COMMONDEPEND="
 	>=dev-qt/qtcore-4.8.4-r3:4
 	!kde-misc/ktouchpadenabler
 	$(add_kdebase_dep kactivities)
-	$(add_kdebase_dep kephal)
+	$(add_kdebase_dep kdelibs 'semantic-desktop?')
 	$(add_kdebase_dep kdepimlibs)
+	$(add_kdebase_dep kephal)
 	$(add_kdebase_dep ksysguard)
 	$(add_kdebase_dep libkworkspace)
 	$(add_kdebase_dep libplasmaclock)
 	$(add_kdebase_dep libplasmagenericshell)
 	$(add_kdebase_dep libtaskmanager)
-	$(add_kdebase_dep nepomuk-core)
-	dev-libs/soprano
 	x11-libs/libX11
 	x11-libs/libXcomposite
 	x11-libs/libXdamage
@@ -47,6 +46,10 @@ COMMONDEPEND="
 		$(add_kdebase_dep pykde4 "${PYTHON_USEDEP}")
 	)
 	qalculate? ( sci-libs/libqalculate )
+	semantic-desktop? (
+		dev-libs/soprano
+		$(add_kdebase_dep nepomuk-core)
+	)
 "
 DEPEND="${COMMONDEPEND}
 	dev-libs/boost
@@ -104,6 +107,10 @@ src_configure() {
 		$(cmake-utils_use_with json QJSON)
 		$(cmake-utils_use_with python PythonLibrary)
 		$(cmake-utils_use_with qalculate)
+		$(cmake-utils_use_with rss KdepimLibs)
+		$(cmake-utils_use_with semantic-desktop Akonadi)
+		$(cmake-utils_use_with semantic-desktop NepomukCore)
+		$(cmake-utils_use_with semantic-desktop Soprano)
 		-DWITH_Xmms=OFF
 	)
 

diff --git a/kde-base/plasma-workspace/plasma-workspace-4.11.49.9999.ebuild b/kde-base/plasma-workspace/plasma-workspace-4.11.49.9999.ebuild
index c86abf7..a98426b 100644
--- a/kde-base/plasma-workspace/plasma-workspace-4.11.49.9999.ebuild
+++ b/kde-base/plasma-workspace/plasma-workspace-4.11.49.9999.ebuild
@@ -14,7 +14,7 @@ inherit python-single-r1 kde4-meta
 
 DESCRIPTION="Plasma: KDE desktop framework"
 KEYWORDS=""
-IUSE="debug gps json python qalculate"
+IUSE="debug gps json python qalculate semantic-desktop"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
@@ -23,15 +23,14 @@ COMMONDEPEND="
 	>=dev-qt/qtcore-4.8.4-r3:4
 	!kde-misc/ktouchpadenabler
 	$(add_kdebase_dep kactivities)
-	$(add_kdebase_dep kephal)
+	$(add_kdebase_dep kdelibs 'semantic-desktop?')
 	$(add_kdebase_dep kdepimlibs)
+	$(add_kdebase_dep kephal)
 	$(add_kdebase_dep ksysguard)
 	$(add_kdebase_dep libkworkspace)
 	$(add_kdebase_dep libplasmaclock)
 	$(add_kdebase_dep libplasmagenericshell)
 	$(add_kdebase_dep libtaskmanager)
-	$(add_kdebase_dep nepomuk-core)
-	dev-libs/soprano
 	x11-libs/libX11
 	x11-libs/libXcomposite
 	x11-libs/libXdamage
@@ -47,6 +46,10 @@ COMMONDEPEND="
 		$(add_kdebase_dep pykde4 "${PYTHON_USEDEP}")
 	)
 	qalculate? ( sci-libs/libqalculate )
+	semantic-desktop? (
+		dev-libs/soprano
+		$(add_kdebase_dep nepomuk-core)
+	)
 "
 DEPEND="${COMMONDEPEND}
 	dev-libs/boost
@@ -104,6 +107,10 @@ src_configure() {
 		$(cmake-utils_use_with json QJSON)
 		$(cmake-utils_use_with python PythonLibrary)
 		$(cmake-utils_use_with qalculate)
+		$(cmake-utils_use_with rss KdepimLibs)
+		$(cmake-utils_use_with semantic-desktop Akonadi)
+		$(cmake-utils_use_with semantic-desktop NepomukCore)
+		$(cmake-utils_use_with semantic-desktop Soprano)
 		-DWITH_Xmms=OFF
 	)
 

diff --git a/kde-base/plasma-workspace/plasma-workspace-9999.ebuild b/kde-base/plasma-workspace/plasma-workspace-9999.ebuild
index c86abf7..a98426b 100644
--- a/kde-base/plasma-workspace/plasma-workspace-9999.ebuild
+++ b/kde-base/plasma-workspace/plasma-workspace-9999.ebuild
@@ -14,7 +14,7 @@ inherit python-single-r1 kde4-meta
 
 DESCRIPTION="Plasma: KDE desktop framework"
 KEYWORDS=""
-IUSE="debug gps json python qalculate"
+IUSE="debug gps json python qalculate semantic-desktop"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
@@ -23,15 +23,14 @@ COMMONDEPEND="
 	>=dev-qt/qtcore-4.8.4-r3:4
 	!kde-misc/ktouchpadenabler
 	$(add_kdebase_dep kactivities)
-	$(add_kdebase_dep kephal)
+	$(add_kdebase_dep kdelibs 'semantic-desktop?')
 	$(add_kdebase_dep kdepimlibs)
+	$(add_kdebase_dep kephal)
 	$(add_kdebase_dep ksysguard)
 	$(add_kdebase_dep libkworkspace)
 	$(add_kdebase_dep libplasmaclock)
 	$(add_kdebase_dep libplasmagenericshell)
 	$(add_kdebase_dep libtaskmanager)
-	$(add_kdebase_dep nepomuk-core)
-	dev-libs/soprano
 	x11-libs/libX11
 	x11-libs/libXcomposite
 	x11-libs/libXdamage
@@ -47,6 +46,10 @@ COMMONDEPEND="
 		$(add_kdebase_dep pykde4 "${PYTHON_USEDEP}")
 	)
 	qalculate? ( sci-libs/libqalculate )
+	semantic-desktop? (
+		dev-libs/soprano
+		$(add_kdebase_dep nepomuk-core)
+	)
 "
 DEPEND="${COMMONDEPEND}
 	dev-libs/boost
@@ -104,6 +107,10 @@ src_configure() {
 		$(cmake-utils_use_with json QJSON)
 		$(cmake-utils_use_with python PythonLibrary)
 		$(cmake-utils_use_with qalculate)
+		$(cmake-utils_use_with rss KdepimLibs)
+		$(cmake-utils_use_with semantic-desktop Akonadi)
+		$(cmake-utils_use_with semantic-desktop NepomukCore)
+		$(cmake-utils_use_with semantic-desktop Soprano)
 		-DWITH_Xmms=OFF
 	)
 


             reply	other threads:[~2013-10-06 19:57 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-06 19:57 Chris Reffett [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-08 15:56 Michael Palimaka
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-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=1381038027.b6db25f69ee311335218a2324bc92159846f9a2d.creffett@gentoo \
    --to=creffett@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