diff options
author | Daniel Ostrow <dostrow@gentoo.org> | 2006-04-20 05:36:12 +0000 |
---|---|---|
committer | Daniel Ostrow <dostrow@gentoo.org> | 2006-04-20 05:36:12 +0000 |
commit | 21a1568b61bf6c64e70962616cc0d99778553804 (patch) | |
tree | 57ad3ddea64dd3878afdfb47f2fb9d80a8682e78 /xfce-base/thunar/thunar-0.3.0_beta1.ebuild | |
parent | Add ~x86-fbsd keyword as requested. (diff) | |
download | gentoo-2-21a1568b61bf6c64e70962616cc0d99778553804.tar.gz gentoo-2-21a1568b61bf6c64e70962616cc0d99778553804.tar.bz2 gentoo-2-21a1568b61bf6c64e70962616cc0d99778553804.zip |
Version bump for 4.4_beta1.
(Portage version: 2.1_pre7-r4)
Diffstat (limited to 'xfce-base/thunar/thunar-0.3.0_beta1.ebuild')
-rw-r--r-- | xfce-base/thunar/thunar-0.3.0_beta1.ebuild | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/xfce-base/thunar/thunar-0.3.0_beta1.ebuild b/xfce-base/thunar/thunar-0.3.0_beta1.ebuild new file mode 100644 index 000000000000..70cdcc5aca37 --- /dev/null +++ b/xfce-base/thunar/thunar-0.3.0_beta1.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.3.0_beta1.ebuild,v 1.1 2006/04/20 05:36:12 dostrow Exp $ + +inherit xfce44 versionator + +xfce44_beta + +MY_PN="Thunar" +MY_PV="$(replace_version_separator 3 '')" +MY_P="${MY_PN}-${MY_PV}" +S="${WORKDIR}/${MY_P}" + +DESCRIPTION="Xfce 4 file manager" +SRC_URI="http://www.xfce.org/archive/xfce-${XFCE_MASTER_VERSION}/src/${MY_P}${COMPRESS}" +HOMEPAGE="http://thunar.xfce.org" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + +IUSE="dbus hal startup-notification thumbnail xslt" + +RDEPEND="virtual/fam + >=dev-libs/glib-2.6.4 + >=x11-libs/gtk+-2.6.4 + thumbnail? ( >=gnome-base/gconf-2.4 ) + gnome-base/orbit + >=media-libs/jpeg-6b + >=media-libs/libpng-1.2 + dbus? ( >=sys-apps/dbus-0.34 ) + hal? ( >=sys-apps/hal-0.5 + >=sys-apps/dbus-0.34 ) + x11-libs/pango + startup-notification? ( >=x11-libs/startup-notification-0.4 ) + xslt? ( dev-libs/libxslt ) + >=dev-util/gtk-doc-1 + >=x11-misc/shared-mime-info-0.15 + >=dev-util/desktop-file-utils-0.10 + >=xfce-base/libxfce4util-4.2.2 + >=xfce-extra/exo-0.3.1.6_beta1" + +DEPEND="${RDEPEND} + || ( x11-proto/xproto virtual/x11 )" + +XFCE_CONFIG="$(use_enable dbus) $(use_enable thumbnail gnome-thumbnailers) \ + $(use_enable startup-notification)" + +if use xslt; then + XFCE_CONFIG="${XFCE_CONFIG} --enable-xsltproc" +fi + +if use hal; then + XFCE_CONFIG="${XFCE_CONFIG} --with-volume-manager=hal" +else + XFCE_CONFIG="${XFCE_CONFIG} --with-volume-manager=none" +fi |