summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Nichols <nichoj@gentoo.org>2007-01-21 17:51:20 +0000
committerJoshua Nichols <nichoj@gentoo.org>2007-01-21 17:51:20 +0000
commitc340e6bfd5b0f79ee20301e8b1d03cd3bcefddb1 (patch)
tree056cde927316f5ce0102350b0d8d7aba15bea894 /xfce-extra/xfce4-diskperf
parentnet-analyzer/nessus-client: Version bump (diff)
downloadgentoo-2-c340e6bfd5b0f79ee20301e8b1d03cd3bcefddb1.tar.gz
gentoo-2-c340e6bfd5b0f79ee20301e8b1d03cd3bcefddb1.tar.bz2
gentoo-2-c340e6bfd5b0f79ee20301e8b1d03cd3bcefddb1.zip
Fixed compilation with --as-needed. Fix provided by Samuli Suominen <sasuomin@uusikaupunki.fi> on bug #160525.
(Portage version: 2.1.2-r1)
Diffstat (limited to 'xfce-extra/xfce4-diskperf')
-rw-r--r--xfce-extra/xfce4-diskperf/ChangeLog11
-rw-r--r--xfce-extra/xfce4-diskperf/files/digest-xfce4-diskperf-2.0-r13
-rw-r--r--xfce-extra/xfce4-diskperf/files/xfce4-diskperf-2.0-asneeded.patch12
-rw-r--r--xfce-extra/xfce4-diskperf/xfce4-diskperf-2.0-r1.ebuild20
4 files changed, 44 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-diskperf/ChangeLog b/xfce-extra/xfce4-diskperf/ChangeLog
index f31802128dcb..992598e0bf13 100644
--- a/xfce-extra/xfce4-diskperf/ChangeLog
+++ b/xfce-extra/xfce4-diskperf/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for xfce-extra/xfce4-diskperf
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-diskperf/ChangeLog,v 1.12 2006/12/07 05:22:12 nichoj Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-diskperf/ChangeLog,v 1.13 2007/01/21 17:51:20 nichoj Exp $
+
+*xfce4-diskperf-2.0-r1 (21 Jan 2007)
+
+ 21 Jan 2007; Joshua Nichols <nichoj@gentoo.org>
+ +files/xfce4-diskperf-2.0-asneeded.patch, +xfce4-diskperf-2.0-r1.ebuild:
+ Fixed compilation with --as-needed. Fix provided by Samuli Suominen
+ <sasuomin@uusikaupunki.fi> on bug #160525.
07 Dec 2006; Joshua Nichols <nichoj@gentoo.org>
-xfce4-diskperf-1.5-r1.ebuild:
diff --git a/xfce-extra/xfce4-diskperf/files/digest-xfce4-diskperf-2.0-r1 b/xfce-extra/xfce4-diskperf/files/digest-xfce4-diskperf-2.0-r1
new file mode 100644
index 000000000000..4a5d64ae1785
--- /dev/null
+++ b/xfce-extra/xfce4-diskperf/files/digest-xfce4-diskperf-2.0-r1
@@ -0,0 +1,3 @@
+MD5 be819b14db68369f541a02f9a27e9dc5 xfce4-diskperf-plugin-2.0.tar.bz2 109199
+RMD160 4bc180ca146db93288e3ebdae3ef537c24425a26 xfce4-diskperf-plugin-2.0.tar.bz2 109199
+SHA256 852057f6a0c2135b2bde5bae1e6fb42270baddf88de97b42370bec0e10d4d732 xfce4-diskperf-plugin-2.0.tar.bz2 109199
diff --git a/xfce-extra/xfce4-diskperf/files/xfce4-diskperf-2.0-asneeded.patch b/xfce-extra/xfce4-diskperf/files/xfce4-diskperf-2.0-asneeded.patch
new file mode 100644
index 000000000000..1dd1616a3995
--- /dev/null
+++ b/xfce-extra/xfce4-diskperf/files/xfce4-diskperf-2.0-asneeded.patch
@@ -0,0 +1,12 @@
+diff -ur xfce4-diskperf-plugin-2.0.orig/panel-plugin/Makefile.am xfce4-diskperf-plugin-2.0/panel-plugin/Makefile.am
+--- xfce4-diskperf-plugin-2.0.orig/panel-plugin/Makefile.am 2005-10-08 11:30:20.000000000 +0300
++++ xfce4-diskperf-plugin-2.0/panel-plugin/Makefile.am 2007-01-06 19:26:27.000000000 +0200
+@@ -5,7 +5,7 @@
+ -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
+ @LIBXFCE4PANEL_CFLAGS@
+
+-xfce4_diskperf_plugin_LDFLAGS = \
++xfce4_diskperf_plugin_LDADD = \
+ @LIBXFCE4PANEL_LIBS@
+
+ xfce4_diskperf_plugin_SOURCES = \
diff --git a/xfce-extra/xfce4-diskperf/xfce4-diskperf-2.0-r1.ebuild b/xfce-extra/xfce4-diskperf/xfce4-diskperf-2.0-r1.ebuild
new file mode 100644
index 000000000000..a291e9cd4833
--- /dev/null
+++ b/xfce-extra/xfce4-diskperf/xfce4-diskperf-2.0-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-diskperf/xfce4-diskperf-2.0-r1.ebuild,v 1.1 2007/01/21 17:51:20 nichoj Exp $
+
+WANT_AUTOCONF="latest"
+WANT_AUTOMAKE="latest"
+inherit xfce44 eutils autotools
+
+xfce44_beta
+xfce44_goodies_panel_plugin
+
+DESCRIPTION="Xfce4 panel disk usage/performance plugin"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/${P}-asneeded.patch
+ AT_M4DIR=/usr/share/xfce4/dev-tools/m4macros eautoreconf
+}