diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | libindicator/indicator.pc.in | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7b998cf..1a8efee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-applet (0.2.0~bzr319-0ubuntu5~ppa5) UNRELEASED; urgency=low + + * Setting the icon path in the .pc file. + + -- Ted Gould <ted@ubuntu.com> Mon, 17 Aug 2009 09:14:42 -0500 + indicator-applet (0.2.0~bzr319-0ubuntu5~ppa4) karmic; urgency=low * Merging onto the main packaging branch. diff --git a/libindicator/indicator.pc.in b/libindicator/indicator.pc.in index ba88032..2835115 100644 --- a/libindicator/indicator.pc.in +++ b/libindicator/indicator.pc.in @@ -5,6 +5,7 @@ bindir=@bindir@ includedir=@includedir@ indicatordir=${libdir}/indicators/2/ +iconsdir=@datarootdir@/@PACKAGE@/icons/ Cflags: -I${includedir}/libindicator-0.1 Requires: gtk+-2.0 |