summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eclass/xfce4.eclass4
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