From dcec8c208697106401f714547a79afe48acf750b Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 24 Mar 2010 16:00:30 -0400 Subject: Add a Glade 3 catalog. Evolution maintainers should install this so they can safely open GtkBuilder files in Glade 3 without Glade silently deleting custom widgets it doesn't understand. The catalog makes it understand. --- maint/Makefile.am | 25 +++++++++++++++++++++++++ maint/evolution.xml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 maint/Makefile.am create mode 100644 maint/evolution.xml (limited to 'maint') diff --git a/maint/Makefile.am b/maint/Makefile.am new file mode 100644 index 0000000000..950be7cadd --- /dev/null +++ b/maint/Makefile.am @@ -0,0 +1,25 @@ +### Process this file with automake to produce Makefile.in + +gladecatalog_DATA = evolution.xml +gladecatalogdir = `$(PKG_CONFIG) --variable=catalogdir gladeui-1.0` + +gladeevolution_LTLIBRARIES = libgladeevolution.la +gladeevolutiondir = `$(PKG_CONFIG) --variable=moduledir gladeui-1.0` + +libgladeevolution_la_SOURCES = + +libgladeevolution_la_LDFLAGS = \ + -module -avoid-version + +libgladeevolution_la_LIBADD = \ + $(top_srcdir)/mail/libevolution-mail.la \ + $(top_srcdir)/calendar/gui/libevolution-calendar.la \ + $(top_builddir)/widgets/misc/libemiscwidgets.la \ + $(EVOLUTION_CALENDAR_LIBS) \ + $(EVOLUTION_MAIL_LIBS) \ + $(GNOME_PLATFORM_LIBS) + +EXTRA_DIST = \ + $(gladecatalog_DATA) + +-include $(top_srcdir)/git.mk diff --git a/maint/evolution.xml b/maint/evolution.xml new file mode 100644 index 0000000000..cefe8467f5 --- /dev/null +++ b/maint/evolution.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3