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 | 6e95de3a42fcc8f23d32bb632ce4085b0df6e02e (patch) | |
tree | d4d5b53d44c84a6fdc14976b7a56afdab7653f72 /eclass/xfce44.eclass | |
parent | Stable on MIPS; bug #154738 (diff) | |
download | gentoo-2-6e95de3a42fcc8f23d32bb632ce4085b0df6e02e.tar.gz gentoo-2-6e95de3a42fcc8f23d32bb632ce4085b0df6e02e.tar.bz2 gentoo-2-6e95de3a42fcc8f23d32bb632ce4085b0df6e02e.zip |
Updated SRC_URI for xfce-goodies.
Diffstat (limited to 'eclass/xfce44.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 |