From da7bb154d27d3b872867223a5df60df8f5fb6e7d Mon Sep 17 00:00:00 2001 From: Perberos Date: Wed, 9 Nov 2011 18:44:56 -0300 Subject: renaming evince to atril --- backend/impress/Makefile.am | 10 +++++----- backend/impress/impress-document.h | 2 +- backend/impress/impressdocument.atril-backend.in | 4 ++++ backend/impress/impressdocument.evince-backend.in | 4 ---- 4 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 backend/impress/impressdocument.atril-backend.in delete mode 100644 backend/impress/impressdocument.evince-backend.in (limited to 'backend/impress') diff --git a/backend/impress/Makefile.am b/backend/impress/Makefile.am index a7b65705..bd9217f8 100644 --- a/backend/impress/Makefile.am +++ b/backend/impress/Makefile.am @@ -2,8 +2,8 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/libdocument \ -DMATELOCALEDIR=\"$(datadir)/locale\" \ - -DEVINCEDATADIR=\""$(datadir)"\" \ - -DEVINCE_COMPILATION \ + -DATRILDATADIR=\""$(datadir)"\" \ + -DATRIL_COMPILATION \ $(BACKEND_CFLAGS) \ $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED) @@ -45,13 +45,13 @@ libimpressdocument_la_LIBADD = \ $(top_builddir)/libdocument/libevdocument.la \ $(BACKEND_LIBS) -lz -backend_in_files = impressdocument.evince-backend.in -backend_DATA = $(backend_in_files:.evince-backend.in=.evince-backend) +backend_in_files = impressdocument.atril-backend.in +backend_DATA = $(backend_in_files:.atril-backend.in=.atril-backend) EXTRA_DIST = $(backend_in_files) CLEANFILES = $(backend_DATA) -@EV_INTLTOOL_EVINCE_BACKEND_RULE@ +@EV_INTLTOOL_ATRIL_BACKEND_RULE@ -include $(top_srcdir)/git.mk diff --git a/backend/impress/impress-document.h b/backend/impress/impress-document.h index 17a3c19a..ac6469c9 100644 --- a/backend/impress/impress-document.h +++ b/backend/impress/impress-document.h @@ -32,7 +32,7 @@ typedef struct _ImpressDocument ImpressDocument; GType impress_document_get_type (void) G_GNUC_CONST; -G_MODULE_EXPORT GType register_evince_backend (GTypeModule *module); +G_MODULE_EXPORT GType register_atril_backend (GTypeModule *module); G_END_DECLS diff --git a/backend/impress/impressdocument.atril-backend.in b/backend/impress/impressdocument.atril-backend.in new file mode 100644 index 00000000..074c1afd --- /dev/null +++ b/backend/impress/impressdocument.atril-backend.in @@ -0,0 +1,4 @@ +[Atril Backend] +Module=impressdocument +_TypeDescription=Impress Slides +MimeType=application/vnd.sun.xml.impress;application/vnd.oasis.opendocument.presentation; diff --git a/backend/impress/impressdocument.evince-backend.in b/backend/impress/impressdocument.evince-backend.in deleted file mode 100644 index 61de77ab..00000000 --- a/backend/impress/impressdocument.evince-backend.in +++ /dev/null @@ -1,4 +0,0 @@ -[Evince Backend] -Module=impressdocument -_TypeDescription=Impress Slides -MimeType=application/vnd.sun.xml.impress;application/vnd.oasis.opendocument.presentation; -- cgit v1.2.1