View | Details | Raw Unified | Return to bug 252301
Collapse All | Expand All

(-)MOVED (+1 lines)
Lines 15820-15822 Link Here
15820
net/py-libfte||2020-12-29|Has expired: Uses deprecated version of python
15820
net/py-libfte||2020-12-29|Has expired: Uses deprecated version of python
15821
audio/py-gmusicapi||2020-12-30|Has expired: Google Play Music is going away: https://github.com/simon-weber/gmusicapi/issues/673
15821
audio/py-gmusicapi||2020-12-30|Has expired: Google Play Music is going away: https://github.com/simon-weber/gmusicapi/issues/673
15822
net/ceph12|net/ceph14|2020-12-30|Has expired: please use net/ceph14
15822
net/ceph12|net/ceph14|2020-12-30|Has expired: please use net/ceph14
15823
print/xreader|graphics/xreader|2020-12-31|Use proper category based on repocopy from graphics/atril
(-)graphics/Makefile (+1 lines)
Lines 1120-1125 Link Here
1120
    SUBDIR += xpdf4
1120
    SUBDIR += xpdf4
1121
    SUBDIR += xpeps
1121
    SUBDIR += xpeps
1122
    SUBDIR += xpx
1122
    SUBDIR += xpx
1123
    SUBDIR += xreader
1123
    SUBDIR += xsane
1124
    SUBDIR += xsane
1124
    SUBDIR += xsvg
1125
    SUBDIR += xsvg
1125
    SUBDIR += xtexcad
1126
    SUBDIR += xtexcad
(-)graphics/xreader/Makefile (+96 lines)
Added Link Here
1
# $FreeBSD$
2
3
PORTNAME=	xreader
4
PORTVERSION=	2.8.1
5
CATEGORIES=	graphics print gnome
6
DIST_SUBDIR=	gnome
7
8
MAINTAINER=	gnome@FreeBSD.org
9
COMMENT=	GTK multi-format document viewer
10
11
LICENSE=	GPLv2+
12
LICENSE_FILE=	${WRKSRC}/COPYING
13
14
BUILD_DEPENDS=	itstool:textproc/itstool
15
LIB_DEPENDS=	libxapp.so:x11/xapp \
16
		libpoppler-glib.so:graphics/poppler-glib \
17
		libsecret-1.so:security/libsecret
18
19
USES=		compiler:c11 desktop-file-utils gettext-tools gnome meson pkgconfig \
20
		python:3.5+,build shebangfix xorg
21
22
USE_GITHUB=	yes
23
GH_ACCOUNT=	linuxmint
24
25
SHEBANG_FILES=	install-scripts test
26
27
USE_XORG=	ice sm x11
28
29
USE_GNOME=	cairo gdkpixbuf2 gtk30 intltool introspection libxml2
30
31
MESON_ARGS=	-Dintrospection=true \
32
		-Dmathjax-directory=${PREFIX}/www/MathJax \
33
		-Dpixbuf=true \
34
		-Dpdf=true
35
USE_LDCONFIG=	yes
36
INSTALLS_ICONS=	yes
37
38
GLIB_SCHEMAS=	org.x.reader.gschema.xml
39
40
OPTIONS_DEFINE=	COMICS DBUS DEBUG DJVU DVI EPUB HELP PREVIEWER PS T1LIB \
41
		THUMBNAILER TIFF XPS
42
OPTIONS_DEFAULT=	COMICS DBUS DJVU EPUB HELP PREVIEWER PS THUMBNAILER TIFF XPS
43
44
OPTIONS_SUB=	yes
45
46
COMICS_DESC=		Comic book archives support
47
COMICS_MESON_TRUE=	comics
48
49
DBUS_LIB_DEPENDS=	libdbus-1.so:devel/dbus
50
DBUS_MESON_TRUE=	enable_dbus
51
52
DEBUG_MESON_TRUE=	enable_debug deprecated_warnings
53
54
DJVU_DESC=		DJVU support
55
DJVU_LIB_DEPENDS=	libdjvulibre.so:graphics/djvulibre
56
DJVU_MESON_TRUE=	djvu
57
58
DVI_DESC=		DVI viewer support
59
DVI_LIB_DEPENDS=	libspectre.so:print/libspectre
60
DVI_USE=		tex=kpathsea
61
DVI_MESON_TRUE=		dvi
62
63
EPUB_DESC=		Epub support
64
EPUB_LIB_DEPENDS=	libwebkit2gtk-4.0.so:www/webkit2-gtk3
65
EPUB_RUN_DEPENDS=	MathJax>0:www/mathjax
66
EPUB_MESON_TRUE=	epub
67
68
HELP_DESC=		Install help files
69
HELP_RUN_DEPENDS=	yelp>0:x11/yelp
70
HELP_MESON_TRUE=	help_files
71
72
PREVIEWER_DESC=		Print previewer support
73
PREVIEWER_MESON_TRUE=	previewer
74
75
PS_LIB_DEPENDS=		libspectre.so:print/libspectre
76
PS_MESON_TRUE=		ps
77
78
T1LIB_DESC=		T1LIB for TYPE1 fonts to DVI (Enables DVI)
79
T1LIB_LIB_DEPENDS=	libt1.so:devel/t1lib
80
T1LIB_MESON_TRUE=	t1lib
81
T1LIB_IMPLIES=		DVI
82
83
THUMBNAILER_DESC=	Thumbnailer support
84
THUMBNAILER_MESON_TRUE=	thumbnailer
85
86
TIFF_LIB_DEPENDS=	libtiff.so:graphics/tiff
87
TIFF_MESON_TRUE=	tiff
88
89
XPS_DESC=		XPS support
90
XPS_LIB_DEPENDS=	libgxps.so:graphics/libgxps
91
XPS_MESON_TRUE=		xps
92
93
post-patch:
94
	@${REINPLACE_CMD} -e '/gdkwayland/d' ${WRKSRC}/libdocument/ev-document-misc.h
