diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2007-01-21 17:05:03 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2007-01-21 17:05:03 +0000 |
commit | 8d3374d27c62c90b2b0b3de325f6df7fb9227ceb (patch) | |
tree | 2e998eb153454e5caa05f98c85abcb87b6564557 /eclass | |
parent | Stable on MIPS; bug #154738 (diff) | |
download | historical-8d3374d27c62c90b2b0b3de325f6df7fb9227ceb.tar.gz historical-8d3374d27c62c90b2b0b3de325f6df7fb9227ceb.tar.bz2 historical-8d3374d27c62c90b2b0b3de325f6df7fb9227ceb.zip |
Updated SRC_URI for xfce-goodies.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/xfce44.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/xfce44.eclass b/eclass/xfce44.eclass index 866a305f6cc7..2a89ea0f486a 100644 --- a/eclass/xfce44.eclass +++ b/eclass/xfce44.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xfce44.eclass,v 1.9 2007/01/06 17:54:01 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xfce44.eclass,v 1.10 2007/01/21 17:05:03 nichoj Exp $ # Xfce44 Eclass # @@ -56,20 +56,20 @@ xfce44_thunar_plugin() { xfce44_goodies() { [[ -z ${HOMEPAGE} ]] && HOMEPAGE="http://goodies.xfce.org" S="${WORKDIR}/${MY_P:-${P}}" + SRC_URI="http://goodies.xfce.org/releases/${MY_PN}/${MY_P}${COMPRESS}" + } ## goodies_panel_plugin calls panel_plugin and goodies funtions in correct order xfce44_goodies_panel_plugin() { xfce44_panel_plugin xfce44_goodies - SRC_URI="http://goodies.xfce.org/releases/${MY_PN}/${MY_P}${COMPRESS}" } ## calls thunar_plugin and goodies funtions in correct order xfce44_goodies_thunar_plugin() { xfce44_thunar_plugin xfce44_goodies - SRC_URI="http://download.berlios.de/xfce-goodies/${MY_P}${COMPRESS}" } ## sets SRC_URI and HOMPAGE for all Xfce core packages |