Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (ebbc04e96e8e198ea02c5d1cb378a417d1bb8d8a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (ebbc04e96e8e198ea02c5d1cb378a417d1bb8d8a)
  • Date: Thu, 3 Feb 2011 22:06:00 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

xfce-plugins/xfce4-places-plugin/DEPENDS | 1 +
xfce-plugins/xfce4-places-plugin/HISTORY | 3 +++
2 files changed, 4 insertions(+)

New commits:
commit ebbc04e96e8e198ea02c5d1cb378a417d1bb8d8a
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xfce4-places-plugin: Depends on thunar-vfs

checking LIBXFCE4PANEL_CFLAGS... -pthread
-I/usr/include/xfce4/libxfce4panel-1.0
-I/usr/include/gtk-2.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/u
sr/include/xfce4 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/includ
e/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0
-I/usr/include/pi
xman-1 -I/usr/include/freetype2 -I/usr/include/libpng12
checking LIBXFCE4PANEL_LIBS... -Wl,--export-dynamic -pthread
-lxfce4panel-1.0 -l
gtk-x11-2.0 -lxfce4util -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0
-lpango
cairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpng12 -lpango-1.0 -lfreetype
-lfontconf
ig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0
checking for thunar-vfs-1 >= 0.4.0... not found
*** The required package thunar-vfs-1 was not found on your system.
*** Please install thunar-vfs-1 (atleast version 0.4.0) or adjust
*** the PKG_CONFIG_PATH environment variable if you
*** installed the package in a nonstandard prefix so that
*** pkg-config is able to find it.

but still fails with:
checking THUNAR_VFS_CFLAGS... -pthread -I/usr/include/thunar-vfs-1
-I/usr/include/exo-1 -I/usr/include/gtk-2.0 -I/usr/include/xfce4
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12
checking THUNAR_VFS_LIBS... -pthread -lthunar-vfs-1 -lexo-1
-lgtk-x11-2.0 -lxfce4util -lgdk-x11-2.0 -latk-1.0 -lgio-2.0
-lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpng12
-lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0
-lgthread-2.0 -lrt -lglib-2.0
checking for exo-0.3 >= 0.3.1.10... not found
*** The required package exo-0.3 was not found on your system.
*** Please install exo-0.3 (atleast version 0.3.1.10) or adjust
*** the PKG_CONFIG_PATH environment variable if you
*** installed the package in a nonstandard prefix so that
*** pkg-config is able to find it.

We only have exo 0.6 and 0.5 available...

diff --git a/xfce-plugins/xfce4-places-plugin/DEPENDS
b/xfce-plugins/xfce4-places-plugin/DEPENDS
index d58b1f9..fab5bf0 100755
--- a/xfce-plugins/xfce4-places-plugin/DEPENDS
+++ b/xfce-plugins/xfce4-places-plugin/DEPENDS
@@ -1,4 +1,5 @@
depends libxfce4util &&
depends libxfcegui4 &&
depends thunar &&
+depends thunar-vfs &&
depends xfce4-panel
diff --git a/xfce-plugins/xfce4-places-plugin/HISTORY
b/xfce-plugins/xfce4-places-plugin/HISTORY
index c0a66d1..c0c8f53 100644
--- a/xfce-plugins/xfce4-places-plugin/HISTORY
+++ b/xfce-plugins/xfce4-places-plugin/HISTORY
@@ -1,3 +1,6 @@
+2011-02-03 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on thunar-vfs
+
2007-08-15 George Sherwood <george AT beernabeer.com>
* DETAILS: updated spell to 0.9.991




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (ebbc04e96e8e198ea02c5d1cb378a417d1bb8d8a), Eric Sandall, 02/03/2011

Archive powered by MHonArc 2.6.24.

Top of Page