graphics/xreader: move and update to 4.6.0
This started as a fork of graphics/atril, which in turn forked from graphics/evince, so move categories to match. - make PDF and pixbuf support unconditional, support for those formats are always expected - optionalise NLS, previewer, thumbnailer - exclude DOCS as upstream is still evaluating the build issue
This commit is contained in:
1
MOVED
1
MOVED
@@ -4872,3 +4872,4 @@ science/zx||2025-11-25|Removed: upstream repository archived on Jun 15, 2023, th
|
||||
x11/salut||2025-11-25|Has expired: fails to build with rust 1.90.0
|
||||
comms/gtkmmorse||2025-11-26|Has expired: Depends on expired devel/gconfmm26
|
||||
devel/gconfmm26||2025-11-26|Has expired: Gconf has been replaced with gsettings
|
||||
print/xreader|graphics/xreader|2025-11-27|Use proper category based on repocopy from graphics/atril
|
||||
|
||||
@@ -1296,6 +1296,7 @@
|
||||
SUBDIR += xpdf3
|
||||
SUBDIR += xpdf4
|
||||
SUBDIR += xpx
|
||||
SUBDIR += xreader
|
||||
SUBDIR += xsane
|
||||
SUBDIR += xtexcad
|
||||
SUBDIR += xv
|
||||
|
||||
112
graphics/xreader/Makefile
Normal file
112
graphics/xreader/Makefile
Normal file
@@ -0,0 +1,112 @@
|
||||
PORTNAME= xreader
|
||||
PORTVERSION= 4.6.0
|
||||
CATEGORIES= graphics print gnome
|
||||
DIST_SUBDIR= gnome
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= GTK multi-format document viewer
|
||||
WWW= https://github.com/linuxmint/xreader
|
||||
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= itstool:textproc/itstool
|
||||
LIB_DEPENDS= libxapp.so:x11/xapp \
|
||||
libpoppler-glib.so:graphics/poppler-glib
|
||||
|
||||
USES= compiler:c11 desktop-file-utils gnome meson pkgconfig \
|
||||
python:build shebangfix xorg
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= linuxmint
|
||||
|
||||
SHEBANG_FILES= install-scripts test
|
||||
|
||||
USE_XORG= ice sm x11
|
||||
|
||||
USE_GNOME= cairo gdkpixbuf gtk30 intltool libxml2
|
||||
GLIB_SCHEMAS= org.x.reader.gschema.xml
|
||||
|
||||
MESON_ARGS= -Dmathjax-directory=${PREFIX}/www/MathJax \
|
||||
-Dpixbuf=true \
|
||||
-Dpdf=true
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
PORTSCOUT= limit:^[0-9.]+$$ # ignore non-numeric tags
|
||||
|
||||
OPTIONS_DEFINE= DBUS DOCS HELP INTROSPECTION KEYRING NLS PREVIEWER T1LIB \
|
||||
THUMBNAILER WAYLAND
|
||||
OPTIONS_GROUP= BACKENDS
|
||||
OPTIONS_GROUP_BACKENDS= COMICS DJVU DVI EPUB PS TIFF XPS
|
||||
OPTIONS_DEFAULT= COMICS DBUS DJVU EPUB HELP INTROSPECTION KEYRING PREVIEWER PS \
|
||||
THUMBNAILER TIFF WAYLAND XPS
|
||||
OPTIONS_SUB= yes
|
||||
# https://github.com/linuxmint/xreader/pull/662
|
||||
OPTIONS_EXCLUDE= DOCS
|
||||
|
||||
COMICS_DESC= Comic book archives support
|
||||
DJVU_DESC= DJVU support
|
||||
DVI_DESC= DVI viewer support
|
||||
EPUB_DESC= Epub support
|
||||
HELP_DESC= Install help files
|
||||
INTROSPECTION_DESC= Enable GObject Introspection
|
||||
KEYRING_DESC= Password-protected document support
|
||||
PREVIEWER_DESC= Print previewer support
|
||||
T1LIB_DESC= T1LIB for TYPE1 fonts to DVI (Enables DVI)
|
||||
THUMBNAILER_DESC= Thumbnailer support
|
||||
XPS_DESC= XPS support
|
||||
|
||||
COMICS_USES= libarchive
|
||||
COMICS_MESON_TRUE= comics
|
||||
|
||||
DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus
|
||||
DBUS_MESON_TRUE= enable_dbus
|
||||
|
||||
DOCS_BUILD_DEPENDS= gtkdocize:textproc/gtk-doc
|
||||
DOCS_MESON_TRUE= docs
|
||||
|
||||
DJVU_LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre
|
||||
DJVU_MESON_TRUE= djvu
|
||||
|
||||
DVI_LIB_DEPENDS= libspectre.so:print/libspectre
|
||||
DVI_USE= tex=kpathsea
|
||||
DVI_MESON_TRUE= dvi
|
||||
|
||||
EPUB_LIB_DEPENDS= libwebkit2gtk-4.1.so:www/webkit2-gtk@41
|
||||
EPUB_RUN_DEPENDS= MathJax>0:www/mathjax
|
||||
EPUB_MESON_TRUE= epub
|
||||
|
||||
HELP_IMPLIES= NLS
|
||||
HELP_RUN_DEPENDS= yelp>0:x11/yelp
|
||||
HELP_MESON_TRUE= help_files
|
||||
|
||||
INTROSPECTION_USE= gnome=introspection:build
|
||||
INTROSPECTION_MESON_TRUE= introspection
|
||||
|
||||
KEYRING_LIB_DEPENDS= libsecret-1.so:security/libsecret
|
||||
KEYRING_MESON_TRUE= keyring
|
||||
|
||||
NLS_USES= gettext-tools
|
||||
|
||||
PREVIEWER_MESON_TRUE= previewer
|
||||
|
||||
PS_LIB_DEPENDS= libspectre.so:print/libspectre
|
||||
PS_MESON_TRUE= ps
|
||||
|
||||
T1LIB_LIB_DEPENDS= libt1.so:devel/t1lib
|
||||
T1LIB_MESON_TRUE= t1lib
|
||||
T1LIB_IMPLIES= DVI
|
||||
|
||||
THUMBNAILER_MESON_TRUE= thumbnailer
|
||||
|
||||
TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff
|
||||
TIFF_MESON_TRUE= tiff
|
||||
|
||||
XPS_LIB_DEPENDS= libgxps.so:graphics/libgxps
|
||||
XPS_MESON_TRUE= xps
|
||||
|
||||
# XXX x11-toolkits/gtk30 built with WAYLAND disabled will not have <gdk/gdkwayland.h>
|
||||
post-patch-WAYLAND-off:
|
||||
@${REINPLACE_CMD} -e '/gdkwayland/d' ${WRKSRC}/libdocument/ev-document-misc.h
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
graphics/xreader/distinfo
Normal file
3
graphics/xreader/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1763830748
|
||||
SHA256 (gnome/linuxmint-xreader-4.6.0_GH0.tar.gz) = abab93f367912d83a1df1ff0ade6a95037da0dd79bc6e2e6f142ad01e03c7b6e
|
||||
SIZE (gnome/linuxmint-xreader-4.6.0_GH0.tar.gz) = 2217125
|
||||
3
graphics/xreader/pkg-descr
Normal file
3
graphics/xreader/pkg-descr
Normal file
@@ -0,0 +1,3 @@
|
||||
Xreader is a document viewer for multiple document formats including PDF and
|
||||
Postscript. The goal of Xreader is to replace document viewers such as ggv and
|
||||
gpdf with a single, simple application.
|
||||
311
graphics/xreader/pkg-plist
Normal file
311
graphics/xreader/pkg-plist
Normal file
@@ -0,0 +1,311 @@
|
||||
bin/xreader
|
||||
%%PREVIEWER%%bin/xreader-previewer
|
||||
%%THUMBNAILER%%bin/xreader-thumbnailer
|
||||
include/xreader/1.5/libdocument/ev-annotation.h
|
||||
include/xreader/1.5/libdocument/ev-async-renderer.h
|
||||
include/xreader/1.5/libdocument/ev-attachment.h
|
||||
include/xreader/1.5/libdocument/ev-backends-manager.h
|
||||
include/xreader/1.5/libdocument/ev-document-annotations.h
|
||||
include/xreader/1.5/libdocument/ev-document-attachments.h
|
||||
include/xreader/1.5/libdocument/ev-document-factory.h
|
||||
include/xreader/1.5/libdocument/ev-document-find.h
|
||||
include/xreader/1.5/libdocument/ev-document-fonts.h
|
||||
include/xreader/1.5/libdocument/ev-document-forms.h
|
||||
include/xreader/1.5/libdocument/ev-document-images.h
|
||||
include/xreader/1.5/libdocument/ev-document-info.h
|
||||
include/xreader/1.5/libdocument/ev-document-layers.h
|
||||
include/xreader/1.5/libdocument/ev-document-links.h
|
||||
include/xreader/1.5/libdocument/ev-document-misc.h
|
||||
include/xreader/1.5/libdocument/ev-document-print.h
|
||||
include/xreader/1.5/libdocument/ev-document-security.h
|
||||
include/xreader/1.5/libdocument/ev-document-text.h
|
||||
include/xreader/1.5/libdocument/ev-document-thumbnails.h
|
||||
include/xreader/1.5/libdocument/ev-document-transition.h
|
||||
include/xreader/1.5/libdocument/ev-document-type-builtins.h
|
||||
include/xreader/1.5/libdocument/ev-document.h
|
||||
include/xreader/1.5/libdocument/ev-file-exporter.h
|
||||
include/xreader/1.5/libdocument/ev-file-helpers.h
|
||||
include/xreader/1.5/libdocument/ev-form-field.h
|
||||
include/xreader/1.5/libdocument/ev-image.h
|
||||
include/xreader/1.5/libdocument/ev-init.h
|
||||
include/xreader/1.5/libdocument/ev-layer.h
|
||||
include/xreader/1.5/libdocument/ev-link-action.h
|
||||
include/xreader/1.5/libdocument/ev-link-dest.h
|
||||
include/xreader/1.5/libdocument/ev-link.h
|
||||
include/xreader/1.5/libdocument/ev-macros.h
|
||||
include/xreader/1.5/libdocument/ev-mapping-list.h
|
||||
include/xreader/1.5/libdocument/ev-page.h
|
||||
include/xreader/1.5/libdocument/ev-render-context.h
|
||||
include/xreader/1.5/libdocument/ev-selection.h
|
||||
include/xreader/1.5/libdocument/ev-transition-effect.h
|
||||
include/xreader/1.5/libdocument/ev-version.h
|
||||
include/xreader/1.5/libview/ev-document-model.h
|
||||
include/xreader/1.5/libview/ev-job-scheduler.h
|
||||
include/xreader/1.5/libview/ev-jobs.h
|
||||
include/xreader/1.5/libview/ev-print-operation.h
|
||||
include/xreader/1.5/libview/ev-stock-icons.h
|
||||
include/xreader/1.5/libview/ev-view-presentation.h
|
||||
include/xreader/1.5/libview/ev-view-type-builtins.h
|
||||
include/xreader/1.5/libview/ev-view.h
|
||||
include/xreader/1.5/libview/ev-web-view.h
|
||||
include/xreader/1.5/xreader-document.h
|
||||
include/xreader/1.5/xreader-view.h
|
||||
lib/girepository-1.0/XreaderDocument-1.5.typelib
|
||||
lib/girepository-1.0/XreaderView-1.5.typelib
|
||||
lib/libxreaderdocument.so
|
||||
lib/libxreaderdocument.so.3
|
||||
lib/libxreaderdocument.so.%%GTK3_VERSION%%
|
||||
lib/libxreaderview.so
|
||||
lib/libxreaderview.so.3
|
||||
lib/libxreaderview.so.%%GTK3_VERSION%%
|
||||
%%COMICS%%lib/xreader/3/backends/comicsdocument.xreader-backend
|
||||
%%DJVU%%lib/xreader/3/backends/djvudocument.xreader-backend
|
||||
%%DVI%%lib/xreader/3/backends/dvidocument.xreader-backend
|
||||
%%EPUB%%lib/xreader/3/backends/epubdocument.xreader-backend
|
||||
%%COMICS%%lib/xreader/3/backends/libcomicsdocument.so
|
||||
%%DJVU%%lib/xreader/3/backends/libdjvudocument.so
|
||||
%%DVI%%lib/xreader/3/backends/libdvidocument.so
|
||||
%%EPUB%%lib/xreader/3/backends/libepubdocument.so
|
||||
lib/xreader/3/backends/libpdfdocument.so
|
||||
lib/xreader/3/backends/libpixbufdocument.so
|
||||
%%PS%%lib/xreader/3/backends/libpsdocument.so
|
||||
%%TIFF%%lib/xreader/3/backends/libtiffdocument.so
|
||||
%%XPS%%lib/xreader/3/backends/libxpsdocument.so
|
||||
lib/xreader/3/backends/pdfdocument.xreader-backend
|
||||
lib/xreader/3/backends/pixbufdocument.xreader-backend
|
||||
%%PS%%lib/xreader/3/backends/psdocument.xreader-backend
|
||||
%%TIFF%%lib/xreader/3/backends/tiffdocument.xreader-backend
|
||||
%%XPS%%lib/xreader/3/backends/xpsdocument.xreader-backend
|
||||
libdata/pkgconfig/xreader-document-1.5.pc
|
||||
libdata/pkgconfig/xreader-view-1.5.pc
|
||||
%%DBUS%%libexec/xreaderd
|
||||
share/applications/xreader.desktop
|
||||
share/dbus-1/services/org.x.reader.Daemon.service
|
||||
share/gir-1.0/XreaderDocument-1.5.gir
|
||||
share/gir-1.0/XreaderView-1.5.gir
|
||||
%%HELP%%share/help/C/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/C/xreader/index.docbook
|
||||
%%HELP%%share/help/C/xreader/legal.xml
|
||||
%%HELP%%share/help/bg/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/bg/xreader/index.docbook
|
||||
%%HELP%%share/help/bg/xreader/legal.xml
|
||||
%%HELP%%share/help/ca/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/ca/xreader/index.docbook
|
||||
%%HELP%%share/help/ca/xreader/legal.xml
|
||||
%%HELP%%share/help/cs/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/cs/xreader/index.docbook
|
||||
%%HELP%%share/help/cs/xreader/legal.xml
|
||||
%%HELP%%share/help/de/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/de/xreader/index.docbook
|
||||
%%HELP%%share/help/de/xreader/legal.xml
|
||||
%%HELP%%share/help/el/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/el/xreader/index.docbook
|
||||
%%HELP%%share/help/el/xreader/legal.xml
|
||||
%%HELP%%share/help/en_GB/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/en_GB/xreader/index.docbook
|
||||
%%HELP%%share/help/en_GB/xreader/legal.xml
|
||||
%%HELP%%share/help/es/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/es/xreader/index.docbook
|
||||
%%HELP%%share/help/es/xreader/legal.xml
|
||||
%%HELP%%share/help/eu/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/eu/xreader/index.docbook
|
||||
%%HELP%%share/help/eu/xreader/legal.xml
|
||||
%%HELP%%share/help/fi/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/fi/xreader/index.docbook
|
||||
%%HELP%%share/help/fi/xreader/legal.xml
|
||||
%%HELP%%share/help/fr/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/fr/xreader/index.docbook
|
||||
%%HELP%%share/help/fr/xreader/legal.xml
|
||||
%%HELP%%share/help/it/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/it/xreader/index.docbook
|
||||
%%HELP%%share/help/it/xreader/legal.xml
|
||||
%%HELP%%share/help/ja/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/ja/xreader/index.docbook
|
||||
%%HELP%%share/help/ja/xreader/legal.xml
|
||||
%%HELP%%share/help/nl/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/nl/xreader/index.docbook
|
||||
%%HELP%%share/help/nl/xreader/legal.xml
|
||||
%%HELP%%share/help/oc/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/oc/xreader/index.docbook
|
||||
%%HELP%%share/help/oc/xreader/legal.xml
|
||||
%%HELP%%share/help/pt_BR/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/pt_BR/xreader/index.docbook
|
||||
%%HELP%%share/help/pt_BR/xreader/legal.xml
|
||||
%%HELP%%share/help/ru/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/ru/xreader/index.docbook
|
||||
%%HELP%%share/help/ru/xreader/legal.xml
|
||||
%%HELP%%share/help/sl/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/sl/xreader/index.docbook
|
||||
%%HELP%%share/help/sl/xreader/legal.xml
|
||||
%%HELP%%share/help/sr/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/sr/xreader/index.docbook
|
||||
%%HELP%%share/help/sr/xreader/legal.xml
|
||||
%%HELP%%share/help/sv/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/sv/xreader/index.docbook
|
||||
%%HELP%%share/help/sv/xreader/legal.xml
|
||||
%%HELP%%share/help/uk/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/uk/xreader/index.docbook
|
||||
%%HELP%%share/help/uk/xreader/legal.xml
|
||||
%%HELP%%share/help/vi/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/vi/xreader/index.docbook
|
||||
%%HELP%%share/help/vi/xreader/legal.xml
|
||||
%%HELP%%share/help/zh_CN/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/zh_CN/xreader/index.docbook
|
||||
%%HELP%%share/help/zh_CN/xreader/legal.xml
|
||||
share/icons/hicolor/16x16/apps/xreader.png
|
||||
share/icons/hicolor/22x22/apps/xreader.png
|
||||
share/icons/hicolor/24x24/apps/xreader.png
|
||||
share/icons/hicolor/48x48/apps/xreader.png
|
||||
share/icons/hicolor/scalable/apps/xreader.svg
|
||||
%%NLS%%share/locale/ab/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/af/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/am/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/ar/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/as/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/ast/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/az/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/be/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/be@latin/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/ber/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/bg/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/bn/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/bn_IN/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/br/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/ca/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/ca@valencia/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/cmn/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/cy/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/da/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/dz/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/el/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/en@shaw/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/en_AU/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/en_CA/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/en_GB/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/eo/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/es_CO/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/es_VE/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/et/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/eu/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/fa/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/fi/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/fr_CA/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/ga/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/gl/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/gu/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/he/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/hi/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/hr/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/hy/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/ia/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/ie/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/is/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/jv/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/ka/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/kab/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/kk/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/kn/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/ks/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/ku/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/ky/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/la/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/lt/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/lv/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/mai/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/mg/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/mk/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/ml/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/mn/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/mr/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/ms/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/nb/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/nds/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/ne/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/nn/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/oc/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/or/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/pa/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/ps/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/pt/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/ro/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/rw/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/sc/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/si/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/sk/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/sl/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/sq/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/sr/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/sr@latin/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/ta/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/te/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/th/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/tt/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/ur/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/uz/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/wa/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/zgh/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/zh_HK/LC_MESSAGES/xreader.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/xreader.mo
|
||||
share/man/man1/xreader.1.gz
|
||||
%%PREVIEWER%%share/man/man1/xreader-previewer.1.gz
|
||||
%%THUMBNAILER%%share/man/man1/xreader-thumbnailer.1.gz
|
||||
share/metainfo/xreader.appdata.xml
|
||||
%%THUMBNAILER%%share/thumbnailers/xreader.thumbnailer
|
||||
%%DATADIR%%/hand-open.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-left.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-right.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/view-page-continuous.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/view-page-facing.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/zoom-fit-height.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/zoom-fit-width.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/zoom.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/mimetypes/x-office-presentation.png
|
||||
%%DATADIR%%/icons/hicolor/22x22/actions/eye.png
|
||||
%%DATADIR%%/icons/hicolor/22x22/actions/object-rotate-left.png
|
||||
%%DATADIR%%/icons/hicolor/22x22/actions/object-rotate-right.png
|
||||
%%DATADIR%%/icons/hicolor/22x22/actions/view-page-continuous.png
|
||||
%%DATADIR%%/icons/hicolor/22x22/actions/view-page-facing.png
|
||||
%%DATADIR%%/icons/hicolor/22x22/actions/zoom-fit-page.png
|
||||
%%DATADIR%%/icons/hicolor/22x22/actions/zoom-fit-width.png
|
||||
%%DATADIR%%/icons/hicolor/22x22/actions/zoom.png
|
||||
%%DATADIR%%/icons/hicolor/22x22/mimetypes/x-office-presentation.png
|
||||
%%DATADIR%%/icons/hicolor/24x24/actions/object-rotate-left.png
|
||||
%%DATADIR%%/icons/hicolor/24x24/actions/object-rotate-right.png
|
||||
%%DATADIR%%/icons/hicolor/24x24/actions/stock_filters-invert.png
|
||||
%%DATADIR%%/icons/hicolor/24x24/actions/view-page-continuous.png
|
||||
%%DATADIR%%/icons/hicolor/24x24/actions/view-page-facing.png
|
||||
%%DATADIR%%/icons/hicolor/24x24/actions/zoom-fit-height.png
|
||||
%%DATADIR%%/icons/hicolor/24x24/actions/zoom-fit-width.png
|
||||
%%DATADIR%%/icons/hicolor/24x24/actions/zoom.png
|
||||
%%DATADIR%%/icons/hicolor/24x24/mimetypes/x-office-presentation.png
|
||||
%%DATADIR%%/icons/hicolor/32x32/actions/object-rotate-left.png
|
||||
%%DATADIR%%/icons/hicolor/32x32/actions/object-rotate-right.png
|
||||
%%DATADIR%%/icons/hicolor/32x32/actions/view-page-continuous.png
|
||||
%%DATADIR%%/icons/hicolor/32x32/actions/view-page-facing.png
|
||||
%%DATADIR%%/icons/hicolor/32x32/mimetypes/x-office-presentation.png
|
||||
%%DATADIR%%/icons/hicolor/48x48/actions/close.png
|
||||
%%DATADIR%%/icons/hicolor/48x48/actions/resize-se.png
|
||||
%%DATADIR%%/icons/hicolor/48x48/actions/resize-sw.png
|
||||
%%DATADIR%%/icons/hicolor/48x48/actions/view-page-continuous.png
|
||||
%%DATADIR%%/icons/hicolor/48x48/actions/view-page-facing.png
|
||||
%%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
|
||||
@@ -270,7 +270,6 @@
|
||||
SUBDIR += utopia
|
||||
SUBDIR += xmbibtex
|
||||
SUBDIR += xpdfopen
|
||||
SUBDIR += xreader
|
||||
SUBDIR += xtexsh
|
||||
SUBDIR += yatex
|
||||
|
||||
|
||||
@@ -1,97 +0,0 @@
|
||||
PORTNAME= xreader
|
||||
PORTVERSION= 4.2.6
|
||||
CATEGORIES= print gnome
|
||||
DIST_SUBDIR= gnome
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Multi-format document reader
|
||||
WWW= https://github.com/linuxmint/xreader
|
||||
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
PORTSCOUT= limit:^[0-9.]+$$ # ignore non-numeric tags
|
||||
|
||||
BUILD_DEPENDS= intltool-merge:textproc/intltool \
|
||||
itstool:textproc/itstool
|
||||
LIB_DEPENDS= libxapp.so:x11/xapp
|
||||
|
||||
USES= desktop-file-utils gettext-tools gnome meson pkgconfig xorg
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= linuxmint
|
||||
USE_LDCONFIG= yes
|
||||
USE_GNOME= cairo gdkpixbuf gtk30 libxml2
|
||||
USE_XORG= ice sm x11
|
||||
GLIB_SCHEMAS= org.x.reader.gschema.xml
|
||||
|
||||
MATHJAX_DIR= ${LOCALBASE}/www/MathJax
|
||||
|
||||
OPTIONS_DEFINE= DBUS DOCS HELP INTROSPECTION KEYRING T1LIB
|
||||
OPTIONS_GROUP= BACKENDS
|
||||
OPTIONS_GROUP_BACKENDS= COMICS DJVU DVI EPUB PDF PIXBUF PS TIFF XPS
|
||||
OPTIONS_DEFAULT= DBUS DJVU DOCS HELP KEYRING PDF TIFF XPS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
BACKENDS_DESC= Document formats support
|
||||
COMICS_DESC= Comic book (cbr) support
|
||||
DVI_DESC= DVI format support
|
||||
EPUB_DESC= EPUB e-book format support
|
||||
HELP_DESC= Install help files
|
||||
INTROSPECTION_DESC= Enable GObject introspection
|
||||
KEYRING_DESC= Password-protected document support
|
||||
PIXBUF_DESC= Image files support via GdkPixbuf
|
||||
T1LIB_DESC= Type1 font support in DVI backend
|
||||
XPS_DESC= XPS document format support
|
||||
|
||||
COMICS_USES= libarchive
|
||||
COMICS_MESON_TRUE= comics
|
||||
|
||||
DBUS_RUN_DEPENDS= dbus-daemon:devel/dbus
|
||||
DBUS_MESON_TRUE= enable_dbus
|
||||
|
||||
DJVU_LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre
|
||||
DJVU_MESON_TRUE= djvu
|
||||
|
||||
DOCS_BUILD_DEPENDS= gtkdocize:textproc/gtk-doc
|
||||
DOCS_MESON_TRUE= docs
|
||||
|
||||
DVI_LIB_DEPENDS= libspectre.so:print/libspectre
|
||||
DVI_USES= tex
|
||||
DVI_USE= TEX=kpathsea
|
||||
DVI_MESON_TRUE= dvi
|
||||
|
||||
EPUB_BUILD_DEPENDS= ${MATHJAX_DIR}/MathJax.js:www/mathjax
|
||||
EPUB_LIB_DEPENDS= libwebkit2gtk-4.1.so:www/webkit2-gtk@41
|
||||
EPUB_RUN_DEPENDS= ${EPUB_BUILD_DEPENDS}
|
||||
EPUB_MESON_ON= -Dmathjax-directory=${MATHJAX_DIR}
|
||||
EPUB_MESON_OFF= -Depub=false
|
||||
|
||||
HELP_RUN_DEPENDS= yelp:x11/yelp
|
||||
HELP_MESON_TRUE= help_files
|
||||
|
||||
INTROSPECTION_USE= GNOME=introspection:build
|
||||
INTROSPECTION_MESON_TRUE= introspection
|
||||
|
||||
KEYRING_LIB_DEPENDS= libsecret-1.so:security/libsecret
|
||||
KEYRING_MESON_TRUE= keyring
|
||||
|
||||
PDF_LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib
|
||||
PDF_MESON_TRUE= pdf
|
||||
|
||||
PIXBUF_MESON_TRUE= pixbuf
|
||||
|
||||
PS_LIB_DEPENDS= libspectre.so:print/libspectre
|
||||
PS_MESON_TRUE= ps
|
||||
|
||||
T1LIB_LIB_DEPENDS= libt1.so:devel/t1lib
|
||||
T1LIB_MESON_TRUE= t1lib
|
||||
T1LIB_USES= localbase:ldflags
|
||||
T1LIB_IMPLIES= DVI
|
||||
|
||||
TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff
|
||||
TIFF_MESON_TRUE= tiff
|
||||
|
||||
XPS_LIB_DEPENDS= libgxps.so:graphics/libgxps
|
||||
XPS_MESON_TRUE= xps
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1752934660
|
||||
SHA256 (gnome/linuxmint-xreader-4.2.6_GH0.tar.gz) = 0a02051fed4919f0accb891b4374adf6431e1d2acd788ef553a6629c878d6a39
|
||||
SIZE (gnome/linuxmint-xreader-4.2.6_GH0.tar.gz) = 2213498
|
||||
@@ -1,27 +0,0 @@
|
||||
--- help/reference/libdocument/meson.build.orig 2024-12-05 10:59:19 UTC
|
||||
+++ help/reference/libdocument/meson.build
|
||||
@@ -7,12 +7,6 @@ version_xml = configure_file(
|
||||
configuration: version_conf,
|
||||
)
|
||||
|
||||
-libdoc_doc_deps = declare_dependency(
|
||||
- include_directories: [libdoc_include, include_directories('.')],
|
||||
- link_with: libdocument,
|
||||
- dependencies: libdocument_deps,
|
||||
-)
|
||||
-
|
||||
gnome.gtkdoc(
|
||||
'libxreaderdocument',
|
||||
mode: 'xml',
|
||||
@@ -20,9 +14,10 @@ gnome.gtkdoc(
|
||||
gobject_typesfile: files('libxreaderdocument.types'),
|
||||
src_dir: [
|
||||
join_paths(meson.source_root(), 'libdocument'),
|
||||
+ join_paths(meson.build_root(), 'libdocument'),
|
||||
],
|
||||
ignore_headers: [libdocument_private_headers],
|
||||
- dependencies: libdoc_doc_deps,
|
||||
+ dependencies: libdocument_dep,
|
||||
mkdb_args: ['--xml-mode', '--output-format=xml', '--name-space=ev'],
|
||||
fixxref_args: fixref_args,
|
||||
install: true,
|
||||
@@ -1,30 +0,0 @@
|
||||
--- help/reference/libview/meson.build.orig 2024-12-05 10:59:19 UTC
|
||||
+++ help/reference/libview/meson.build
|
||||
@@ -7,12 +7,6 @@ version_xml = configure_file(
|
||||
configuration: version_conf,
|
||||
)
|
||||
|
||||
-libview_doc_deps = declare_dependency(
|
||||
- include_directories: [include_root, libdoc_include, libview_include, include_directories('.')],
|
||||
- link_with: libview,
|
||||
- dependencies: libdoc_deps,
|
||||
-)
|
||||
-
|
||||
gnome.gtkdoc(
|
||||
'libxreaderview',
|
||||
mode: 'xml',
|
||||
@@ -20,11 +14,12 @@ gnome.gtkdoc(
|
||||
gobject_typesfile: files('libxreaderview.types'),
|
||||
src_dir: [
|
||||
join_paths(meson.source_root(), 'libview'),
|
||||
+ join_paths(meson.build_root(), 'libview'),
|
||||
],
|
||||
ignore_headers: [libview_private_headers],
|
||||
- dependencies: libview_doc_deps,
|
||||
+ dependencies: libview_dep,
|
||||
mkdb_args: ['--xml-mode', '--output-format=xml', '--name-space=ev'],
|
||||
- cflags: '-DXREADER_COMPILATION',
|
||||
+ c_args: '-DXREADER_COMPILATION',
|
||||
fixxref_args: fixref_args,
|
||||
install: true,
|
||||
install_dir: 'libxreaderview-' + api_version,
|
||||
@@ -1,29 +0,0 @@
|
||||
--- help/reference/shell/meson.build.orig 2024-12-05 10:59:19 UTC
|
||||
+++ help/reference/shell/meson.build
|
||||
@@ -8,9 +8,7 @@ xreader_doc_deps = declare_dependency(
|
||||
)
|
||||
|
||||
xreader_doc_deps = declare_dependency(
|
||||
- include_directories: [include_root, libdoc_include, libview_include, include_directories('.')],
|
||||
- link_with: [libdocument, libview],
|
||||
- dependencies: xreader_deps,
|
||||
+ link_with: libshell.get_shared_lib(),
|
||||
)
|
||||
|
||||
gnome.gtkdoc(
|
||||
@@ -19,12 +17,12 @@ gnome.gtkdoc(
|
||||
main_xml: 'xreader-docs.xml',
|
||||
gobject_typesfile: files('xreader.types'),
|
||||
src_dir: [
|
||||
- join_paths(meson.source_root(), 'libview'),
|
||||
+ join_paths(meson.source_root(), 'shell'),
|
||||
+ join_paths(meson.source_root(), 'libmisc'),
|
||||
],
|
||||
- ignore_headers: [libview_private_headers],
|
||||
dependencies: xreader_doc_deps,
|
||||
mkdb_args: ['--xml-mode', '--output-format=xml', '--name-space=ev'],
|
||||
- cflags: '-DXREADER_COMPILATION',
|
||||
+ c_args: '-DXREADER_COMPILATION',
|
||||
fixxref_args: fixref_args,
|
||||
install: true,
|
||||
install_dir: meson.project_name(),
|
||||
@@ -1,31 +0,0 @@
|
||||
--- libview/meson.build.orig 2024-12-26 17:23:17 UTC
|
||||
+++ libview/meson.build
|
||||
@@ -1,23 +1,23 @@ libview_private_headers = [
|
||||
libview_private_headers = [
|
||||
- 'ev-annotation-window.h',
|
||||
'ev-link-accessible.h',
|
||||
- 'ev-loading-window.h',
|
||||
- 'ev-page-cache.h',
|
||||
- 'ev-pixbuf-cache.h',
|
||||
'ev-timeline.h',
|
||||
'ev-transition-animation.h',
|
||||
'ev-view-accessible.h',
|
||||
- 'ev-view-cursor.h',
|
||||
'ev-view-private.h',
|
||||
]
|
||||
|
||||
libview_headers = [
|
||||
+ 'ev-annotation-window.h',
|
||||
'ev-document-model.h',
|
||||
'ev-jobs.h',
|
||||
'ev-job-scheduler.h',
|
||||
+ 'ev-loading-window.h',
|
||||
+ 'ev-page-cache.h',
|
||||
+ 'ev-pixbuf-cache.h',
|
||||
'ev-print-operation.h',
|
||||
'ev-stock-icons.h',
|
||||
'ev-view.h',
|
||||
+ 'ev-view-cursor.h',
|
||||
'ev-web-view.h',
|
||||
'ev-view-presentation.h',
|
||||
]
|
||||
@@ -1,30 +0,0 @@
|
||||
--- shell/meson.build.orig 2024-12-05 10:59:19 UTC
|
||||
+++ shell/meson.build
|
||||
@@ -94,6 +94,9 @@ xreader_deps = [
|
||||
gtk,
|
||||
libsecret,
|
||||
math,
|
||||
+ ice,
|
||||
+ sm,
|
||||
+ X11,
|
||||
xapp,
|
||||
]
|
||||
|
||||
@@ -141,7 +144,7 @@ libshell_deps = [
|
||||
libephyzoom_dep,
|
||||
]
|
||||
|
||||
-libshell = static_library(
|
||||
+libshell = both_libraries(
|
||||
'shell',
|
||||
shell_sources,
|
||||
dependencies: libshell_deps,
|
||||
@@ -149,7 +152,7 @@ libshell_dep = declare_dependency(
|
||||
)
|
||||
|
||||
libshell_dep = declare_dependency(
|
||||
- link_whole: libshell, # Need the whole lib for gresource lookup
|
||||
+ link_whole: libshell.get_static_lib(), # Need the whole lib for gresource lookup
|
||||
dependencies: libshell_deps,
|
||||
include_directories: include_dirs,
|
||||
)
|
||||
@@ -1,2 +0,0 @@
|
||||
Xreader is a document viewer capable of displaying multiple and single page
|
||||
document formats like CBR (comics), DjVu, DVI, PDF, PostScript, XPS, etc.
|
||||
@@ -1,431 +0,0 @@
|
||||
bin/xreader
|
||||
bin/xreader-previewer
|
||||
bin/xreader-thumbnailer
|
||||
include/xreader/1.5/libdocument/ev-annotation.h
|
||||
include/xreader/1.5/libdocument/ev-async-renderer.h
|
||||
include/xreader/1.5/libdocument/ev-attachment.h
|
||||
include/xreader/1.5/libdocument/ev-backends-manager.h
|
||||
include/xreader/1.5/libdocument/ev-document-annotations.h
|
||||
include/xreader/1.5/libdocument/ev-document-attachments.h
|
||||
include/xreader/1.5/libdocument/ev-document-factory.h
|
||||
include/xreader/1.5/libdocument/ev-document-find.h
|
||||
include/xreader/1.5/libdocument/ev-document-fonts.h
|
||||
include/xreader/1.5/libdocument/ev-document-forms.h
|
||||
include/xreader/1.5/libdocument/ev-document-images.h
|
||||
include/xreader/1.5/libdocument/ev-document-info.h
|
||||
include/xreader/1.5/libdocument/ev-document-layers.h
|
||||
include/xreader/1.5/libdocument/ev-document-links.h
|
||||
include/xreader/1.5/libdocument/ev-document-misc.h
|
||||
include/xreader/1.5/libdocument/ev-document-print.h
|
||||
include/xreader/1.5/libdocument/ev-document-security.h
|
||||
include/xreader/1.5/libdocument/ev-document-text.h
|
||||
include/xreader/1.5/libdocument/ev-document-thumbnails.h
|
||||
include/xreader/1.5/libdocument/ev-document-transition.h
|
||||
include/xreader/1.5/libdocument/ev-document-type-builtins.h
|
||||
include/xreader/1.5/libdocument/ev-document.h
|
||||
include/xreader/1.5/libdocument/ev-file-exporter.h
|
||||
include/xreader/1.5/libdocument/ev-file-helpers.h
|
||||
include/xreader/1.5/libdocument/ev-form-field.h
|
||||
include/xreader/1.5/libdocument/ev-image.h
|
||||
include/xreader/1.5/libdocument/ev-init.h
|
||||
include/xreader/1.5/libdocument/ev-layer.h
|
||||
include/xreader/1.5/libdocument/ev-link-action.h
|
||||
include/xreader/1.5/libdocument/ev-link-dest.h
|
||||
include/xreader/1.5/libdocument/ev-link.h
|
||||
include/xreader/1.5/libdocument/ev-macros.h
|
||||
include/xreader/1.5/libdocument/ev-mapping-list.h
|
||||
include/xreader/1.5/libdocument/ev-page.h
|
||||
include/xreader/1.5/libdocument/ev-render-context.h
|
||||
include/xreader/1.5/libdocument/ev-selection.h
|
||||
include/xreader/1.5/libdocument/ev-transition-effect.h
|
||||
include/xreader/1.5/libdocument/ev-version.h
|
||||
include/xreader/1.5/libview/ev-annotation-window.h
|
||||
include/xreader/1.5/libview/ev-document-model.h
|
||||
include/xreader/1.5/libview/ev-job-scheduler.h
|
||||
include/xreader/1.5/libview/ev-jobs.h
|
||||
include/xreader/1.5/libview/ev-loading-window.h
|
||||
include/xreader/1.5/libview/ev-page-cache.h
|
||||
include/xreader/1.5/libview/ev-pixbuf-cache.h
|
||||
include/xreader/1.5/libview/ev-print-operation.h
|
||||
include/xreader/1.5/libview/ev-stock-icons.h
|
||||
include/xreader/1.5/libview/ev-view-cursor.h
|
||||
include/xreader/1.5/libview/ev-view-presentation.h
|
||||
include/xreader/1.5/libview/ev-view-type-builtins.h
|
||||
include/xreader/1.5/libview/ev-view.h
|
||||
include/xreader/1.5/libview/ev-web-view.h
|
||||
include/xreader/1.5/xreader-document.h
|
||||
include/xreader/1.5/xreader-view.h
|
||||
lib/libxreaderdocument.so
|
||||
lib/libxreaderdocument.so.3
|
||||
lib/libxreaderdocument.so.3.0.0
|
||||
lib/libxreaderview.so
|
||||
lib/libxreaderview.so.3
|
||||
lib/libxreaderview.so.3.0.0
|
||||
%%COMICS%%lib/xreader/3/backends/comicsdocument.xreader-backend
|
||||
%%COMICS%%lib/xreader/3/backends/libcomicsdocument.so
|
||||
%%DJVU%%lib/xreader/3/backends/djvudocument.xreader-backend
|
||||
%%DVI%%lib/xreader/3/backends/dvidocument.xreader-backend
|
||||
%%EPUB%%lib/xreader/3/backends/epubdocument.xreader-backend
|
||||
%%DJVU%%lib/xreader/3/backends/libdjvudocument.so
|
||||
%%DVI%%lib/xreader/3/backends/libdvidocument.so
|
||||
%%EPUB%%lib/xreader/3/backends/libepubdocument.so
|
||||
%%PDF%%lib/xreader/3/backends/libpdfdocument.so
|
||||
%%PS%%lib/xreader/3/backends/libpsdocument.so
|
||||
%%TIFF%%lib/xreader/3/backends/libtiffdocument.so
|
||||
%%XPS%%lib/xreader/3/backends/libxpsdocument.so
|
||||
%%PDF%%lib/xreader/3/backends/pdfdocument.xreader-backend
|
||||
%%PIXBUF%%lib/xreader/3/backends/libpixbufdocument.so
|
||||
%%PIXBUF%%lib/xreader/3/backends/pixbufdocument.xreader-backend
|
||||
%%PS%%lib/xreader/3/backends/psdocument.xreader-backend
|
||||
%%TIFF%%lib/xreader/3/backends/tiffdocument.xreader-backend
|
||||
%%XPS%%lib/xreader/3/backends/xpsdocument.xreader-backend
|
||||
%%INTROSPECTION%%lib/girepository-1.0/XreaderDocument-1.5.typelib
|
||||
%%INTROSPECTION%%lib/girepository-1.0/XreaderView-1.5.typelib
|
||||
libdata/pkgconfig/xreader-document-1.5.pc
|
||||
libdata/pkgconfig/xreader-view-1.5.pc
|
||||
%%DBUS%%libexec/xreaderd
|
||||
share/man/man1/xreader-previewer.1.gz
|
||||
share/man/man1/xreader-thumbnailer.1.gz
|
||||
share/man/man1/xreader.1.gz
|
||||
share/applications/xreader.desktop
|
||||
share/dbus-1/services/org.x.reader.Daemon.service
|
||||
%%INTROSPECTION%%share/gir-1.0/XreaderDocument-1.5.gir
|
||||
%%INTROSPECTION%%share/gir-1.0/XreaderView-1.5.gir
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/EvAnnotation.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/EvAsyncRenderer.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/EvAttachment.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/EvDocument.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/EvDocumentAnnotations.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/EvDocumentAttachments.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/EvDocumentFind.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/EvDocumentFonts.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/EvDocumentForms.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/EvDocumentImages.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/EvDocumentInfo.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/EvDocumentLayers.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/EvDocumentLinks.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/EvDocumentPrint.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/EvDocumentSecurity.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/EvDocumentTransition.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/EvFileExporter.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/EvFormField.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/EvImage.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/EvLayer.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/EvPage.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/EvRenderContext.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/EvSelection.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/annotation-glossary.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/api-index-full.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/document-data.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/document-helpers.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/document-interfaces.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/home.png
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/index.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/left-insensitive.png
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/left.png
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/libxreaderdocument-EvDocumentMisc.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/libxreaderdocument-Version-checks.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/libxreaderdocument-ev-backends-manager.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/libxreaderdocument-ev-document-factory.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/libxreaderdocument-ev-file-helpers.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/libxreaderdocument-ev-init.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/libxreaderdocument-ev-link-action.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/libxreaderdocument-ev-link-dest.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/libxreaderdocument-ev-link.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/libxreaderdocument-ev-mapping.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/libxreaderdocument-ev-transition-effect.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/libxreaderdocument.devhelp2
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/licence.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/object-tree.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/right-insensitive.png
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/right.png
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/style.css
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/up-insensitive.png
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderdocument-1.5/up.png
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderview-1.5/EvJob.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderview-1.5/annotation-glossary.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderview-1.5/api-index-full.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderview-1.5/home.png
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderview-1.5/index.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderview-1.5/left-insensitive.png
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderview-1.5/left.png
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderview-1.5/libxreaderview-ev-annotation-window.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderview-1.5/libxreaderview-ev-document-model.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderview-1.5/libxreaderview-ev-job-scheduler.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderview-1.5/libxreaderview-ev-page-cache.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderview-1.5/libxreaderview-ev-print-operation.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderview-1.5/libxreaderview-ev-stock-icons.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderview-1.5/libxreaderview-ev-view-cursor.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderview-1.5/libxreaderview-ev-view-presentation.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderview-1.5/libxreaderview-ev-view-type-builtins.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderview-1.5/libxreaderview-ev-view.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderview-1.5/libxreaderview.devhelp2
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderview-1.5/licence.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderview-1.5/object-tree.html
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderview-1.5/right-insensitive.png
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderview-1.5/right.png
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderview-1.5/style.css
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderview-1.5/up-insensitive.png
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderview-1.5/up.png
|
||||
%%DOCS%%share/gtk-doc/html/libxreaderview-1.5/view-view.html
|
||||
%%DOCS%%share/gtk-doc/html/xreader/EggFindBar.html
|
||||
%%DOCS%%share/gtk-doc/html/xreader/EvFileMonitor.html
|
||||
%%DOCS%%share/gtk-doc/html/xreader/EvHistory.html
|
||||
%%DOCS%%share/gtk-doc/html/xreader/EvMessageArea.html
|
||||
%%DOCS%%share/gtk-doc/html/xreader/EvOpenRecentAction.html
|
||||
%%DOCS%%share/gtk-doc/html/xreader/EvPageAction.html
|
||||
%%DOCS%%share/gtk-doc/html/xreader/EvPageActionWidget.html
|
||||
%%DOCS%%share/gtk-doc/html/xreader/EvPasswordView.html
|
||||
%%DOCS%%share/gtk-doc/html/xreader/EvProgressMessageArea.html
|
||||
%%DOCS%%share/gtk-doc/html/xreader/EvSidebar.html
|
||||
%%DOCS%%share/gtk-doc/html/xreader/EvSidebarAttachments.html
|
||||
%%DOCS%%share/gtk-doc/html/xreader/EvSidebarLayers.html
|
||||
%%DOCS%%share/gtk-doc/html/xreader/EvSidebarLinks.html
|
||||
%%DOCS%%share/gtk-doc/html/xreader/EvSidebarPage.html
|
||||
%%DOCS%%share/gtk-doc/html/xreader/EvSidebarThumbnails.html
|
||||
%%DOCS%%share/gtk-doc/html/xreader/EvWindow.html
|
||||
%%DOCS%%share/gtk-doc/html/xreader/api-index-full.html
|
||||
%%DOCS%%share/gtk-doc/html/xreader/home.png
|
||||
%%DOCS%%share/gtk-doc/html/xreader/index.html
|
||||
%%DOCS%%share/gtk-doc/html/xreader/left-insensitive.png
|
||||
%%DOCS%%share/gtk-doc/html/xreader/left.png
|
||||
%%DOCS%%share/gtk-doc/html/xreader/licence.html
|
||||
%%DOCS%%share/gtk-doc/html/xreader/object-tree.html
|
||||
%%DOCS%%share/gtk-doc/html/xreader/right-insensitive.png
|
||||
%%DOCS%%share/gtk-doc/html/xreader/right.png
|
||||
%%DOCS%%share/gtk-doc/html/xreader/style.css
|
||||
%%DOCS%%share/gtk-doc/html/xreader/up-insensitive.png
|
||||
%%DOCS%%share/gtk-doc/html/xreader/up.png
|
||||
%%DOCS%%share/gtk-doc/html/xreader/xreader-ev-application.html
|
||||
%%DOCS%%share/gtk-doc/html/xreader/xreader-ev-keyring.html
|
||||
%%DOCS%%share/gtk-doc/html/xreader/xreader-ev-metadata.html
|
||||
%%DOCS%%share/gtk-doc/html/xreader/xreader-ev-properties-dialog.html
|
||||
%%DOCS%%share/gtk-doc/html/xreader/xreader-ev-properties-fonts.html
|
||||
%%DOCS%%share/gtk-doc/html/xreader/xreader-ev-properties-license.html
|
||||
%%DOCS%%share/gtk-doc/html/xreader/xreader-ev-utils.html
|
||||
%%DOCS%%share/gtk-doc/html/xreader/xreader-ev-window-title.html
|
||||
%%DOCS%%share/gtk-doc/html/xreader/xreader-frontend.html
|
||||
%%DOCS%%share/gtk-doc/html/xreader/xreader.devhelp2
|
||||
%%HELP%%share/help/C/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/C/xreader/index.docbook
|
||||
%%HELP%%share/help/C/xreader/legal.xml
|
||||
%%HELP%%share/help/bg/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/bg/xreader/index.docbook
|
||||
%%HELP%%share/help/bg/xreader/legal.xml
|
||||
%%HELP%%share/help/ca/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/ca/xreader/index.docbook
|
||||
%%HELP%%share/help/ca/xreader/legal.xml
|
||||
%%HELP%%share/help/cs/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/cs/xreader/index.docbook
|
||||
%%HELP%%share/help/cs/xreader/legal.xml
|
||||
%%HELP%%share/help/de/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/de/xreader/index.docbook
|
||||
%%HELP%%share/help/de/xreader/legal.xml
|
||||
%%HELP%%share/help/el/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/el/xreader/index.docbook
|
||||
%%HELP%%share/help/el/xreader/legal.xml
|
||||
%%HELP%%share/help/en_GB/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/en_GB/xreader/index.docbook
|
||||
%%HELP%%share/help/en_GB/xreader/legal.xml
|
||||
%%HELP%%share/help/es/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/es/xreader/index.docbook
|
||||
%%HELP%%share/help/es/xreader/legal.xml
|
||||
%%HELP%%share/help/eu/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/eu/xreader/index.docbook
|
||||
%%HELP%%share/help/eu/xreader/legal.xml
|
||||
%%HELP%%share/help/fi/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/fi/xreader/index.docbook
|
||||
%%HELP%%share/help/fi/xreader/legal.xml
|
||||
%%HELP%%share/help/fr/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/fr/xreader/index.docbook
|
||||
%%HELP%%share/help/fr/xreader/legal.xml
|
||||
%%HELP%%share/help/it/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/it/xreader/index.docbook
|
||||
%%HELP%%share/help/it/xreader/legal.xml
|
||||
%%HELP%%share/help/ja/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/ja/xreader/index.docbook
|
||||
%%HELP%%share/help/ja/xreader/legal.xml
|
||||
%%HELP%%share/help/nl/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/nl/xreader/index.docbook
|
||||
%%HELP%%share/help/nl/xreader/legal.xml
|
||||
%%HELP%%share/help/oc/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/oc/xreader/index.docbook
|
||||
%%HELP%%share/help/oc/xreader/legal.xml
|
||||
%%HELP%%share/help/pt_BR/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/pt_BR/xreader/index.docbook
|
||||
%%HELP%%share/help/pt_BR/xreader/legal.xml
|
||||
%%HELP%%share/help/ru/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/ru/xreader/index.docbook
|
||||
%%HELP%%share/help/ru/xreader/legal.xml
|
||||
%%HELP%%share/help/sl/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/sl/xreader/index.docbook
|
||||
%%HELP%%share/help/sl/xreader/legal.xml
|
||||
%%HELP%%share/help/sr/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/sr/xreader/index.docbook
|
||||
%%HELP%%share/help/sr/xreader/legal.xml
|
||||
%%HELP%%share/help/sv/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/sv/xreader/index.docbook
|
||||
%%HELP%%share/help/sv/xreader/legal.xml
|
||||
%%HELP%%share/help/uk/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/uk/xreader/index.docbook
|
||||
%%HELP%%share/help/uk/xreader/legal.xml
|
||||
%%HELP%%share/help/vi/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/vi/xreader/index.docbook
|
||||
%%HELP%%share/help/vi/xreader/legal.xml
|
||||
%%HELP%%share/help/zh_CN/xreader/figures/xreader_start_window.png
|
||||
%%HELP%%share/help/zh_CN/xreader/index.docbook
|
||||
%%HELP%%share/help/zh_CN/xreader/legal.xml
|
||||
share/icons/hicolor/16x16/apps/xreader.png
|
||||
share/icons/hicolor/22x22/apps/xreader.png
|
||||
share/icons/hicolor/24x24/apps/xreader.png
|
||||
share/icons/hicolor/48x48/apps/xreader.png
|
||||
share/icons/hicolor/scalable/apps/xreader.svg
|
||||
share/locale/ab/LC_MESSAGES/xreader.mo
|
||||
share/locale/af/LC_MESSAGES/xreader.mo
|
||||
share/locale/am/LC_MESSAGES/xreader.mo
|
||||
share/locale/ar/LC_MESSAGES/xreader.mo
|
||||
share/locale/as/LC_MESSAGES/xreader.mo
|
||||
share/locale/ast/LC_MESSAGES/xreader.mo
|
||||
share/locale/az/LC_MESSAGES/xreader.mo
|
||||
share/locale/be/LC_MESSAGES/xreader.mo
|
||||
share/locale/be@latin/LC_MESSAGES/xreader.mo
|
||||
share/locale/ber/LC_MESSAGES/xreader.mo
|
||||
share/locale/bg/LC_MESSAGES/xreader.mo
|
||||
share/locale/bn/LC_MESSAGES/xreader.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/xreader.mo
|
||||
share/locale/br/LC_MESSAGES/xreader.mo
|
||||
share/locale/ca/LC_MESSAGES/xreader.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/xreader.mo
|
||||
share/locale/cmn/LC_MESSAGES/xreader.mo
|
||||
share/locale/cs/LC_MESSAGES/xreader.mo
|
||||
share/locale/cy/LC_MESSAGES/xreader.mo
|
||||
share/locale/da/LC_MESSAGES/xreader.mo
|
||||
share/locale/de/LC_MESSAGES/xreader.mo
|
||||
share/locale/dz/LC_MESSAGES/xreader.mo
|
||||
share/locale/el/LC_MESSAGES/xreader.mo
|
||||
share/locale/en@shaw/LC_MESSAGES/xreader.mo
|
||||
share/locale/en_AU/LC_MESSAGES/xreader.mo
|
||||
share/locale/en_CA/LC_MESSAGES/xreader.mo
|
||||
share/locale/en_GB/LC_MESSAGES/xreader.mo
|
||||
share/locale/eo/LC_MESSAGES/xreader.mo
|
||||
share/locale/es/LC_MESSAGES/xreader.mo
|
||||
share/locale/es_CO/LC_MESSAGES/xreader.mo
|
||||
share/locale/es_VE/LC_MESSAGES/xreader.mo
|
||||
share/locale/et/LC_MESSAGES/xreader.mo
|
||||
share/locale/eu/LC_MESSAGES/xreader.mo
|
||||
share/locale/fa/LC_MESSAGES/xreader.mo
|
||||
share/locale/fi/LC_MESSAGES/xreader.mo
|
||||
share/locale/fr/LC_MESSAGES/xreader.mo
|
||||
share/locale/fr_CA/LC_MESSAGES/xreader.mo
|
||||
share/locale/ga/LC_MESSAGES/xreader.mo
|
||||
share/locale/gl/LC_MESSAGES/xreader.mo
|
||||
share/locale/gu/LC_MESSAGES/xreader.mo
|
||||
share/locale/he/LC_MESSAGES/xreader.mo
|
||||
share/locale/hi/LC_MESSAGES/xreader.mo
|
||||
share/locale/hr/LC_MESSAGES/xreader.mo
|
||||
share/locale/hu/LC_MESSAGES/xreader.mo
|
||||
share/locale/hy/LC_MESSAGES/xreader.mo
|
||||
share/locale/ia/LC_MESSAGES/xreader.mo
|
||||
share/locale/id/LC_MESSAGES/xreader.mo
|
||||
share/locale/ie/LC_MESSAGES/xreader.mo
|
||||
share/locale/is/LC_MESSAGES/xreader.mo
|
||||
share/locale/it/LC_MESSAGES/xreader.mo
|
||||
share/locale/ja/LC_MESSAGES/xreader.mo
|
||||
share/locale/jv/LC_MESSAGES/xreader.mo
|
||||
share/locale/ka/LC_MESSAGES/xreader.mo
|
||||
share/locale/kab/LC_MESSAGES/xreader.mo
|
||||
share/locale/kk/LC_MESSAGES/xreader.mo
|
||||
share/locale/kn/LC_MESSAGES/xreader.mo
|
||||
share/locale/ko/LC_MESSAGES/xreader.mo
|
||||
share/locale/ks/LC_MESSAGES/xreader.mo
|
||||
share/locale/ku/LC_MESSAGES/xreader.mo
|
||||
share/locale/ky/LC_MESSAGES/xreader.mo
|
||||
share/locale/la/LC_MESSAGES/xreader.mo
|
||||
share/locale/lt/LC_MESSAGES/xreader.mo
|
||||
share/locale/lv/LC_MESSAGES/xreader.mo
|
||||
share/locale/mai/LC_MESSAGES/xreader.mo
|
||||
share/locale/mg/LC_MESSAGES/xreader.mo
|
||||
share/locale/mk/LC_MESSAGES/xreader.mo
|
||||
share/locale/ml/LC_MESSAGES/xreader.mo
|
||||
share/locale/mn/LC_MESSAGES/xreader.mo
|
||||
share/locale/mr/LC_MESSAGES/xreader.mo
|
||||
share/locale/ms/LC_MESSAGES/xreader.mo
|
||||
share/locale/nb/LC_MESSAGES/xreader.mo
|
||||
share/locale/nds/LC_MESSAGES/xreader.mo
|
||||
share/locale/ne/LC_MESSAGES/xreader.mo
|
||||
share/locale/nl/LC_MESSAGES/xreader.mo
|
||||
share/locale/nn/LC_MESSAGES/xreader.mo
|
||||
share/locale/oc/LC_MESSAGES/xreader.mo
|
||||
share/locale/or/LC_MESSAGES/xreader.mo
|
||||
share/locale/pa/LC_MESSAGES/xreader.mo
|
||||
share/locale/pl/LC_MESSAGES/xreader.mo
|
||||
share/locale/ps/LC_MESSAGES/xreader.mo
|
||||
share/locale/pt/LC_MESSAGES/xreader.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/xreader.mo
|
||||
share/locale/ro/LC_MESSAGES/xreader.mo
|
||||
share/locale/ru/LC_MESSAGES/xreader.mo
|
||||
share/locale/rw/LC_MESSAGES/xreader.mo
|
||||
share/locale/sc/LC_MESSAGES/xreader.mo
|
||||
share/locale/si/LC_MESSAGES/xreader.mo
|
||||
share/locale/sk/LC_MESSAGES/xreader.mo
|
||||
share/locale/sl/LC_MESSAGES/xreader.mo
|
||||
share/locale/sq/LC_MESSAGES/xreader.mo
|
||||
share/locale/sr/LC_MESSAGES/xreader.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/xreader.mo
|
||||
share/locale/sv/LC_MESSAGES/xreader.mo
|
||||
share/locale/ta/LC_MESSAGES/xreader.mo
|
||||
share/locale/te/LC_MESSAGES/xreader.mo
|
||||
share/locale/th/LC_MESSAGES/xreader.mo
|
||||
share/locale/tr/LC_MESSAGES/xreader.mo
|
||||
share/locale/tt/LC_MESSAGES/xreader.mo
|
||||
share/locale/uk/LC_MESSAGES/xreader.mo
|
||||
share/locale/ur/LC_MESSAGES/xreader.mo
|
||||
share/locale/uz/LC_MESSAGES/xreader.mo
|
||||
share/locale/vi/LC_MESSAGES/xreader.mo
|
||||
share/locale/wa/LC_MESSAGES/xreader.mo
|
||||
share/locale/zgh/LC_MESSAGES/xreader.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/xreader.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/xreader.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/xreader.mo
|
||||
share/metainfo/xreader.appdata.xml
|
||||
share/thumbnailers/xreader.thumbnailer
|
||||
%%DATADIR%%/hand-open.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-left.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-right.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/view-page-continuous.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/view-page-facing.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/zoom-fit-height.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/zoom-fit-width.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/actions/zoom.png
|
||||
%%DATADIR%%/icons/hicolor/16x16/mimetypes/x-office-presentation.png
|
||||
%%DATADIR%%/icons/hicolor/22x22/actions/eye.png
|
||||
%%DATADIR%%/icons/hicolor/22x22/actions/object-rotate-left.png
|
||||
%%DATADIR%%/icons/hicolor/22x22/actions/object-rotate-right.png
|
||||
%%DATADIR%%/icons/hicolor/22x22/actions/view-page-continuous.png
|
||||
%%DATADIR%%/icons/hicolor/22x22/actions/view-page-facing.png
|
||||
%%DATADIR%%/icons/hicolor/22x22/actions/zoom-fit-page.png
|
||||
%%DATADIR%%/icons/hicolor/22x22/actions/zoom-fit-width.png
|
||||
%%DATADIR%%/icons/hicolor/22x22/actions/zoom.png
|
||||
%%DATADIR%%/icons/hicolor/22x22/mimetypes/x-office-presentation.png
|
||||
%%DATADIR%%/icons/hicolor/24x24/actions/object-rotate-left.png
|
||||
%%DATADIR%%/icons/hicolor/24x24/actions/object-rotate-right.png
|
||||
%%DATADIR%%/icons/hicolor/24x24/actions/stock_filters-invert.png
|
||||
%%DATADIR%%/icons/hicolor/24x24/actions/view-page-continuous.png
|
||||
%%DATADIR%%/icons/hicolor/24x24/actions/view-page-facing.png
|
||||
%%DATADIR%%/icons/hicolor/24x24/actions/zoom-fit-height.png
|
||||
%%DATADIR%%/icons/hicolor/24x24/actions/zoom-fit-width.png
|
||||
%%DATADIR%%/icons/hicolor/24x24/actions/zoom.png
|
||||
%%DATADIR%%/icons/hicolor/24x24/mimetypes/x-office-presentation.png
|
||||
%%DATADIR%%/icons/hicolor/32x32/actions/object-rotate-left.png
|
||||
%%DATADIR%%/icons/hicolor/32x32/actions/object-rotate-right.png
|
||||
%%DATADIR%%/icons/hicolor/32x32/actions/view-page-continuous.png
|
||||
%%DATADIR%%/icons/hicolor/32x32/actions/view-page-facing.png
|
||||
%%DATADIR%%/icons/hicolor/32x32/mimetypes/x-office-presentation.png
|
||||
%%DATADIR%%/icons/hicolor/48x48/actions/close.png
|
||||
%%DATADIR%%/icons/hicolor/48x48/actions/resize-se.png
|
||||
%%DATADIR%%/icons/hicolor/48x48/actions/resize-sw.png
|
||||
%%DATADIR%%/icons/hicolor/48x48/actions/view-page-continuous.png
|
||||
%%DATADIR%%/icons/hicolor/48x48/actions/view-page-facing.png
|
||||
%%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
|
||||
Reference in New Issue
Block a user