[tracker] libtracker-sparql: Fix pkg-config file



commit 6c15622f6135a3db06762e19a820ff1e023196e7
Author: Jasper Lievisse Adriaanse <jasper humppa nl>
Date:   Wed Sep 21 10:15:04 2011 +0100

    libtracker-sparql: Fix pkg-config file
    
    OpenBSD has it's own pkg-config implementation which has a stricter parser
    than the "original" freedesktop one. As such, the tracker-sqarl.pc file
    doesn't work due to the linebreak in Description.
    
    Fixes GB#659620

 data/tracker-sparql.pc.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/tracker-sparql.pc.in b/data/tracker-sparql.pc.in
index e978983..4fb785c 100644
--- a/data/tracker-sparql.pc.in
+++ b/data/tracker-sparql.pc.in
@@ -4,7 +4,7 @@ libdir= libdir@
 includedir= includedir@
 
 Name: tracker-sparql
-Description: Tracker : A library to perform SPARQL queries and updates in the
+Description: Tracker : A library to perform SPARQL queries and updates in the \
              Tracker Store
 Version: @VERSION@
 Requires: glib-2.0 gobject-2.0 gio-2.0 gmodule-2.0



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