gir-repository r193 - in trunk: . gir



Author: tsch
Date: Sun Nov  2 20:43:47 2008
New Revision: 193
URL: http://svn.gnome.org/viewvc/gir-repository?rev=193&view=rev

Log:
Use 'Poppler' instead of 'PopplerGlib' for the namespace of poppler-glib.  This
means we now have types like 'Document' under the namespace 'Poppler' instead
of 'PopplerDocument' under 'PopplerGlib'.  This also means that the name of the
installed typelib changes accordingly.


Modified:
   trunk/ChangeLog
   trunk/gir/Makefile.am

Modified: trunk/gir/Makefile.am
==============================================================================
--- trunk/gir/Makefile.am	(original)
+++ trunk/gir/Makefile.am	Sun Nov  2 20:43:47 2008
@@ -184,8 +184,8 @@
 if BUILD_POPPLER
 POPPLER_INCLUDEDIR=`pkg-config --variable=includedir poppler-glib`/poppler
 POPPLER_LIBDIR=`pkg-config --variable=libdir poppler-glib`
-PopplerGlib-0.8.gir: Gdk-2.0.gir Pango-1.0.gir $(G_IR_SCANNER)
-	$(G_IR_SCANNER) -v --namespace PopplerGlib --nsversion=0.8 \
+Poppler-0.8.gir: Gdk-2.0.gir Pango-1.0.gir $(G_IR_SCANNER)
+	$(G_IR_SCANNER) -v --namespace Poppler --nsversion=0.8 \
 	    --add-include-path=$(srcdir) --add-include-path=. \
              --include=GObject-2.0 \
              --include=Pango-1.0 \
@@ -198,7 +198,7 @@
              --pkg gobject-2.0 \
              -I$(POPPLER_INCLUDEDIR) \
              $(POPPLER_INCLUDEDIR)/glib/*.h
-BUILT_GIRSOURCES += PopplerGlib-0.8.gir
+BUILT_GIRSOURCES += Poppler-0.8.gir
 endif
 
 # atk



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]