diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | libindicator/indicator.pc.in | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 5fde901..494cb43 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,10 +2,11 @@ libindicator (0.3.13-0ubuntu1~ppa2~ats1) UNRELEASED; urgency=low * Upstream Merge * Adding a function to signal a menu is shown + * Changing indicator directory to '4' * debian/control: Switching from libindicator0 to libindicator1 as we've broken ABI. - -- Ted Gould <ted@ubuntu.com> Thu, 16 Sep 2010 16:35:58 -0500 + -- Ted Gould <ted@ubuntu.com> Thu, 16 Sep 2010 16:37:31 -0500 libindicator (0.3.13-0ubuntu1~ppa1) maverick; urgency=low diff --git a/libindicator/indicator.pc.in b/libindicator/indicator.pc.in index 91b70b1..abc5590 100644 --- a/libindicator/indicator.pc.in +++ b/libindicator/indicator.pc.in @@ -4,7 +4,7 @@ libdir=@libdir@ bindir=@bindir@ includedir=@includedir@ -indicatordir=${libdir}/indicators/3/ +indicatordir=${libdir}/indicators/4/ iconsdir=@datarootdir@/@PACKAGE@/icons/ Cflags: -I${includedir}/libindicator-0.3 |