~ken-vandine/libindicate/with_mono_and_python_bindings-packaging

« back to all changes in this revision

Viewing changes to libindicate/indicate.pc.in

  • Committer: Ken VanDine
  • Date: 2009-09-10 14:39:40 UTC
  • mfrom: (223.2.6 ubuntu)
  • Revision ID: ken.vandine@canonical.com-20090910143940-wjoeay60p7mfhhca
* New upstream release (LP: #427364)
  - Big change is renaming some signal names. :(
  - Bug fixes in getting properties.
  - Removing looking at the type on indicator lists.
  - Fixing the count callback.
* debian/control:
  - Increasing library versions to libindicate3
    and libindicate-gtk1.  Moving .install files as well.
* libindicate-dev and libindicate-gtk-dev.install change to
  /usr/include/libindicate-0.2 from 0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
bindir=@bindir@
5
5
includedir=@includedir@
6
6
 
7
 
Cflags: -I${includedir}/libindicate-0.1
 
7
Cflags: -I${includedir}/libindicate-0.2
8
8
Requires: gobject-2.0 glib-2.0 dbus-glib-1
9
9
Libs: -L${libdir} -lindicate
10
10