[tracker] libtracker-miner, libtracker-sparql: Update build instructions for 0.12



commit 0c125aec0e774deedbf6988b94134139204c5ae4
Author: Sam Thursfield <sam thursfield codethink co uk>
Date:   Thu Sep 15 16:14:17 2011 +0100

    libtracker-miner, libtracker-sparql: Update build instructions for 0.12

 docs/reference/libtracker-miner/overview.sgml  |   10 +++++-----
 docs/reference/libtracker-sparql/overview.sgml |   10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/docs/reference/libtracker-miner/overview.sgml b/docs/reference/libtracker-miner/overview.sgml
index 8f59719..bd0b178 100644
--- a/docs/reference/libtracker-miner/overview.sgml
+++ b/docs/reference/libtracker-miner/overview.sgml
@@ -25,11 +25,11 @@
       <application>pkg-config</application> is used (the actual output on
       your system may be different):
 <programlisting>
-$ pkg-config --cflags tracker-miner-0.10
--pthread -I/usr/include/tracker-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tracker-0.10/libtracker-sparql
+$ pkg-config --cflags tracker-miner-0.12
+-pthread -I/usr/include/tracker-0.12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/tracker-0.12/libtracker-sparql
 
-$ pkg-config --libs tracker-miner-0.10
--pthread -Wl,--export-dynamic -ltracker-miner-0.10 -ltracker-sparql-0.10 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0
+$ pkg-config --libs tracker-miner-0.12
+-pthread -Wl,--export-dynamic -ltracker-miner-0.12 -ltracker-sparql-0.12 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0
 
 </programlisting>
     </para>
@@ -39,7 +39,7 @@ $ pkg-config --libs tracker-miner-0.10
       (<emphasis>not single quotes</emphasis>), then its output will be
       substituted into the command line before execution:
 <programlisting>
- $ cc `pkg-config --cflags --libs tracker-miner-0.10` hello.c -o hello
+ $ cc `pkg-config --cflags --libs tracker-miner-0.12` hello.c -o hello
 </programlisting>
     </para>
 
diff --git a/docs/reference/libtracker-sparql/overview.sgml b/docs/reference/libtracker-sparql/overview.sgml
index 0c6673f..f8f35a5 100644
--- a/docs/reference/libtracker-sparql/overview.sgml
+++ b/docs/reference/libtracker-sparql/overview.sgml
@@ -73,11 +73,11 @@
       <application>pkg-config</application> is used (the actual output on
       your system may be different):
 <programlisting>
-$ pkg-config --cflags tracker-sparql-0.10
--pthread -I/usr/include/tracker-0.10 -I/usr/include/tracker-0.10/libtracker-sparql -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
+$ pkg-config --cflags tracker-sparql-0.12
+-pthread -I/usr/include/tracker-0.12 -I/usr/include/tracker-0.12/libtracker-sparql -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
 
-$ pkg-config --libs tracker-sparql-0.10
--Wl,--export-dynamic -pthread -ltracker-sparql-0.10 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0
+$ pkg-config --libs tracker-sparql-0.12
+-Wl,--export-dynamic -pthread -ltracker-sparql-0.12 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0
 </programlisting>
     </para>
     <para>
@@ -86,7 +86,7 @@ $ pkg-config --libs tracker-sparql-0.10
       (<emphasis>not single quotes</emphasis>), then its output will be
       substituted into the command line before execution:
 <programlisting>
- $ cc `pkg-config --cflags --libs tracker-sparql-0.10` hello.c -o hello
+ $ cc `pkg-config --cflags --libs tracker-sparql-0.12` hello.c -o hello
 </programlisting>
     </para>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]