public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-verve-plugin/files: xfce4-verve-plugin-0.3.6-link_to_libxfcegui4.patch
@ 2010-08-07 17:22 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-08-07 17:22 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/08/07 17:22:14

  Added:                xfce4-verve-plugin-0.3.6-link_to_libxfcegui4.patch
  Log:
  Link to libxfcegui4 (and fix LDFLAGS vs. LDADD mistake in Makefile.am) wrt #331493 by Diego E. Pettenò.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  xfce-extra/xfce4-verve-plugin/files/xfce4-verve-plugin-0.3.6-link_to_libxfcegui4.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-verve-plugin/files/xfce4-verve-plugin-0.3.6-link_to_libxfcegui4.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-verve-plugin/files/xfce4-verve-plugin-0.3.6-link_to_libxfcegui4.patch?rev=1.1&content-type=text/plain

Index: xfce4-verve-plugin-0.3.6-link_to_libxfcegui4.patch
===================================================================
http://bugzilla.xfce.org/show_bug.cgi?id=6616
http://bugs.gentoo.org/331493

--- configure.in
+++ configure.in
@@ -56,6 +56,7 @@
   [XDT_CHECK_PACKAGE([LIBEXO], [exo-1], [0.5.0])])
 XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.4.0])
 XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.4.0])
+XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.4.0])
 XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.6.4])
 XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.6.4])
 XDT_CHECK_PACKAGE([LIBPCRE], [libpcre], [5.0])
--- panel-plugin/Makefile.am
+++ panel-plugin/Makefile.am
@@ -21,14 +21,16 @@
 	@LIBEXO_CFLAGS@							\
 	@LIBXFCE4PANEL_CFLAGS@						\
 	@LIBXFCE4UTIL_CFLAGS@						\
+	@LIBXFCEGUI4_CFLAGS@						\
 	@LIBPCRE_CFLAGS@						\
 	@GLIB_CFLAGS@							\
 	@GTHREAD_CFLAGS@						
 
-xfce4_verve_plugin_LDFLAGS = 						\
+xfce4_verve_plugin_LDADD = 						\
 	@LIBEXO_LIBS@							\
 	@LIBXFCE4PANEL_LIBS@						\
 	@LIBXFCE4UTIL_LIBS@						\
+	@LIBXFCEGUI4_LIBS@						\
 	@LIBPCRE_LIBS@							\
 	@GLIB_LIBS@							\
 	@GTHREAD_LIBS@
@@ -43,7 +45,7 @@
 	-DDBUS_API_SUBJECT_TO_CHANGE					\
 	$(DBUS_CFLAGS)
 
-xfce4_verve_plugin_LDFLAGS += 						\
+xfce4_verve_plugin_LDADD += 						\
 	$(DBUS_LIBS)
 
 verve-dbus-service-infos.h: Makefile $(srcdir)/verve-dbus-service-infos.xml 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-08-07 17:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-07 17:22 [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-verve-plugin/files: xfce4-verve-plugin-0.3.6-link_to_libxfcegui4.patch Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox