summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Shakaryan <omp@gentoo.org>2006-06-26 20:28:09 +0000
committerDavid Shakaryan <omp@gentoo.org>2006-06-26 20:28:09 +0000
commitb517c302514be1fa5193b6303ee466b92d643e54 (patch)
tree07a785603c3548cfd8afc2557278c56fa6afb7da /app-misc/pcmanfm/pcmanfm-0.2.4.ebuild
parentsys-apps/cddetect - bug 111804, credits go to Tristan Heaven (diff)
downloadsunrise-b517c302514be1fa5193b6303ee466b92d643e54.tar.gz
sunrise-b517c302514be1fa5193b6303ee466b92d643e54.tar.bz2
sunrise-b517c302514be1fa5193b6303ee466b92d643e54.zip
app-misc/pcmanfm - New ebuild by Victor Tseng for bug #121902 by Fabio Bonfante.
svn path=/sunrise/; revision=328
Diffstat (limited to 'app-misc/pcmanfm/pcmanfm-0.2.4.ebuild')
-rw-r--r--app-misc/pcmanfm/pcmanfm-0.2.4.ebuild39
1 files changed, 39 insertions, 0 deletions
diff --git a/app-misc/pcmanfm/pcmanfm-0.2.4.ebuild b/app-misc/pcmanfm/pcmanfm-0.2.4.ebuild
new file mode 100644
index 000000000..8769141a8
--- /dev/null
+++ b/app-misc/pcmanfm/pcmanfm-0.2.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Extremely fast and lightweight tabbed file manager"
+HOMEPAGE="http://pcmanfm.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+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
+}
+
+pkg_postinst() {
+ 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."
+}