diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-16 19:27:19 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-16 19:27:19 +0000 |
commit | 994a353e628713c33a5387b49fcb0c797999b319 (patch) | |
tree | badcb0ad873bfdf2a071e4e9a81aa2c86f97e88d /kde-base | |
parent | kde-testing merge: commit not commited stuff due to missing deps. (diff) | |
download | gentoo-2-994a353e628713c33a5387b49fcb0c797999b319.tar.gz gentoo-2-994a353e628713c33a5387b49fcb0c797999b319.tar.bz2 gentoo-2-994a353e628713c33a5387b49fcb0c797999b319.zip |
kde-testing merge: commit not commited stuff due to missing deps.
(Portage version: 2.2_rc25/cvs/Linux x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/dolphin/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/dolphin/dolphin-4.2.1-r1.ebuild | 35 | ||||
-rw-r--r-- | kde-base/dolphin/metadata.xml | 10 |
3 files changed, 52 insertions, 1 deletions
diff --git a/kde-base/dolphin/ChangeLog b/kde-base/dolphin/ChangeLog index 3833922b8e94..af153dffd817 100644 --- a/kde-base/dolphin/ChangeLog +++ b/kde-base/dolphin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/dolphin # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.24 2009/03/08 18:54:09 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.25 2009/03/16 19:27:19 scarabeus Exp $ + +*dolphin-4.2.1-r1 (16 Mar 2009) + + 16 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org> metadata.xml, + +dolphin-4.2.1-r1.ebuild: + kde-testing merge: commit not commited stuff due to missing deps. 08 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> -dolphin-4.2.0.ebuild: Drop KDE 4.2.0 diff --git a/kde-base/dolphin/dolphin-4.2.1-r1.ebuild b/kde-base/dolphin/dolphin-4.2.1-r1.ebuild new file mode 100644 index 000000000000..8bced317ba6e --- /dev/null +++ b/kde-base/dolphin/dolphin-4.2.1-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.2.1-r1.ebuild,v 1.1 2009/03/16 19:27:19 scarabeus Exp $ + +EAPI="2" + +KMNAME="kdebase-apps" +inherit kde4-meta + +DESCRIPTION="A KDE filemanager focusing on usability" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="debug +semantic-desktop thumbnail" + +DEPEND=" + >=kde-base/kdelibs-${PV}:${SLOT}[kdeprefix=,semantic-desktop=] + >=kde-base/libkonq-${PV}:${SLOT}[kdeprefix=] +" +RDEPEND="${DEPEND} + semantic-desktop? ( >=kde-base/nepomuk-${PV}:${SLOT}[kdeprefix=] ) + thumbnail? ( media-video/mplayerthumbs:1[kdeprefix=] ) +" + +KMEXTRA=" + doc/${PN} +" + +KMLOADLIBS="libkonq" + +src_configure() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with semantic-desktop Nepomuk) + $(cmake-utils_use_with semantic-desktop Soprano)" + + kde4-meta_src_configure +} diff --git a/kde-base/dolphin/metadata.xml b/kde-base/dolphin/metadata.xml index 8d1e86a9cefb..1a91b6a89bec 100644 --- a/kde-base/dolphin/metadata.xml +++ b/kde-base/dolphin/metadata.xml @@ -1,5 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> +<use> + <flag name="semantic-desktop"> + Semantic desktop allows for storage of digital information and its + metadata to allow the user to express his personal mental models, + making all information become intuitively accessible. + </flag> + <flag name="thumbnail"> + Enables video thumbnails generation for <pkg>kde-base/dolphin</pkg> file manager. + </flag> +</use> <herd>kde</herd> </pkgmetadata> |