95
96
.include <bsd.port.mk>
(-)graphics/xreader/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1608873846
2
SHA256 (gnome/linuxmint-xreader-2.8.1_GH0.tar.gz) = 3245da4fd3f4183588e5aeb4ee27cada6fca7b469a426430ee89a880a3eb2d8f
3
SIZE (gnome/linuxmint-xreader-2.8.1_GH0.tar.gz) = 2214744
(-)graphics/xreader/pkg-descr (+5 lines)
Added Link Here
1
Xreader is a document viewer for multiple document formats including PDF and
2
Postscript.  The goal of Xreader is to replace document viewers such as ggv and
3
gpdf with a single, simple application.
4
5
WWW: https://github.com/linuxmint/xreader
(-)graphics/xreader/pkg-plist (+309 lines)
Added Link Here
1
bin/xreader
2
%%PREVIEWER%%bin/xreader-previewer
3
%%THUMBNAILER%%bin/xreader-thumbnailer
4
include/xreader/1.5/libdocument/ev-annotation.h
5
include/xreader/1.5/libdocument/ev-async-renderer.h
6
include/xreader/1.5/libdocument/ev-attachment.h
7
include/xreader/1.5/libdocument/ev-backends-manager.h
8
include/xreader/1.5/libdocument/ev-document-annotations.h
9
include/xreader/1.5/libdocument/ev-document-attachments.h
10
include/xreader/1.5/libdocument/ev-document-factory.h
11
include/xreader/1.5/libdocument/ev-document-find.h
12
include/xreader/1.5/libdocument/ev-document-fonts.h
13
include/xreader/1.5/libdocument/ev-document-forms.h
14
include/xreader/1.5/libdocument/ev-document-images.h
15
include/xreader/1.5/libdocument/ev-document-info.h
16
include/xreader/1.5/libdocument/ev-document-layers.h
17
include/xreader/1.5/libdocument/ev-document-links.h
18
include/xreader/1.5/libdocument/ev-document-misc.h
19
include/xreader/1.5/libdocument/ev-document-print.h
20
include/xreader/1.5/libdocument/ev-document-security.h
21
include/xreader/1.5/libdocument/ev-document-text.h
22
include/xreader/1.5/libdocument/ev-document-thumbnails.h
23
include/xreader/1.5/libdocument/ev-document-transition.h
24
include/xreader/1.5/libdocument/ev-document-type-builtins.h
25
include/xreader/1.5/libdocument/ev-document.h
26
include/xreader/1.5/libdocument/ev-file-exporter.h
27
include/xreader/1.5/libdocument/ev-file-helpers.h
28
include/xreader/1.5/libdocument/ev-form-field.h
29
include/xreader/1.5/libdocument/ev-image.h
30
include/xreader/1.5/libdocument/ev-init.h
31
include/xreader/1.5/libdocument/ev-layer.h
32
include/xreader/1.5/libdocument/ev-link-action.h
33
include/xreader/1.5/libdocument/ev-link-dest.h
34
include/xreader/1.5/libdocument/ev-link.h
35
include/xreader/1.5/libdocument/ev-macros.h
36
include/xreader/1.5/libdocument/ev-mapping-list.h
37
include/xreader/1.5/libdocument/ev-page.h
38
include/xreader/1.5/libdocument/ev-render-context.h
39
include/xreader/1.5/libdocument/ev-selection.h
40
include/xreader/1.5/libdocument/ev-transition-effect.h
41
include/xreader/1.5/libdocument/ev-version.h
42
include/xreader/1.5/libview/ev-document-model.h
43
include/xreader/1.5/libview/ev-job-scheduler.h
44
include/xreader/1.5/libview/ev-jobs.h
45
include/xreader/1.5/libview/ev-print-operation.h
46
include/xreader/1.5/libview/ev-stock-icons.h
47
include/xreader/1.5/libview/ev-view-presentation.h
48
include/xreader/1.5/libview/ev-view-type-builtins.h
49
include/xreader/1.5/libview/ev-view.h
50
include/xreader/1.5/libview/ev-web-view.h
51
include/xreader/1.5/xreader-document.h
52
include/xreader/1.5/xreader-view.h
53
lib/girepository-1.0/XreaderDocument-1.5.typelib
54
lib/girepository-1.0/XreaderView-1.5.typelib
55
lib/libxreaderdocument.so
56
lib/libxreaderdocument.so.3
57
lib/libxreaderdocument.so.%%GTK3_VERSION%%
58
lib/libxreaderview.so
59
lib/libxreaderview.so.3
60
lib/libxreaderview.so.%%GTK3_VERSION%%
61
%%COMICS%%lib/xreader/3/backends/comicsdocument.xreader-backend
62
%%DJVU%%lib/xreader/3/backends/djvudocument.xreader-backend
63
%%DVI%%lib/xreader/3/backends/dvidocument.xreader-backend
64
%%EPUB%%lib/xreader/3/backends/epubdocument.xreader-backend
65
%%COMICS%%lib/xreader/3/backends/libcomicsdocument.so
66
%%DJVU%%lib/xreader/3/backends/libdjvudocument.so
67
%%DVI%%lib/xreader/3/backends/libdvidocument.so
68
%%EPUB%%lib/xreader/3/backends/libepubdocument.so
69
lib/xreader/3/backends/libpdfdocument.so
70
lib/xreader/3/backends/libpixbufdocument.so
71
%%PS%%lib/xreader/3/backends/libpsdocument.so
72
%%TIFF%%lib/xreader/3/backends/libtiffdocument.so
73
%%XPS%%lib/xreader/3/backends/libxpsdocument.so
74
lib/xreader/3/backends/pdfdocument.xreader-backend
75
lib/xreader/3/backends/pixbufdocument.xreader-backend
76
%%PS%%lib/xreader/3/backends/psdocument.xreader-backend
77
%%TIFF%%lib/xreader/3/backends/tiffdocument.xreader-backend
78
%%XPS%%lib/xreader/3/backends/xpsdocument.xreader-backend
79
libdata/pkgconfig/xreader-document-1.5.pc
80
libdata/pkgconfig/xreader-view-1.5.pc
81
%%DBUS%%libexec/xreaderd
82
man/man1/xreader.1.gz
83
%%PREVIEWER%%man/man1/xreader-previewer.1.gz
84
%%THUMBNAILER%%man/man1/xreader-thumbnailer.1.gz
85
share/appdata/xreader.appdata.xml
86
share/applications/xreader.desktop
87
share/dbus-1/services/org.x.reader.Daemon.service
88
share/gir-1.0/XreaderDocument-1.5.gir
89
share/gir-1.0/XreaderView-1.5.gir
90
%%HELP%%share/help/C/xreader/figures/xreader_start_window.png
91
%%HELP%%share/help/C/xreader/index.docbook
92
%%HELP%%share/help/C/xreader/legal.xml
93
%%HELP%%share/help/bg/xreader/figures/xreader_start_window.png
94
%%HELP%%share/help/bg/xreader/index.docbook
95
%%HELP%%share/help/bg/xreader/legal.xml
96
%%HELP%%share/help/ca/xreader/figures/xreader_start_window.png
97
%%HELP%%share/help/ca/xreader/index.docbook
98
%%HELP%%share/help/ca/xreader/legal.xml
99
%%HELP%%share/help/cs/xreader/figures/xreader_start_window.png
100
%%HELP%%share/help/cs/xreader/index.docbook
101
%%HELP%%share/help/cs/xreader/legal.xml
102
%%HELP%%share/help/de/xreader/figures/xreader_start_window.png
103
%%HELP%%share/help/de/xreader/index.docbook
104
%%HELP%%share/help/de/xreader/legal.xml
105
%%HELP%%share/help/el/xreader/figures/xreader_start_window.png
106
%%HELP%%share/help/el/xreader/index.docbook
107
%%HELP%%share/help/el/xreader/legal.xml
108
%%HELP%%share/help/en_GB/xreader/figures/xreader_start_window.png
109
%%HELP%%share/help/en_GB/xreader/index.docbook
110
%%HELP%%share/help/en_GB/xreader/legal.xml
111
%%HELP%%share/help/es/xreader/figures/xreader_start_window.png
112
%%HELP%%share/help/es/xreader/index.docbook
113
%%HELP%%share/help/es/xreader/legal.xml
114
%%HELP%%share/help/eu/xreader/figures/xreader_start_window.png
115
%%HELP%%share/help/eu/xreader/index.docbook
116
%%HELP%%share/help/eu/xreader/legal.xml
117
%%HELP%%share/help/fi/xreader/figures/xreader_start_window.png
118
%%HELP%%share/help/fi/xreader/index.docbook
119
%%HELP%%share/help/fi/xreader/legal.xml
120
%%HELP%%share/help/fr/xreader/figures/xreader_start_window.png
121
%%HELP%%share/help/fr/xreader/index.docbook
122
%%HELP%%share/help/fr/xreader/legal.xml
123
%%HELP%%share/help/it/xreader/figures/xreader_start_window.png
124
%%HELP%%share/help/it/xreader/index.docbook
125
%%HELP%%share/help/it/xreader/legal.xml
126
%%HELP%%share/help/ja/xreader/figures/xreader_start_window.png
127
%%HELP%%share/help/ja/xreader/index.docbook
128
%%HELP%%share/help/ja/xreader/legal.xml
129
%%HELP%%share/help/nl/xreader/figures/xreader_start_window.png
130
%%HELP%%share/help/nl/xreader/index.docbook
131
%%HELP%%share/help/nl/xreader/legal.xml
132
%%HELP%%share/help/oc/xreader/figures/xreader_start_window.png
133
%%HELP%%share/help/oc/xreader/index.docbook
134
%%HELP%%share/help/oc/xreader/legal.xml
135
%%HELP%%share/help/pt_BR/xreader/figures/xreader_start_window.png
136
%%HELP%%share/help/pt_BR/xreader/index.docbook
137
%%HELP%%share/help/pt_BR/xreader/legal.xml
138
%%HELP%%share/help/ru/xreader/figures/xreader_start_window.png
139
%%HELP%%share/help/ru/xreader/index.docbook
140
%%HELP%%share/help/ru/xreader/legal.xml
141
%%HELP%%share/help/sl/xreader/figures/xreader_start_window.png
142
%%HELP%%share/help/sl/xreader/index.docbook
143
%%HELP%%share/help/sl/xreader/legal.xml
144
%%HELP%%share/help/sr/xreader/figures/xreader_start_window.png
145
%%HELP%%share/help/sr/xreader/index.docbook
146
%%HELP%%share/help/sr/xreader/legal.xml
147
%%HELP%%share/help/sv/xreader/figures/xreader_start_window.png
148
%%HELP%%share/help/sv/xreader/index.docbook
149
%%HELP%%share/help/sv/xreader/legal.xml
150
%%HELP%%share/help/uk/xreader/figures/xreader_start_window.png
151
%%HELP%%share/help/uk/xreader/index.docbook
152
%%HELP%%share/help/uk/xreader/legal.xml
153
%%HELP%%share/help/vi/xreader/figures/xreader_start_window.png
154
%%HELP%%share/help/vi/xreader/index.docbook
155
%%HELP%%share/help/vi/xreader/legal.xml
156
%%HELP%%share/help/zh_CN/xreader/figures/xreader_start_window.png
157
%%HELP%%share/help/zh_CN/xreader/index.docbook
158
%%HELP%%share/help/zh_CN/xreader/legal.xml
159
share/icons/hicolor/16x16/apps/xreader.png
160
share/icons/hicolor/22x22/apps/xreader.png
161
share/icons/hicolor/24x24/apps/xreader.png
162
share/icons/hicolor/48x48/apps/xreader.png
163
share/icons/hicolor/scalable/apps/xreader.svg
164
share/locale/ab/LC_MESSAGES/xreader.mo
165
share/locale/af/LC_MESSAGES/xreader.mo
166
share/locale/am/LC_MESSAGES/xreader.mo
167
share/locale/ar/LC_MESSAGES/xreader.mo
168
share/locale/as/LC_MESSAGES/xreader.mo
169
share/locale/ast/LC_MESSAGES/xreader.mo
170
share/locale/az/LC_MESSAGES/xreader.mo
171
share/locale/be/LC_MESSAGES/xreader.mo
172
share/locale/be@latin/LC_MESSAGES/xreader.mo
173
share/locale/ber/LC_MESSAGES/xreader.mo
174
share/locale/bg/LC_MESSAGES/xreader.mo
175
share/locale/bn/LC_MESSAGES/xreader.mo
176
share/locale/bn_IN/LC_MESSAGES/xreader.mo
177
share/locale/br/LC_MESSAGES/xreader.mo
178
share/locale/ca/LC_MESSAGES/xreader.mo
179
share/locale/ca@valencia/LC_MESSAGES/xreader.mo
180
share/locale/cmn/LC_MESSAGES/xreader.mo
181
share/locale/cs/LC_MESSAGES/xreader.mo
182
share/locale/cy/LC_MESSAGES/xreader.mo
183
share/locale/da/LC_MESSAGES/xreader.mo
184
share/locale/de/LC_MESSAGES/xreader.mo
185
share/locale/dz/LC_MESSAGES/xreader.mo
186
share/locale/el/LC_MESSAGES/xreader.mo
187
share/locale/en@shaw/LC_MESSAGES/xreader.mo
188
share/locale/en_AU/LC_MESSAGES/xreader.mo
189
share/locale/en_CA/LC_MESSAGES/xreader.mo
190
share/locale/en_GB/LC_MESSAGES/xreader.mo
191
share/locale/eo/LC_MESSAGES/xreader.mo
192
share/locale/es/LC_MESSAGES/xreader.mo
193
share/locale/es_CO/LC_MESSAGES/xreader.mo
194
share/locale/es_VE/LC_MESSAGES/xreader.mo
195
share/locale/et/LC_MESSAGES/xreader.mo
196
share/locale/eu/LC_MESSAGES/xreader.mo
197
share/locale/fa/LC_MESSAGES/xreader.mo
198
share/locale/fi/LC_MESSAGES/xreader.mo
199
share/locale/fr/LC_MESSAGES/xreader.mo
200
share/locale/fr_CA/LC_MESSAGES/xreader.mo
201
share/locale/ga/LC_MESSAGES/xreader.mo
202
share/locale/gl/LC_MESSAGES/xreader.mo
203
share/locale/gu/LC_MESSAGES/xreader.mo
204
share/locale/he/LC_MESSAGES/xreader.mo
205
share/locale/hi/LC_MESSAGES/xreader.mo
206
share/locale/hr/LC_MESSAGES/xreader.mo
207
share/locale/hu/LC_MESSAGES/xreader.mo
208
share/locale/hy/LC_MESSAGES/xreader.mo
209
share/locale/ia/LC_MESSAGES/xreader.mo
210
share/locale/id/LC_MESSAGES/xreader.mo
211
share/locale/ie/LC_MESSAGES/xreader.mo
212
share/locale/is/LC_MESSAGES/xreader.mo
213
share/locale/it/LC_MESSAGES/xreader.mo
214
share/locale/ja/LC_MESSAGES/xreader.mo
215
share/locale/ka/LC_MESSAGES/xreader.mo
216
share/locale/kab/LC_MESSAGES/xreader.mo
217
share/locale/kk/LC_MESSAGES/xreader.mo
218
share/locale/kn/LC_MESSAGES/xreader.mo
219
share/locale/ko/LC_MESSAGES/xreader.mo
220
share/locale/ks/LC_MESSAGES/xreader.mo
221
share/locale/ku/LC_MESSAGES/xreader.mo
222
share/locale/ky/LC_MESSAGES/xreader.mo
223
share/locale/la/LC_MESSAGES/xreader.mo
224
share/locale/lt/LC_MESSAGES/xreader.mo
225
share/locale/lv/LC_MESSAGES/xreader.mo
226
share/locale/mai/LC_MESSAGES/xreader.mo
227
share/locale/mg/LC_MESSAGES/xreader.mo
228
share/locale/mk/LC_MESSAGES/xreader.mo
229
share/locale/ml/LC_MESSAGES/xreader.mo
230
share/locale/mn/LC_MESSAGES/xreader.mo
231
share/locale/mr/LC_MESSAGES/xreader.mo
232
share/locale/ms/LC_MESSAGES/xreader.mo
233
share/locale/nb/LC_MESSAGES/xreader.mo
234
share/locale/nds/LC_MESSAGES/xreader.mo
235
share/locale/ne/LC_MESSAGES/xreader.mo
236
share/locale/nl/LC_MESSAGES/xreader.mo
237
share/locale/nn/LC_MESSAGES/xreader.mo
238
share/locale/oc/LC_MESSAGES/xreader.mo
239
share/locale/or/LC_MESSAGES/xreader.mo
240
share/locale/pa/LC_MESSAGES/xreader.mo
241
share/locale/pl/LC_MESSAGES/xreader.mo
242
share/locale/ps/LC_MESSAGES/xreader.mo
243
share/locale/pt/LC_MESSAGES/xreader.mo
244
share/locale/pt_BR/LC_MESSAGES/xreader.mo
245
share/locale/ro/LC_MESSAGES/xreader.mo
246
share/locale/ru/LC_MESSAGES/xreader.mo
247
share/locale/rw/LC_MESSAGES/xreader.mo
248
share/locale/sc/LC_MESSAGES/xreader.mo
249
share/locale/si/LC_MESSAGES/xreader.mo
250
share/locale/sk/LC_MESSAGES/xreader.mo
251
share/locale/sl/LC_MESSAGES/xreader.mo
252
share/locale/sq/LC_MESSAGES/xreader.mo
253
share/locale/sr/LC_MESSAGES/xreader.mo
254
share/locale/sr@latin/LC_MESSAGES/xreader.mo
255
share/locale/sv/LC_MESSAGES/xreader.mo
256
share/locale/ta/LC_MESSAGES/xreader.mo
257
share/locale/te/LC_MESSAGES/xreader.mo
258
share/locale/th/LC_MESSAGES/xreader.mo
259
share/locale/tr/LC_MESSAGES/xreader.mo
260
share/locale/tt/LC_MESSAGES/xreader.mo
261
share/locale/uk/LC_MESSAGES/xreader.mo
262
share/locale/ur/LC_MESSAGES/xreader.mo
263
share/locale/vi/LC_MESSAGES/xreader.mo
264
share/locale/wa/LC_MESSAGES/xreader.mo
265
share/locale/zgh/LC_MESSAGES/xreader.mo
266
share/locale/zh_CN/LC_MESSAGES/xreader.mo
267
share/locale/zh_HK/LC_MESSAGES/xreader.mo
268
share/locale/zh_TW/LC_MESSAGES/xreader.mo
269
%%THUMBNAILER%%share/thumbnailers/xreader.thumbnailer
270
%%DATADIR%%/hand-open.png
271
%%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-left.png
272
%%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-right.png
273
%%DATADIR%%/icons/hicolor/16x16/actions/view-page-continuous.png
274
%%DATADIR%%/icons/hicolor/16x16/actions/view-page-facing.png
275
%%DATADIR%%/icons/hicolor/16x16/actions/zoom-fit-height.png
276
%%DATADIR%%/icons/hicolor/16x16/actions/zoom-fit-width.png
277
%%DATADIR%%/icons/hicolor/16x16/actions/zoom.png
278
%%DATADIR%%/icons/hicolor/16x16/mimetypes/x-office-presentation.png
279
%%DATADIR%%/icons/hicolor/22x22/actions/eye.png
280
%%DATADIR%%/icons/hicolor/22x22/actions/object-rotate-left.png
281
%%DATADIR%%/icons/hicolor/22x22/actions/object-rotate-right.png
282
%%DATADIR%%/icons/hicolor/22x22/actions/view-page-continuous.png
283
%%DATADIR%%/icons/hicolor/22x22/actions/view-page-facing.png
284
%%DATADIR%%/icons/hicolor/22x22/actions/zoom-fit-page.png
285
%%DATADIR%%/icons/hicolor/22x22/actions/zoom-fit-width.png
286
%%DATADIR%%/icons/hicolor/22x22/actions/zoom.png
287
%%DATADIR%%/icons/hicolor/22x22/mimetypes/x-office-presentation.png
288
%%DATADIR%%/icons/hicolor/24x24/actions/object-rotate-left.png
289
%%DATADIR%%/icons/hicolor/24x24/actions/object-rotate-right.png
290
%%DATADIR%%/icons/hicolor/24x24/actions/stock_filters-invert.png
291
%%DATADIR%%/icons/hicolor/24x24/actions/view-page-continuous.png
292
%%DATADIR%%/icons/hicolor/24x24/actions/view-page-facing.png
293
%%DATADIR%%/icons/hicolor/24x24/actions/zoom-fit-height.png
294
%%DATADIR%%/icons/hicolor/24x24/actions/zoom-fit-width.png
295
%%DATADIR%%/icons/hicolor/24x24/actions/zoom.png
296
%%DATADIR%%/icons/hicolor/24x24/mimetypes/x-office-presentation.png
297
%%DATADIR%%/icons/hicolor/32x32/actions/object-rotate-left.png
298
%%DATADIR%%/icons/hicolor/32x32/actions/object-rotate-right.png
299
%%DATADIR%%/icons/hicolor/32x32/actions/view-page-continuous.png
300
%%DATADIR%%/icons/hicolor/32x32/actions/view-page-facing.png
301
%%DATADIR%%/icons/hicolor/32x32/mimetypes/x-office-presentation.png
302
%%DATADIR%%/icons/hicolor/48x48/actions/close.png
303
%%DATADIR%%/icons/hicolor/48x48/actions/resize-se.png
304
%%DATADIR%%/icons/hicolor/48x48/actions/resize-sw.png
305
%%DATADIR%%/icons/hicolor/48x48/actions/view-page-continuous.png
306
%%DATADIR%%/icons/hicolor/48x48/actions/view-page-facing.png
307
%%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-left.svg
308
%%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-right.svg
309
%%DATADIR%%/icons/hicolor/scalable/mimetypes/x-office-presentation.svg
(-)print/Makefile (-1 lines)
Lines 259-265 Link Here
259
    SUBDIR += xfce4-print
