diff options
author | Ted Gould <ted@canonical.com> | 2009-08-17 09:18:16 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-17 09:18:16 -0500 |
commit | 8fda9afcf9cf128f0f9a76cd133cfe4e749b2324 (patch) | |
tree | 0e38ea55b1e1e51c3ab999ae412e47983dbd20ae | |
parent | 79d17f5f5018efb0a6db66b48dd9afa7e262a0b7 (diff) | |
parent | 033de5525d9a2074232e9e0c745a82fd9ad07b4b (diff) | |
download | libayatana-indicator-8fda9afcf9cf128f0f9a76cd133cfe4e749b2324.tar.gz libayatana-indicator-8fda9afcf9cf128f0f9a76cd133cfe4e749b2324.tar.bz2 libayatana-indicator-8fda9afcf9cf128f0f9a76cd133cfe4e749b2324.zip |
Setting the icon path in the .pc file.
-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 |