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/pixbuf/Makefile.am | 8 ++++---- backend/pixbuf/pixbuf-document.h | 2 +- backend/pixbuf/pixbufdocument.atril-backend.in | 4 ++++ backend/pixbuf/pixbufdocument.evince-backend.in | 4 ---- 4 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 backend/pixbuf/pixbufdocument.atril-backend.in delete mode 100644 backend/pixbuf/pixbufdocument.evince-backend.in (limited to 'backend/pixbuf') diff --git a/backend/pixbuf/Makefile.am b/backend/pixbuf/Makefile.am index 7a28e05b..bd5060f5 100644 --- a/backend/pixbuf/Makefile.am +++ b/backend/pixbuf/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/libdocument \ -DMATELOCALEDIR=\"$(datadir)/locale\" \ - -DEVINCE_COMPILATION \ + -DATRIL_COMPILATION \ $(BACKEND_CFLAGS) \ $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED) @@ -18,13 +18,13 @@ libpixbufdocument_la_LIBADD = \ $(top_builddir)/libdocument/libevdocument.la \ $(BACKEND_LIBS) -backend_in_files = pixbufdocument.evince-backend.in -backend_DATA = $(backend_in_files:.evince-backend.in=.evince-backend) +backend_in_files = pixbufdocument.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/pixbuf/pixbuf-document.h b/backend/pixbuf/pixbuf-document.h index 6f34372d..a4f677cd 100644 --- a/backend/pixbuf/pixbuf-document.h +++ b/backend/pixbuf/pixbuf-document.h @@ -31,7 +31,7 @@ typedef struct _PixbufDocument PixbufDocument; GType pixbuf_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/pixbuf/pixbufdocument.atril-backend.in b/backend/pixbuf/pixbufdocument.atril-backend.in new file mode 100644 index 00000000..056d04cf --- /dev/null +++ b/backend/pixbuf/pixbufdocument.atril-backend.in @@ -0,0 +1,4 @@ +[Atril Backend] +Module=pixbufdocument +_TypeDescription=Images +MimeType=image/*; diff --git a/backend/pixbuf/pixbufdocument.evince-backend.in b/backend/pixbuf/pixbufdocument.evince-backend.in deleted file mode 100644 index 9beb526b..00000000 --- a/backend/pixbuf/pixbufdocument.evince-backend.in +++ /dev/null @@ -1,4 +0,0 @@ -[Evince Backend] -Module=pixbufdocument -_TypeDescription=Images -MimeType=image/*; -- cgit v1.2.1