diff options
author | Ted Gould <ted@canonical.com> | 2009-02-25 11:16:51 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-02-25 11:16:51 -0600 |
commit | 97133c820cf5b702de072c7382203eb38d723b71 (patch) | |
tree | 157dae9f42be2c98cc92dd58af01226105662def | |
parent | 7554f5ef0dee14550c69beb4a372e50148a22fd6 (diff) | |
download | libayatana-indicator-97133c820cf5b702de072c7382203eb38d723b71.tar.gz libayatana-indicator-97133c820cf5b702de072c7382203eb38d723b71.tar.bz2 libayatana-indicator-97133c820cf5b702de072c7382203eb38d723b71.zip |
releasing version 0.1.1-0ubuntu3~ppa1
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | libindicate/Makefile.am | 48 |
2 files changed, 30 insertions, 24 deletions
diff --git a/debian/changelog b/debian/changelog index cd309d2..005fd38 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-applet (0.1.1-0ubuntu3~ppa1) jaunty; urgency=low + + * Turning on GIR + + -- Ted Gould <ted@ubuntu.com> Wed, 25 Feb 2009 11:16:12 -0600 + indicator-applet (0.1-0ubuntu3~ppa1) intrepid; urgency=low * Pulling in and testing icon changes. diff --git a/libindicate/Makefile.am b/libindicate/Makefile.am index 707d297..a0f3957 100644 --- a/libindicate/Makefile.am +++ b/libindicate/Makefile.am @@ -76,28 +76,28 @@ listener-marshal.c: $(srcdir)/listener-marshal.list pkgconfig_DATA = indicate.pc pkgconfigdir = $(libdir)/pkgconfig -#gobjectintrospection_gir_DATA = \ -# Indicate-0.1.gir -#gobjectintrospection_girdir = $(datadir)/gir -# -#gobjectintrospection_type_DATA = \ -# Indicate-0.1.typelib -#gobjectintrospection_typedir = $(libdir)/girepository -# -#irscanner_headers = $(patsubst %,$(srcdir)/%,$(indicate_headers)) -#Indicate-0.1.gir: $(irscanner_headers) -# $(G_IR_SCANNER) \ -# -v --namespace Indicate \ -# --nsversion=0.1 \ -# --add-include-path=$(srcdir) \ -# --include=GObject-2.0 \ -# --include=GLib-2.0 \ -# --include=GdkPixbuf-2.0 \ -# --library=indicate --pkg indicate \ -# --output Indicate-0.1.gir $(irscanner_headers) -# -#Indicate-0.1.typelib: Indicate-0.1.gir -# $(G_IR_COMPILER) \ -# --includedir=$(srcdir) Indicate-0.1.gir \ -# -o Indicate-0.1.typelib +gobjectintrospection_gir_DATA = \ + Indicate-0.1.gir +gobjectintrospection_girdir = $(datadir)/gir + +gobjectintrospection_type_DATA = \ + Indicate-0.1.typelib +gobjectintrospection_typedir = $(libdir)/girepository + +irscanner_headers = $(patsubst %,$(srcdir)/%,$(indicate_headers)) +Indicate-0.1.gir: $(irscanner_headers) + $(G_IR_SCANNER) \ + -v --namespace Indicate \ + --nsversion=0.1 \ + --add-include-path=$(srcdir) \ + --include=GObject-2.0 \ + --include=GLib-2.0 \ + --include=GdkPixbuf-2.0 \ + --library=indicate --pkg indicate \ + --output Indicate-0.1.gir $(irscanner_headers) + +Indicate-0.1.typelib: Indicate-0.1.gir + $(G_IR_COMPILER) \ + --includedir=$(srcdir) Indicate-0.1.gir \ + -o Indicate-0.1.typelib |