~ubuntu-branches/ubuntu/quantal/libgweather/quantal

« back to all changes in this revision

Viewing changes to libgweather/gweather.pc.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-05-17 15:26:05 UTC
  • mfrom: (1.1.28 upstream) (5.1.9 experimental)
  • Revision ID: james.westby@ubuntu.com-20110517152605-anf9c03d1ny7yn54
Tags: 3.0.0-0ubuntu1
* Resynchronize on Debian and update to the current version, remaining diff:
* debian/control.in:
  - Build-depend on dh-autoreconf, gnome-common
  - use Conflicts on the ppa binaries names differently for easier upgrades
* debian/rules:
  - Run autotools on build
  - Generate POT files on build
* debian/patches/01_gettext_not_xml.patch: 
  - using gettext rather than add translations to the xml databases
* debian/watch: 
  - Watch unstable series  

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
prefix=@prefix@
2
 
exec_prefix=@exec_prefix@
3
 
datarootdir=@datarootdir@
4
 
libdir=@libdir@
5
 
includedir=@includedir@
6
 
 
7
 
Name: GWeather
8
 
Description: GWeather shared library
9
 
Version: @VERSION@
10
 
Requires: glib-2.0 gobject-2.0 gdk-pixbuf-2.0 gtk+-2.0 gconf-2.0
11
 
Requires.private: libxml-2.0 libsoup-2.4
12
 
Libs: -L${libdir} -lgweather
13
 
Libs.private: -lm
14
 
Cflags: -I${includedir}