diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-07-12 17:09:33 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-07-12 17:09:33 +0000 |
commit | 6e4e489774a27e6f2ff15420eab07e70d00c206e (patch) | |
tree | 42c280504c71a10aec0ac09edbe737e3379093a6 /xfce-base/xffm/xffm-4.0.6.ebuild | |
parent | x86 and sparc update (diff) | |
download | historical-6e4e489774a27e6f2ff15420eab07e70d00c206e.tar.gz historical-6e4e489774a27e6f2ff15420eab07e70d00c206e.tar.bz2 historical-6e4e489774a27e6f2ff15420eab07e70d00c206e.zip |
Version bump. Bugfix release on stable branch that fixes cropped icons with gtk-2.4 along with many others.
Diffstat (limited to 'xfce-base/xffm/xffm-4.0.6.ebuild')
-rw-r--r-- | xfce-base/xffm/xffm-4.0.6.ebuild | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/xfce-base/xffm/xffm-4.0.6.ebuild b/xfce-base/xffm/xffm-4.0.6.ebuild new file mode 100644 index 000000000000..811f89fe1496 --- /dev/null +++ b/xfce-base/xffm/xffm-4.0.6.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xffm/xffm-4.0.6.ebuild,v 1.1 2004/07/12 17:06:59 bcowan Exp $ + +IUSE="samba" + +DESCRIPTION="Xfce4 file manager" +HOMEPAGE="http://www.xfce.org/" +SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz + http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PV}/src/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~ia64 ~x86 ~ppc ~alpha ~sparc ~amd64 ~hppa ~mips" + +DEPEND=">=x11-libs/gtk+-2.0.6 + dev-util/pkgconfig + dev-libs/libxml2 + =xfce-base/libxfce4util-${PV} + =xfce-base/libxfcegui4-${PV} + =xfce-base/libxfce4mcs-${PV} + =xfce-base/xfce-mcs-manager-${PV} + >=dev-libs/dbh-1.0.18" +RDEPEND=">=x11-libs/gtk+-2.0.6 + dev-libs/libxml2 + =xfce-base/libxfce4util-${PV} + =xfce-base/libxfcegui4-${PV} + =xfce-base/libxfce4mcs-${PV} + =xfce-base/xfce-mcs-manager-${PV} + samba? ( net-fs/samba ) + >=dev-libs/dbh-1.0.18" + +src_compile() { + econf || die + make || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO +} |