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/ps/Makefile.am | 8 ++++---- backend/ps/ev-spectre.c | 6 +++--- backend/ps/ev-spectre.h | 2 +- backend/ps/psdocument.atril-backend.in | 5 +++++ backend/ps/psdocument.evince-backend.in | 5 ----- 5 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 backend/ps/psdocument.atril-backend.in delete mode 100644 backend/ps/psdocument.evince-backend.in (limited to 'backend/ps') diff --git a/backend/ps/Makefile.am b/backend/ps/Makefile.am index 3f059de1..0e49a111 100644 --- a/backend/ps/Makefile.am +++ b/backend/ps/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/libdocument \ -DMATELOCALEDIR=\"$(datadir)/locale\" \ - -DEVINCE_COMPILATION \ + -DATRIL_COMPILATION \ $(BACKEND_CFLAGS) \ $(SPECTRE_CFLAGS) \ $(WARN_CFLAGS) \ @@ -20,13 +20,13 @@ libpsdocument_la_LIBADD = \ $(BACKEND_LIBS) \ $(SPECTRE_LIBS) -backend_in_files = psdocument.evince-backend.in -backend_DATA = $(backend_in_files:.evince-backend.in=.evince-backend) +backend_in_files = psdocument.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/ps/ev-spectre.c b/backend/ps/ev-spectre.c index e1877a7b..d28325ba 100644 --- a/backend/ps/ev-spectre.c +++ b/backend/ps/ev-spectre.c @@ -1,13 +1,13 @@ -/* this file is part of evince, a mate document viewer +/* this file is part of atril, a mate document viewer * * Copyright (C) 2007 Carlos Garcia Campos * - * Evince is free software; you can redistribute it and/or modify it + * Atril is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * Evince is distributed in the hope that it will be useful, but + * Atril is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. diff --git a/backend/ps/ev-spectre.h b/backend/ps/ev-spectre.h index 17b18db0..d4c55306 100644 --- a/backend/ps/ev-spectre.h +++ b/backend/ps/ev-spectre.h @@ -41,7 +41,7 @@ typedef struct _PSDocumentClass PSDocumentClass; GType ps_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/ps/psdocument.atril-backend.in b/backend/ps/psdocument.atril-backend.in new file mode 100644 index 00000000..8b559a58 --- /dev/null +++ b/backend/ps/psdocument.atril-backend.in @@ -0,0 +1,5 @@ +[Atril Backend] +Module=psdocument +Resident=true +_TypeDescription=PostScript Documents +MimeType=application/postscript;application/x-bzpostscript;application/x-gzpostscript;image/x-eps;image/x-bzeps;image/x-gzeps diff --git a/backend/ps/psdocument.evince-backend.in b/backend/ps/psdocument.evince-backend.in deleted file mode 100644 index af24be61..00000000 --- a/backend/ps/psdocument.evince-backend.in +++ /dev/null @@ -1,5 +0,0 @@ -[Evince Backend] -Module=psdocument -Resident=true -_TypeDescription=PostScript Documents -MimeType=application/postscript;application/x-bzpostscript;application/x-gzpostscript;image/x-eps;image/x-bzeps;image/x-gzeps -- cgit v1.2.1