* [gentoo-commits] proj/kde:master commit in: kde-base/dolphin/
@ 2011-05-05 10:42 Tomas Chvatal
0 siblings, 0 replies; 17+ messages in thread
From: Tomas Chvatal @ 2011-05-05 10:42 UTC (permalink / raw
To: gentoo-commits
commit: 884cbd04402c408e45da74d61f167112d8c34b4c
Author: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
AuthorDate: Thu May 5 10:41:46 2011 +0000
Commit: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
CommitDate: Thu May 5 10:42:10 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=884cbd04
[kde-base/dolphin] depend on thumbnailer
---
kde-base/dolphin/dolphin-4.6.3.ebuild | 1 +
kde-base/dolphin/dolphin-4.6.9999.ebuild | 1 +
kde-base/dolphin/dolphin-9999.ebuild | 1 +
3 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/kde-base/dolphin/dolphin-4.6.3.ebuild b/kde-base/dolphin/dolphin-4.6.3.ebuild
index 632c5cf..dc790af 100644
--- a/kde-base/dolphin/dolphin-4.6.3.ebuild
+++ b/kde-base/dolphin/dolphin-4.6.3.ebuild
@@ -22,6 +22,7 @@ RDEPEND="${DEPEND}
"
PDEPEND="
thumbnail? (
+ $(add_kdebase_dep thumbnailers)
|| (
$(add_kdebase_dep ffmpegthumbs)
$(add_kdebase_dep mplayerthumbs)
diff --git a/kde-base/dolphin/dolphin-4.6.9999.ebuild b/kde-base/dolphin/dolphin-4.6.9999.ebuild
index ecb24f0..bcfaeac 100644
--- a/kde-base/dolphin/dolphin-4.6.9999.ebuild
+++ b/kde-base/dolphin/dolphin-4.6.9999.ebuild
@@ -22,6 +22,7 @@ RDEPEND="${DEPEND}
"
PDEPEND="
thumbnail? (
+ $(add_kdebase_dep thumbnailers)
|| (
$(add_kdebase_dep ffmpegthumbs)
$(add_kdebase_dep mplayerthumbs)
diff --git a/kde-base/dolphin/dolphin-9999.ebuild b/kde-base/dolphin/dolphin-9999.ebuild
index ecb24f0..bcfaeac 100644
--- a/kde-base/dolphin/dolphin-9999.ebuild
+++ b/kde-base/dolphin/dolphin-9999.ebuild
@@ -22,6 +22,7 @@ RDEPEND="${DEPEND}
"
PDEPEND="
thumbnail? (
+ $(add_kdebase_dep thumbnailers)
|| (
$(add_kdebase_dep ffmpegthumbs)
$(add_kdebase_dep mplayerthumbs)
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/dolphin/
@ 2011-05-24 6:42 Jorge Manuel B. S. Vicetto
0 siblings, 0 replies; 17+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2011-05-24 6:42 UTC (permalink / raw
To: gentoo-commits
commit: d79150e452b6a852c7cdaa45c6d9fae0cdc54f33
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 06:23:13 2011 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Tue May 24 06:23:13 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d79150e4
[kde-base/dolphin] 4.6.80 version bump.
(Portage version: 2.2.0_alpha34/git/Linux x86_64, signed Manifest commit with key BB0E6E98)
---
kde-base/dolphin/dolphin-4.6.80.ebuild | 41 ++++++++++++++++++++++++++++++++
1 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/kde-base/dolphin/dolphin-4.6.80.ebuild b/kde-base/dolphin/dolphin-4.6.80.ebuild
new file mode 100644
index 0000000..53ca0ab
--- /dev/null
+++ b/kde-base/dolphin/dolphin-4.6.80.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+KDE_HANDBOOK="optional"
+KMNAME="kde-baseapps"
+inherit kde4-meta
+
+DESCRIPTION="A KDE filemanager focusing on usability"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug semantic-desktop thumbnail"
+
+DEPEND="
+ $(add_kdebase_dep kdelibs 'semantic-desktop=')
+ $(add_kdebase_dep libkonq)
+ semantic-desktop? ( >=dev-libs/shared-desktop-ontologies-0.2 )
+"
+RDEPEND="${DEPEND}
+ $(add_kdebase_dep kfind)
+"
+PDEPEND="
+ thumbnail? (
+ $(add_kdebase_dep thumbnailers)
+ || (
+ $(add_kdebase_dep ffmpegthumbs)
+ $(add_kdebase_dep mplayerthumbs)
+ )
+ )
+"
+
+KMLOADLIBS="libkonq"
+
+src_configure() {
+ mycmakeargs=(
+ $(cmake-utils_use_with semantic-desktop Nepomuk)
+ )
+
+ kde4-meta_src_configure
+}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/dolphin/
@ 2011-12-04 17:45 Andreas Hüttel
0 siblings, 0 replies; 17+ messages in thread
From: Andreas Hüttel @ 2011-12-04 17:45 UTC (permalink / raw
To: gentoo-commits
commit: 087a142c913dca76db2c48b46e17ac60dddf24b6
Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Sun Dec 4 17:45:12 2011 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 17:45:12 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=087a142c
[kde-base/dolphin] Restrict tests, bug 393129
(Portage version: 2.1.10.39/git/Linux x86_64, unsigned Manifest commit)
---
kde-base/dolphin/dolphin-4.7.4.ebuild | 3 +++
kde-base/dolphin/dolphin-4.7.49.9999.ebuild | 3 +++
kde-base/dolphin/dolphin-4.7.80.ebuild | 3 +++
kde-base/dolphin/dolphin-4.7.90.ebuild | 3 +++
kde-base/dolphin/dolphin-9999.ebuild | 3 +++
5 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/kde-base/dolphin/dolphin-4.7.4.ebuild b/kde-base/dolphin/dolphin-4.7.4.ebuild
index c7d2b83..57d2478 100644
--- a/kde-base/dolphin/dolphin-4.7.4.ebuild
+++ b/kde-base/dolphin/dolphin-4.7.4.ebuild
@@ -32,6 +32,9 @@ PDEPEND="
KMLOADLIBS="libkonq"
+RESTRICT="test"
+# bug 393129
+
src_configure() {
mycmakeargs=(
$(cmake-utils_use_with semantic-desktop Nepomuk)
diff --git a/kde-base/dolphin/dolphin-4.7.49.9999.ebuild b/kde-base/dolphin/dolphin-4.7.49.9999.ebuild
index 98c57b8..279b498 100644
--- a/kde-base/dolphin/dolphin-4.7.49.9999.ebuild
+++ b/kde-base/dolphin/dolphin-4.7.49.9999.ebuild
@@ -32,6 +32,9 @@ PDEPEND="
KMLOADLIBS="libkonq"
+RESTRICT="test"
+# bug 393129
+
src_configure() {
mycmakeargs=(
$(cmake-utils_use_with semantic-desktop Nepomuk)
diff --git a/kde-base/dolphin/dolphin-4.7.80.ebuild b/kde-base/dolphin/dolphin-4.7.80.ebuild
index 478d696..f2fadc9 100644
--- a/kde-base/dolphin/dolphin-4.7.80.ebuild
+++ b/kde-base/dolphin/dolphin-4.7.80.ebuild
@@ -32,6 +32,9 @@ PDEPEND="
KMLOADLIBS="libkonq"
+RESTRICT="test"
+# bug 393129
+
src_configure() {
mycmakeargs=(
$(cmake-utils_use_with semantic-desktop Nepomuk)
diff --git a/kde-base/dolphin/dolphin-4.7.90.ebuild b/kde-base/dolphin/dolphin-4.7.90.ebuild
index 478d696..f2fadc9 100644
--- a/kde-base/dolphin/dolphin-4.7.90.ebuild
+++ b/kde-base/dolphin/dolphin-4.7.90.ebuild
@@ -32,6 +32,9 @@ PDEPEND="
KMLOADLIBS="libkonq"
+RESTRICT="test"
+# bug 393129
+
src_configure() {
mycmakeargs=(
$(cmake-utils_use_with semantic-desktop Nepomuk)
diff --git a/kde-base/dolphin/dolphin-9999.ebuild b/kde-base/dolphin/dolphin-9999.ebuild
index 98c57b8..279b498 100644
--- a/kde-base/dolphin/dolphin-9999.ebuild
+++ b/kde-base/dolphin/dolphin-9999.ebuild
@@ -32,6 +32,9 @@ PDEPEND="
KMLOADLIBS="libkonq"
+RESTRICT="test"
+# bug 393129
+
src_configure() {
mycmakeargs=(
$(cmake-utils_use_with semantic-desktop Nepomuk)
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/dolphin/
@ 2012-01-17 22:06 Johannes Huber
0 siblings, 0 replies; 17+ messages in thread
From: Johannes Huber @ 2012-01-17 22:06 UTC (permalink / raw
To: gentoo-commits
commit: 59a5ac51aabfbed7d55101ca2e5189475cac82c1
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 22:09:28 2012 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 22:09:28 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=59a5ac51
[kde-base/dolphin] Add elog for .exe file preview, fixes bug 398697.
(Portage version: 2.2.0_alpha84/git/Linux i686, unsigned Manifest commit)
---
kde-base/dolphin/dolphin-4.7.97.ebuild | 7 +++++++
kde-base/dolphin/dolphin-4.8.49.9999.ebuild | 7 +++++++
kde-base/dolphin/dolphin-9999.ebuild | 7 +++++++
3 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/kde-base/dolphin/dolphin-4.7.97.ebuild b/kde-base/dolphin/dolphin-4.7.97.ebuild
index 9e53005..04e08e4 100644
--- a/kde-base/dolphin/dolphin-4.7.97.ebuild
+++ b/kde-base/dolphin/dolphin-4.7.97.ebuild
@@ -42,3 +42,10 @@ src_configure() {
kde4-meta_src_configure
}
+
+pkg_postinst() {
+ kde4-base_pkg_postinst
+ echo
+ elog "For .exe file preview support, install media-gfx/icoutils."
+ echo
+}
diff --git a/kde-base/dolphin/dolphin-4.8.49.9999.ebuild b/kde-base/dolphin/dolphin-4.8.49.9999.ebuild
index 73539ca..128beb9 100644
--- a/kde-base/dolphin/dolphin-4.8.49.9999.ebuild
+++ b/kde-base/dolphin/dolphin-4.8.49.9999.ebuild
@@ -42,3 +42,10 @@ src_configure() {
kde4-meta_src_configure
}
+
+pkg_postinst() {
+ kde4-base_pkg_postinst
+ echo
+ elog "For .exe file preview support, install media-gfx/icoutils."
+ echo
+}
diff --git a/kde-base/dolphin/dolphin-9999.ebuild b/kde-base/dolphin/dolphin-9999.ebuild
index 73539ca..128beb9 100644
--- a/kde-base/dolphin/dolphin-9999.ebuild
+++ b/kde-base/dolphin/dolphin-9999.ebuild
@@ -42,3 +42,10 @@ src_configure() {
kde4-meta_src_configure
}
+
+pkg_postinst() {
+ kde4-base_pkg_postinst
+ echo
+ elog "For .exe file preview support, install media-gfx/icoutils."
+ echo
+}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/dolphin/
@ 2013-01-06 17:57 Andreas Hüttel
0 siblings, 0 replies; 17+ messages in thread
From: Andreas Hüttel @ 2013-01-06 17:57 UTC (permalink / raw
To: gentoo-commits
commit: 217fb55964f6708b8365381a58da9361bf69e41f
Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Sun Jan 6 17:57:56 2013 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jan 6 17:57:56 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=217fb559
[kde-base/dolphin] dolphin-4.9.97 needs semantic-desktop. Will be fixed before 4.10 release.
Package-Manager: portage-2.2.0_alpha149
---
kde-base/dolphin/dolphin-4.9.97.ebuild | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-base/dolphin/dolphin-4.9.97.ebuild b/kde-base/dolphin/dolphin-4.9.97.ebuild
index f9f10eb..8339fa0 100644
--- a/kde-base/dolphin/dolphin-4.9.97.ebuild
+++ b/kde-base/dolphin/dolphin-4.9.97.ebuild
@@ -10,12 +10,12 @@ inherit kde4-meta
DESCRIPTION="A KDE filemanager focusing on usability"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug semantic-desktop thumbnail"
+IUSE="debug thumbnail"
DEPEND="
- $(add_kdebase_dep kdelibs 'semantic-desktop=')
+ $(add_kdebase_dep kdelibs 'semantic-desktop')
$(add_kdebase_dep libkonq)
- semantic-desktop? ( >=dev-libs/shared-desktop-ontologies-0.10.0 )
+ >=dev-libs/shared-desktop-ontologies-0.10.0
"
RDEPEND="${DEPEND}
$(add_kdebase_dep kfind)
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/dolphin/
@ 2013-02-02 16:24 Michael Palimaka
0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2013-02-02 16:24 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/dolphin/
@ 2013-03-06 10:10 Michael Palimaka
0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2013-03-06 10:10 UTC (permalink / raw
To: gentoo-commits
commit: 540776febfdb8aeb17d1b8ec1532e7af1a32b57a
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 6 10:08:33 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Mar 6 10:08:33 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=540776fe
[kde-base/dolphin] Only display elog if package is not installed.
Package-Manager: portage-2.1.11.55
---
kde-base/dolphin/dolphin-4.10.1.ebuild | 7 ++++---
kde-base/dolphin/dolphin-4.10.49.9999.ebuild | 7 ++++---
kde-base/dolphin/dolphin-9999.ebuild | 7 ++++---
3 files changed, 12 insertions(+), 9 deletions(-)
diff --git a/kde-base/dolphin/dolphin-4.10.1.ebuild b/kde-base/dolphin/dolphin-4.10.1.ebuild
index 816f7bd..5d4161d 100644
--- a/kde-base/dolphin/dolphin-4.10.1.ebuild
+++ b/kde-base/dolphin/dolphin-4.10.1.ebuild
@@ -53,7 +53,8 @@ src_configure() {
pkg_postinst() {
kde4-base_pkg_postinst
- echo
- elog "For .exe file preview support, install media-gfx/icoutils."
- echo
+
+ if ! has_version media-gfx/icoutils ; then
+ elog "For .exe file preview support, install media-gfx/icoutils."
+ fi
}
diff --git a/kde-base/dolphin/dolphin-4.10.49.9999.ebuild b/kde-base/dolphin/dolphin-4.10.49.9999.ebuild
index 7572d61..f7d06e3 100644
--- a/kde-base/dolphin/dolphin-4.10.49.9999.ebuild
+++ b/kde-base/dolphin/dolphin-4.10.49.9999.ebuild
@@ -53,7 +53,8 @@ src_configure() {
pkg_postinst() {
kde4-base_pkg_postinst
- echo
- elog "For .exe file preview support, install media-gfx/icoutils."
- echo
+
+ if ! has_version media-gfx/icoutils ; then
+ elog "For .exe file preview support, install media-gfx/icoutils."
+ fi
}
diff --git a/kde-base/dolphin/dolphin-9999.ebuild b/kde-base/dolphin/dolphin-9999.ebuild
index 7572d61..f7d06e3 100644
--- a/kde-base/dolphin/dolphin-9999.ebuild
+++ b/kde-base/dolphin/dolphin-9999.ebuild
@@ -53,7 +53,8 @@ src_configure() {
pkg_postinst() {
kde4-base_pkg_postinst
- echo
- elog "For .exe file preview support, install media-gfx/icoutils."
- echo
+
+ if ! has_version media-gfx/icoutils ; then
+ elog "For .exe file preview support, install media-gfx/icoutils."
+ fi
}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/dolphin/
@ 2013-06-13 18:45 Johannes Huber
0 siblings, 0 replies; 17+ messages in thread
From: Johannes Huber @ 2013-06-13 18:45 UTC (permalink / raw
To: gentoo-commits
commit: 7e1d07c2ba38bdfa6f189acef474d565351dab72
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 13 18:45:09 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 18:45:09 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7e1d07c2
[kde-base/dolphin] Raise dep on dev-libs/shared-desktop-ontologies.
Package-Manager: portage-2.2.0_alpha179
---
kde-base/dolphin/dolphin-4.10.80.ebuild | 2 +-
kde-base/dolphin/dolphin-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-base/dolphin/dolphin-4.10.80.ebuild b/kde-base/dolphin/dolphin-4.10.80.ebuild
index 7680168..b0d4879 100644
--- a/kde-base/dolphin/dolphin-4.10.80.ebuild
+++ b/kde-base/dolphin/dolphin-4.10.80.ebuild
@@ -17,7 +17,7 @@ DEPEND="
$(add_kdebase_dep libkonq)
$(add_kdebase_dep nepomuk-core)
$(add_kdebase_dep nepomuk-widgets)
- >=dev-libs/shared-desktop-ontologies-0.10.0
+ >=dev-libs/shared-desktop-ontologies-0.11.0
dev-libs/soprano
"
RDEPEND="${DEPEND}
diff --git a/kde-base/dolphin/dolphin-9999.ebuild b/kde-base/dolphin/dolphin-9999.ebuild
index 40c84bc..67feff5 100644
--- a/kde-base/dolphin/dolphin-9999.ebuild
+++ b/kde-base/dolphin/dolphin-9999.ebuild
@@ -17,7 +17,7 @@ DEPEND="
$(add_kdebase_dep libkonq)
$(add_kdebase_dep nepomuk-core)
$(add_kdebase_dep nepomuk-widgets)
- >=dev-libs/shared-desktop-ontologies-0.10.0
+ >=dev-libs/shared-desktop-ontologies-0.11.0
dev-libs/soprano
"
RDEPEND="${DEPEND}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/dolphin/
@ 2013-07-31 18:26 Johannes Huber
0 siblings, 0 replies; 17+ messages in thread
From: Johannes Huber @ 2013-07-31 18:26 UTC (permalink / raw
To: gentoo-commits
commit: 895054c7d336077c15589d4751a69a1c87dd9dd6
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 18:24:57 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 18:24:57 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=895054c7
[kde-base/dolphin] Update HOMEPAGE wrt bug #478908.
Package-Manager: portage-2.2.0_alpha191
---
kde-base/dolphin/dolphin-4.10.97.ebuild | 1 +
kde-base/dolphin/dolphin-4.11.49.9999.ebuild | 1 +
kde-base/dolphin/dolphin-9999.ebuild | 1 +
3 files changed, 3 insertions(+)
diff --git a/kde-base/dolphin/dolphin-4.10.97.ebuild b/kde-base/dolphin/dolphin-4.10.97.ebuild
index b0d4879..dc7489a 100644
--- a/kde-base/dolphin/dolphin-4.10.97.ebuild
+++ b/kde-base/dolphin/dolphin-4.10.97.ebuild
@@ -9,6 +9,7 @@ KMNAME="kde-baseapps"
inherit kde4-meta
DESCRIPTION="A KDE filemanager focusing on usability"
+HOMEPAGE="http://dolphin.kde.org http://www.kde.org/applications/system/dolphin"
KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug thumbnail"
diff --git a/kde-base/dolphin/dolphin-4.11.49.9999.ebuild b/kde-base/dolphin/dolphin-4.11.49.9999.ebuild
index 67feff5..836a857 100644
--- a/kde-base/dolphin/dolphin-4.11.49.9999.ebuild
+++ b/kde-base/dolphin/dolphin-4.11.49.9999.ebuild
@@ -9,6 +9,7 @@ KMNAME="kde-baseapps"
inherit kde4-meta
DESCRIPTION="A KDE filemanager focusing on usability"
+HOMEPAGE="http://dolphin.kde.org http://www.kde.org/applications/system/dolphin"
KEYWORDS=""
IUSE="debug thumbnail"
diff --git a/kde-base/dolphin/dolphin-9999.ebuild b/kde-base/dolphin/dolphin-9999.ebuild
index 67feff5..836a857 100644
--- a/kde-base/dolphin/dolphin-9999.ebuild
+++ b/kde-base/dolphin/dolphin-9999.ebuild
@@ -9,6 +9,7 @@ KMNAME="kde-baseapps"
inherit kde4-meta
DESCRIPTION="A KDE filemanager focusing on usability"
+HOMEPAGE="http://dolphin.kde.org http://www.kde.org/applications/system/dolphin"
KEYWORDS=""
IUSE="debug thumbnail"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/dolphin/
@ 2013-08-22 16:37 Michael Palimaka
0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2013-08-22 16:37 UTC (permalink / raw
To: gentoo-commits
commit: d229b27596b5e0ed44668f962526eccf756ee10e
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 22 16:34:34 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug 22 16:34:34 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d229b275
[kde-base/dolphin] Add missing dependency. Drop KMLOADLIBS.
Package-Manager: portage-2.2.1
---
kde-base/dolphin/dolphin-4.11.49.9999.ebuild | 3 +--
kde-base/dolphin/dolphin-9999.ebuild | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/kde-base/dolphin/dolphin-4.11.49.9999.ebuild b/kde-base/dolphin/dolphin-4.11.49.9999.ebuild
index 836a857..de18129 100644
--- a/kde-base/dolphin/dolphin-4.11.49.9999.ebuild
+++ b/kde-base/dolphin/dolphin-4.11.49.9999.ebuild
@@ -20,6 +20,7 @@ DEPEND="
$(add_kdebase_dep nepomuk-widgets)
>=dev-libs/shared-desktop-ontologies-0.11.0
dev-libs/soprano
+ x11-libs/libXrender
"
RDEPEND="${DEPEND}
$(add_kdebase_dep kfind)
@@ -34,8 +35,6 @@ PDEPEND="
)
"
-KMLOADLIBS="libkonq"
-
RESTRICT="test"
# bug 393129
diff --git a/kde-base/dolphin/dolphin-9999.ebuild b/kde-base/dolphin/dolphin-9999.ebuild
index 836a857..de18129 100644
--- a/kde-base/dolphin/dolphin-9999.ebuild
+++ b/kde-base/dolphin/dolphin-9999.ebuild
@@ -20,6 +20,7 @@ DEPEND="
$(add_kdebase_dep nepomuk-widgets)
>=dev-libs/shared-desktop-ontologies-0.11.0
dev-libs/soprano
+ x11-libs/libXrender
"
RDEPEND="${DEPEND}
$(add_kdebase_dep kfind)
@@ -34,8 +35,6 @@ PDEPEND="
)
"
-KMLOADLIBS="libkonq"
-
RESTRICT="test"
# bug 393129
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/dolphin/
@ 2013-10-06 19:57 Chris Reffett
0 siblings, 0 replies; 17+ messages in thread
From: Chris Reffett @ 2013-10-06 19:57 UTC (permalink / raw
To: gentoo-commits
commit: 5ea4b95f9ecf26d668599b6b8020b13ec78ce192
Author: Chris Reffett <creffett <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 6 05:33:09 2013 +0000
Commit: Chris Reffett <creffett <AT> gentoo <DOT> org>
CommitDate: Sun Oct 6 05:33:09 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5ea4b95f
[kde-base/dolphin] Conversion back to semantic-desktop
Package-Manager: portage-2.2.7
---
...phin-4.11.2.ebuild => dolphin-4.11.2-r1.ebuild} | 25 ++++++++++++++++------
kde-base/dolphin/dolphin-4.11.49.9999.ebuild | 23 +++++++++++++++-----
kde-base/dolphin/dolphin-9999.ebuild | 23 +++++++++++++++-----
3 files changed, 55 insertions(+), 16 deletions(-)
diff --git a/kde-base/dolphin/dolphin-4.11.2.ebuild b/kde-base/dolphin/dolphin-4.11.2-r1.ebuild
similarity index 59%
rename from kde-base/dolphin/dolphin-4.11.2.ebuild
rename to kde-base/dolphin/dolphin-4.11.2-r1.ebuild
index bc71e6a..a4a2bd3 100644
--- a/kde-base/dolphin/dolphin-4.11.2.ebuild
+++ b/kde-base/dolphin/dolphin-4.11.2-r1.ebuild
@@ -10,17 +10,20 @@ inherit kde4-meta
DESCRIPTION="A KDE filemanager focusing on usability"
HOMEPAGE="http://dolphin.kde.org http://www.kde.org/applications/system/dolphin"
-KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug thumbnail"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~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)
- $(add_kdebase_dep nepomuk-core)
- $(add_kdebase_dep nepomuk-widgets)
- >=dev-libs/shared-desktop-ontologies-0.11.0
- dev-libs/soprano
x11-libs/libXrender
+ semantic-desktop? (
+ >=dev-libs/shared-desktop-ontologies-0.11.0
+ dev-libs/soprano
+ $(add_kdebase_dep nepomuk-core)
+ $(add_kdebase_dep nepomuk-widgets)
+ )
"
RDEPEND="${DEPEND}
$(add_kdebase_dep kfind)
@@ -38,6 +41,16 @@ PDEPEND="
RESTRICT="test"
# bug 393129
+src_configure() {
+ mycmakeargs=(
+ $(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
+}
+
pkg_postinst() {
kde4-base_pkg_postinst
diff --git a/kde-base/dolphin/dolphin-4.11.49.9999.ebuild b/kde-base/dolphin/dolphin-4.11.49.9999.ebuild
index de18129..23b441b 100644
--- a/kde-base/dolphin/dolphin-4.11.49.9999.ebuild
+++ b/kde-base/dolphin/dolphin-4.11.49.9999.ebuild
@@ -11,16 +11,19 @@ inherit kde4-meta
DESCRIPTION="A KDE filemanager focusing on usability"
HOMEPAGE="http://dolphin.kde.org http://www.kde.org/applications/system/dolphin"
KEYWORDS=""
-IUSE="debug thumbnail"
+IUSE="debug semantic-desktop thumbnail"
DEPEND="
$(add_kdebase_dep kactivities)
+ $(add_kdebase_dep kdelibs 'semantic-desktop?')
$(add_kdebase_dep libkonq)
- $(add_kdebase_dep nepomuk-core)
- $(add_kdebase_dep nepomuk-widgets)
- >=dev-libs/shared-desktop-ontologies-0.11.0
- dev-libs/soprano
x11-libs/libXrender
+ semantic-desktop? (
+ >=dev-libs/shared-desktop-ontologies-0.11.0
+ dev-libs/soprano
+ $(add_kdebase_dep nepomuk-core)
+ $(add_kdebase_dep nepomuk-widgets)
+ )
"
RDEPEND="${DEPEND}
$(add_kdebase_dep kfind)
@@ -38,6 +41,16 @@ PDEPEND="
RESTRICT="test"
# bug 393129
+src_configure() {
+ mycmakeargs=(
+ $(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
+}
+
pkg_postinst() {
kde4-base_pkg_postinst
diff --git a/kde-base/dolphin/dolphin-9999.ebuild b/kde-base/dolphin/dolphin-9999.ebuild
index de18129..23b441b 100644
--- a/kde-base/dolphin/dolphin-9999.ebuild
+++ b/kde-base/dolphin/dolphin-9999.ebuild
@@ -11,16 +11,19 @@ inherit kde4-meta
DESCRIPTION="A KDE filemanager focusing on usability"
HOMEPAGE="http://dolphin.kde.org http://www.kde.org/applications/system/dolphin"
KEYWORDS=""
-IUSE="debug thumbnail"
+IUSE="debug semantic-desktop thumbnail"
DEPEND="
$(add_kdebase_dep kactivities)
+ $(add_kdebase_dep kdelibs 'semantic-desktop?')
$(add_kdebase_dep libkonq)
- $(add_kdebase_dep nepomuk-core)
- $(add_kdebase_dep nepomuk-widgets)
- >=dev-libs/shared-desktop-ontologies-0.11.0
- dev-libs/soprano
x11-libs/libXrender
+ semantic-desktop? (
+ >=dev-libs/shared-desktop-ontologies-0.11.0
+ dev-libs/soprano
+ $(add_kdebase_dep nepomuk-core)
+ $(add_kdebase_dep nepomuk-widgets)
+ )
"
RDEPEND="${DEPEND}
$(add_kdebase_dep kfind)
@@ -38,6 +41,16 @@ PDEPEND="
RESTRICT="test"
# bug 393129
+src_configure() {
+ mycmakeargs=(
+ $(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
+}
+
pkg_postinst() {
kde4-base_pkg_postinst
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/dolphin/
@ 2014-02-22 16:19 Michael Palimaka
0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2014-02-22 16:19 UTC (permalink / raw
To: gentoo-commits
commit: 8dd063895dc1d51d95460e8e53fde0fbc0785ca9
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 22 16:14:41 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Feb 22 16:14:41 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8dd06389
[kde-base/dolphin] Upstream migrated to baloo.
Package-Manager: portage-2.2.7
---
kde-base/dolphin/dolphin-9999.ebuild | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/kde-base/dolphin/dolphin-9999.ebuild b/kde-base/dolphin/dolphin-9999.ebuild
index 2535bf1..f3c4590 100644
--- a/kde-base/dolphin/dolphin-9999.ebuild
+++ b/kde-base/dolphin/dolphin-9999.ebuild
@@ -19,10 +19,9 @@ DEPEND="
$(add_kdebase_dep libkonq)
x11-libs/libXrender
semantic-desktop? (
- >=dev-libs/shared-desktop-ontologies-0.11.0
- dev-libs/soprano
- $(add_kdebase_dep nepomuk-core)
- $(add_kdebase_dep nepomuk-widgets)
+ $(add_kdebase_dep baloo)
+ $(add_kdebase_dep baloo-widgets)
+ $(add_kdebase_dep kfilemetadata)
)
"
RDEPEND="${DEPEND}
@@ -43,9 +42,9 @@ RESTRICT="test"
src_configure() {
mycmakeargs=(
- $(cmake-utils_use_with semantic-desktop NepomukCore)
- $(cmake-utils_use_with semantic-desktop NepomukWidgets)
- $(cmake-utils_use_with semantic-desktop Soprano)
+ $(cmake-utils_use_with semantic-desktop Baloo)
+ $(cmake-utils_use_with semantic-desktop BalooWidgets)
+ $(cmake-utils_use_with semantic-desktop KFileMetaData)
)
kde4-meta_src_configure
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/dolphin/
@ 2014-04-22 13:34 Johannes Huber
0 siblings, 0 replies; 17+ messages in thread
From: Johannes Huber @ 2014-04-22 13:34 UTC (permalink / raw
To: gentoo-commits
commit: c9c0c915d176490ee4e4eabb05124f75905b7969
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 22 13:34:30 2014 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Apr 22 13:34:30 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c9c0c915
[kde-base/dolpin] Drop DEPEND on kde-base/kdelibs[semantic-desktop], bug #508350
Package-Manager: portage-2.2.10
---
kde-base/dolphin/dolphin-4.13.49.9999.ebuild | 1 -
kde-base/dolphin/dolphin-9999.ebuild | 1 -
2 files changed, 2 deletions(-)
diff --git a/kde-base/dolphin/dolphin-4.13.49.9999.ebuild b/kde-base/dolphin/dolphin-4.13.49.9999.ebuild
index f3c4590..732971f 100644
--- a/kde-base/dolphin/dolphin-4.13.49.9999.ebuild
+++ b/kde-base/dolphin/dolphin-4.13.49.9999.ebuild
@@ -15,7 +15,6 @@ IUSE="debug semantic-desktop thumbnail"
DEPEND="
$(add_kdebase_dep kactivities)
- $(add_kdebase_dep kdelibs 'semantic-desktop?')
$(add_kdebase_dep libkonq)
x11-libs/libXrender
semantic-desktop? (
diff --git a/kde-base/dolphin/dolphin-9999.ebuild b/kde-base/dolphin/dolphin-9999.ebuild
index 8683450..add04f0 100644
--- a/kde-base/dolphin/dolphin-9999.ebuild
+++ b/kde-base/dolphin/dolphin-9999.ebuild
@@ -15,7 +15,6 @@ IUSE="debug semantic-desktop thumbnail"
DEPEND="
$(add_kdebase_dep kactivities '' 4.13)
- $(add_kdebase_dep kdelibs 'semantic-desktop?')
$(add_kdebase_dep libkonq)
x11-libs/libXrender
semantic-desktop? (
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/dolphin/
@ 2014-07-24 17:16 Michael Palimaka
0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2014-07-24 17:16 UTC (permalink / raw
To: gentoo-commits
commit: cdfcad4e77c3ca7b21691b20cef413b00f573b96
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 24 17:16:12 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jul 24 17:16:12 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cdfcad4e
[kde-base/dolphin] Remove redundant information from metadata.
Package-Manager: portage-2.2.10
---
kde-base/dolphin/metadata.xml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/kde-base/dolphin/metadata.xml b/kde-base/dolphin/metadata.xml
index f185b14..7cf8c72 100644
--- a/kde-base/dolphin/metadata.xml
+++ b/kde-base/dolphin/metadata.xml
@@ -2,9 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<use>
- <flag name="thumbnail">
- Enables video thumbnails generation for <pkg>kde-base/dolphin</pkg> file manager.
- </flag>
+ <flag name="thumbnail">Enables video thumbnail generation</flag>
</use>
<herd>kde</herd>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/dolphin/
@ 2014-08-28 13:05 Michael Palimaka
0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2014-08-28 13:05 UTC (permalink / raw
To: gentoo-commits
commit: b9d15ab3390eda22ec0dfa09d07d4af197347418
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 28 13:04:30 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug 28 13:04:30 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b9d15ab3
[kde-base/dolphin] Add missing dependency.
Package-Manager: portage-2.2.10
---
kde-base/dolphin/dolphin-4.14.49.9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-base/dolphin/dolphin-4.14.49.9999.ebuild b/kde-base/dolphin/dolphin-4.14.49.9999.ebuild
index 2f2a7d9..d35e42d 100644
--- a/kde-base/dolphin/dolphin-4.14.49.9999.ebuild
+++ b/kde-base/dolphin/dolphin-4.14.49.9999.ebuild
@@ -16,6 +16,7 @@ IUSE="debug semantic-desktop thumbnail"
DEPEND="
$(add_kdebase_dep kactivities '' 4.13)
$(add_kdebase_dep libkonq)
+ media-libs/phonon[qt4]
x11-libs/libXrender
semantic-desktop? (
$(add_kdebase_dep baloo)
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/dolphin/
@ 2014-09-25 17:56 Johannes Huber
0 siblings, 0 replies; 17+ messages in thread
From: Johannes Huber @ 2014-09-25 17:56 UTC (permalink / raw
To: gentoo-commits
commit: 0e4928bf031b1d9cf49f51cacb26b3748a6693c2
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 25 17:53:04 2014 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Sep 25 17:53:04 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0e4928bf
[kde-base/dolphin] KF5 version bump
Package-Manager: portage-2.2.13
---
kde-base/dolphin/dolphin-9999.ebuild | 64 ++++++++++++++++++++++++++++++++++++
1 file changed, 64 insertions(+)
diff --git a/kde-base/dolphin/dolphin-9999.ebuild b/kde-base/dolphin/dolphin-9999.ebuild
new file mode 100644
index 0000000..7551bb5
--- /dev/null
+++ b/kde-base/dolphin/dolphin-9999.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+EGIT_BRANCH="frameworks"
+KMNAME="kde-baseapps"
+KDE_HANDBOOK=true
+inherit kde5
+
+DESCRIPTION="KDE filemanager focusing on usability"
+HOMEPAGE="http://dolphin.kde.org http://www.kde.org/applications/system/dolphin"
+KEYWORDS=""
+IUSE="semantic-desktop"
+
+DEPEND="
+ $(add_kdebase_dep libkonq)
+ $(add_frameworks_dep kbookmarks)
+ $(add_frameworks_dep kcmutils)
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kitemviews)
+ $(add_frameworks_dep kjobwidgets)
+ $(add_frameworks_dep knewstuff)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep kparts)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep ktextwidgets)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kwindowsystem)
+ $(add_frameworks_dep kxmlgui)
+ $(add_frameworks_dep solid)
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtxml:5
+ media-libs/phonon[qt5]
+ semantic-desktop? (
+ $(add_kdebase_dep baloo)
+ $(add_kdebase_dep baloo-widgets)
+ $(add_kdebase_dep kfilemetadata)
+ )
+"
+RDEPEND="${DEPEND}"
+
+S=${S}/${PN}
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_with semantic-desktop KF5Baloo)
+ $(cmake-utils_use_with semantic-desktop KF5BalooWidgets)
+ $(cmake-utils_use_with semantic-desktop KF5FileMetaData)
+ )
+
+ kde5_src_configure
+}
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/dolphin/
@ 2014-10-10 14:41 Michael Palimaka
0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2014-10-10 14:41 UTC (permalink / raw
To: gentoo-commits
commit: a9f03887a18715b62220ff6e3a860dcd02a37733
Author: Karol Herbst <git <AT> karolherbst <DOT> de>
AuthorDate: Fri Oct 10 14:30:40 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Oct 10 14:31:33 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a9f03887
[kde-base/dolphin] block dolphin:4
---
kde-base/dolphin/dolphin-9999.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/kde-base/dolphin/dolphin-9999.ebuild b/kde-base/dolphin/dolphin-9999.ebuild
index 7551bb5..6979a76 100644
--- a/kde-base/dolphin/dolphin-9999.ebuild
+++ b/kde-base/dolphin/dolphin-9999.ebuild
@@ -49,7 +49,9 @@ DEPEND="
$(add_kdebase_dep kfilemetadata)
)
"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !kde-base/dolphin:4
+"
S=${S}/${PN}
^ permalink raw reply related [flat|nested] 17+ messages in thread
end of thread, other threads:[~2014-10-10 14:41 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-28 13:05 [gentoo-commits] proj/kde:master commit in: kde-base/dolphin/ Michael Palimaka
-- strict thread matches above, loose matches on Subject: below --
2014-10-10 14:41 Michael Palimaka
2014-09-25 17:56 Johannes Huber
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-02-02 16:24 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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox