gnome-bluetooth/gnome-bluetooth-introspection-install.patch
OBS User autobuild cef670c282 Accepting request 25817 from GNOME:Factory
Copy from GNOME:Factory/gnome-bluetooth based on submit request 25817 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/25817
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-bluetooth?expand=0&rev=23
2009-12-08 09:33:43 +00:00

36 lines
1.4 KiB
Diff

Index: gnome-bluetooth-2.29.3/lib/Makefile.am
===================================================================
--- gnome-bluetooth-2.29.3.orig/lib/Makefile.am
+++ gnome-bluetooth-2.29.3/lib/Makefile.am
@@ -82,12 +82,12 @@ GnomeBluetooth-1.0.gir: $(INTROSPECTION_
$(LIBGNOMEBT_CFLAGS) \
$(gnomebluetooth_HEADERS)
-girdir = $(GIRDIR)
+girdir = $(INTROSPECTION_GIRDIR)
dist_gir_DATA = $(BUILT_GIRSOURCES)
EXTRA_DIST += $(BUILT_GIRSOURCES)
-typelibsdir = $(TYPELIBDIR)
+typelibsdir = $(INTROSPECTION_TYPELIBDIR)
typelibs_DATA = $(BUILT_GIRSOURCES:.gir=.typelib)
%.typelib: %.gir $(G_IR_COMPILER)
Index: gnome-bluetooth-2.29.3/lib/Makefile.in
===================================================================
--- gnome-bluetooth-2.29.3.orig/lib/Makefile.in
+++ gnome-bluetooth-2.29.3/lib/Makefile.in
@@ -433,9 +433,9 @@ gnomebluetooth_HEADERS = \
bluetooth-plugin.h
AM_CFLAGS = -I$(srcdir) $(LIBGNOMEBT_CFLAGS) $(COMMON_CFLAGS) $(WARN_CFLAGS) $(DISABLE_DEPRECATED) -DPLUGINDIR=\"$(libdir)/gnome-bluetooth/plugins\"
-@HAVE_INTROSPECTION_TRUE@girdir = $(GIRDIR)
+@HAVE_INTROSPECTION_TRUE@girdir = $(INTROSPECTION_GIRDIR)
@HAVE_INTROSPECTION_TRUE@dist_gir_DATA = $(BUILT_GIRSOURCES)
-@HAVE_INTROSPECTION_TRUE@typelibsdir = $(TYPELIBDIR)
+@HAVE_INTROSPECTION_TRUE@typelibsdir = $(INTROSPECTION_TYPELIBDIR)
@HAVE_INTROSPECTION_TRUE@typelibs_DATA = $(BUILT_GIRSOURCES:.gir=.typelib)
BUILT_SOURCES = marshal.h marshal.c \
bluetooth-client-glue.h \