diff options
author | Ted Gould <ted@canonical.com> | 2009-04-22 14:49:27 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-22 14:49:27 -0500 |
commit | 180822b6e83f977215d5e188f159f8d7901cc440 (patch) | |
tree | b038a489c336243f8e2f0f9624c8e0a6f77de11c | |
parent | a380678055fe330d8d8b44e247d0b92eb5fc90c2 (diff) | |
parent | 20cfaa9c1d9fadf63cd4508b550541a71813243e (diff) | |
download | libayatana-indicator-180822b6e83f977215d5e188f159f8d7901cc440.tar.gz libayatana-indicator-180822b6e83f977215d5e188f159f8d7901cc440.tar.bz2 libayatana-indicator-180822b6e83f977215d5e188f159f8d7901cc440.zip |
Upstream snapshot, forgot a + on GTK
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | libindicator/indicator.pc.in | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 80ab70d..b0c525c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-applet (0.2.0~bzr299-0ubuntu1) UNRELEASED; urgency=low + + * Upstream snapshot, forgot a + on GTK + + -- Ted Gould <ted@ubuntu.com> Wed, 22 Apr 2009 14:48:56 -0500 + indicator-applet (0.2.0~bzr298-0ubuntu1) jaunty; urgency=low * Upstream snapshot diff --git a/libindicator/indicator.pc.in b/libindicator/indicator.pc.in index fa1c697..ba88032 100644 --- a/libindicator/indicator.pc.in +++ b/libindicator/indicator.pc.in @@ -7,7 +7,7 @@ includedir=@includedir@ indicatordir=${libdir}/indicators/2/ Cflags: -I${includedir}/libindicator-0.1 -Requires: gtk-2.0 +Requires: gtk+-2.0 Libs: Name: libindicator |