Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-cpugraph-plugin/files: xfce4-cpugraph-plugin-0.4.0-link_to_libxfcegui4.patch
Date: Mon, 30 Aug 2010 14:44:24
Message-Id: 20100830144421.4750920051@flycatcher.gentoo.org
1 ssuominen 10/08/30 14:44:21
2
3 Added:
4 xfce4-cpugraph-plugin-0.4.0-link_to_libxfcegui4.patch
5 Log:
6 Link to libxfcegui4 wrt #334891 by Diego E. Pettenò.
7
8 (Portage version: 2.2_rc69/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 xfce-extra/xfce4-cpugraph-plugin/files/xfce4-cpugraph-plugin-0.4.0-link_to_libxfcegui4.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/files/xfce4-cpugraph-plugin-0.4.0-link_to_libxfcegui4.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/files/xfce4-cpugraph-plugin-0.4.0-link_to_libxfcegui4.patch?rev=1.1&content-type=text/plain
15
16 Index: xfce4-cpugraph-plugin-0.4.0-link_to_libxfcegui4.patch
17 ===================================================================
18 diff -ur xfce4-cpugraph-plugin-0.4.0.orig/configure.ac xfce4-cpugraph-plugin-0.4.0/configure.ac
19 --- xfce4-cpugraph-plugin-0.4.0.orig/configure.ac 2007-11-22 07:42:28.000000000 +0200
20 +++ xfce4-cpugraph-plugin-0.4.0/configure.ac 2010-08-30 17:40:40.000000000 +0300
21 @@ -31,6 +31,7 @@
22
23 dnl configure the panel plugin
24 XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.20])
25 +XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.20])
26
27 dnl translations
28 XDT_I18N([be ca cs en_GB eu fr hu nb_NO pl pt_PT sq uk])
29 diff -ur xfce4-cpugraph-plugin-0.4.0.orig/panel-plugin/Makefile.am xfce4-cpugraph-plugin-0.4.0/panel-plugin/Makefile.am
30 --- xfce4-cpugraph-plugin-0.4.0.orig/panel-plugin/Makefile.am 2007-11-22 09:13:34.000000000 +0200
31 +++ xfce4-cpugraph-plugin-0.4.0/panel-plugin/Makefile.am 2010-08-30 17:41:07.000000000 +0300
32 @@ -3,10 +3,12 @@
33
34 xfce4_cpugraph_plugin_CFLAGS = \
35 -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
36 - @LIBXFCE4PANEL_CFLAGS@
37 + @LIBXFCE4PANEL_CFLAGS@ \
38 + @LIBXFCEGUI4_CFLAGS@
39
40 xfce4_cpugraph_plugin_LDADD = \
41 - @LIBXFCE4PANEL_LIBS@
42 + @LIBXFCE4PANEL_LIBS@ \
43 + @LIBXFCEGUI4_LIBS@
44
45 xfce4_cpugraph_plugin_SOURCES = \
46 mode.c \