summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2005-01-07 06:19:39 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2005-01-07 06:19:39 +0000
commit26d9cb60221262c86b84078c476cab7922849b0a (patch)
tree392dba9e4fa80baddd8b13817acb006389cd43af /eclass/xfce4.eclass
parentBug #64574 solved in new version. (diff)
downloadhistorical-26d9cb60221262c86b84078c476cab7922849b0a.tar.gz
historical-26d9cb60221262c86b84078c476cab7922849b0a.tar.bz2
historical-26d9cb60221262c86b84078c476cab7922849b0a.zip
tweaks
Diffstat (limited to 'eclass/xfce4.eclass')
-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