summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2008-01-17 23:29:55 +0000
committerWulf Krueger <philantrop@gentoo.org>2008-01-17 23:29:55 +0000
commitf0a490f9e005fd370ed8474de506a46629fc3cb1 (patch)
tree3e3ffce5d6c71373d5ce16e9ac0c861df1d3fb2b
parentAdded KDE 4.0.0's cervisia. (diff)
downloadhistorical-f0a490f9e005fd370ed8474de506a46629fc3cb1.tar.gz
historical-f0a490f9e005fd370ed8474de506a46629fc3cb1.tar.bz2
historical-f0a490f9e005fd370ed8474de506a46629fc3cb1.zip
Added KDE 4.0.0's dolphin.
Package-Manager: portage-2.1.4
-rw-r--r--kde-base/dolphin/ChangeLog10
-rw-r--r--kde-base/dolphin/dolphin-4.0.0.ebuild40
-rw-r--r--kde-base/dolphin/files/digest-dolphin-4.0.03
-rw-r--r--kde-base/dolphin/metadata.xml5
4 files changed, 58 insertions, 0 deletions
diff --git a/kde-base/dolphin/ChangeLog b/kde-base/dolphin/ChangeLog
new file mode 100644
index 000000000000..dda3483fdaaa
--- /dev/null
+++ b/kde-base/dolphin/ChangeLog
@@ -0,0 +1,10 @@
+# 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.1 2008/01/17 23:29:54 philantrop Exp $
+
+*dolphin-4.0.0 (17 Jan 2008)
+
+ 17 Jan 2008; Wulf C. Krueger <philantrop@gentoo.org>
+ +dolphin-4.0.0.ebuild:
+ Added KDE 4.0.0's dolphin.
+
diff --git a/kde-base/dolphin/dolphin-4.0.0.ebuild b/kde-base/dolphin/dolphin-4.0.0.ebuild
new file mode 100644
index 000000000000..f0e1f48d19b8
--- /dev/null
+++ b/kde-base/dolphin/dolphin-4.0.0.ebuild
@@ -0,0 +1,40 @@
+# 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.0.0.ebuild,v 1.1 2008/01/17 23:29:54 philantrop Exp $
+
+EAPI="1"
+
+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}
+ semantic-desktop? ( >=kde-base/nepomuk-${PV}:${SLOT} )"
+RDEPEND="${DEPEND}"
+
+KMEXTRA="apps/doc/${PN}"
+
+# Without this patch, things don't link properly,
+# unless we recompile lib/konq here too.
+PATCHES="
+${FILESDIR}/${P}-linkage.patch
+${FILESDIR}/${P}-make-semantic-desktop-optional.patch"
+
+pkg_setup() {
+ if use semantic-desktop; then
+ KDE4_BUILT_WITH_USE_CHECK="--missing false kde-base/kdelibs:${SLOT} semantic-desktop"
+ fi
+ kde4-meta_pkg_setup
+}
+
+src_compile() {
+ mycmakeargs="${mycmakeargs}
+ $(cmake-utils_use_with semantic-desktop Nepomuk)
+ $(cmake-utils_use_with semantic-desktop Soprano)"
+ kde4-meta_src_compile
+}
diff --git a/kde-base/dolphin/files/digest-dolphin-4.0.0 b/kde-base/dolphin/files/digest-dolphin-4.0.0
new file mode 100644
index 000000000000..24ff971acf2c
--- /dev/null
+++ b/kde-base/dolphin/files/digest-dolphin-4.0.0
@@ -0,0 +1,3 @@
+MD5 01d8f2f16cbd4e225efc996b0dd39769 kdebase-4.0.0.tar.bz2 4032455
+RMD160 48d400a860b01697dde0e335f81a7c9622963247 kdebase-4.0.0.tar.bz2 4032455
+SHA256 3881342b8921f0cd1077a24ecc3e2ca2a0b8c15e6d78654198d6f4cc64fc2990 kdebase-4.0.0.tar.bz2 4032455
diff --git a/kde-base/dolphin/metadata.xml b/kde-base/dolphin/metadata.xml
new file mode 100644
index 000000000000..8d1e86a9cefb
--- /dev/null
+++ b/kde-base/dolphin/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>kde</herd>
+</pkgmetadata>