diff options
author | 2011-12-11 18:52:41 +0000 | |
---|---|---|
committer | 2011-12-11 18:52:41 +0000 | |
commit | aa3564c24799d7ef9148aa35aa2294090c7d0672 (patch) | |
tree | 564f76c48c05f07f04c01e801b11d91042e6830f /kde-base/konqueror/konqueror-4.7.4.ebuild | |
parent | Add 3.0 documentation (diff) | |
download | gentoo-2-aa3564c24799d7ef9148aa35aa2294090c7d0672.tar.gz gentoo-2-aa3564c24799d7ef9148aa35aa2294090c7d0672.tar.bz2 gentoo-2-aa3564c24799d7ef9148aa35aa2294090c7d0672.zip |
[kde-base] Add long waiting KDE SC 4.7.4
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/konqueror/konqueror-4.7.4.ebuild')
-rw-r--r-- | kde-base/konqueror/konqueror-4.7.4.ebuild | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/kde-base/konqueror/konqueror-4.7.4.ebuild b/kde-base/konqueror/konqueror-4.7.4.ebuild new file mode 100644 index 000000000000..d0b3f29da342 --- /dev/null +++ b/kde-base/konqueror/konqueror-4.7.4.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/konqueror/konqueror-4.7.4.ebuild,v 1.1 2011/12/11 18:52:15 alexxy Exp $ + +EAPI=4 + +KDE_HANDBOOK="optional" +KMNAME="kde-baseapps" +inherit flag-o-matic kde4-meta + +DESCRIPTION="KDE: Web browser, file manager, ..." +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="+bookmarks debug svg" +# 4 of 4 tests fail. Last checked for 4.0.3 +RESTRICT="test" + +DEPEND=" + $(add_kdebase_dep libkonq) +" +RDEPEND="${DEPEND} + $(add_kdebase_dep kfind) + $(add_kdebase_dep kfmclient) + bookmarks? ( $(add_kdebase_dep keditbookmarks) ) + svg? ( $(add_kdebase_dep svgpart) ) +" + +KMEXTRACTONLY=" + konqueror/client/ + lib/konq/ +" + +src_prepare() { + [[ ${CHOST} == *-solaris* ]] && append-ldflags -lmalloc + + kde4-meta_src_prepare + + # Do not install *.desktop files for kfmclient + sed -e "/kfmclient\.desktop/d" -i konqueror/CMakeLists.txt \ + || die "Failed to omit .desktop files" +} + +pkg_postinst() { + kde4-meta_pkg_postinst + + echo + elog "If you want to use konqueror as a filemanager, install the dolphin kpart:" + elog "emerge -1 kde-base/dolphin:${SLOT}" + elog + elog "To use Java on webpages: emerge jre" + echo +} |