diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2007-02-26 20:55:44 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2007-02-26 20:55:44 +0000 |
commit | 77af66db2ed21e8ccbfbb0e225e5cb6e5404cc00 (patch) | |
tree | 04ceda9e32ef0facaa5d6bf0a59712882afccd78 /xfce-extra/xfce4-xfapplet | |
parent | Bump to 0.35.5 (diff) | |
download | historical-77af66db2ed21e8ccbfbb0e225e5cb6e5404cc00.tar.gz historical-77af66db2ed21e8ccbfbb0e225e5cb6e5404cc00.tar.bz2 historical-77af66db2ed21e8ccbfbb0e225e5cb6e5404cc00.zip |
Fix bug 168373..
Package-Manager: portage-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 |