mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
* Add evince-lite port without dbus/nautilus/gnome-desktop
* Drop impress option, it gone. * The keyring doesn't depend on nautilus anymore. Make it stand-alone, and don't depend on it implicitly. * Sort OPTIONS_DEFINE and OPTIONS_DEFAULT.
This commit is contained in:
parent
0721553f8f
commit
8e36928beb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392111
@ -154,6 +154,7 @@
|
||||
SUBDIR += evas_generic_loaders-svg
|
||||
SUBDIR += evas_generic_loaders-xcf
|
||||
SUBDIR += evince
|
||||
SUBDIR += evince-lite
|
||||
SUBDIR += evolvotron
|
||||
SUBDIR += exact-image
|
||||
SUBDIR += exif
|
||||
|
@ -1,131 +1,16 @@
|
||||
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/trunk/graphics/evince/Makefile 20078 2014-11-13 09:06:29Z gusi $
|
||||
|
||||
PORTNAME= evince
|
||||
PORTVERSION= 3.14.2
|
||||
CATEGORIES= graphics print gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome3
|
||||
PORTREVISION= 0
|
||||
PKGNAMESUFFIX= -lite
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= GNOME 3 multi-format document viewer
|
||||
COMMENT= GNOME 3 multi-format document viewer without the GNOME dependancies
|
||||
|
||||
BUILD_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \
|
||||
itstool:${PORTSDIR}/textproc/itstool \
|
||||
adwaita-icon-theme>=0:${PORTSDIR}/x11-themes/adwaita-icon-theme \
|
||||
gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
|
||||
LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib \
|
||||
libspectre.so:${PORTSDIR}/print/libspectre \
|
||||
libsecret-1.so:${PORTSDIR}/security/libsecret
|
||||
RUN_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \
|
||||
adwaita-icon-theme>=0:${PORTSDIR}/x11-themes/adwaita-icon-theme \
|
||||
gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
|
||||
OPTIONS_EXCLUDE= NAUTILUS
|
||||
|
||||
CONFLICT_INSTALL= evince-lite-*
|
||||
MASTERDIR= ${.CURDIR}/../../graphics/evince
|
||||
SLAVEPORT= lite
|
||||
DESCR= ${.CURDIR}/pkg-descr
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
|
||||
USES= compiler:c++11-lib desktop-file-utils gettext gmake libtool \
|
||||
pathfix pkgconfig tar:xz
|
||||
USE_GNOME= gnomeprefix gtk30 intlhack introspection:build
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_XORG= ice
|
||||
INSTALLS_ICONS= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -Wno-format-nonliteral
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
INSTALL_TARGET= install-strip
|
||||
CONFIGURE_ARGS= --enable-introspection
|
||||
|
||||
GLIB_SCHEMAS= org.gnome.Evince.gschema.xml
|
||||
|
||||
PLIST_SUB= VERSION=3.0
|
||||
|
||||
OPTIONS_DEFINE= DVI XPS T1LIB NAUTILUS KEYRING COMICS IMPRESS DJVU
|
||||
OPTIONS_DEFAULT=NAUTILUS KEYRING COMICS XPS
|
||||
DVI_DESC= DVI viewer support
|
||||
T1LIB_DESC= T1LIB for TYPE1 fonts to DVI (Enables DVI)
|
||||
NAUTILUS_DESC= Nautilus plugin
|
||||
KEYRING_DESC= Gnome-Keyring without Nautilus
|
||||
COMICS_DESC= Comic book archives support
|
||||
IMPRESS_DESC= Impress presentations support
|
||||
DJVU_DESC= DJVU support
|
||||
XPS_DESC= XPS support
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDVI} || ${PORT_OPTIONS:MT1LIB}
|
||||
USE_TEX= latex
|
||||
|
||||
CONFIGURE_ARGS+= --enable-dvi
|
||||
PLIST_SUB+= DVI=""
|
||||
. if ${PORT_OPTIONS:MT1LIB}
|
||||
LIB_DEPENDS+= libt1.so:${PORTSDIR}/devel/t1lib
|
||||
CONFIGURE_ARGS+= --enable-t1lib
|
||||
. else
|
||||
CONFIGURE_ARGS+= --disable-t1lib
|
||||
. endif
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-dvi
|
||||
PLIST_SUB+= DVI="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MNAUTILUS}
|
||||
USE_GNOME+= nautilus3
|
||||
CONFIGURE_ARGS+= --enable-nautilus
|
||||
PLIST_SUB+= NAUTILUS=""
|
||||
.else
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
|
||||
RUN_DEPENDS+= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
|
||||
.if ${PORT_OPTIONS:MKEYRING}
|
||||
LIB_DEPENDS+= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-keyring
|
||||
.endif
|
||||
CONFIGURE_ARGS+= --disable-nautilus
|
||||
PLIST_SUB+= NAUTILUS="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MIMPRESS}
|
||||
CONFIGURE_ARGS+= --enable-impress
|
||||
PLIST_SUB+= IMPRESS=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-impress
|
||||
PLIST_SUB+= IMPRESS="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MXPS}
|
||||
LIB_DEPENDS+= libgxps.so:${PORTSDIR}/graphics/libgxps
|
||||
CONFIGURE_ARGS+= --enable-xps
|
||||
PLIST_SUB+= XPS=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-xps
|
||||
PLIST_SUB+= XPS="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MDJVU}
|
||||
LIB_DEPENDS+= libdjvulibre.so:${PORTSDIR}/graphics/djvulibre
|
||||
CONFIGURE_ARGS+= --enable-djvu
|
||||
PLIST_SUB+= DJVU=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-djvu
|
||||
PLIST_SUB+= DJVU="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MCOMICS}
|
||||
CONFIGURE_ARGS+= --enable-comics
|
||||
PLIST_SUB+= COMICS=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-comics
|
||||
PLIST_SUB+= COMICS="@comment "
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|execinfo.h|#|g' \
|
||||
-e 's|" == "|" = "|g' \
|
||||
-e 's|-Werror||g' \
|
||||
${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e '/^DOC_MODULE_VERSION/d' \
|
||||
${WRKSRC}/help/reference/libdocument/Makefile.in \
|
||||
${WRKSRC}/help/reference/libview/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -1,2 +0,0 @@
|
||||
SHA256 (gnome3/evince-3.14.2.tar.xz) = 4c591d0b879092a5f6c9140b75f15bdea3665a332e9b384957c453fd67bf0070
|
||||
SIZE (gnome3/evince-3.14.2.tar.xz) = 3089840
|
@ -1,37 +0,0 @@
|
||||
--- backend/comics/comics-document.c.orig 2014-03-12 12:54:10.248768412 +0000
|
||||
+++ backend/comics/comics-document.c 2014-03-12 12:56:38.796852733 +0000
|
||||
@@ -248,10 +248,13 @@
|
||||
gchar *quoted_file, *quoted_file_aux;
|
||||
gchar *quoted_command;
|
||||
ComicBookDecompressType type;
|
||||
+
|
||||
|
||||
type = comics_document->command_usage;
|
||||
comics_document->regex_arg = command_usage_def[type].regex_arg;
|
||||
quoted_command = g_shell_quote (comics_document->selected_command);
|
||||
+#pragma clang diagnostic push
|
||||
+#pragma clang diagnostic ignored "-Wformat-nonliteral"
|
||||
if (comics_document->regex_arg) {
|
||||
quoted_file = comics_regex_quote (comics_document->archive);
|
||||
quoted_file_aux = g_shell_quote (comics_document->archive);
|
||||
@@ -269,6 +272,7 @@
|
||||
comics_document->extract_command =
|
||||
g_strdup_printf (command_usage_def[type].extract,
|
||||
quoted_command);
|
||||
+#pragma clang diagnostic pop
|
||||
comics_document->offset = command_usage_def[type].offset;
|
||||
if (command_usage_def[type].decompress_tmp) {
|
||||
comics_document->dir = ev_mkdtemp ("evince-comics-XXXXXX", error);
|
||||
@@ -278,9 +282,12 @@
|
||||
/* unrar-free can't create directories, but ev_mkdtemp already created the dir */
|
||||
|
||||
comics_document->decompress_tmp =
|
||||
+#pragma clang diagnostic push
|
||||
+#pragma clang diagnostic ignored "-Wformat-nonliteral"
|
||||
g_strdup_printf (command_usage_def[type].decompress_tmp,
|
||||
quoted_command, quoted_file,
|
||||
comics_document->dir);
|
||||
+#pragma clang diagnostic pop
|
||||
g_free (quoted_file);
|
||||
g_free (quoted_command);
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- cut-n-paste/synctex/synctex_parser_utils.c.orig 2014-03-12 12:47:17.715798580 +0000
|
||||
+++ cut-n-paste/synctex/synctex_parser_utils.c 2014-03-12 12:46:48.989847341 +0000
|
||||
@@ -103,7 +103,10 @@
|
||||
}
|
||||
# else
|
||||
result = fprintf(stderr,"SyncTeX ERROR: ");
|
||||
+#pragma clang diagnostic push
|
||||
+#pragma clang diagnostic ignored "-Wformat-nonliteral"
|
||||
result += vfprintf(stderr, reason, arg);
|
||||
+#pragma clang diagnostic pop
|
||||
result += fprintf(stderr,"\n");
|
||||
# endif
|
||||
va_end (arg);
|
@ -2,4 +2,7 @@ Evince is a document viewer for multiple document formats including PDF and
|
||||
Postscript. The goal of evince is to replace document viewers such as ggv and
|
||||
gpdf with a single, simple application.
|
||||
|
||||
This lite version doesn't have depend on GNOME libraries. Such as nautilus
|
||||
and gnome-desktop.
|
||||
|
||||
WWW: http://www.gnome.org/projects/evince/
|
||||
|
@ -1,6 +1,4 @@
|
||||
bin/evince
|
||||
bin/evince-previewer
|
||||
bin/evince-thumbnailer
|
||||
include/evince/%%VERSION%%/evince-document.h
|
||||
include/evince/%%VERSION%%/evince-view.h
|
||||
include/evince/%%VERSION%%/libdocument/ev-annotation.h
|
||||
@ -48,29 +46,21 @@ include/evince/%%VERSION%%/libview/ev-stock-icons.h
|
||||
include/evince/%%VERSION%%/libview/ev-view-presentation.h
|
||||
include/evince/%%VERSION%%/libview/ev-view-type-builtins.h
|
||||
include/evince/%%VERSION%%/libview/ev-view.h
|
||||
%%COMICS%%lib/evince/4/backends/comicsdocument.evince-backend
|
||||
%%DJVU%%lib/evince/4/backends/djvudocument.evince-backend
|
||||
%%DVI%%lib/evince/4/backends/dvidocument.evince-backend
|
||||
%%COMICS%%lib/evince/4/backends/libcomicsdocument.a
|
||||
%%COMICS%%lib/evince/4/backends/libcomicsdocument.so
|
||||
%%DJVU%%lib/evince/4/backends/libdjvudocument.a
|
||||
%%DJVU%%lib/evince/4/backends/libdjvudocument.so
|
||||
%%DVI%%lib/evince/4/backends/libdvidocument.a
|
||||
%%DVI%%lib/evince/4/backends/libdvidocument.so
|
||||
lib/evince/4/backends/comicsdocument.evince-backend
|
||||
lib/evince/4/backends/libcomicsdocument.a
|
||||
lib/evince/4/backends/libcomicsdocument.so
|
||||
lib/evince/4/backends/libpdfdocument.a
|
||||
lib/evince/4/backends/libpdfdocument.so
|
||||
lib/evince/4/backends/libpsdocument.a
|
||||
lib/evince/4/backends/libpsdocument.so
|
||||
lib/evince/4/backends/libtiffdocument.a
|
||||
lib/evince/4/backends/libtiffdocument.so
|
||||
%%XPS%%lib/evince/4/backends/libxpsdocument.a
|
||||
%%XPS%%lib/evince/4/backends/libxpsdocument.so
|
||||
%%XPS%%lib/evince/4/backends/xpsdocument.evince-backend
|
||||
lib/evince/4/backends/libxpsdocument.a
|
||||
lib/evince/4/backends/libxpsdocument.so
|
||||
lib/evince/4/backends/pdfdocument.evince-backend
|
||||
lib/evince/4/backends/psdocument.evince-backend
|
||||
lib/evince/4/backends/tiffdocument.evince-backend
|
||||
lib/girepository-1.0/EvinceDocument-%%VERSION%%.typelib
|
||||
lib/girepository-1.0/EvinceView-%%VERSION%%.typelib
|
||||
lib/evince/4/backends/xpsdocument.evince-backend
|
||||
lib/libevdocument3.a
|
||||
lib/libevdocument3.so
|
||||
lib/libevdocument3.so.4
|
||||
@ -81,151 +71,18 @@ lib/libevview3.so.3
|
||||
lib/libevview3.so.3.0.0
|
||||
lib/mozilla/plugins/libevbrowserplugin.a
|
||||
lib/mozilla/plugins/libevbrowserplugin.so
|
||||
%%NAUTILUS%%lib/nautilus/extensions-%%VERSION%%/libevince-properties-page.a
|
||||
%%NAUTILUS%%lib/nautilus/extensions-%%VERSION%%/libevince-properties-page.so
|
||||
libdata/pkgconfig/evince-document-%%VERSION%%.pc
|
||||
libdata/pkgconfig/evince-view-%%VERSION%%.pc
|
||||
libexec/evinced
|
||||
man/man1/evince.1.gz
|
||||
share/GConf/gsettings/evince.convert
|
||||
%%COMICS%%share/appdata/evince-comicsdocument.metainfo.xml
|
||||
%%DJVU%%share/appdata/evince-djvudocument.metainfo.xml
|
||||
%%DVI%%share/appdata/evince-dvidocument.metainfo.xml
|
||||
share/appdata/evince-comicsdocument.metainfo.xml
|
||||
share/appdata/evince-pdfdocument.metainfo.xml
|
||||
share/appdata/evince-psdocument.metainfo.xml
|
||||
share/appdata/evince-tiffdocument.metainfo.xml
|
||||
%%XPS%%share/appdata/evince-xpsdocument.metainfo.xml
|
||||
share/appdata/evince-xpsdocument.metainfo.xml
|
||||
share/appdata/evince.appdata.xml
|
||||
share/applications/evince-previewer.desktop
|
||||
share/applications/evince.desktop
|
||||
share/dbus-1/services/org.gnome.evince.Daemon.service
|
||||
%%DOCSDIR%%/EggFindBar.html
|
||||
%%DOCSDIR%%/EvFileMonitor.html
|
||||
%%DOCSDIR%%/EvHistory.html
|
||||
%%DOCSDIR%%/EvMessageArea.html
|
||||
%%DOCSDIR%%/EvPageAction.html
|
||||
%%DOCSDIR%%/EvPageActionWidget.html
|
||||
%%DOCSDIR%%/EvPasswordView.html
|
||||
%%DOCSDIR%%/EvProgressMessageArea.html
|
||||
%%DOCSDIR%%/EvSidebar.html
|
||||
%%DOCSDIR%%/EvSidebarAttachments.html
|
||||
%%DOCSDIR%%/EvSidebarLayers.html
|
||||
%%DOCSDIR%%/EvSidebarLinks.html
|
||||
%%DOCSDIR%%/EvSidebarPage.html
|
||||
%%DOCSDIR%%/EvSidebarThumbnails.html
|
||||
%%DOCSDIR%%/EvWindow.html
|
||||
%%DOCSDIR%%/api-index-full.html
|
||||
%%DOCSDIR%%/evince-ev-application.html
|
||||
%%DOCSDIR%%/evince-ev-keyring.html
|
||||
%%DOCSDIR%%/evince-ev-media-player-keys.html
|
||||
%%DOCSDIR%%/evince-ev-metadata.html
|
||||
%%DOCSDIR%%/evince-ev-properties-dialog.html
|
||||
%%DOCSDIR%%/evince-ev-properties-fonts.html
|
||||
%%DOCSDIR%%/evince-ev-properties-license.html
|
||||
%%DOCSDIR%%/evince-ev-utils.html
|
||||
%%DOCSDIR%%/evince-ev-window-title.html
|
||||
%%DOCSDIR%%/evince-frontend.html
|
||||
%%DOCSDIR%%/evince.devhelp2
|
||||
%%DOCSDIR%%/home.png
|
||||
%%DOCSDIR%%/index.html
|
||||
%%DOCSDIR%%/index.sgml
|
||||
%%DOCSDIR%%/left-insensitive.png
|
||||
%%DOCSDIR%%/left.png
|
||||
%%DOCSDIR%%/licence.html
|
||||
%%DOCSDIR%%/object-tree.html
|
||||
%%DOCSDIR%%/right-insensitive.png
|
||||
%%DOCSDIR%%/right.png
|
||||
%%DOCSDIR%%/style.css
|
||||
%%DOCSDIR%%/up-insensitive.png
|
||||
%%DOCSDIR%%/up.png
|
||||
share/doc/libevdocument/EvAnnotation.html
|
||||
share/doc/libevdocument/EvAsyncRenderer.html
|
||||
share/doc/libevdocument/EvAttachment.html
|
||||
share/doc/libevdocument/EvDocument.html
|
||||
share/doc/libevdocument/EvDocumentAnnotations.html
|
||||
share/doc/libevdocument/EvDocumentAttachments.html
|
||||
share/doc/libevdocument/EvDocumentFind.html
|
||||
share/doc/libevdocument/EvDocumentFonts.html
|
||||
share/doc/libevdocument/EvDocumentForms.html
|
||||
share/doc/libevdocument/EvDocumentImages.html
|
||||
share/doc/libevdocument/EvDocumentInfo.html
|
||||
share/doc/libevdocument/EvDocumentLayers.html
|
||||
share/doc/libevdocument/EvDocumentLinks.html
|
||||
share/doc/libevdocument/EvDocumentPrint.html
|
||||
share/doc/libevdocument/EvDocumentSecurity.html
|
||||
share/doc/libevdocument/EvDocumentText.html
|
||||
share/doc/libevdocument/EvDocumentTransition.html
|
||||
share/doc/libevdocument/EvFileExporter.html
|
||||
share/doc/libevdocument/EvFormField.html
|
||||
share/doc/libevdocument/EvImage.html
|
||||
share/doc/libevdocument/EvLayer.html
|
||||
share/doc/libevdocument/EvPage.html
|
||||
share/doc/libevdocument/EvRenderContext.html
|
||||
share/doc/libevdocument/EvSelection.html
|
||||
share/doc/libevdocument/annotation-glossary.html
|
||||
share/doc/libevdocument/api-index-3-6.html
|
||||
share/doc/libevdocument/api-index-3-10.html
|
||||
share/doc/libevdocument/api-index-3-12.html
|
||||
share/doc/libevdocument/api-index-3-4.html
|
||||
share/doc/libevdocument/api-index-3-8.html
|
||||
share/doc/libevdocument/api-index-deprecated.html
|
||||
share/doc/libevdocument/api-index-full.html
|
||||
share/doc/libevdocument/document-data.html
|
||||
share/doc/libevdocument/document-helpers.html
|
||||
share/doc/libevdocument/document-interfaces.html
|
||||
share/doc/libevdocument/home.png
|
||||
share/doc/libevdocument/index.html
|
||||
share/doc/libevdocument/index.sgml
|
||||
share/doc/libevdocument/left-insensitive.png
|
||||
share/doc/libevdocument/left.png
|
||||
share/doc/libevdocument/libevdocument-EvDocumentMisc.html
|
||||
share/doc/libevdocument/libevdocument-Version-checks.html
|
||||
share/doc/libevdocument/libevdocument-ev-backends-manager.html
|
||||
share/doc/libevdocument/libevdocument-ev-document-factory.html
|
||||
share/doc/libevdocument/libevdocument-ev-file-helpers.html
|
||||
share/doc/libevdocument/libevdocument-ev-init.html
|
||||
share/doc/libevdocument/libevdocument-ev-link-action.html
|
||||
share/doc/libevdocument/libevdocument-ev-link-dest.html
|
||||
share/doc/libevdocument/libevdocument-ev-link.html
|
||||
share/doc/libevdocument/libevdocument-ev-mapping.html
|
||||
share/doc/libevdocument/libevdocument-ev-transition-effect.html
|
||||
share/doc/libevdocument/libevdocument.devhelp2
|
||||
share/doc/libevdocument/licence.html
|
||||
share/doc/libevdocument/object-tree.html
|
||||
share/doc/libevdocument/right-insensitive.png
|
||||
share/doc/libevdocument/right.png
|
||||
share/doc/libevdocument/style.css
|
||||
share/doc/libevdocument/up-insensitive.png
|
||||
share/doc/libevdocument/up.png
|
||||
share/doc/libevview/EvJob.html
|
||||
share/doc/libevview/api-index-3-6.html
|
||||
share/doc/libevview/api-index-3-8.html
|
||||
share/doc/libevview/api-index-3-10.html
|
||||
share/doc/libevview/api-index-deprecated.html
|
||||
share/doc/libevview/api-index-full.html
|
||||
share/doc/libevview/home.png
|
||||
share/doc/libevview/index.html
|
||||
share/doc/libevview/index.sgml
|
||||
share/doc/libevview/left-insensitive.png
|
||||
share/doc/libevview/left.png
|
||||
share/doc/libevview/libevview-ev-annotation-window.html
|
||||
share/doc/libevview/libevview-ev-document-model.html
|
||||
share/doc/libevview/libevview-ev-job-scheduler.html
|
||||
share/doc/libevview/libevview-ev-page-cache.html
|
||||
share/doc/libevview/libevview-ev-print-operation.html
|
||||
share/doc/libevview/libevview-ev-stock-icons.html
|
||||
share/doc/libevview/libevview-ev-view-cursor.html
|
||||
share/doc/libevview/libevview-ev-view-presentation.html
|
||||
share/doc/libevview/libevview-ev-view.html
|
||||
share/doc/libevview/libevview.devhelp2
|
||||
share/doc/libevview/licence.html
|
||||
share/doc/libevview/object-tree.html
|
||||
share/doc/libevview/right-insensitive.png
|
||||
share/doc/libevview/right.png
|
||||
share/doc/libevview/style.css
|
||||
share/doc/libevview/up-insensitive.png
|
||||
share/doc/libevview/up.png
|
||||
share/doc/libevview/view-view.html
|
||||
%%DATADIR%%/hand-open.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-left.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-right.png
|
||||
@ -266,8 +123,133 @@ share/doc/libevview/view-view.html
|
||||
%%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-left.svg
|
||||
%%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-right.svg
|
||||
%%DATADIR%%/icons/hicolor/scalable/mimetypes/x-office-presentation.svg
|
||||
share/gir-1.0/EvinceDocument-%%VERSION%%.gir
|
||||
share/gir-1.0/EvinceView-%%VERSION%%.gir
|
||||
share/gtk-doc/html/evince/EggFindBar.html
|
||||
share/gtk-doc/html/evince/EvFileMonitor.html
|
||||
share/gtk-doc/html/evince/EvHistory.html
|
||||
share/gtk-doc/html/evince/EvMessageArea.html
|
||||
share/gtk-doc/html/evince/EvPageAction.html
|
||||
share/gtk-doc/html/evince/EvPageActionWidget.html
|
||||
share/gtk-doc/html/evince/EvPasswordView.html
|
||||
share/gtk-doc/html/evince/EvProgressMessageArea.html
|
||||
share/gtk-doc/html/evince/EvSidebar.html
|
||||
share/gtk-doc/html/evince/EvSidebarAttachments.html
|
||||
share/gtk-doc/html/evince/EvSidebarLayers.html
|
||||
share/gtk-doc/html/evince/EvSidebarLinks.html
|
||||
share/gtk-doc/html/evince/EvSidebarPage.html
|
||||
share/gtk-doc/html/evince/EvSidebarThumbnails.html
|
||||
share/gtk-doc/html/evince/EvWindow.html
|
||||
share/gtk-doc/html/evince/api-index-full.html
|
||||
share/gtk-doc/html/evince/evince-ev-application.html
|
||||
share/gtk-doc/html/evince/evince-ev-keyring.html
|
||||
share/gtk-doc/html/evince/evince-ev-media-player-keys.html
|
||||
share/gtk-doc/html/evince/evince-ev-metadata.html
|
||||
share/gtk-doc/html/evince/evince-ev-properties-dialog.html
|
||||
share/gtk-doc/html/evince/evince-ev-properties-fonts.html
|
||||
share/gtk-doc/html/evince/evince-ev-properties-license.html
|
||||
share/gtk-doc/html/evince/evince-ev-utils.html
|
||||
share/gtk-doc/html/evince/evince-ev-window-title.html
|
||||
share/gtk-doc/html/evince/evince-frontend.html
|
||||
share/gtk-doc/html/evince/evince.devhelp2
|
||||
share/gtk-doc/html/evince/home.png
|
||||
share/gtk-doc/html/evince/index.html
|
||||
share/gtk-doc/html/evince/index.sgml
|
||||
share/gtk-doc/html/evince/left-insensitive.png
|
||||
share/gtk-doc/html/evince/left.png
|
||||
share/gtk-doc/html/evince/licence.html
|
||||
share/gtk-doc/html/evince/object-tree.html
|
||||
share/gtk-doc/html/evince/right-insensitive.png
|
||||
share/gtk-doc/html/evince/right.png
|
||||
share/gtk-doc/html/evince/style.css
|
||||
share/gtk-doc/html/evince/up-insensitive.png
|
||||
share/gtk-doc/html/evince/up.png
|
||||
share/gtk-doc/html/libevdocument/EvAnnotation.html
|
||||
share/gtk-doc/html/libevdocument/EvAsyncRenderer.html
|
||||
share/gtk-doc/html/libevdocument/EvAttachment.html
|
||||
share/gtk-doc/html/libevdocument/EvDocument.html
|
||||
share/gtk-doc/html/libevdocument/EvDocumentAnnotations.html
|
||||
share/gtk-doc/html/libevdocument/EvDocumentAttachments.html
|
||||
share/gtk-doc/html/libevdocument/EvDocumentFind.html
|
||||
share/gtk-doc/html/libevdocument/EvDocumentFonts.html
|
||||
share/gtk-doc/html/libevdocument/EvDocumentForms.html
|
||||
share/gtk-doc/html/libevdocument/EvDocumentImages.html
|
||||
share/gtk-doc/html/libevdocument/EvDocumentInfo.html
|
||||
share/gtk-doc/html/libevdocument/EvDocumentLayers.html
|
||||
share/gtk-doc/html/libevdocument/EvDocumentLinks.html
|
||||
share/gtk-doc/html/libevdocument/EvDocumentPrint.html
|
||||
share/gtk-doc/html/libevdocument/EvDocumentSecurity.html
|
||||
share/gtk-doc/html/libevdocument/EvDocumentText.html
|
||||
share/gtk-doc/html/libevdocument/EvDocumentTransition.html
|
||||
share/gtk-doc/html/libevdocument/EvFileExporter.html
|
||||
share/gtk-doc/html/libevdocument/EvFormField.html
|
||||
share/gtk-doc/html/libevdocument/EvImage.html
|
||||
share/gtk-doc/html/libevdocument/EvLayer.html
|
||||
share/gtk-doc/html/libevdocument/EvPage.html
|
||||
share/gtk-doc/html/libevdocument/EvRenderContext.html
|
||||
share/gtk-doc/html/libevdocument/EvSelection.html
|
||||
share/gtk-doc/html/libevdocument/annotation-glossary.html
|
||||
share/gtk-doc/html/libevdocument/api-index-3-10.html
|
||||
share/gtk-doc/html/libevdocument/api-index-3-12.html
|
||||
share/gtk-doc/html/libevdocument/api-index-3-4.html
|
||||
share/gtk-doc/html/libevdocument/api-index-3-6.html
|
||||
share/gtk-doc/html/libevdocument/api-index-3-8.html
|
||||
share/gtk-doc/html/libevdocument/api-index-deprecated.html
|
||||
share/gtk-doc/html/libevdocument/api-index-full.html
|
||||
share/gtk-doc/html/libevdocument/document-data.html
|
||||
share/gtk-doc/html/libevdocument/document-helpers.html
|
||||
share/gtk-doc/html/libevdocument/document-interfaces.html
|
||||
share/gtk-doc/html/libevdocument/home.png
|
||||
share/gtk-doc/html/libevdocument/index.html
|
||||
share/gtk-doc/html/libevdocument/index.sgml
|
||||
share/gtk-doc/html/libevdocument/left-insensitive.png
|
||||
share/gtk-doc/html/libevdocument/left.png
|
||||
share/gtk-doc/html/libevdocument/libevdocument-EvDocumentMisc.html
|
||||
share/gtk-doc/html/libevdocument/libevdocument-Version-checks.html
|
||||
share/gtk-doc/html/libevdocument/libevdocument-ev-backends-manager.html
|
||||
share/gtk-doc/html/libevdocument/libevdocument-ev-document-factory.html
|
||||
share/gtk-doc/html/libevdocument/libevdocument-ev-file-helpers.html
|
||||
share/gtk-doc/html/libevdocument/libevdocument-ev-init.html
|
||||
share/gtk-doc/html/libevdocument/libevdocument-ev-link-action.html
|
||||
share/gtk-doc/html/libevdocument/libevdocument-ev-link-dest.html
|
||||
share/gtk-doc/html/libevdocument/libevdocument-ev-link.html
|
||||
share/gtk-doc/html/libevdocument/libevdocument-ev-mapping.html
|
||||
share/gtk-doc/html/libevdocument/libevdocument-ev-transition-effect.html
|
||||
share/gtk-doc/html/libevdocument/libevdocument.devhelp2
|
||||
share/gtk-doc/html/libevdocument/licence.html
|
||||
share/gtk-doc/html/libevdocument/object-tree.html
|
||||
share/gtk-doc/html/libevdocument/right-insensitive.png
|
||||
share/gtk-doc/html/libevdocument/right.png
|
||||
share/gtk-doc/html/libevdocument/style.css
|
||||
share/gtk-doc/html/libevdocument/up-insensitive.png
|
||||
share/gtk-doc/html/libevdocument/up.png
|
||||
share/gtk-doc/html/libevview/EvJob.html
|
||||
share/gtk-doc/html/libevview/api-index-3-10.html
|
||||
share/gtk-doc/html/libevview/api-index-3-6.html
|
||||
share/gtk-doc/html/libevview/api-index-3-8.html
|
||||
share/gtk-doc/html/libevview/api-index-deprecated.html
|
||||
share/gtk-doc/html/libevview/api-index-full.html
|
||||
share/gtk-doc/html/libevview/home.png
|
||||
share/gtk-doc/html/libevview/index.html
|
||||
share/gtk-doc/html/libevview/index.sgml
|
||||
share/gtk-doc/html/libevview/left-insensitive.png
|
||||
share/gtk-doc/html/libevview/left.png
|
||||
share/gtk-doc/html/libevview/libevview-ev-annotation-window.html
|
||||
share/gtk-doc/html/libevview/libevview-ev-document-model.html
|
||||
share/gtk-doc/html/libevview/libevview-ev-job-scheduler.html
|
||||
share/gtk-doc/html/libevview/libevview-ev-page-cache.html
|
||||
share/gtk-doc/html/libevview/libevview-ev-print-operation.html
|
||||
share/gtk-doc/html/libevview/libevview-ev-stock-icons.html
|
||||
share/gtk-doc/html/libevview/libevview-ev-view-cursor.html
|
||||
share/gtk-doc/html/libevview/libevview-ev-view-presentation.html
|
||||
share/gtk-doc/html/libevview/libevview-ev-view.html
|
||||
share/gtk-doc/html/libevview/libevview.devhelp2
|
||||
share/gtk-doc/html/libevview/licence.html
|
||||
share/gtk-doc/html/libevview/object-tree.html
|
||||
share/gtk-doc/html/libevview/right-insensitive.png
|
||||
share/gtk-doc/html/libevview/right.png
|
||||
share/gtk-doc/html/libevview/style.css
|
||||
share/gtk-doc/html/libevview/up-insensitive.png
|
||||
share/gtk-doc/html/libevview/up.png
|
||||
share/gtk-doc/html/libevview/view-view.html
|
||||
share/help/C/evince/annotation-properties.page
|
||||
share/help/C/evince/annotations-delete.page
|
||||
share/help/C/evince/annotations-disabled.page
|
||||
@ -2957,4 +2939,3 @@ share/locale/zh_CN/LC_MESSAGES/evince.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/evince.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/evince.mo
|
||||
share/locale/zu/LC_MESSAGES/evince.mo
|
||||
share/thumbnailers/evince.thumbnailer
|
||||
|
@ -1,32 +1,31 @@
|
||||
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/trunk/graphics/evince/Makefile 20078 2014-11-13 09:06:29Z gusi $
|
||||
|
||||
PORTNAME= evince
|
||||
PORTVERSION= 3.14.2
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES= graphics print gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome3
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= GNOME 3 multi-format document viewer
|
||||
COMMENT?= GNOME 3 multi-format document viewer
|
||||
|
||||
BUILD_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \
|
||||
itstool:${PORTSDIR}/textproc/itstool \
|
||||
adwaita-icon-theme>=0:${PORTSDIR}/x11-themes/adwaita-icon-theme \
|
||||
gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
|
||||
LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib \
|
||||
libspectre.so:${PORTSDIR}/print/libspectre \
|
||||
libsecret-1.so:${PORTSDIR}/security/libsecret
|
||||
libspectre.so:${PORTSDIR}/print/libspectre
|
||||
RUN_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \
|
||||
adwaita-icon-theme>=0:${PORTSDIR}/x11-themes/adwaita-icon-theme \
|
||||
gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
|
||||
|
||||
CONFLICT_INSTALL= evince-lite-*
|
||||
SLAVEPORT?= no
|
||||
|
||||
USES= compiler:c++11-lib desktop-file-utils gettext gmake libtool \
|
||||
pathfix pkgconfig tar:xz
|
||||
USE_GNOME= gnomeprefix gtk30 intlhack introspection:build
|
||||
USE_GNOME= gtk30 intlhack
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_XORG= ice
|
||||
@ -34,25 +33,43 @@ INSTALLS_ICONS= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -Wno-format-nonliteral
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
INSTALL_TARGET= install-strip
|
||||
CONFIGURE_ARGS= --enable-introspection
|
||||
|
||||
.if ${SLAVEPORT} == lite
|
||||
CONFIGURE_ARGS+=--disable-introspection \
|
||||
--disable-libgnome-desktop \
|
||||
--disable-thumbnailer \
|
||||
--disable-previewer
|
||||
.else
|
||||
USE_GNOME+= introspection:build
|
||||
CONFIGURE_ARGS+= --enable-introspection
|
||||
.endif
|
||||
|
||||
GLIB_SCHEMAS= org.gnome.Evince.gschema.xml
|
||||
|
||||
PLIST_SUB= VERSION=3.0
|
||||
|
||||
OPTIONS_DEFINE= DVI XPS T1LIB NAUTILUS KEYRING COMICS IMPRESS DJVU
|
||||
OPTIONS_DEFAULT=NAUTILUS KEYRING COMICS XPS
|
||||
OPTIONS_DEFINE= COMICS DJVU DVI KEYRING NAUTILUS T1LIB XPS
|
||||
OPTIONS_DEFAULT=COMICS KEYRING NAUTILUS XPS
|
||||
DVI_DESC= DVI viewer support
|
||||
T1LIB_DESC= T1LIB for TYPE1 fonts to DVI (Enables DVI)
|
||||
NAUTILUS_DESC= Nautilus plugin
|
||||
KEYRING_DESC= Gnome-Keyring without Nautilus
|
||||
KEYRING_DESC= Keyring support
|
||||
COMICS_DESC= Comic book archives support
|
||||
IMPRESS_DESC= Impress presentations support
|
||||
DJVU_DESC= DJVU support
|
||||
XPS_DESC= XPS support
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:NDBUS} && ${SLAVEPORT} == lite
|
||||
CONFIGURE_ARGS+=--disable-dbus
|
||||
.else
|
||||
CONFIGURE_ARGS+=--enable-dbus
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 900000
|
||||
BROKEN= Fails to build
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MDVI} || ${PORT_OPTIONS:MT1LIB}
|
||||
USE_TEX= latex
|
||||
|
||||
@ -69,6 +86,12 @@ CONFIGURE_ARGS+= --disable-dvi
|
||||
PLIST_SUB+= DVI="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MKEYRING}
|
||||
LIB_DEPENDS+= libsecret-1.so:${PORTSDIR}/security/libsecret
|
||||
.else
|
||||
CONFIGURE_ARGS+=--without-keyring
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MNAUTILUS}
|
||||
USE_GNOME+= nautilus3
|
||||
CONFIGURE_ARGS+= --enable-nautilus
|
||||
@ -76,23 +99,10 @@ PLIST_SUB+= NAUTILUS=""
|
||||
.else
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
|
||||
RUN_DEPENDS+= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
|
||||
.if ${PORT_OPTIONS:MKEYRING}
|
||||
LIB_DEPENDS+= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-keyring
|
||||
.endif
|
||||
CONFIGURE_ARGS+= --disable-nautilus
|
||||
PLIST_SUB+= NAUTILUS="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MIMPRESS}
|
||||
CONFIGURE_ARGS+= --enable-impress
|
||||
PLIST_SUB+= IMPRESS=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-impress
|
||||
PLIST_SUB+= IMPRESS="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MXPS}
|
||||
LIB_DEPENDS+= libgxps.so:${PORTSDIR}/graphics/libgxps
|
||||
CONFIGURE_ARGS+= --enable-xps
|
||||
|
@ -99,133 +99,6 @@ share/appdata/evince.appdata.xml
|
||||
share/applications/evince-previewer.desktop
|
||||
share/applications/evince.desktop
|
||||
share/dbus-1/services/org.gnome.evince.Daemon.service
|
||||
%%DOCSDIR%%/EggFindBar.html
|
||||
%%DOCSDIR%%/EvFileMonitor.html
|
||||
%%DOCSDIR%%/EvHistory.html
|
||||
%%DOCSDIR%%/EvMessageArea.html
|
||||
%%DOCSDIR%%/EvPageAction.html
|
||||
%%DOCSDIR%%/EvPageActionWidget.html
|
||||
%%DOCSDIR%%/EvPasswordView.html
|
||||
%%DOCSDIR%%/EvProgressMessageArea.html
|
||||
%%DOCSDIR%%/EvSidebar.html
|
||||
%%DOCSDIR%%/EvSidebarAttachments.html
|
||||
%%DOCSDIR%%/EvSidebarLayers.html
|
||||
%%DOCSDIR%%/EvSidebarLinks.html
|
||||
%%DOCSDIR%%/EvSidebarPage.html
|
||||
%%DOCSDIR%%/EvSidebarThumbnails.html
|
||||
%%DOCSDIR%%/EvWindow.html
|
||||
%%DOCSDIR%%/api-index-full.html
|
||||
%%DOCSDIR%%/evince-ev-application.html
|
||||
%%DOCSDIR%%/evince-ev-keyring.html
|
||||
%%DOCSDIR%%/evince-ev-media-player-keys.html
|
||||
%%DOCSDIR%%/evince-ev-metadata.html
|
||||
%%DOCSDIR%%/evince-ev-properties-dialog.html
|
||||
%%DOCSDIR%%/evince-ev-properties-fonts.html
|
||||
%%DOCSDIR%%/evince-ev-properties-license.html
|
||||
%%DOCSDIR%%/evince-ev-utils.html
|
||||
%%DOCSDIR%%/evince-ev-window-title.html
|
||||
%%DOCSDIR%%/evince-frontend.html
|
||||
%%DOCSDIR%%/evince.devhelp2
|
||||
%%DOCSDIR%%/home.png
|
||||
%%DOCSDIR%%/index.html
|
||||
%%DOCSDIR%%/index.sgml
|
||||
%%DOCSDIR%%/left-insensitive.png
|
||||
%%DOCSDIR%%/left.png
|
||||
%%DOCSDIR%%/licence.html
|
||||
%%DOCSDIR%%/object-tree.html
|
||||
%%DOCSDIR%%/right-insensitive.png
|
||||
%%DOCSDIR%%/right.png
|
||||
%%DOCSDIR%%/style.css
|
||||
%%DOCSDIR%%/up-insensitive.png
|
||||
%%DOCSDIR%%/up.png
|
||||
share/doc/libevdocument/EvAnnotation.html
|
||||
share/doc/libevdocument/EvAsyncRenderer.html
|
||||
share/doc/libevdocument/EvAttachment.html
|
||||
share/doc/libevdocument/EvDocument.html
|
||||
share/doc/libevdocument/EvDocumentAnnotations.html
|
||||
share/doc/libevdocument/EvDocumentAttachments.html
|
||||
share/doc/libevdocument/EvDocumentFind.html
|
||||
share/doc/libevdocument/EvDocumentFonts.html
|
||||
share/doc/libevdocument/EvDocumentForms.html
|
||||
share/doc/libevdocument/EvDocumentImages.html
|
||||
share/doc/libevdocument/EvDocumentInfo.html
|
||||
share/doc/libevdocument/EvDocumentLayers.html
|
||||
share/doc/libevdocument/EvDocumentLinks.html
|
||||
share/doc/libevdocument/EvDocumentPrint.html
|
||||
share/doc/libevdocument/EvDocumentSecurity.html
|
||||
share/doc/libevdocument/EvDocumentText.html
|
||||
share/doc/libevdocument/EvDocumentTransition.html
|
||||
share/doc/libevdocument/EvFileExporter.html
|
||||
share/doc/libevdocument/EvFormField.html
|
||||
share/doc/libevdocument/EvImage.html
|
||||
share/doc/libevdocument/EvLayer.html
|
||||
share/doc/libevdocument/EvPage.html
|
||||
share/doc/libevdocument/EvRenderContext.html
|
||||
share/doc/libevdocument/EvSelection.html
|
||||
share/doc/libevdocument/annotation-glossary.html
|
||||
share/doc/libevdocument/api-index-3-6.html
|
||||
share/doc/libevdocument/api-index-3-10.html
|
||||
share/doc/libevdocument/api-index-3-12.html
|
||||
share/doc/libevdocument/api-index-3-4.html
|
||||
share/doc/libevdocument/api-index-3-8.html
|
||||
share/doc/libevdocument/api-index-deprecated.html
|
||||
share/doc/libevdocument/api-index-full.html
|
||||
share/doc/libevdocument/document-data.html
|
||||
share/doc/libevdocument/document-helpers.html
|
||||
share/doc/libevdocument/document-interfaces.html
|
||||
share/doc/libevdocument/home.png
|
||||
share/doc/libevdocument/index.html
|
||||
share/doc/libevdocument/index.sgml
|
||||
share/doc/libevdocument/left-insensitive.png
|
||||
share/doc/libevdocument/left.png
|
||||
share/doc/libevdocument/libevdocument-EvDocumentMisc.html
|
||||
share/doc/libevdocument/libevdocument-Version-checks.html
|
||||
share/doc/libevdocument/libevdocument-ev-backends-manager.html
|
||||
share/doc/libevdocument/libevdocument-ev-document-factory.html
|
||||
share/doc/libevdocument/libevdocument-ev-file-helpers.html
|
||||
share/doc/libevdocument/libevdocument-ev-init.html
|
||||
share/doc/libevdocument/libevdocument-ev-link-action.html
|
||||
share/doc/libevdocument/libevdocument-ev-link-dest.html
|
||||
share/doc/libevdocument/libevdocument-ev-link.html
|
||||
share/doc/libevdocument/libevdocument-ev-mapping.html
|
||||
share/doc/libevdocument/libevdocument-ev-transition-effect.html
|
||||
share/doc/libevdocument/libevdocument.devhelp2
|
||||
share/doc/libevdocument/licence.html
|
||||
share/doc/libevdocument/object-tree.html
|
||||
share/doc/libevdocument/right-insensitive.png
|
||||
share/doc/libevdocument/right.png
|
||||
share/doc/libevdocument/style.css
|
||||
share/doc/libevdocument/up-insensitive.png
|
||||
share/doc/libevdocument/up.png
|
||||
share/doc/libevview/EvJob.html
|
||||
share/doc/libevview/api-index-3-6.html
|
||||
share/doc/libevview/api-index-3-8.html
|
||||
share/doc/libevview/api-index-3-10.html
|
||||
share/doc/libevview/api-index-deprecated.html
|
||||
share/doc/libevview/api-index-full.html
|
||||
share/doc/libevview/home.png
|
||||
share/doc/libevview/index.html
|
||||
share/doc/libevview/index.sgml
|
||||
share/doc/libevview/left-insensitive.png
|
||||
share/doc/libevview/left.png
|
||||
share/doc/libevview/libevview-ev-annotation-window.html
|
||||
share/doc/libevview/libevview-ev-document-model.html
|
||||
share/doc/libevview/libevview-ev-job-scheduler.html
|
||||
share/doc/libevview/libevview-ev-page-cache.html
|
||||
share/doc/libevview/libevview-ev-print-operation.html
|
||||
share/doc/libevview/libevview-ev-stock-icons.html
|
||||
share/doc/libevview/libevview-ev-view-cursor.html
|
||||
share/doc/libevview/libevview-ev-view-presentation.html
|
||||
share/doc/libevview/libevview-ev-view.html
|
||||
share/doc/libevview/libevview.devhelp2
|
||||
share/doc/libevview/licence.html
|
||||
share/doc/libevview/object-tree.html
|
||||
share/doc/libevview/right-insensitive.png
|
||||
share/doc/libevview/right.png
|
||||
share/doc/libevview/style.css
|
||||
share/doc/libevview/up-insensitive.png
|
||||
share/doc/libevview/up.png
|
||||
share/doc/libevview/view-view.html
|
||||
%%DATADIR%%/hand-open.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-left.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-right.png
|
||||
@ -268,6 +141,133 @@ share/doc/libevview/view-view.html
|
||||
%%DATADIR%%/icons/hicolor/scalable/mimetypes/x-office-presentation.svg
|
||||
share/gir-1.0/EvinceDocument-%%VERSION%%.gir
|
||||
share/gir-1.0/EvinceView-%%VERSION%%.gir
|
||||
share/gtk-doc/html/evince/EggFindBar.html
|
||||
share/gtk-doc/html/evince/EvFileMonitor.html
|
||||
share/gtk-doc/html/evince/EvHistory.html
|
||||
share/gtk-doc/html/evince/EvMessageArea.html
|
||||
share/gtk-doc/html/evince/EvPageAction.html
|
||||
share/gtk-doc/html/evince/EvPageActionWidget.html
|
||||
share/gtk-doc/html/evince/EvPasswordView.html
|
||||
share/gtk-doc/html/evince/EvProgressMessageArea.html
|
||||
share/gtk-doc/html/evince/EvSidebar.html
|
||||
share/gtk-doc/html/evince/EvSidebarAttachments.html
|
||||
share/gtk-doc/html/evince/EvSidebarLayers.html
|
||||
share/gtk-doc/html/evince/EvSidebarLinks.html
|
||||
share/gtk-doc/html/evince/EvSidebarPage.html
|
||||
share/gtk-doc/html/evince/EvSidebarThumbnails.html
|
||||
share/gtk-doc/html/evince/EvWindow.html
|
||||
share/gtk-doc/html/evince/api-index-full.html
|
||||
share/gtk-doc/html/evince/evince-ev-application.html
|
||||
share/gtk-doc/html/evince/evince-ev-keyring.html
|
||||
share/gtk-doc/html/evince/evince-ev-media-player-keys.html
|
||||
share/gtk-doc/html/evince/evince-ev-metadata.html
|
||||
share/gtk-doc/html/evince/evince-ev-properties-dialog.html
|
||||
share/gtk-doc/html/evince/evince-ev-properties-fonts.html
|
||||
share/gtk-doc/html/evince/evince-ev-properties-license.html
|
||||
share/gtk-doc/html/evince/evince-ev-utils.html
|
||||
share/gtk-doc/html/evince/evince-ev-window-title.html
|
||||
share/gtk-doc/html/evince/evince-frontend.html
|
||||
share/gtk-doc/html/evince/evince.devhelp2
|
||||
share/gtk-doc/html/evince/home.png
|
||||
share/gtk-doc/html/evince/index.html
|
||||
share/gtk-doc/html/evince/index.sgml
|
||||
share/gtk-doc/html/evince/left-insensitive.png
|
||||
share/gtk-doc/html/evince/left.png
|
||||
share/gtk-doc/html/evince/licence.html
|
||||
share/gtk-doc/html/evince/object-tree.html
|
||||
share/gtk-doc/html/evince/right-insensitive.png
|
||||
share/gtk-doc/html/evince/right.png
|
||||
share/gtk-doc/html/evince/style.css
|
||||
share/gtk-doc/html/evince/up-insensitive.png
|
||||
share/gtk-doc/html/evince/up.png
|
||||
share/gtk-doc/html/libevdocument/EvAnnotation.html
|
||||
share/gtk-doc/html/libevdocument/EvAsyncRenderer.html
|
||||
share/gtk-doc/html/libevdocument/EvAttachment.html
|
||||
share/gtk-doc/html/libevdocument/EvDocument.html
|
||||
share/gtk-doc/html/libevdocument/EvDocumentAnnotations.html
|
||||
share/gtk-doc/html/libevdocument/EvDocumentAttachments.html
|
||||
share/gtk-doc/html/libevdocument/EvDocumentFind.html
|
||||
share/gtk-doc/html/libevdocument/EvDocumentFonts.html
|
||||
share/gtk-doc/html/libevdocument/EvDocumentForms.html
|
||||
share/gtk-doc/html/libevdocument/EvDocumentImages.html
|
||||
share/gtk-doc/html/libevdocument/EvDocumentInfo.html
|
||||
share/gtk-doc/html/libevdocument/EvDocumentLayers.html
|
||||
share/gtk-doc/html/libevdocument/EvDocumentLinks.html
|
||||
share/gtk-doc/html/libevdocument/EvDocumentPrint.html
|
||||
share/gtk-doc/html/libevdocument/EvDocumentSecurity.html
|
||||
share/gtk-doc/html/libevdocument/EvDocumentText.html
|
||||
share/gtk-doc/html/libevdocument/EvDocumentTransition.html
|
||||
share/gtk-doc/html/libevdocument/EvFileExporter.html
|
||||
share/gtk-doc/html/libevdocument/EvFormField.html
|
||||
share/gtk-doc/html/libevdocument/EvImage.html
|
||||
share/gtk-doc/html/libevdocument/EvLayer.html
|
||||
share/gtk-doc/html/libevdocument/EvPage.html
|
||||
share/gtk-doc/html/libevdocument/EvRenderContext.html
|
||||
share/gtk-doc/html/libevdocument/EvSelection.html
|
||||
share/gtk-doc/html/libevdocument/annotation-glossary.html
|
||||
share/gtk-doc/html/libevdocument/api-index-3-10.html
|
||||
share/gtk-doc/html/libevdocument/api-index-3-12.html
|
||||
share/gtk-doc/html/libevdocument/api-index-3-4.html
|
||||
share/gtk-doc/html/libevdocument/api-index-3-6.html
|
||||
share/gtk-doc/html/libevdocument/api-index-3-8.html
|
||||
share/gtk-doc/html/libevdocument/api-index-deprecated.html
|
||||
share/gtk-doc/html/libevdocument/api-index-full.html
|
||||
share/gtk-doc/html/libevdocument/document-data.html
|
||||
share/gtk-doc/html/libevdocument/document-helpers.html
|
||||
share/gtk-doc/html/libevdocument/document-interfaces.html
|
||||
share/gtk-doc/html/libevdocument/home.png
|
||||
share/gtk-doc/html/libevdocument/index.html
|
||||
share/gtk-doc/html/libevdocument/index.sgml
|
||||
share/gtk-doc/html/libevdocument/left-insensitive.png
|
||||
share/gtk-doc/html/libevdocument/left.png
|
||||
share/gtk-doc/html/libevdocument/libevdocument-EvDocumentMisc.html
|
||||
share/gtk-doc/html/libevdocument/libevdocument-Version-checks.html
|
||||
share/gtk-doc/html/libevdocument/libevdocument-ev-backends-manager.html
|
||||
share/gtk-doc/html/libevdocument/libevdocument-ev-document-factory.html
|
||||
share/gtk-doc/html/libevdocument/libevdocument-ev-file-helpers.html
|
||||
share/gtk-doc/html/libevdocument/libevdocument-ev-init.html
|
||||
share/gtk-doc/html/libevdocument/libevdocument-ev-link-action.html
|
||||
share/gtk-doc/html/libevdocument/libevdocument-ev-link-dest.html
|
||||
share/gtk-doc/html/libevdocument/libevdocument-ev-link.html
|
||||
share/gtk-doc/html/libevdocument/libevdocument-ev-mapping.html
|
||||
share/gtk-doc/html/libevdocument/libevdocument-ev-transition-effect.html
|
||||
share/gtk-doc/html/libevdocument/libevdocument.devhelp2
|
||||
share/gtk-doc/html/libevdocument/licence.html
|
||||
share/gtk-doc/html/libevdocument/object-tree.html
|
||||
share/gtk-doc/html/libevdocument/right-insensitive.png
|
||||
share/gtk-doc/html/libevdocument/right.png
|
||||
share/gtk-doc/html/libevdocument/style.css
|
||||
share/gtk-doc/html/libevdocument/up-insensitive.png
|
||||
share/gtk-doc/html/libevdocument/up.png
|
||||
share/gtk-doc/html/libevview/EvJob.html
|
||||
share/gtk-doc/html/libevview/api-index-3-10.html
|
||||
share/gtk-doc/html/libevview/api-index-3-6.html
|
||||
share/gtk-doc/html/libevview/api-index-3-8.html
|
||||
share/gtk-doc/html/libevview/api-index-deprecated.html
|
||||
share/gtk-doc/html/libevview/api-index-full.html
|
||||
share/gtk-doc/html/libevview/home.png
|
||||
share/gtk-doc/html/libevview/index.html
|
||||
share/gtk-doc/html/libevview/index.sgml
|
||||
share/gtk-doc/html/libevview/left-insensitive.png
|
||||
share/gtk-doc/html/libevview/left.png
|
||||
share/gtk-doc/html/libevview/libevview-ev-annotation-window.html
|
||||
share/gtk-doc/html/libevview/libevview-ev-document-model.html
|
||||
share/gtk-doc/html/libevview/libevview-ev-job-scheduler.html
|
||||
share/gtk-doc/html/libevview/libevview-ev-page-cache.html
|
||||
share/gtk-doc/html/libevview/libevview-ev-print-operation.html
|
||||
share/gtk-doc/html/libevview/libevview-ev-stock-icons.html
|
||||
share/gtk-doc/html/libevview/libevview-ev-view-cursor.html
|
||||
share/gtk-doc/html/libevview/libevview-ev-view-presentation.html
|
||||
share/gtk-doc/html/libevview/libevview-ev-view.html
|
||||
share/gtk-doc/html/libevview/libevview.devhelp2
|
||||
share/gtk-doc/html/libevview/licence.html
|
||||
share/gtk-doc/html/libevview/object-tree.html
|
||||
share/gtk-doc/html/libevview/right-insensitive.png
|
||||
share/gtk-doc/html/libevview/right.png
|
||||
share/gtk-doc/html/libevview/style.css
|
||||
share/gtk-doc/html/libevview/up-insensitive.png
|
||||
share/gtk-doc/html/libevview/up.png
|
||||
share/gtk-doc/html/libevview/view-view.html
|
||||
share/help/C/evince/annotation-properties.page
|
||||
share/help/C/evince/annotations-delete.page
|
||||
share/help/C/evince/annotations-disabled.page
|
||||
|
Loading…
Reference in New Issue
Block a user