diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2007-01-22 00:48:43 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2007-01-22 00:48:43 +0000 |
commit | 9de054a002f5421959a34bd4c9c51df01489df1c (patch) | |
tree | 259e0ad4a12ccd0e0f9bf45570d99285746acda4 /xfce-extra | |
parent | Added xfce-extra/xfce4-cpugraph (diff) | |
download | gentoo-2-9de054a002f5421959a34bd4c9c51df01489df1c.tar.gz gentoo-2-9de054a002f5421959a34bd4c9c51df01489df1c.tar.bz2 gentoo-2-9de054a002f5421959a34bd4c9c51df01489df1c.zip |
Version bump for XFCE 4.4.
(Portage version: 2.1.2-r2)
Diffstat (limited to 'xfce-extra')
4 files changed, 46 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-cpugraph/ChangeLog b/xfce-extra/xfce4-cpugraph/ChangeLog index 54262f1f2c58..7e72230abbc1 100644 --- a/xfce-extra/xfce4-cpugraph/ChangeLog +++ b/xfce-extra/xfce4-cpugraph/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-extra/xfce4-cpugraph -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph/ChangeLog,v 1.10 2006/12/28 04:35:24 nichoj Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph/ChangeLog,v 1.11 2007/01/22 00:48:43 nichoj Exp $ + +*xfce4-cpugraph-0.3.0 (22 Jan 2007) + + 22 Jan 2007; Joshua Nichols <nichoj@gentoo.org> + +files/xfce4-cpugraph-0.3.0-asneeded.patch, +xfce4-cpugraph-0.3.0.ebuild: + Version bump for XFCE 4.4. 28 Dec 2006; Joshua Nichols <nichoj@gentoo.org> xfce4-cpugraph-0.2.2-r2.ebuild: diff --git a/xfce-extra/xfce4-cpugraph/files/digest-xfce4-cpugraph-0.3.0 b/xfce-extra/xfce4-cpugraph/files/digest-xfce4-cpugraph-0.3.0 new file mode 100644 index 000000000000..1ef6d7cab54c --- /dev/null +++ b/xfce-extra/xfce4-cpugraph/files/digest-xfce4-cpugraph-0.3.0 @@ -0,0 +1,3 @@ +MD5 b2ff93a62845289c4a8ed7d45faa7a1f xfce4-cpugraph-plugin-0.3.0.tar.bz2 102638 +RMD160 99c309b3bf0ab622a9b95df9b568808a6c034055 xfce4-cpugraph-plugin-0.3.0.tar.bz2 102638 +SHA256 eb6c2eee5f3d56a3202a9affb33242c3434bfbaeb0d7fe02cf267e64e85f3825 xfce4-cpugraph-plugin-0.3.0.tar.bz2 102638 diff --git a/xfce-extra/xfce4-cpugraph/files/xfce4-cpugraph-0.3.0-asneeded.patch b/xfce-extra/xfce4-cpugraph/files/xfce4-cpugraph-0.3.0-asneeded.patch new file mode 100644 index 000000000000..5c44c7d34d67 --- /dev/null +++ b/xfce-extra/xfce4-cpugraph/files/xfce4-cpugraph-0.3.0-asneeded.patch @@ -0,0 +1,12 @@ +diff -ur xfce4-cpugraph-plugin-0.3.0.orig/panel-plugin/Makefile.am xfce4-cpugraph-plugin-0.3.0/panel-plugin/Makefile.am +--- xfce4-cpugraph-plugin-0.3.0.orig/panel-plugin/Makefile.am 2005-09-30 14:12:14.000000000 +0300 ++++ xfce4-cpugraph-plugin-0.3.0/panel-plugin/Makefile.am 2007-01-21 23:31:59.000000000 +0200 +@@ -5,7 +5,7 @@ + -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \ + @LIBXFCE4PANEL_CFLAGS@ + +-xfce4_cpugraph_plugin_LDFLAGS = \ ++xfce4_cpugraph_plugin_LDADD = \ + @LIBXFCE4PANEL_LIBS@ + + xfce4_cpugraph_plugin_SOURCES = \ diff --git a/xfce-extra/xfce4-cpugraph/xfce4-cpugraph-0.3.0.ebuild b/xfce-extra/xfce4-cpugraph/xfce4-cpugraph-0.3.0.ebuild new file mode 100644 index 000000000000..41024e8bc92a --- /dev/null +++ b/xfce-extra/xfce4-cpugraph/xfce4-cpugraph-0.3.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph/xfce4-cpugraph-0.3.0.ebuild,v 1.1 2007/01/22 00:48:43 nichoj Exp $ + +WANT_AUTOCONF=latest +WANT_AUTOMAKE=latest + +inherit xfce44 eutils autotools + +xfce44_beta +xfce44_goodies_panel_plugin + +DESCRIPTION="Xfce4 panel cpugraph plugin" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + +DEPEND=">=xfce-extra/xfce4-dev-tools-4.3.99" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch ${FILESDIR}/${P}-asneeded.patch + AT_M4DIR=/usr/share/xfce4/dev-tools/m4macros eautoreconf +} |