diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-12-20 02:50:41 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-12-20 02:50:41 +0000 |
commit | a869f0aebe63e972b6b821ae43d38f88b8ea8257 (patch) | |
tree | b83e782acd5da53aaaa2d78fc228fa94d2b649b0 /eclass/xfce44.eclass | |
parent | Added mask for xfce-extra/xarchiver rar, since app-arch/rar is masked on no-m... (diff) | |
download | gentoo-2-a869f0aebe63e972b6b821ae43d38f88b8ea8257.tar.gz gentoo-2-a869f0aebe63e972b6b821ae43d38f88b8ea8257.tar.bz2 gentoo-2-a869f0aebe63e972b6b821ae43d38f88b8ea8257.zip |
Tweaks applied to xfce44, suggested by Sideris Michael <msid@daemons.gr>, in bug #158612.
Diffstat (limited to 'eclass/xfce44.eclass')
-rw-r--r-- | eclass/xfce44.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/xfce44.eclass b/eclass/xfce44.eclass index d3ad148ba1aa..87078fc84397 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.6 2006/12/08 21:44:48 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xfce44.eclass,v 1.7 2006/12/20 02:50:41 nichoj Exp $ # Xfce44 Eclass # @@ -50,6 +50,7 @@ xfce44_panel_plugin() { xfce44_thunar_plugin() { xfce44_plugin + HOMEPAGE="http://thunar.xfce.org/pwiki/projects/${MY_PN}" RDEPEND="${RDEPEND} >=xfce-base/thunar-${THUNAR_MASTER_VERSION}" } @@ -70,7 +71,7 @@ xfce44_goodies_panel_plugin() { xfce44_goodies_thunar_plugin() { xfce44_thunar_plugin xfce44_goodies - SRC_URI="http://download.berlios.de/xfce-goodies/file-manager-plugins/thunar/${MY_P:-${P}}${COMPRESS}" + SRC_URI="http://download.berlios.de/xfce-goodies/${MY_P}${COMPRESS}" } ## sets SRC_URI and HOMPAGE for all Xfce core packages |