diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-02 07:09:22 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-02 07:09:22 +0000 |
commit | e64690318c15dcc8a6aa0698dcdef14a892bb670 (patch) | |
tree | cacfe8872ca32322af2a0b50eb525b6985618ab1 /kde-base/dolphin | |
parent | Bumped kde4 eclasses. (diff) | |
download | historical-e64690318c15dcc8a6aa0698dcdef14a892bb670.tar.gz historical-e64690318c15dcc8a6aa0698dcdef14a892bb670.tar.bz2 historical-e64690318c15dcc8a6aa0698dcdef14a892bb670.zip |
Add kde-4.1.2 into the tree from the kde-testing overlay.
Package-Manager: portage-2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64
Diffstat (limited to 'kde-base/dolphin')
-rw-r--r-- | kde-base/dolphin/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/dolphin/dolphin-4.1.2.ebuild | 29 | ||||
-rw-r--r-- | kde-base/dolphin/metadata.xml | 12 |
3 files changed, 44 insertions, 5 deletions
diff --git a/kde-base/dolphin/ChangeLog b/kde-base/dolphin/ChangeLog index 19b5bab22e81..721747831999 100644 --- a/kde-base/dolphin/ChangeLog +++ b/kde-base/dolphin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/dolphin # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.11 2008/06/09 14:58:55 keytoaster Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.12 2008/10/02 06:26:39 jmbsvicetto Exp $ + +*dolphin-4.1.2 (02 Oct 2008) + + 02 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + metadata.xml, +dolphin-4.1.2.ebuild: + Add kde-4.1.2 into the tree from the kde-testing overlay. 09 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> -dolphin-4.0.2.ebuild, -dolphin-4.0.3.ebuild: diff --git a/kde-base/dolphin/dolphin-4.1.2.ebuild b/kde-base/dolphin/dolphin-4.1.2.ebuild new file mode 100644 index 000000000000..60fa681f70d8 --- /dev/null +++ b/kde-base/dolphin/dolphin-4.1.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.1.2.ebuild,v 1.1 2008/10/02 06:26:39 jmbsvicetto Exp $ + +EAPI="2" + +KMNAME=kdebase +KMMODULE=apps/${PN} +inherit kde4-meta + +DESCRIPTION="A KDE filemanager focusing on usability" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook +semantic-desktop" + +DEPEND=">=kde-base/libkonq-${PV}:${SLOT} + kde-base/kdelibs:${SLOT}[semantic-desktop=] + semantic-desktop? ( >=kde-base/nepomuk-${PV}:${SLOT} + >=dev-libs/soprano-2.0.7 )" +RDEPEND="${DEPEND}" + +KMEXTRA="apps/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 a67f3ed85732..27cf1fd11aa5 100644 --- a/kde-base/dolphin/metadata.xml +++ b/kde-base/dolphin/metadata.xml @@ -1,8 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>kde</herd> - <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> - </use> +<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> +</use> +<herd>kde</herd> </pkgmetadata> |