Skip to Content.
Sympa Menu

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

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 (9a736aa1e5c9bf2759ef778a5db1f6a9db5dace9)
  • Date: Wed, 31 Oct 2012 16:19:42 -0500

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

gnome2-libs/nautilus2/DEPENDS | 1 +
gnome2-libs/nautilus2/HISTORY | 3 +++
2 files changed, 4 insertions(+)

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

nautilus2: Depends on tracker

checking for TRACKER... no
configure: error: Package requirements (tracker-sparql-0.14) were not
met:

No package 'tracker-sparql-0.14' found

This causes circular dependency:
nautilus2 -> tracker ?> nautilus2 (for extension) -> tracker ?> ...

diff --git a/gnome2-libs/nautilus2/DEPENDS b/gnome2-libs/nautilus2/DEPENDS
index de7eb5d..372c4b9 100755
--- a/gnome2-libs/nautilus2/DEPENDS
+++ b/gnome2-libs/nautilus2/DEPENDS
@@ -12,6 +12,7 @@ depends libxml2 &&
depends dbus-glib &&
depends intltool &&
depends exempi &&
+depends tracker &&

optional_depends vorbis-tools "" "" "for ogg audio playback" &&
optional_depends mpg123 "" "" "for mp3 audio playback" &&
diff --git a/gnome2-libs/nautilus2/HISTORY b/gnome2-libs/nautilus2/HISTORY
index 6fd4b5f..a9bfaf1 100644
--- a/gnome2-libs/nautilus2/HISTORY
+++ b/gnome2-libs/nautilus2/HISTORY
@@ -1,3 +1,6 @@
+2012-10-31 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on tracker
+
2012-10-28 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.6.1
* DEPENDS: exempi added



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (9a736aa1e5c9bf2759ef778a5db1f6a9db5dace9), Eric Sandall, 10/31/2012

Archive powered by MHonArc 2.6.24.

Top of Page