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/pdf/Makefile.am | 8 ++++---- backend/pdf/ev-poppler.cc | 8 ++++---- backend/pdf/ev-poppler.h | 2 +- backend/pdf/pdfdocument.atril-backend.in | 6 ++++++ backend/pdf/pdfdocument.evince-backend.in | 6 ------ 5 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 backend/pdf/pdfdocument.atril-backend.in delete mode 100644 backend/pdf/pdfdocument.evince-backend.in (limited to 'backend/pdf') diff --git a/backend/pdf/Makefile.am b/backend/pdf/Makefile.am index 725a512c..05d506ae 100644 --- a/backend/pdf/Makefile.am +++ b/backend/pdf/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/libdocument \ -DMATELOCALEDIR=\"$(datadir)/locale\" \ - -DEVINCE_COMPILATION \ + -DATRIL_COMPILATION \ $(BACKEND_CFLAGS) \ $(POPPLER_CFLAGS) \ $(WARN_CXXFLAGS) \ @@ -22,13 +22,13 @@ libpdfdocument_la_LIBADD = \ $(CAIRO_PDF_LIBS) \ $(CAIRO_PS_LIBS) -backend_in_files = pdfdocument.evince-backend.in -backend_DATA = $(backend_in_files:.evince-backend.in=.evince-backend) +backend_in_files = pdfdocument.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/pdf/ev-poppler.cc b/backend/pdf/ev-poppler.cc index e2abb55d..8049db55 100644 --- a/backend/pdf/ev-poppler.cc +++ b/backend/pdf/ev-poppler.cc @@ -1,5 +1,5 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; c-indent-level: 8 -*- */ -/* this file is part of evince, a mate document viewer +/* this file is part of atril, a mate document viewer * * Copyright (C) 2009, Juanjo MarĂ­n * Copyright (C) 2004, Red Hat, Inc. @@ -1074,7 +1074,7 @@ ev_link_dest_from_dest (PdfDocument *pdf_document, if (unimplemented_dest) { g_warning ("Unimplemented destination: %s, please post a " - "bug report in Evince bugzilla " + "bug report in Atril bugzilla " "(http://bugzilla.mate.org) with a testcase.", unimplemented_dest); } @@ -1139,7 +1139,7 @@ ev_link_from_action (PdfDocument *pdf_document, if (unimplemented_action) { g_warning ("Unimplemented action: %s, please post a bug report " - "in Evince bugzilla (http://bugzilla.mate.org) " + "in Atril bugzilla (http://bugzilla.mate.org) " "with a testcase.", unimplemented_action); } @@ -2694,7 +2694,7 @@ ev_annot_from_poppler_annot (PopplerAnnot *poppler_annot, if (unimplemented_annot) { g_warning ("Unimplemented annotation: %s, please post a " - "bug report in Evince bugzilla " + "bug report in Atril bugzilla " "(http://bugzilla.mate.org) with a testcase.", unimplemented_annot); } diff --git a/backend/pdf/ev-poppler.h b/backend/pdf/ev-poppler.h index f37f2268..c70fc7d0 100644 --- a/backend/pdf/ev-poppler.h +++ b/backend/pdf/ev-poppler.h @@ -32,7 +32,7 @@ typedef struct _PdfDocumentClass PdfDocumentClass; GType pdf_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/pdf/pdfdocument.atril-backend.in b/backend/pdf/pdfdocument.atril-backend.in new file mode 100644 index 00000000..66ee2b93 --- /dev/null +++ b/backend/pdf/pdfdocument.atril-backend.in @@ -0,0 +1,6 @@ +[Atril Backend] +Module=pdfdocument +Resident=true +_TypeDescription=PDF Documents +MimeType=application/pdf;application/x-bzpdf;application/x-gzpdf;application/x-ext-pdf + diff --git a/backend/pdf/pdfdocument.evince-backend.in b/backend/pdf/pdfdocument.evince-backend.in deleted file mode 100644 index d2b55ddc..00000000 --- a/backend/pdf/pdfdocument.evince-backend.in +++ /dev/null @@ -1,6 +0,0 @@ -[Evince Backend] -Module=pdfdocument -Resident=true -_TypeDescription=PDF Documents -MimeType=application/pdf;application/x-bzpdf;application/x-gzpdf;application/x-ext-pdf - -- cgit v1.2.1