259
    SUBDIR += xfce4-print
260
    SUBDIR += xmbibtex
260
    SUBDIR += xmbibtex
261
    SUBDIR += xpdfopen
261
    SUBDIR += xpdfopen
262
    SUBDIR += xreader
263
    SUBDIR += xtexsh
262
    SUBDIR += xtexsh
264
    SUBDIR += yatex
263
    SUBDIR += yatex
265
264
(-)print/xreader/Makefile (-66 lines)
Removed Link Here
1
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
2
# $FreeBSD$
3
4
PORTNAME=	xreader
5
PORTVERSION=	2.6.4
6
PORTREVISION=	2
7
CATEGORIES=	print
8
9
MAINTAINER=	danfe@FreeBSD.org
10
COMMENT=	Multi-format document reader
11
12
LICENSE=	GPLv2+
13
14
PORTSCOUT=	limit:^[0-9.]+$$	# ignore master.mint* tags
15
16
BUILD_DEPENDS=	intltool-merge:textproc/intltool
17
LIB_DEPENDS=	libxapp.so:x11/xapps
18
19
USES=		desktop-file-utils gettext-tools gnome meson pkgconfig xorg
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	linuxmint
22
USE_LDCONFIG=	yes
23
USE_GNOME=	cairo gdkpixbuf2 gtk30 libxml2
24
USE_XORG=	ice sm x11
25
GLIB_SCHEMAS=	org.x.reader.gschema.xml
26
INSTALLS_ICONS=	yes
27
28
MATHJAX_DIR=	${LOCALBASE}/www/MathJax
29
MESON_ARGS=	-Dtests=false
30
31
OPTIONS_DEFINE=	DJVU EPUB KEYRING PDF PS TIFF XPS
32
OPTIONS_DEFAULT=	DJVU KEYRING PDF TIFF XPS
33
EPUB_DESC=	EPUB e-book format support
34
KEYRING_DESC=	Password-protected document support
35
XPS_DESC=	XPS document support
36
OPTIONS_SUB=	yes
37
38
DJVU_LIB_DEPENDS=	libdjvulibre.so:graphics/djvulibre
39
DJVU_MESON_ON=		-Ddjvu=true
40
41
EPUB_BUILD_DEPENDS=	${MATHJAX_DIR}/MathJax.js:www/mathjax
42
EPUB_LIB_DEPENDS=	libwebkit2gtk-4.0.so:www/webkit2-gtk3
43
EPUB_RUN_DEPENDS=	${EPUB_BUILD_DEPENDS}
44
EPUB_MESON_ON=		-Dmathjax-directory=${MATHJAX_DIR}
45
EPUB_MESON_OFF=		-Depub=false
46
47
KEYRING_LIB_DEPENDS=	libsecret-1.so:security/libsecret
48
KEYRING_MESON_OFF=	-Dkeyring=false
49
50
PDF_LIB_DEPENDS=	libpoppler-glib.so:graphics/poppler-glib
51
PDF_MESON_OFF=		-Dpdf=false
52
53
PS_LIB_DEPENDS=		libspectre.so:print/libspectre
54
PS_MESON_OFF=		-Dps=false
55
56
TIFF_LIB_DEPENDS=	libtiff.so:graphics/tiff
57
TIFF_MESON_OFF=		-Dtiff=false
58
59
XPS_LIB_DEPENDS=	libgxps.so:graphics/libgxps
60
XPS_MESON_OFF=		-Dxps=false
61
62
post-patch:
63
	@${REINPLACE_CMD} -e '/gdk\/gdkwayland\.h/d' \
