[grilo-plugins] fix the build

Matthias Clasen mclasen at fedoraproject.org
Mon Jan 28 23:33:20 UTC 2013


commit bdf7aad7c760feaee69be53fa76c5dbc5019e185
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Mon Jan 28 18:33:37 2013 -0500

    fix the build

 tracker-0.16.patch |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/tracker-0.16.patch b/tracker-0.16.patch
new file mode 100644
index 0000000..1349b78
--- /dev/null
+++ b/tracker-0.16.patch
@@ -0,0 +1,12 @@
+diff -up grilo-plugins-0.2.5/configure.ac.tracker grilo-plugins-0.2.5/configure.ac
+--- grilo-plugins-0.2.5/configure.ac.tracker	2013-01-28 18:32:02.940645549 -0500
++++ grilo-plugins-0.2.5/configure.ac	2013-01-28 18:32:16.703645057 -0500
+@@ -140,7 +140,7 @@ PKG_CHECK_MODULES(GMIME, gmime-2.6,
+                                                    HAVE_GMIME=no)])
+ # Search available Tracker version
+ trackerpkg="tracker-sparql-0.10"
+-m4_foreach([VERSION], [[0.10], [0.11], [0.12], [0.14], [0.15]],
++m4_foreach([VERSION], [[0.10], [0.11], [0.12], [0.14], [0.15], [0.16]],
+                       [PKG_CHECK_EXISTS([tracker-sparql-VERSION >= 0.10.5],
+                                         [ trackerpkg="tracker-sparql-VERSION" ])
+                       ])


More information about the scm-commits mailing list