diff options
author | 2007-01-28 15:28:02 +0000 | |
---|---|---|
committer | 2007-01-28 15:28:02 +0000 | |
commit | 427bcd0835c49f8332cdc21a0a167a5f70b2193f (patch) | |
tree | c404d95ee4693958e2bc93785a49627aac1c9ec7 /xfce-base/xfce4-session/xfce4-session-4.4.0.ebuild | |
parent | Version bump. Thank Conrad Kostecki <ConiKost AT gmx.de> for report bug #159628. (diff) | |
download | gentoo-2-427bcd0835c49f8332cdc21a0a167a5f70b2193f.tar.gz gentoo-2-427bcd0835c49f8332cdc21a0a167a5f70b2193f.tar.bz2 gentoo-2-427bcd0835c49f8332cdc21a0a167a5f70b2193f.zip |
Dep fixes, various other fixes
(Portage version: 2.1.2-r4)
Diffstat (limited to 'xfce-base/xfce4-session/xfce4-session-4.4.0.ebuild')
-rw-r--r-- | xfce-base/xfce4-session/xfce4-session-4.4.0.ebuild | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/xfce-base/xfce4-session/xfce4-session-4.4.0.ebuild b/xfce-base/xfce4-session/xfce4-session-4.4.0.ebuild index 64014707f2ca..19cf91e22ea8 100644 --- a/xfce-base/xfce4-session/xfce4-session-4.4.0.ebuild +++ b/xfce-base/xfce4-session/xfce4-session-4.4.0.ebuild @@ -1,23 +1,31 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-session/xfce4-session-4.4.0.ebuild,v 1.2 2007/01/23 17:57:02 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-session/xfce4-session-4.4.0.ebuild,v 1.3 2007/01/28 15:28:02 welp Exp $ inherit xfce44 xfce44 -DESCRIPTION="Xfce4 session manager" +DESCRIPTION="Session manager" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="debug hal" +IUSE="dbus debug gnome" RDEPEND="x11-libs/libX11 x11-libs/libSM x11-apps/iceauth + >=xfce-base/libxfce4util-${XFCE_MASTER_VERSION} + >=xfce-base/libxfce4mcs-${XFCE_MASTER_VERSION} + >=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION} + >=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION} >=xfce-base/xfce-utils-${XFCE_MASTER_VERSION} games-misc/fortune-mod - hal? ( sys-apps/hal )" + gnome? ( gnome-base/gconf ) + dbus? ( sys-apps/dbus )" DEPEND="${RDEPEND} - x11-libs/libXt" + dev-util/pkgconfig" + +XFCE_CONFIG="${XFCE_CONFIG} $(use_enable gnome) $(use_enable dbus)" + +DOCS="AUTHORS BUGS ChangeLog NEWS README TODO" -XFCE_CONFIG="${XFCE_CONFIG} $(use_with hal shutdown-style hal)" xfce44_core_package |