diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-03 19:24:24 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-03 19:24:24 +0000 |
commit | 06d4dd84c8e420ea88a66d926fe77c6ef8e93d5f (patch) | |
tree | 8c81543952f078d47ffe666743a46b49fa23965f /xfce-base/xfdesktop | |
parent | Version bump. (diff) | |
download | gentoo-2-06d4dd84c8e420ea88a66d926fe77c6ef8e93d5f.tar.gz gentoo-2-06d4dd84c8e420ea88a66d926fe77c6ef8e93d5f.tar.bz2 gentoo-2-06d4dd84c8e420ea88a66d926fe77c6ef8e93d5f.zip |
Add KEYWORDS, bump garcon depend, convert XFCONF to an array
(Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base/xfdesktop')
-rw-r--r-- | xfce-base/xfdesktop/xfdesktop-4.7.0.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/xfce-base/xfdesktop/xfdesktop-4.7.0.ebuild b/xfce-base/xfdesktop/xfdesktop-4.7.0.ebuild index b3ae7bd70521..65226e1d4ec6 100644 --- a/xfce-base/xfdesktop/xfdesktop-4.7.0.ebuild +++ b/xfce-base/xfdesktop/xfdesktop-4.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.7.0.ebuild,v 1.2 2010/09/06 13:40:27 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.7.0.ebuild,v 1.3 2010/11/03 19:24:24 ssuominen Exp $ EAPI=3 inherit xfconf @@ -11,9 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/4.7/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -# This is because xfdesktop doesn't ship menu files anymore. Unreleased garcon is required, which has them. -KEYWORDS="" -#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" IUSE="debug thunar" RDEPEND="x11-libs/libX11 @@ -23,7 +21,7 @@ RDEPEND="x11-libs/libX11 >=x11-libs/gtk+-2.14:2 >=xfce-base/libxfce4util-4.6 >=xfce-base/libxfce4ui-4.7 - >=xfce-base/garcon-0.1.1 + >=xfce-base/garcon-0.1.2 >=xfce-base/xfconf-4.6 thunar? ( >=xfce-base/exo-0.5 xfce-extra/thunar-vfs @@ -34,13 +32,15 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" pkg_setup() { - XFCONF="--docdir=${EPREFIX}/usr/share/doc/${PF} + XFCONF=( + --docdir="${EPREFIX}"/usr/share/doc/${PF} --disable-dependency-tracking --disable-static $(use_enable thunar file-icons) --disable-thunarx $(use_enable thunar exo) - $(xfconf_use_debug)" + $(xfconf_use_debug) + ) DOCS="AUTHORS ChangeLog NEWS README TODO" } |