Updated SRC_URI for xfce-goodies.
authorJoshua Nichols <nichoj@gentoo.org>
Sun, 21 Jan 2007 17:05:03 +0000 (17:05 +0000)
committerJoshua Nichols <nichoj@gentoo.org>
Sun, 21 Jan 2007 17:05:03 +0000 (17:05 +0000)
eclass/xfce44.eclass

index 866a305f6cc7eea3179c85a876e8231014ee887b..2a89ea0f486a8c9a3069612d85fd3b4df96ea697 100644 (file)
@@ -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