# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils subversion SRC_URI="" ESVN_REPO_URI="https://svn.sourceforge.net/svnroot/pcmanfm/trunk/pcmanfm/" ESVN_BOOTSTRAP=autogen.sh DESCRIPTION="Extremely fast and lightweight tabbed file manager" LICENSE="GPL-2" HOMEPAGE="http://pcmanfm.sourceforge.net/" KEYWORDS="~x86" SLOT="0" IUSE="" SCROLLKEEPER_UPDATE="0" DOCS="AUTHORS ChangeLog README NEWS TODO" RDEPEND="virtual/fam x11-libs/cairo >=x11-libs/gtk+-2.8 x11-misc/shared-mime-info x11-themes/gnome-icon-theme" DEPEND="${RDEPEND} dev-util/pkgconfig sys-devel/autoconf >=sys-devel/automake-1.9" src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS TODO } src_install() { make DESTDIR=${D} install [[ -n "${DOCS}" ]] && dodoc ${DOCS} } pkg_postinst() { fdo-mime_desktop_database_update fdo-mime_mime_database_update gnome2_icon_cache_update einfo "If you are using fam as your file alteration monitor, you must" einfo "have famd started before running pcmanfm." einfo einfo "To add famd to the default runlevel:" einfo "# rc-update add famd default" einfo "To start the famd daemon now:" einfo "# /etc/init.d/famd start" einfo einfo "It is recommended you use gamin instead of fam." }