public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnome-extra/nautilus-open-terminal/files: nautilus-open-terminal-0.9-gnomevfs.patch
@ 2009-03-28 22:40 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 2+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2009-03-28 22:40 UTC (permalink / raw
  To: gentoo-commits

eva         09/03/28 22:40:07

  Added:                nautilus-open-terminal-0.9-gnomevfs.patch
  Log:
  Bump to 0.9-r2. inherit autotools, bug #263886. Fix compilation with gnome 2.26, bug #261914.
  (Portage version: 2.2_rc26/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  gnome-extra/nautilus-open-terminal/files/nautilus-open-terminal-0.9-gnomevfs.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/nautilus-open-terminal/files/nautilus-open-terminal-0.9-gnomevfs.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/nautilus-open-terminal/files/nautilus-open-terminal-0.9-gnomevfs.patch?rev=1.1&content-type=text/plain

Index: nautilus-open-terminal-0.9-gnomevfs.patch
===================================================================
---
https://bugs.gentoo.org/show_bug.cgi?id=261914
http://svn.gnome.org/viewvc/nautilus-open-terminal?view=revision&revision=217

Fix building with gnome 2.26 libs.
diff --git a/configure.in b/configure.in
index 6b4da94..88edc6a 100644
--- a/configure.in
+++ b/configure.in
@@ -13,6 +13,7 @@ NAUTILUS_REQUIRED=2.21.2
 EEL_REQUIRED=2.6.0
 LIBGNOME_DESKTOP_REQUIRED=2.9.91
 GLIB_REQUIRED=2.4.0
+GNOMEVFS_REQUIRED=2.0
 
 AC_PROG_CC
 AM_PROG_LIBTOOL
@@ -29,6 +30,7 @@ fi
 PKG_CHECK_MODULES(NAUTILUS, libnautilus-extension >= $NAUTILUS_REQUIRED glib-2.0 >= $GLIB_REQUIRED)
 PKG_CHECK_MODULES(GCONF, gconf-2.0)
 PKG_CHECK_MODULES(GNOMEDESKTOP, gnome-desktop-2.0 >= $LIBGNOME_DESKTOP_REQUIRED)
+PKG_CHECK_MODULES(GNOMEVFS, gnome-vfs-2.0 >= $GNOMEVFS_REQUIRED)
 
 PKG_CHECK_MODULES(GLIB_RECENT, glib-2.0 >= 2.13.3,
                   AC_DEFINE(HAVE_GLIB_DESKTOP_DIR_API, 1, [g_get_user_special_dir() support]),
@@ -42,6 +44,9 @@ AC_SUBST(NAUTILUS_LIBS)
 AC_SUBST(GCONF_CFLAGS)
 AC_SUBST(GCONF_LIBS)
 
+AC_SUBST(GNOMEVFS_CFLAGS)
+AC_SUBST(GNOMEVFS_LIBS)
+
 AC_SUBST(GNOMEDESKTOP_CFLAGS)
 AC_SUBST(GNOMEDESKTOP_LIBS)
 
diff --git a/src/Makefile.am b/src/Makefile.am
index 3161190..f25795a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -9,6 +9,7 @@ INCLUDES =						\
 	$(DISABLE_DEPRECATED_CFLAGS)			\
 	$(NAUTILUS_CFLAGS)				\
 	$(GCONF_CFLAGS)					\
+	$(GNOMEVFS_CFLAGS)				\
 	$(GNOMEDESKTOP_CFLAGS)
 
 nautilus_extensiondir=$(NAUTILUS_EXTENSION_DIR)






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in gnome-extra/nautilus-open-terminal/files: nautilus-open-terminal-0.9-gnomevfs.patch
@ 2010-04-06 10:30 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 2+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2010-04-06 10:30 UTC (permalink / raw
  To: gentoo-commits

eva         10/04/06 10:30:55

  Removed:              nautilus-open-terminal-0.9-gnomevfs.patch
  Log:
  Clean up old revisions
  (Portage version: 2.2_rc67/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-06 10:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-06 10:30 [gentoo-commits] gentoo-x86 commit in gnome-extra/nautilus-open-terminal/files: nautilus-open-terminal-0.9-gnomevfs.patch Gilles Dartiguelongue (eva)
  -- strict thread matches above, loose matches on Subject: below --
2009-03-28 22:40 Gilles Dartiguelongue (eva)

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