libgweather r362 - in trunk: . libgweather
- From: vuntz svn gnome org
- To: svn-commits-list gnome org
- Subject: libgweather r362 - in trunk: . libgweather
- Date: Mon, 1 Sep 2008 20:26:53 +0000 (UTC)
Author: vuntz
Date: Mon Sep 1 20:26:53 2008
New Revision: 362
URL: http://svn.gnome.org/viewvc/libgweather?rev=362&view=rev
Log:
2008-09-01 Vincent Untz <vuntz gnome org>
* configure.in:
* libgweather/Makefile.am:
* libgweather/gweather-uninstalled.pc.in:
Add a gweather-uninstalled.pc.in file.
Based on patch by Damien Carbery <damien carbery sun com>
Fix bug #510125
Added:
trunk/libgweather/gweather-uninstalled.pc.in
Modified:
trunk/ChangeLog
trunk/configure.in
trunk/libgweather/Makefile.am
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Mon Sep 1 20:26:53 2008
@@ -181,6 +181,7 @@
po-locations/Makefile
libgweather/Makefile
libgweather/gweather.pc
+libgweather/gweather-uninstalled.pc
data/Makefile
])
Modified: trunk/libgweather/Makefile.am
==============================================================================
--- trunk/libgweather/Makefile.am (original)
+++ trunk/libgweather/Makefile.am Mon Sep 1 20:26:53 2008
@@ -92,7 +92,7 @@
done
endif
-EXTRA_DIST = gweather.pc.in $(schema_in_files)
+EXTRA_DIST = gweather.pc.in gweather-uninstalled.pc.in $(schema_in_files)
EXTRA_PROGRAMS = test_metar
Added: trunk/libgweather/gweather-uninstalled.pc.in
==============================================================================
--- (empty file)
+++ trunk/libgweather/gweather-uninstalled.pc.in Mon Sep 1 20:26:53 2008
@@ -0,0 +1,14 @@
+prefix= prefix@
+exec_prefix= exec_prefix@
+datarootdir= datarootdir@
+libdir= libdir@
+includedir= includedir@
+locations_file= datadir@/libgweather/Locations.xml
+
+Name: GWeather
+Description: GWeather shared library
+Version: @VERSION@
+Requires: glib-2.0 gobject-2.0 gdk-pixbuf-2.0 gtk+-2.0 gconf-2.0
+Requires.private: libxml-2.0 libsoup-2.4
+Libs: ${pc_top_builddir}/${pcfiledir}/libgweather.la
+Cflags: -I${pc_top_builddir}/${pcfiledir}/..
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]