From eea372a808786ba2867f4b5dd3d51d775913404d Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Mon, 2 Jul 2018 11:45:36 +1200 Subject: [PATCH] Improve xapian-core.pc name and description Both were too long compared to pkg-config norms, and the Description was trying to be multi-line which it seems pkg-config doesn't support. While we're at it, stop describing Xapian as "Probabilistic" - we've also had non-probabilistic weighting schemes since 1.3.2. Fixes https://github.com/xapian/xapian/pull/203, reported by orbea. --- xapian-core/pkgconfig/xapian-core.pc.in | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/xapian-core/pkgconfig/xapian-core.pc.in b/xapian-core/pkgconfig/xapian-core.pc.in index 049bcd505..6770bee86 100644 --- a/xapian-core/pkgconfig/xapian-core.pc.in +++ b/xapian-core/pkgconfig/xapian-core.pc.in @@ -3,11 +3,8 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@incdir@ -Name: The Xapian Probabilistic Information Retrieval Library -Description: Xapian is an Open Source Probabilistic Information Retrieval framework. It -offers a highly adaptable toolkit that allows developers to easily add advanced -indexing and search facilities to applications. This package provides the -libraries for applications using Xapian functionality. +Name: Xapian +Description: Search Engine Library URL: https://xapian.org/ Version: @VERSION@ Cflags: -I${includedir} @abi_affecting_cxxflags@ -- 2.11.4.GIT