[gconfmm] Fixed broken pkg-config file.



commit cf3ce86f77ae330a1d6e31cd994db524a0791d0a
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Jun 4 17:25:36 2010 +0200

    Fixed broken pkg-config file.
    
    * gconf/gconfmm.pc.in: Make this like the pangomm one. It had
        unreplaced variable names in the generated .pc files, making the 2.28.1
        release useless.

 ChangeLog           |    8 ++++++++
 gconf/gconfmm.pc.in |   15 +++++++++++----
 2 files changed, 19 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 6dd4766..96f2ec8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2010-06-04  Murray Cumming  <murrayc murrayc com>
 
+	Fixed broken pkg-config file.
+
+	* gconf/gconfmm.pc.in: Make this like the pangomm one. It had
+    unreplaced variable names in the generated .pc files, making the 2.28.1
+    release useless.
+
+2010-06-04  Murray Cumming  <murrayc murrayc com>
+
 	Entry: Use gconf_entry_copy() instead of implementing our own.
 
 	* gconf/src/entry.[hg|ccg]: Update the code now (well, since 2003, but
diff --git a/gconf/gconfmm.pc.in b/gconf/gconfmm.pc.in
index 736654b..404463c 100644
--- a/gconf/gconfmm.pc.in
+++ b/gconf/gconfmm.pc.in
@@ -1,11 +1,18 @@
 prefix= prefix@
 exec_prefix= exec_prefix@
 libdir= libdir@
+datarootdir= datarootdir@
+datadir= datadir@
 includedir= includedir@
 
+docdir=${datarootdir}/doc/@GCONFMM_MODULE_NAME@
+doxytagfile=${docdir}/reference/@GCONFMM_MODULE_NAME  tag
+htmlrefdir=${docdir}/reference/html
+htmlrefpub=http://library.gnome.org/devel/@PACKAGE_TARNAME@/unstable/
+
 Name: GConfmm
 Description: C++ wrapper for GConf
-Requires: glibmm-2.4 >= @GLIBMM_VERSION_NEEDED@ gconf-2.0 >= @GCONF_VERSION_NEEDED@
-Version: @VERSION@
-Libs: -L${libdir} -lgconfmm-2.6
-Cflags: -I${includedir}/gconfmm-2.6 -I${libdir}/gconfmm-2.6/include
+Version: @PACKAGE_VERSION@
+Requires: @GCONFMM_MODULES@
+Libs: -L${libdir} -lgconfmm- GCONFMM_API_VERSION@
+Cflags: -I${includedir}/@GCONFMM_MODULE_NAME@  -I${libdir}/@GCONFMM_MODULE_NAME@/include



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