From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/dolphin/
Date: Sat, 2 Feb 2013 16:24:36 +0000 (UTC) [thread overview]
Message-ID: <1359822251.4b0016e9ee043209e9af5c075f3665412805cd66.kensington@gentoo> (raw)
commit: 4b0016e9ee043209e9af5c075f3665412805cd66
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 2 16:24:11 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Feb 2 16:24:11 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4b0016e9
[kde-base/dolphin] Fix -semantic-desktop support. Add kactivities dep.
Package-Manager: portage-2.1.11.50
---
kde-base/dolphin/dolphin-4.10.0.ebuild | 12 ++++++++++--
kde-base/dolphin/dolphin-4.10.49.9999.ebuild | 12 ++++++++++--
kde-base/dolphin/dolphin-4.9.98.ebuild | 12 ++++++++++--
kde-base/dolphin/dolphin-9999.ebuild | 12 ++++++++++--
4 files changed, 40 insertions(+), 8 deletions(-)
diff --git a/kde-base/dolphin/dolphin-4.10.0.ebuild b/kde-base/dolphin/dolphin-4.10.0.ebuild
index f9f10eb..5bdb030 100644
--- a/kde-base/dolphin/dolphin-4.10.0.ebuild
+++ b/kde-base/dolphin/dolphin-4.10.0.ebuild
@@ -13,9 +13,15 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug semantic-desktop thumbnail"
DEPEND="
+ $(add_kdebase_dep kactivities)
$(add_kdebase_dep kdelibs 'semantic-desktop=')
$(add_kdebase_dep libkonq)
- semantic-desktop? ( >=dev-libs/shared-desktop-ontologies-0.10.0 )
+ semantic-desktop? (
+ >=dev-libs/shared-desktop-ontologies-0.10.0
+ dev-libs/soprano
+ $(add_kdebase_dep nepomuk-core)
+ $(add_kdebase_dep nepomuk-widgets)
+ )
"
RDEPEND="${DEPEND}
$(add_kdebase_dep kfind)
@@ -37,7 +43,9 @@ RESTRICT="test"
src_configure() {
mycmakeargs=(
- $(cmake-utils_use_with semantic-desktop Nepomuk)
+ $(cmake-utils_use_with semantic-desktop NepomukCore)
+ $(cmake-utils_use_with semantic-desktop NepomukWidgets)
+ $(cmake-utils_use_with semantic-desktop Soprano)
)
kde4-meta_src_configure
diff --git a/kde-base/dolphin/dolphin-4.10.49.9999.ebuild b/kde-base/dolphin/dolphin-4.10.49.9999.ebuild
index 5c66833..7572d61 100644
--- a/kde-base/dolphin/dolphin-4.10.49.9999.ebuild
+++ b/kde-base/dolphin/dolphin-4.10.49.9999.ebuild
@@ -13,9 +13,15 @@ KEYWORDS=""
IUSE="debug semantic-desktop thumbnail"
DEPEND="
+ $(add_kdebase_dep kactivities)
$(add_kdebase_dep kdelibs 'semantic-desktop=')
$(add_kdebase_dep libkonq)
- semantic-desktop? ( >=dev-libs/shared-desktop-ontologies-0.10.0 )
+ semantic-desktop? (
+ >=dev-libs/shared-desktop-ontologies-0.10.0
+ dev-libs/soprano
+ $(add_kdebase_dep nepomuk-core)
+ $(add_kdebase_dep nepomuk-widgets)
+ )
"
RDEPEND="${DEPEND}
$(add_kdebase_dep kfind)
@@ -37,7 +43,9 @@ RESTRICT="test"
src_configure() {
mycmakeargs=(
- $(cmake-utils_use_with semantic-desktop Nepomuk)
+ $(cmake-utils_use_with semantic-desktop NepomukCore)
+ $(cmake-utils_use_with semantic-desktop NepomukWidgets)
+ $(cmake-utils_use_with semantic-desktop Soprano)
)
kde4-meta_src_configure
diff --git a/kde-base/dolphin/dolphin-4.9.98.ebuild b/kde-base/dolphin/dolphin-4.9.98.ebuild
index f9f10eb..5bdb030 100644
--- a/kde-base/dolphin/dolphin-4.9.98.ebuild
+++ b/kde-base/dolphin/dolphin-4.9.98.ebuild
@@ -13,9 +13,15 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug semantic-desktop thumbnail"
DEPEND="
+ $(add_kdebase_dep kactivities)
$(add_kdebase_dep kdelibs 'semantic-desktop=')
$(add_kdebase_dep libkonq)
- semantic-desktop? ( >=dev-libs/shared-desktop-ontologies-0.10.0 )
+ semantic-desktop? (
+ >=dev-libs/shared-desktop-ontologies-0.10.0
+ dev-libs/soprano
+ $(add_kdebase_dep nepomuk-core)
+ $(add_kdebase_dep nepomuk-widgets)
+ )
"
RDEPEND="${DEPEND}
$(add_kdebase_dep kfind)
@@ -37,7 +43,9 @@ RESTRICT="test"
src_configure() {
mycmakeargs=(
- $(cmake-utils_use_with semantic-desktop Nepomuk)
+ $(cmake-utils_use_with semantic-desktop NepomukCore)
+ $(cmake-utils_use_with semantic-desktop NepomukWidgets)
+ $(cmake-utils_use_with semantic-desktop Soprano)
)
kde4-meta_src_configure
diff --git a/kde-base/dolphin/dolphin-9999.ebuild b/kde-base/dolphin/dolphin-9999.ebuild
index 5c66833..7572d61 100644
--- a/kde-base/dolphin/dolphin-9999.ebuild
+++ b/kde-base/dolphin/dolphin-9999.ebuild
@@ -13,9 +13,15 @@ KEYWORDS=""
IUSE="debug semantic-desktop thumbnail"
DEPEND="
+ $(add_kdebase_dep kactivities)
$(add_kdebase_dep kdelibs 'semantic-desktop=')
$(add_kdebase_dep libkonq)
- semantic-desktop? ( >=dev-libs/shared-desktop-ontologies-0.10.0 )
+ semantic-desktop? (
+ >=dev-libs/shared-desktop-ontologies-0.10.0
+ dev-libs/soprano
+ $(add_kdebase_dep nepomuk-core)
+ $(add_kdebase_dep nepomuk-widgets)
+ )
"
RDEPEND="${DEPEND}
$(add_kdebase_dep kfind)
@@ -37,7 +43,9 @@ RESTRICT="test"
src_configure() {
mycmakeargs=(
- $(cmake-utils_use_with semantic-desktop Nepomuk)
+ $(cmake-utils_use_with semantic-desktop NepomukCore)
+ $(cmake-utils_use_with semantic-desktop NepomukWidgets)
+ $(cmake-utils_use_with semantic-desktop Soprano)
)
kde4-meta_src_configure
next reply other threads:[~2013-02-02 16:24 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-02 16:24 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-10-10 14:41 [gentoo-commits] proj/kde:master commit in: kde-base/dolphin/ Michael Palimaka
2014-09-25 17:56 Johannes Huber
2014-08-28 13:05 Michael Palimaka
2014-07-24 17:16 Michael Palimaka
2014-04-22 13:34 Johannes Huber
2014-02-22 16:19 Michael Palimaka
2013-10-06 19:57 Chris Reffett
2013-08-22 16:37 Michael Palimaka
2013-07-31 18:26 Johannes Huber
2013-06-13 18:45 Johannes Huber
2013-03-06 10:10 Michael Palimaka
2013-01-06 17:57 Andreas Hüttel
2012-01-17 22:06 Johannes Huber
2011-12-04 17:45 Andreas Hüttel
2011-05-24 6:42 Jorge Manuel B. S. Vicetto
2011-05-05 10:42 Tomas Chvatal
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=1359822251.4b0016e9ee043209e9af5c075f3665412805cd66.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