diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-02-26 20:55:44 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-02-26 20:55:44 +0000 |
commit | 3d9ab63f15e3fc8463d3da1eec7d5d93a3a5fb85 (patch) | |
tree | fdf12cb760d316a609eca7f62162c4f3bd60817c /xfce-extra/xfce4-xfapplet | |
parent | Bump to 0.35.5 (diff) | |
download | gentoo-2-3d9ab63f15e3fc8463d3da1eec7d5d93a3a5fb85.tar.gz gentoo-2-3d9ab63f15e3fc8463d3da1eec7d5d93a3a5fb85.tar.bz2 gentoo-2-3d9ab63f15e3fc8463d3da1eec7d5d93a3a5fb85.zip |
Fix bug 168373..
(Portage version: 2.1.2-r11)
Diffstat (limited to 'xfce-extra/xfce4-xfapplet')
-rw-r--r-- | xfce-extra/xfce4-xfapplet/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/xfce4-xfapplet/xfce4-xfapplet-0.1.0.ebuild | 11 |
2 files changed, 10 insertions, 7 deletions
diff --git a/xfce-extra/xfce4-xfapplet/ChangeLog b/xfce-extra/xfce4-xfapplet/ChangeLog index ebd5283f466a..90981f77987d 100644 --- a/xfce-extra/xfce4-xfapplet/ChangeLog +++ b/xfce-extra/xfce4-xfapplet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-xfapplet # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xfapplet/ChangeLog,v 1.8 2007/02/05 00:36:46 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xfapplet/ChangeLog,v 1.9 2007/02/26 20:55:44 drac Exp $ + + 26 Feb 2007; Samuli Suominen <drac@gentoo.org> + xfce4-xfapplet-0.1.0.ebuild: + Fix bug 168373. 05 Feb 2007; Joshua Nichols <nichoj@gentoo.org> xfce4-xfapplet-0.1.0.ebuild: diff --git a/xfce-extra/xfce4-xfapplet/xfce4-xfapplet-0.1.0.ebuild b/xfce-extra/xfce4-xfapplet/xfce4-xfapplet-0.1.0.ebuild index a913d4a5c85a..abc770befd39 100644 --- a/xfce-extra/xfce4-xfapplet/xfce4-xfapplet-0.1.0.ebuild +++ b/xfce-extra/xfce4-xfapplet/xfce4-xfapplet-0.1.0.ebuild @@ -1,16 +1,15 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xfapplet/xfce4-xfapplet-0.1.0.ebuild,v 1.8 2007/02/05 00:36:46 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xfapplet/xfce4-xfapplet-0.1.0.ebuild,v 1.9 2007/02/26 20:55:44 drac Exp $ inherit xfce44 xfce44 -xfce44_goodies_panel_plugin -DESCRIPTION="A panel plugin for using GNOME applets" +DESCRIPTION="Panel plugin to support GNOME applets" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -RDEPEND=">=xfce-base/libxfce4util-${XFCE_MASTER_VERSION} - >=xfce-base/xfce4-panel-${XFCE_MASTER_VERSION} - >=gnome-base/orbit-2.12.5 +RDEPEND=">=gnome-base/orbit-2.12.5 gnome-base/gnome-panel" DEPEND="${RDEPEND}" + +xfce44_goodies_panel_plugin |