Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (357b77d155931e2c212210d2d9d384d3b2eb2339)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (357b77d155931e2c212210d2d9d384d3b2eb2339)
  • Date: Sun, 20 Jul 2008 11:59:53 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

utils/beagle/DEPENDS | 1 +
utils/beagle/DETAILS | 4 ++--
utils/beagle/HISTORY | 6 ++++++
utils/beagle/PRE_BUILD | 3 +++
utils/beagle/beagle-tiles.patch | 12 ++++++++++++
5 files changed, 24 insertions(+), 2 deletions(-)

New commits:
commit 357b77d155931e2c212210d2d9d384d3b2eb2339
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

beagle: Updated to version 0.3.8. Added patch to fix compile problem.
Now depends taglib-sharp

diff --git a/utils/beagle/DEPENDS b/utils/beagle/DEPENDS
index 6d6410c..860187e 100755
--- a/utils/beagle/DEPENDS
+++ b/utils/beagle/DEPENDS
@@ -9,6 +9,7 @@ depends libexif &&
depends X11-SERVER &&
depends zip &&
depends ndesk-dbus-glib &&
+depends taglib-sharp &&
optional_depends evolution-sharp \
'' \
'' \
diff --git a/utils/beagle/DETAILS b/utils/beagle/DETAILS
index 87ce4c2..9624e4f 100755
--- a/utils/beagle/DETAILS
+++ b/utils/beagle/DETAILS
@@ -1,9 +1,9 @@
SPELL=beagle
- VERSION=0.3.7
+ VERSION=0.3.8
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://ftp.gnome.org/pub/GNOME/sources/beagle/0.3/${SOURCE}
-
SOURCE_HASH=sha512:a1b02493a4323359b740405ecff5082d2e1b688130110febb2f58a24f57b28a46b63822eba4d10f2d754b188124d64547cf32f83d6f52dabc635b9fa68e96d40
+
SOURCE_HASH=sha512:abb3e123f247a5bef87c6678df8ded8267d8b1209417f0652dd708ef2312a49e37d8668139e840bb1dd846fcd8393d6a26766ff60644e9d65c96330c200d544c
LICENSE[0]=GPL
WEB_SITE=http://www.gnome.org/projects/beagle/
ENTERED=20050821
diff --git a/utils/beagle/HISTORY b/utils/beagle/HISTORY
index 9612883..0d4d96e 100644
--- a/utils/beagle/HISTORY
+++ b/utils/beagle/HISTORY
@@ -1,3 +1,9 @@
+2008-07-20 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version 0.3.8
+ * DEPENDS: depends new spell taglib-sharp
+ * PRE_BUILD: Added to apply patch
+ * beagle-tiles.patch: Added to fix compile problem
+
2008-04-26 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 0.3.7

diff --git a/utils/beagle/PRE_BUILD b/utils/beagle/PRE_BUILD
new file mode 100755
index 0000000..603d5a3
--- /dev/null
+++ b/utils/beagle/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p0 < $SCRIPT_DIRECTORY/beagle-tiles.patch
diff --git a/utils/beagle/beagle-tiles.patch b/utils/beagle/beagle-tiles.patch
new file mode 100644
index 0000000..3027ceb
--- /dev/null
+++ b/utils/beagle/beagle-tiles.patch
@@ -0,0 +1,12 @@
+diff -upNr search/Beagle.Search.Tiles/Tile.cs
search/Beagle.Search.Tiles/Tile.cs
+--- search/Beagle.Search.Tiles/Tile.cs 2008-06-12 07:41:19.000000000 +0200
++++ search/Beagle.Search.Tiles/Tile.cs 2008-07-15 14:03:26.000000000 +0200
+@@ -348,7 +348,7 @@ namespace Beagle.Search.Tiles {
+ #else
+ MimeApplication app;
+ app = Mime.GetDefaultApplication (mimetype);
+- bool expect_uris = app.SupportUris ();
++ bool expect_uris = app.SupportsUris ();
+ path = hit.Path;
+
+ if (app == null) {



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (357b77d155931e2c212210d2d9d384d3b2eb2339), George Sherwood, 07/20/2008

Archive powered by MHonArc 2.6.24.

Top of Page