diff options
author | Christoph Mende <angelos@gentoo.org> | 2008-10-30 22:03:58 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2008-10-30 22:03:58 +0000 |
commit | d1f74f9b9e854a104ac08b5945a2f1a60c212853 (patch) | |
tree | a903d221a3e12f9510ec077a11d1649a555999ad /xfce-base | |
parent | Xfce-4.4.3 bump (diff) | |
download | gentoo-2-d1f74f9b9e854a104ac08b5945a2f1a60c212853.tar.gz gentoo-2-d1f74f9b9e854a104ac08b5945a2f1a60c212853.tar.bz2 gentoo-2-d1f74f9b9e854a104ac08b5945a2f1a60c212853.zip |
Xfce-4.4.3 bump
(Portage version: 2.2_rc12/cvs/Linux 2.6.28-rc2 x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/xfce4-panel/ChangeLog | 10 | ||||
-rw-r--r-- | xfce-base/xfce4-panel/xfce4-panel-4.4.3.ebuild | 28 |
2 files changed, 36 insertions, 2 deletions
diff --git a/xfce-base/xfce4-panel/ChangeLog b/xfce-base/xfce4-panel/ChangeLog index 83b665e6e57b..d5c8a501b392 100644 --- a/xfce-base/xfce4-panel/ChangeLog +++ b/xfce-base/xfce4-panel/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-base/xfce4-panel -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.124 2007/12/17 18:38:34 jer Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.125 2008/10/30 22:03:58 angelos Exp $ + +*xfce4-panel-4.4.3 (30 Oct 2008) + + 30 Oct 2008; Christoph Mende <angelos@gentoo.org> + +xfce4-panel-4.4.3.ebuild: + Xfce-4.4.3 bump 17 Dec 2007; Jeroen Roovers <jer@gentoo.org> xfce4-panel-4.4.2.ebuild: Stable for HPPA (bug #201747). diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.4.3.ebuild b/xfce-base/xfce4-panel/xfce4-panel-4.4.3.ebuild new file mode 100644 index 000000000000..8064976f9fee --- /dev/null +++ b/xfce-base/xfce4-panel/xfce4-panel-4.4.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/xfce4-panel-4.4.3.ebuild,v 1.1 2008/10/30 22:03:58 angelos Exp $ + +inherit xfce44 + +XFCE_VERSION=4.4.3 + +xfce44 +xfce44_core_package + +DESCRIPTION="Panel" +HOMEPAGE="http://www.xfce.org/projects/xfce4-panel" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" + +IUSE="debug doc startup-notification" + +RDEPEND="x11-libs/libX11 + x11-libs/libSM + >=x11-libs/gtk+-2.6 + >=xfce-base/libxfce4util-${XFCE_MASTER_VERSION} + >=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION} + >=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION} + startup-notification? ( x11-libs/startup-notification )" +DEPEND="${RDEPEND} + doc? ( dev-util/gtk-doc )" + +DOCS="AUTHORS ChangeLog HACKING NEWS README README.Plugins" |