diff options
Diffstat (limited to 'backend/pixbuf')
-rw-r--r-- | backend/pixbuf/Makefile.am | 8 | ||||
-rw-r--r-- | backend/pixbuf/pixbuf-document.h | 2 | ||||
-rw-r--r-- | backend/pixbuf/pixbufdocument.atril-backend.in (renamed from backend/pixbuf/pixbufdocument.evince-backend.in) | 2 |
3 files changed, 6 insertions, 6 deletions
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.evince-backend.in b/backend/pixbuf/pixbufdocument.atril-backend.in index 9beb526b..056d04cf 100644 --- a/backend/pixbuf/pixbufdocument.evince-backend.in +++ b/backend/pixbuf/pixbufdocument.atril-backend.in @@ -1,4 +1,4 @@ -[Evince Backend] +[Atril Backend] Module=pixbufdocument _TypeDescription=Images MimeType=image/*; |