64
		${WRKSRC}/libdocument/ev-document-misc.h
65
66
.include <bsd.port.mk>
(-)print/xreader/distinfo (-3 lines)
Removed Link Here
1
TIMESTAMP = 1592999259
2
SHA256 (linuxmint-xreader-2.6.4_GH0.tar.gz) = 7e2f833669345a396448f475213637f31dff6c45a57b25badb1c13e28a289b10
3
SIZE (linuxmint-xreader-2.6.4_GH0.tar.gz) = 2187159
(-)print/xreader/pkg-descr (-4 lines)
Removed Link Here
1
Xreader is a document viewer capable of displaying multiple and single page
2
document formats like CBR (comics), DjVu, DVI, PDF, PostScript, XPS, etc.
3
4
WWW: https://github.com/linuxmint/xreader
(-)print/xreader/pkg-plist (-228 lines)
Removed Link Here
1
bin/xreader
2
bin/xreader-previewer
3
bin/xreader-thumbnailer
4
include/xreader/1.5/libdocument/ev-annotation.h
5
include/xreader/1.5/libdocument/ev-async-renderer.h
6
include/xreader/1.5/libdocument/ev-attachment.h
7
include/xreader/1.5/libdocument/ev-backends-manager.h
8
include/xreader/1.5/libdocument/ev-document-annotations.h
9
include/xreader/1.5/libdocument/ev-document-attachments.h
10
include/xreader/1.5/libdocument/ev-document-factory.h
11
include/xreader/1.5/libdocument/ev-document-find.h
12
include/xreader/1.5/libdocument/ev-document-fonts.h
13
include/xreader/1.5/libdocument/ev-document-forms.h
14
include/xreader/1.5/libdocument/ev-document-images.h
15
include/xreader/1.5/libdocument/ev-document-info.h
16
include/xreader/1.5/libdocument/ev-document-layers.h
17
include/xreader/1.5/libdocument/ev-document-links.h
18
include/xreader/1.5/libdocument/ev-document-misc.h
19
include/xreader/1.5/libdocument/ev-document-print.h
20
include/xreader/1.5/libdocument/ev-document-security.h
21
include/xreader/1.5/libdocument/ev-document-text.h
22
include/xreader/1.5/libdocument/ev-document-thumbnails.h
23
include/xreader/1.5/libdocument/ev-document-transition.h
24
include/xreader/1.5/libdocument/ev-document-type-builtins.h
25
include/xreader/1.5/libdocument/ev-document.h
26
include/xreader/1.5/libdocument/ev-file-exporter.h
27
include/xreader/1.5/libdocument/ev-file-helpers.h
28
include/xreader/1.5/libdocument/ev-form-field.h
29
include/xreader/1.5/libdocument/ev-image.h
30
include/xreader/1.5/libdocument/ev-init.h
31
include/xreader/1.5/libdocument/ev-layer.h
32
include/xreader/1.5/libdocument/ev-link-action.h
33
include/xreader/1.5/libdocument/ev-link-dest.h
34
include/xreader/1.5/libdocument/ev-link.h
35
include/xreader/1.5/libdocument/ev-macros.h
36
include/xreader/1.5/libdocument/ev-mapping-list.h
37
include/xreader/1.5/libdocument/ev-page.h
38
include/xreader/1.5/libdocument/ev-render-context.h
39
include/xreader/1.5/libdocument/ev-selection.h
40
include/xreader/1.5/libdocument/ev-transition-effect.h
41
include/xreader/1.5/libdocument/ev-version.h
42
include/xreader/1.5/libview/ev-document-model.h
43
include/xreader/1.5/libview/ev-job-scheduler.h
44
include/xreader/1.5/libview/ev-jobs.h
45
include/xreader/1.5/libview/ev-print-operation.h
46
include/xreader/1.5/libview/ev-stock-icons.h
47
include/xreader/1.5/libview/ev-view-presentation.h
48
include/xreader/1.5/libview/ev-view-type-builtins.h
49
include/xreader/1.5/libview/ev-view.h
50
include/xreader/1.5/libview/ev-web-view.h
51
include/xreader/1.5/xreader-document.h
52
include/xreader/1.5/xreader-view.h
53
lib/libxreaderdocument.so
54
lib/libxreaderdocument.so.3
55
lib/libxreaderdocument.so.3.0.0
56
lib/libxreaderview.so
57
lib/libxreaderview.so.3
58
lib/libxreaderview.so.3.0.0
59
%%DJVU%%lib/xreader/3/backends/djvudocument.xreader-backend
60
%%EPUB%%lib/xreader/3/backends/epubdocument.xreader-backend
61
%%DJVU%%lib/xreader/3/backends/libdjvudocument.so
62
%%EPUB%%lib/xreader/3/backends/libepubdocument.so
63
%%PDF%%lib/xreader/3/backends/libpdfdocument.so
64
%%PS%%lib/xreader/3/backends/libpsdocument.so
65
%%TIFF%%lib/xreader/3/backends/libtiffdocument.so
66
%%XPS%%lib/xreader/3/backends/libxpsdocument.so
67
%%PDF%%lib/xreader/3/backends/pdfdocument.xreader-backend
68
%%PS%%lib/xreader/3/backends/psdocument.xreader-backend
69
%%TIFF%%lib/xreader/3/backends/tiffdocument.xreader-backend
70
%%XPS%%lib/xreader/3/backends/xpsdocument.xreader-backend
71
libdata/pkgconfig/xreader-document-1.5.pc
72
libdata/pkgconfig/xreader-view-1.5.pc
73
libexec/xreaderd
74
man/man1/xreader-previewer.1.gz
75
man/man1/xreader-thumbnailer.1.gz
76
man/man1/xreader.1.gz
77
share/appdata/xreader.appdata.xml
78
share/applications/xreader.desktop
79
share/dbus-1/services/org.x.reader.Daemon.service
80
share/icons/hicolor/16x16/apps/xreader.png
81
share/icons/hicolor/22x22/apps/xreader.png
82
share/icons/hicolor/24x24/apps/xreader.png
83
share/icons/hicolor/48x48/apps/xreader.png
84
share/icons/hicolor/scalable/apps/xreader.svg
85
share/locale/ab/LC_MESSAGES/xreader.mo
86
share/locale/af/LC_MESSAGES/xreader.mo
87
share/locale/am/LC_MESSAGES/xreader.mo
88
share/locale/ar/LC_MESSAGES/xreader.mo
89
share/locale/as/LC_MESSAGES/xreader.mo
90
share/locale/ast/LC_MESSAGES/xreader.mo
91
share/locale/az/LC_MESSAGES/xreader.mo
92
share/locale/be/LC_MESSAGES/xreader.mo
93
share/locale/be@latin/LC_MESSAGES/xreader.mo
94
share/locale/bg/LC_MESSAGES/xreader.mo
95
share/locale/bn/LC_MESSAGES/xreader.mo
96
share/locale/bn_IN/LC_MESSAGES/xreader.mo
97
share/locale/br/LC_MESSAGES/xreader.mo
98
share/locale/ca/LC_MESSAGES/xreader.mo
99
share/locale/ca@valencia/LC_MESSAGES/xreader.mo
100
share/locale/cmn/LC_MESSAGES/xreader.mo
101
share/locale/cs/LC_MESSAGES/xreader.mo
102
share/locale/cy/LC_MESSAGES/xreader.mo
103
share/locale/da/LC_MESSAGES/xreader.mo
104
share/locale/de/LC_MESSAGES/xreader.mo
105
share/locale/dz/LC_MESSAGES/xreader.mo
106
share/locale/el/LC_MESSAGES/xreader.mo
107
share/locale/en@shaw/LC_MESSAGES/xreader.mo
108
share/locale/en_AU/LC_MESSAGES/xreader.mo
109
share/locale/en_CA/LC_MESSAGES/xreader.mo
110
share/locale/en_GB/LC_MESSAGES/xreader.mo
111
share/locale/eo/LC_MESSAGES/xreader.mo
112
share/locale/es/LC_MESSAGES/xreader.mo
113
share/locale/es_CO/LC_MESSAGES/xreader.mo
114
share/locale/es_VE/LC_MESSAGES/xreader.mo
115
share/locale/et/LC_MESSAGES/xreader.mo
116
share/locale/eu/LC_MESSAGES/xreader.mo
117
share/locale/fa/LC_MESSAGES/xreader.mo
118
share/locale/fi/LC_MESSAGES/xreader.mo
119
share/locale/fr/LC_MESSAGES/xreader.mo
120
share/locale/fr_CA/LC_MESSAGES/xreader.mo
121
share/locale/ga/LC_MESSAGES/xreader.mo
122
share/locale/gl/LC_MESSAGES/xreader.mo
123
share/locale/gu/LC_MESSAGES/xreader.mo
124
share/locale/he/LC_MESSAGES/xreader.mo
125
share/locale/hi/LC_MESSAGES/xreader.mo
126
share/locale/hr/LC_MESSAGES/xreader.mo
127
share/locale/hu/LC_MESSAGES/xreader.mo
128
share/locale/hy/LC_MESSAGES/xreader.mo
129
share/locale/ia/LC_MESSAGES/xreader.mo
130
share/locale/id/LC_MESSAGES/xreader.mo
131
share/locale/ie/LC_MESSAGES/xreader.mo
132
share/locale/is/LC_MESSAGES/xreader.mo
133
share/locale/it/LC_MESSAGES/xreader.mo
134
share/locale/ja/LC_MESSAGES/xreader.mo
135
share/locale/ka/LC_MESSAGES/xreader.mo
136
share/locale/kab/LC_MESSAGES/xreader.mo
137
share/locale/kk/LC_MESSAGES/xreader.mo
138
share/locale/kn/LC_MESSAGES/xreader.mo
139
share/locale/ko/LC_MESSAGES/xreader.mo
140
share/locale/ks/LC_MESSAGES/xreader.mo
141
share/locale/ku/LC_MESSAGES/xreader.mo
142
share/locale/ky/LC_MESSAGES/xreader.mo
143
share/locale/la/LC_MESSAGES/xreader.mo
144
share/locale/lt/LC_MESSAGES/xreader.mo
145
share/locale/lv/LC_MESSAGES/xreader.mo
146
share/locale/mai/LC_MESSAGES/xreader.mo
147
share/locale/mg/LC_MESSAGES/xreader.mo
148
share/locale/mk/LC_MESSAGES/xreader.mo
149
share/locale/ml/LC_MESSAGES/xreader.mo
150
share/locale/mn/LC_MESSAGES/xreader.mo
151
share/locale/mr/LC_MESSAGES/xreader.mo
152
share/locale/ms/LC_MESSAGES/xreader.mo
153
share/locale/nb/LC_MESSAGES/xreader.mo
154
share/locale/nds/LC_MESSAGES/xreader.mo
155
share/locale/ne/LC_MESSAGES/xreader.mo
156
share/locale/nl/LC_MESSAGES/xreader.mo
157
share/locale/nn/LC_MESSAGES/xreader.mo
158
share/locale/oc/LC_MESSAGES/xreader.mo
159
share/locale/or/LC_MESSAGES/xreader.mo
160
share/locale/pa/LC_MESSAGES/xreader.mo
161
share/locale/pl/LC_MESSAGES/xreader.mo
162
share/locale/ps/LC_MESSAGES/xreader.mo
163
share/locale/pt/LC_MESSAGES/xreader.mo
164
share/locale/pt_BR/LC_MESSAGES/xreader.mo
165
share/locale/ro/LC_MESSAGES/xreader.mo
166
share/locale/ru/LC_MESSAGES/xreader.mo
167
share/locale/rw/LC_MESSAGES/xreader.mo
168
share/locale/sc/LC_MESSAGES/xreader.mo
169
share/locale/si/LC_MESSAGES/xreader.mo
170
share/locale/sk/LC_MESSAGES/xreader.mo
171
share/locale/sl/LC_MESSAGES/xreader.mo
172
share/locale/sq/LC_MESSAGES/xreader.mo
173
share/locale/sr/LC_MESSAGES/xreader.mo
174
share/locale/sr@latin/LC_MESSAGES/xreader.mo
175
share/locale/sv/LC_MESSAGES/xreader.mo
176
share/locale/ta/LC_MESSAGES/xreader.mo
177
share/locale/te/LC_MESSAGES/xreader.mo
178
share/locale/th/LC_MESSAGES/xreader.mo
179
share/locale/tr/LC_MESSAGES/xreader.mo
180
share/locale/tt/LC_MESSAGES/xreader.mo
181
share/locale/uk/LC_MESSAGES/xreader.mo
182
share/locale/ur/LC_MESSAGES/xreader.mo
183
share/locale/vi/LC_MESSAGES/xreader.mo
184
share/locale/wa/LC_MESSAGES/xreader.mo
185
share/locale/zh_CN/LC_MESSAGES/xreader.mo
186
share/locale/zh_HK/LC_MESSAGES/xreader.mo
187
share/locale/zh_TW/LC_MESSAGES/xreader.mo
188
share/thumbnailers/xreader.thumbnailer
189
%%DATADIR%%/hand-open.png
190
%%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-left.png
191
%%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-right.png
192
%%DATADIR%%/icons/hicolor/16x16/actions/view-page-continuous.png
193
%%DATADIR%%/icons/hicolor/16x16/actions/view-page-facing.png
194
%%DATADIR%%/icons/hicolor/16x16/actions/zoom-fit-height.png
195
%%DATADIR%%/icons/hicolor/16x16/actions/zoom-fit-width.png
196
%%DATADIR%%/icons/hicolor/16x16/actions/zoom.png
197
%%DATADIR%%/icons/hicolor/16x16/mimetypes/x-office-presentation.png
198
%%DATADIR%%/icons/hicolor/22x22/actions/eye.png
199
%%DATADIR%%/icons/hicolor/22x22/actions/object-rotate-left.png
200
%%DATADIR%%/icons/hicolor/22x22/actions/object-rotate-right.png
201
%%DATADIR%%/icons/hicolor/22x22/actions/view-page-continuous.png
202
%%DATADIR%%/icons/hicolor/22x22/actions/view-page-facing.png
203
%%DATADIR%%/icons/hicolor/22x22/actions/zoom-fit-page.png
204
%%DATADIR%%/icons/hicolor/22x22/actions/zoom-fit-width.png
205
%%DATADIR%%/icons/hicolor/22x22/actions/zoom.png
206
%%DATADIR%%/icons/hicolor/22x22/mimetypes/x-office-presentation.png
207
%%DATADIR%%/icons/hicolor/24x24/actions/object-rotate-left.png
208
%%DATADIR%%/icons/hicolor/24x24/actions/object-rotate-right.png
209
%%DATADIR%%/icons/hicolor/24x24/actions/stock_filters-invert.png
210
%%DATADIR%%/icons/hicolor/24x24/actions/view-page-continuous.png
211
%%DATADIR%%/icons/hicolor/24x24/actions/view-page-facing.png
212
%%DATADIR%%/icons/hicolor/24x24/actions/zoom-fit-height.png
213
%%DATADIR%%/icons/hicolor/24x24/actions/zoom-fit-width.png
214
%%DATADIR%%/icons/hicolor/24x24/actions/zoom.png
215
%%DATADIR%%/icons/hicolor/24x24/mimetypes/x-office-presentation.png
216
%%DATADIR%%/icons/hicolor/32x32/actions/object-rotate-left.png
217
%%DATADIR%%/icons/hicolor/32x32/actions/object-rotate-right.png
218
%%DATADIR%%/icons/hicolor/32x32/actions/view-page-continuous.png
219
%%DATADIR%%/icons/hicolor/32x32/actions/view-page-facing.png
220
%%DATADIR%%/icons/hicolor/32x32/mimetypes/x-office-presentation.png
221
%%DATADIR%%/icons/hicolor/48x48/actions/close.png
222
%%DATADIR%%/icons/hicolor/48x48/actions/resize-se.png
223
%%DATADIR%%/icons/hicolor/48x48/actions/resize-sw.png
224
%%DATADIR%%/icons/hicolor/48x48/actions/view-page-continuous.png
225
%%DATADIR%%/icons/hicolor/48x48/actions/view-page-facing.png
226
%%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-left.svg
227
%%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-right.svg
228
%%DATADIR%%/icons/hicolor/scalable/mimetypes/x-office-presentation.svg

Return to bug 252301