diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-01-07 06:19:39 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-01-07 06:19:39 +0000 |
commit | 941043fddf87688f945d70ff5523cd49d540227a (patch) | |
tree | 96505fab6e84a780916527a89e9f92a7f1dd348d | |
parent | Bug #64574 solved in new version. (Manifest recommit) (diff) | |
download | gentoo-2-941043fddf87688f945d70ff5523cd49d540227a.tar.gz gentoo-2-941043fddf87688f945d70ff5523cd49d540227a.tar.bz2 gentoo-2-941043fddf87688f945d70ff5523cd49d540227a.zip |
tweaks
-rw-r--r-- | eclass/xfce4.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/xfce4.eclass b/eclass/xfce4.eclass index 6501c4e8b3d1..6cb1a367b15e 100644 --- a/eclass/xfce4.eclass +++ b/eclass/xfce4.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xfce4.eclass,v 1.5 2005/01/07 05:28:15 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xfce4.eclass,v 1.6 2005/01/07 06:19:39 bcowan Exp $ # Author: Brad Cowan <bcowan@gentoo.org> # Xfce4 Eclass @@ -22,6 +22,8 @@ elif [[ ${GOODIES_PLUGIN} = "1" ]]; then XFCE_RDEPEND=">=xfce4-panel-${PV}" elif [[ -n ${SRC_URI} ]]; then SRC_URI="${SRC_URI}" +elif [[ ${GOODIES} = "1" ]]; then + SRC_URI="http://download.berlios.de/xfce-goodies/${MY_P:-${P}}${COMPRESS}" else SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}${COMPRESS}" fi |