View | Details | Raw Unified | Return to bug 193735 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-53 / +58 lines)
Lines 14-69 Link Here
14
14
15
BUILD_DEPENDS=	${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
15
BUILD_DEPENDS=	${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
16
LIB_DEPENDS=	libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib \
16
LIB_DEPENDS=	libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib \
17
		libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
18
		libspectre.so:${PORTSDIR}/print/libspectre
17
		libspectre.so:${PORTSDIR}/print/libspectre
19
RUN_DEPENDS=	${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \
18
RUN_DEPENDS=	${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
20
		yelp:${PORTSDIR}/x11/yelp
21
19
22
CONFLICTS=	evince-3.[0-9]*
20
CONFLICTS=	evince-3.[0-9]*
23
21
24
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
23
CONFIGURE_ARGS+= --enable-gtk-doc
25
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
26
INSTALLS_ICONS=	yes
25
INSTALLS_ICONS=	yes
27
INSTALLS_OMF=	yes
26
INSTALLS_OMF=	yes
28
USES=		desktop-file-utils gettext gmake libtool:keepla pathfix \
27
USES=		desktop-file-utils gettext gmake libtool:keepla pathfix \
29
		pkgconfig tar:bzip2
28
		pkgconfig tar:bzip2
30
USE_GNOME=	intlhack gnomeprefix gnomedocutils gconf2
29
USE_GNOME=	gtk20 gnomeprefix
31
USE_XORG=	ice sm
30
USE_XORG=	ice sm
32
CPPFLAGS+=	-I${LOCALBASE}/include
31
CPPFLAGS+=	-I${LOCALBASE}/include
33
LDFLAGS+=	-L${LOCALBASE}/lib
32
LDFLAGS+=	-L${LOCALBASE}/lib
34
INSTALL_TARGET=	install-strip
33
INSTALL_TARGET=	install-strip
35
34
36
GLIB_SCHEMAS=	org.gnome.Evince.gschema.xml
35
GLIB_SCHEMAS=	org.gnome.Evince.gschema.xml
37
GCONF_SCHEMAS=	\
38
		evince-thumbnailer.schemas \
39
		evince-thumbnailer-ps.schemas
40
36
41
PLIST_SUB+=	VERSION=2.32
37
PLIST_SUB+=	VERSION=2.32
42
38
43
OPTIONS_DEFINE=	DVI T1LIB NAUTILUS KEYRING COMICS IMPRESS DJVU
39
OPTIONS_DEFINE=	DBUS DVI T1LIB COMICS IMPRESS DJVU
44
OPTIONS_DEFAULT=NAUTILUS KEYRING COMICS
40
OPTIONS_GROUP= GNOME
41
OPTIONS_GROUP_GNOME= GCONF GNOME GNOMEHELP GNOMEKEYRING NAUTILUS
42
OPTIONS_DEFAULT= DBUS GCONF GNOME GNOMEHELP GNOMEKEYRING NAUTILUS COMICS
43
OPTIONS_SUB=	yes
44
45
DVI_DESC=	DVI viewer support
45
DVI_DESC=	DVI viewer support
46
T1LIB_DESC=	T1LIB for TYPE1 fonts to DVI (Enables DVI)
46
T1LIB_DESC=	T1LIB for TYPE1 fonts to DVI (Enables DVI)
47
NAUTILUS_DESC=	Nautilus plugin
48
KEYRING_DESC=	Gnome-Keyring without Nautilus
49
COMICS_DESC=	Comic book archives support
47
COMICS_DESC=	Comic book archives support
50
IMPRESS_DESC=	Impress presentations support
48
IMPRESS_DESC=	Impress presentations support
51
DJVU_DESC=	DJVU support
49
GNOMEHELP_DESC= GNOME help pages
50
NAUTILUS_DESC=	Nautilus plugin
52
51
52
COMICS_CONFIGURE_ENABLE=	comics
53
DBUS_CONFIGURE_ENABLE=		dbus
54
DJVU_CONFIGURE_ENABLE=		djvu
55
IMPRESS_CONFIGURE_ENABLE=	impress
56
T1LIB_CONFIGURE_ENABLE=		t1lib
57
58
GCONF_CONFIGURE_WITH=		gconf
59
GNOME_CONFIGURE_ENABLE=		previewer thumbnailer
60
GNOMEHELP_CONFIGURE_ENABLE=	help
61
GNOMEKEYRING_CONFIGURE_WITH=	keyring
62
NAUTILUS_CONFIGURE_ENABLE=	nautilus
63
53
.include <bsd.port.options.mk>
64
.include <bsd.port.options.mk>
54
65
66
.if ${PORT_OPTIONS:MDBUS}
67
LIB_DEPENDS+=		libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
68
.endif
69
55
.if ${PORT_OPTIONS:MDVI} || ${PORT_OPTIONS:MT1LIB}
70
.if ${PORT_OPTIONS:MDVI} || ${PORT_OPTIONS:MT1LIB}
56
USE_TEX=	latex
71
USE_TEX=	latex
57
72
58
CONFIGURE_ARGS+=	--enable-dvi
73
CONFIGURE_ARGS+=	--enable-dvi
59
GCONF_SCHEMAS+=	evince-thumbnailer-dvi.schemas
60
PLIST_SUB+=		DVI=""
74
PLIST_SUB+=		DVI=""
61
75
62
. if ${PORT_OPTIONS:MT1LIB}
76
. if ${PORT_OPTIONS:MT1LIB}
63
LIB_DEPENDS+=	libt1.so:${PORTSDIR}/devel/t1lib
77
LIB_DEPENDS+=		libt1.so:${PORTSDIR}/devel/t1lib
64
CONFIGURE_ARGS+=	--enable-t1lib
65
. else
66
CONFIGURE_ARGS+=	--disable-t1lib
67
. endif
78
. endif
68
79
69
.else
80
.else
Lines 71-117 Link Here
71
PLIST_SUB+=		DVI="@comment "
82
PLIST_SUB+=		DVI="@comment "
72
.endif
83
.endif
73
84
74
.if ${PORT_OPTIONS:MNAUTILUS}
85
.if ${PORT_OPTIONS:MDJVU}
75
USE_GNOME+=		nautilus2
86
LIB_DEPENDS+=		libdjvulibre.so:${PORTSDIR}/graphics/djvulibre
76
CONFIGURE_ARGS+=	--enable-nautilus
77
PLIST_SUB+=		NAUTILUS=""
78
.else
79
BUILD_DEPENDS+=	${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
80
RUN_DEPENDS+=	${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
81
.if ${PORT_OPTIONS:MKEYRING}
82
LIB_DEPENDS+=	libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
83
.else
84
CONFIGURE_ARGS+=	--without-keyring
85
.endif
87
.endif
86
CONFIGURE_ARGS+=	--disable-nautilus
87
PLIST_SUB+=		NAUTILUS="@comment "
88
.endif
89
88
90
.if ${PORT_OPTIONS:MIMPRESS}
89
.if ${PORT_OPTIONS:MGCONF}
91
CONFIGURE_ARGS+=	--enable-impress
90
USE_GNOME+=		gconf2
92
PLIST_SUB+=		IMPRESS=""
93
.else
94
CONFIGURE_ARGS+=	--disable-impress
95
PLIST_SUB+=		IMPRESS="@comment "
96
.endif
97
91
98
.if ${PORT_OPTIONS:MDJVU}
92
. if ${PORT_OPTIONS:MGNOME}
99
LIB_DEPENDS+=		libdjvulibre.so:${PORTSDIR}/graphics/djvulibre
93
GCONF_SCHEMAS=		evince-thumbnailer.schemas \
100
CONFIGURE_ARGS+=	--enable-djvu
94
			evince-thumbnailer-ps.schemas
95
96
.  if ${PORT_OPTIONS:MCOMICS}
97
GCONF_SCHEMAS+=		evince-thumbnailer-comics.schemas
98
.  endif
99
100
.  if ${PORT_OPTIONS:MDJVU}
101
GCONF_SCHEMAS+=		evince-thumbnailer-djvu.schemas
101
GCONF_SCHEMAS+=		evince-thumbnailer-djvu.schemas
102
PLIST_SUB+=		DJVU=""
102
.  endif
103
.else
104
CONFIGURE_ARGS+=	--disable-djvu
105
PLIST_SUB+=		DJVU="@comment "
106
.endif
107
103
108
.if ${PORT_OPTIONS:MCOMICS}
104
. if ${PORT_OPTIONS:MDVI} || ${PORT_OPTIONS:MT1LIB}
109
CONFIGURE_ARGS+=	--enable-comics
105
GCONF_SCHEMAS+=		evince-thumbnailer-dvi.schemas
110
GCONF_SCHEMAS+=		evince-thumbnailer-comics.schemas
106
. endif
111
PLIST_SUB+=		COMICS=""
107
112
.else
108
.  if ${PORT_OPTIONS:MGNOMEHELP}
113
CONFIGURE_ARGS+=	--disable-comics
109
RUN_DEPENDS+=		yelp:${PORTSDIR}/x11/yelp
114
PLIST_SUB+=		COMICS="@comment "
110
.  endif
111
112
.  if ${PORT_OPTIONS:MNAUTILUS}
113
USE_GNOME+=		nautilus2
114
.  else
115
.   if ${PORT_OPTIONS:MGNOMEKEYRING}
116
LIB_DEPENDS+=	libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
117
.   endif
118
.  endif
119
. endif
115
.endif
120
.endif
116
121
117
post-patch:
122
post-patch:
(-)pkg-plist (-123 / +123 lines)
Lines 1-6 Link Here
1
bin/evince
1
bin/evince
2
bin/evince-previewer
2
%%GNOME%%bin/evince-previewer
3
bin/evince-thumbnailer
3
%%GNOME%%bin/evince-thumbnailer
4
include/evince/%%VERSION%%/evince-document.h
4
include/evince/%%VERSION%%/evince-document.h
5
include/evince/%%VERSION%%/evince-view.h
5
include/evince/%%VERSION%%/evince-view.h
6
include/evince/%%VERSION%%/libdocument/ev-annotation.h
6
include/evince/%%VERSION%%/libdocument/ev-annotation.h
Lines 92-102 Link Here
92
libdata/pkgconfig/evince-document-%%VERSION%%.pc
92
libdata/pkgconfig/evince-document-%%VERSION%%.pc
93
libdata/pkgconfig/evince-view-%%VERSION%%.pc
93
libdata/pkgconfig/evince-view-%%VERSION%%.pc
94
libexec/evince-convert-metadata
94
libexec/evince-convert-metadata
95
libexec/evinced
95
%%DBUS%%libexec/evinced
96
man/man1/evince.1.gz
96
man/man1/evince.1.gz
97
share/GConf/gsettings/evince.convert
97
share/GConf/gsettings/evince.convert
98
share/applications/evince.desktop
98
share/applications/evince.desktop
99
share/dbus-1/services/org.gnome.evince.Daemon.service
99
%%DBUS%%share/dbus-1/services/org.gnome.evince.Daemon.service
100
%%DOCSDIR%%/EggFindBar.html
100
%%DOCSDIR%%/EggFindBar.html
101
%%DOCSDIR%%/EvFileMonitor.html
101
%%DOCSDIR%%/EvFileMonitor.html
102
%%DOCSDIR%%/EvHistory.html
102
%%DOCSDIR%%/EvHistory.html
Lines 211-217 Link Here
211
share/doc/libevview/style.css
211
share/doc/libevview/style.css
212
share/doc/libevview/up.png
212
share/doc/libevview/up.png
213
share/doc/libevview/view-view.html
213
share/doc/libevview/view-view.html
214
%%DATADIR%%/evince-previewer-ui.xml
214
%%GNOME%%%%DATADIR%%/evince-previewer-ui.xml
215
%%DATADIR%%/evince-toolbar.xml
215
%%DATADIR%%/evince-toolbar.xml
216
%%DATADIR%%/evince-ui.xml
216
%%DATADIR%%/evince-ui.xml
217
%%DATADIR%%/hand-open.png
217
%%DATADIR%%/hand-open.png
Lines 254-306 Link Here
254
%%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-left.svg
254
%%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-left.svg
255
%%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-right.svg
255
%%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-right.svg
256
%%DATADIR%%/icons/hicolor/scalable/mimetypes/x-office-presentation.svg
256
%%DATADIR%%/icons/hicolor/scalable/mimetypes/x-office-presentation.svg
257
share/gnome/help/evince/C/evince.xml
257
%%GNOMEHELP%%share/gnome/help/evince/C/evince.xml
258
share/gnome/help/evince/C/figures/evince_start_window.png
258
%%GNOMEHELP%%share/gnome/help/evince/C/figures/evince_start_window.png
259
share/gnome/help/evince/C/legal.xml
259
%%GNOMEHELP%%share/gnome/help/evince/C/legal.xml
260
share/gnome/help/evince/bg/evince.xml
260
%%GNOMEHELP%%share/gnome/help/evince/bg/evince.xml
261
share/gnome/help/evince/bg/figures/evince_start_window.png
261
%%GNOMEHELP%%share/gnome/help/evince/bg/figures/evince_start_window.png
262
share/gnome/help/evince/ca/evince.xml
262
%%GNOMEHELP%%share/gnome/help/evince/ca/evince.xml
263
share/gnome/help/evince/ca/figures/evince_start_window.png
263
%%GNOMEHELP%%share/gnome/help/evince/ca/figures/evince_start_window.png
264
share/gnome/help/evince/cs/evince.xml
264
%%GNOMEHELP%%share/gnome/help/evince/cs/evince.xml
265
share/gnome/help/evince/cs/figures/evince_start_window.png
265
%%GNOMEHELP%%share/gnome/help/evince/cs/figures/evince_start_window.png
266
share/gnome/help/evince/de/evince.xml
266
%%GNOMEHELP%%share/gnome/help/evince/de/evince.xml
267
share/gnome/help/evince/de/figures/evince_start_window.png
267
%%GNOMEHELP%%share/gnome/help/evince/de/figures/evince_start_window.png
268
share/gnome/help/evince/el/evince.xml
268
%%GNOMEHELP%%share/gnome/help/evince/el/evince.xml
269
share/gnome/help/evince/el/figures/evince_start_window.png
269
%%GNOMEHELP%%share/gnome/help/evince/el/figures/evince_start_window.png
270
share/gnome/help/evince/en_GB/evince.xml
270
%%GNOMEHELP%%share/gnome/help/evince/en_GB/evince.xml
271
share/gnome/help/evince/en_GB/figures/evince_start_window.png
271
%%GNOMEHELP%%share/gnome/help/evince/en_GB/figures/evince_start_window.png
272
share/gnome/help/evince/es/evince.xml
272
%%GNOMEHELP%%share/gnome/help/evince/es/evince.xml
273
share/gnome/help/evince/es/figures/evince_start_window.png
273
%%GNOMEHELP%%share/gnome/help/evince/es/figures/evince_start_window.png
274
share/gnome/help/evince/eu/evince.xml
274
%%GNOMEHELP%%share/gnome/help/evince/eu/evince.xml
275
share/gnome/help/evince/eu/figures/evince_start_window.png
275
%%GNOMEHELP%%share/gnome/help/evince/eu/figures/evince_start_window.png
276
share/gnome/help/evince/fi/evince.xml
276
%%GNOMEHELP%%share/gnome/help/evince/fi/evince.xml
277
share/gnome/help/evince/fi/figures/evince_start_window.png
277
%%GNOMEHELP%%share/gnome/help/evince/fi/figures/evince_start_window.png
278
share/gnome/help/evince/fr/evince.xml
278
%%GNOMEHELP%%share/gnome/help/evince/fr/evince.xml
279
share/gnome/help/evince/fr/figures/evince_start_window.png
279
%%GNOMEHELP%%share/gnome/help/evince/fr/figures/evince_start_window.png
280
share/gnome/help/evince/it/evince.xml
280
%%GNOMEHELP%%share/gnome/help/evince/it/evince.xml
281
share/gnome/help/evince/it/figures/evince_start_window.png
281
%%GNOMEHELP%%share/gnome/help/evince/it/figures/evince_start_window.png
282
share/gnome/help/evince/ja/evince.xml
282
%%GNOMEHELP%%share/gnome/help/evince/ja/evince.xml
283
share/gnome/help/evince/ja/figures/evince_start_window.png
283
%%GNOMEHELP%%share/gnome/help/evince/ja/figures/evince_start_window.png
284
share/gnome/help/evince/nl/evince.xml
284
%%GNOMEHELP%%share/gnome/help/evince/nl/evince.xml
285
share/gnome/help/evince/nl/figures/evince_start_window.png
285
%%GNOMEHELP%%share/gnome/help/evince/nl/figures/evince_start_window.png
286
share/gnome/help/evince/oc/evince.xml
286
%%GNOMEHELP%%share/gnome/help/evince/oc/evince.xml
287
share/gnome/help/evince/oc/figures/evince_start_window.png
287
%%GNOMEHELP%%share/gnome/help/evince/oc/figures/evince_start_window.png
288
share/gnome/help/evince/pt_BR/evince.xml
288
%%GNOMEHELP%%share/gnome/help/evince/pt_BR/evince.xml
289
share/gnome/help/evince/pt_BR/figures/evince_start_window.png
289
%%GNOMEHELP%%share/gnome/help/evince/pt_BR/figures/evince_start_window.png
290
share/gnome/help/evince/ru/evince.xml
290
%%GNOMEHELP%%share/gnome/help/evince/ru/evince.xml
291
share/gnome/help/evince/ru/figures/evince_start_window.png
291
%%GNOMEHELP%%share/gnome/help/evince/ru/figures/evince_start_window.png
292
share/gnome/help/evince/sl/evince.xml
292
%%GNOMEHELP%%share/gnome/help/evince/sl/evince.xml
293
share/gnome/help/evince/sl/figures/evince_start_window.png
293
%%GNOMEHELP%%share/gnome/help/evince/sl/figures/evince_start_window.png
294
share/gnome/help/evince/sr/evince.xml
294
%%GNOMEHELP%%share/gnome/help/evince/sr/evince.xml
295
share/gnome/help/evince/sr/figures/evince_start_window.png
295
%%GNOMEHELP%%share/gnome/help/evince/sr/figures/evince_start_window.png
296
share/gnome/help/evince/sv/evince.xml
296
%%GNOMEHELP%%share/gnome/help/evince/sv/evince.xml
297
share/gnome/help/evince/sv/figures/evince_start_window.png
297
%%GNOMEHELP%%share/gnome/help/evince/sv/figures/evince_start_window.png
298
share/gnome/help/evince/uk/evince.xml
298
%%GNOMEHELP%%share/gnome/help/evince/uk/evince.xml
299
share/gnome/help/evince/uk/figures/evince_start_window.png
299
%%GNOMEHELP%%share/gnome/help/evince/uk/figures/evince_start_window.png
300
share/gnome/help/evince/vi/evince.xml
300
%%GNOMEHELP%%share/gnome/help/evince/vi/evince.xml
301
share/gnome/help/evince/vi/figures/evince_start_window.png
301
%%GNOMEHELP%%share/gnome/help/evince/vi/figures/evince_start_window.png
302
share/gnome/help/evince/zh_CN/evince.xml
302
%%GNOMEHELP%%share/gnome/help/evince/zh_CN/evince.xml
303
share/gnome/help/evince/zh_CN/figures/evince_start_window.png
303
%%GNOMEHELP%%share/gnome/help/evince/zh_CN/figures/evince_start_window.png
304
share/icons/hicolor/16x16/apps/evince.png
304
share/icons/hicolor/16x16/apps/evince.png
305
share/icons/hicolor/22x22/apps/evince.png
305
share/icons/hicolor/22x22/apps/evince.png
306
share/icons/hicolor/24x24/apps/evince.png
306
share/icons/hicolor/24x24/apps/evince.png
Lines 390-466 Link Here
390
share/locale/zh_CN/LC_MESSAGES/evince.mo
390
share/locale/zh_CN/LC_MESSAGES/evince.mo
391
share/locale/zh_HK/LC_MESSAGES/evince.mo
391
share/locale/zh_HK/LC_MESSAGES/evince.mo
392
share/locale/zh_TW/LC_MESSAGES/evince.mo
392
share/locale/zh_TW/LC_MESSAGES/evince.mo
393
share/omf/evince/evince-C.omf
393
%%GNOMEHELP%%share/omf/evince/evince-C.omf
394
share/omf/evince/evince-bg.omf
394
%%GNOMEHELP%%share/omf/evince/evince-bg.omf
395
share/omf/evince/evince-ca.omf
395
%%GNOMEHELP%%share/omf/evince/evince-ca.omf
396
share/omf/evince/evince-cs.omf
396
%%GNOMEHELP%%share/omf/evince/evince-cs.omf
397
share/omf/evince/evince-de.omf
397
%%GNOMEHELP%%share/omf/evince/evince-de.omf
398
share/omf/evince/evince-el.omf
398
%%GNOMEHELP%%share/omf/evince/evince-el.omf
399
share/omf/evince/evince-en_GB.omf
399
%%GNOMEHELP%%share/omf/evince/evince-en_GB.omf
400
share/omf/evince/evince-es.omf
400
%%GNOMEHELP%%share/omf/evince/evince-es.omf
401
share/omf/evince/evince-eu.omf
401
%%GNOMEHELP%%share/omf/evince/evince-eu.omf
402
share/omf/evince/evince-fi.omf
402
%%GNOMEHELP%%share/omf/evince/evince-fi.omf
403
share/omf/evince/evince-fr.omf
403
%%GNOMEHELP%%share/omf/evince/evince-fr.omf
404
share/omf/evince/evince-it.omf
404
%%GNOMEHELP%%share/omf/evince/evince-it.omf
405
share/omf/evince/evince-ja.omf
405
%%GNOMEHELP%%share/omf/evince/evince-ja.omf
406
share/omf/evince/evince-nl.omf
406
%%GNOMEHELP%%share/omf/evince/evince-nl.omf
407
share/omf/evince/evince-oc.omf
407
%%GNOMEHELP%%share/omf/evince/evince-oc.omf
408
share/omf/evince/evince-pt_BR.omf
408
%%GNOMEHELP%%share/omf/evince/evince-pt_BR.omf
409
share/omf/evince/evince-ru.omf
409
%%GNOMEHELP%%share/omf/evince/evince-ru.omf
410
share/omf/evince/evince-sl.omf
410
%%GNOMEHELP%%share/omf/evince/evince-sl.omf
411
share/omf/evince/evince-sr.omf
411
%%GNOMEHELP%%share/omf/evince/evince-sr.omf
412
share/omf/evince/evince-sv.omf
412
%%GNOMEHELP%%share/omf/evince/evince-sv.omf
413
share/omf/evince/evince-uk.omf
413
%%GNOMEHELP%%share/omf/evince/evince-uk.omf
414
share/omf/evince/evince-vi.omf
414
%%GNOMEHELP%%share/omf/evince/evince-vi.omf
415
share/omf/evince/evince-zh_CN.omf
415
%%GNOMEHELP%%share/omf/evince/evince-zh_CN.omf
416
@dirrm share/omf/evince
416
%%GNOMEHELP%%@dirrm share/omf/evince
417
@dirrm share/gnome/help/evince/zh_CN/figures
417
%%GNOMEHELP%%@dirrm share/gnome/help/evince/zh_CN/figures
418
@dirrm share/gnome/help/evince/zh_CN
418
%%GNOMEHELP%%@dirrm share/gnome/help/evince/zh_CN
419
@dirrm share/gnome/help/evince/vi/figures
419
%%GNOMEHELP%%@dirrm share/gnome/help/evince/vi/figures
420
@dirrm share/gnome/help/evince/vi
420
%%GNOMEHELP%%@dirrm share/gnome/help/evince/vi
421
@dirrm share/gnome/help/evince/uk/figures
421
%%GNOMEHELP%%@dirrm share/gnome/help/evince/uk/figures
422
@dirrm share/gnome/help/evince/uk
422
%%GNOMEHELP%%@dirrm share/gnome/help/evince/uk
423
@dirrm share/gnome/help/evince/sv/figures
423
%%GNOMEHELP%%@dirrm share/gnome/help/evince/sv/figures
424
@dirrm share/gnome/help/evince/sv
424
%%GNOMEHELP%%@dirrm share/gnome/help/evince/sv
425
@dirrm share/gnome/help/evince/sr/figures
425
%%GNOMEHELP%%@dirrm share/gnome/help/evince/sr/figures
426
@dirrm share/gnome/help/evince/sr
426
%%GNOMEHELP%%@dirrm share/gnome/help/evince/sr
427
@dirrm share/gnome/help/evince/sl/figures
427
%%GNOMEHELP%%@dirrm share/gnome/help/evince/sl/figures
428
@dirrm share/gnome/help/evince/sl
428
%%GNOMEHELP%%@dirrm share/gnome/help/evince/sl
429
@dirrm share/gnome/help/evince/ru/figures
429
%%GNOMEHELP%%@dirrm share/gnome/help/evince/ru/figures
430
@dirrm share/gnome/help/evince/ru
430
%%GNOMEHELP%%@dirrm share/gnome/help/evince/ru
431
@dirrm share/gnome/help/evince/pt_BR/figures
431
%%GNOMEHELP%%@dirrm share/gnome/help/evince/pt_BR/figures
432
@dirrm share/gnome/help/evince/pt_BR
432
%%GNOMEHELP%%@dirrm share/gnome/help/evince/pt_BR
433
@dirrm share/gnome/help/evince/oc/figures
433
%%GNOMEHELP%%@dirrm share/gnome/help/evince/oc/figures
434
@dirrm share/gnome/help/evince/oc
434
%%GNOMEHELP%%@dirrm share/gnome/help/evince/oc
435
@dirrm share/gnome/help/evince/nl/figures
435
%%GNOMEHELP%%@dirrm share/gnome/help/evince/nl/figures
436
@dirrm share/gnome/help/evince/nl
436
%%GNOMEHELP%%@dirrm share/gnome/help/evince/nl
437
@dirrm share/gnome/help/evince/ja/figures
437
%%GNOMEHELP%%@dirrm share/gnome/help/evince/ja/figures
438
@dirrm share/gnome/help/evince/ja
438
%%GNOMEHELP%%@dirrm share/gnome/help/evince/ja
439
@dirrm share/gnome/help/evince/it/figures
439
%%GNOMEHELP%%@dirrm share/gnome/help/evince/it/figures
440
@dirrm share/gnome/help/evince/it
440
%%GNOMEHELP%%@dirrm share/gnome/help/evince/it
441
@dirrm share/gnome/help/evince/fr/figures
441
%%GNOMEHELP%%@dirrm share/gnome/help/evince/fr/figures
442
@dirrm share/gnome/help/evince/fr
442
%%GNOMEHELP%%@dirrm share/gnome/help/evince/fr
443
@dirrm share/gnome/help/evince/fi/figures
443
%%GNOMEHELP%%@dirrm share/gnome/help/evince/fi/figures
444
@dirrm share/gnome/help/evince/fi
444
%%GNOMEHELP%%@dirrm share/gnome/help/evince/fi
445
@dirrm share/gnome/help/evince/eu/figures
445
%%GNOMEHELP%%@dirrm share/gnome/help/evince/eu/figures
446
@dirrm share/gnome/help/evince/eu
446
%%GNOMEHELP%%@dirrm share/gnome/help/evince/eu
447
@dirrm share/gnome/help/evince/es/figures
447
%%GNOMEHELP%%@dirrm share/gnome/help/evince/es/figures
448
@dirrm share/gnome/help/evince/es
448
%%GNOMEHELP%%@dirrm share/gnome/help/evince/es
449
@dirrm share/gnome/help/evince/en_GB/figures
449
%%GNOMEHELP%%@dirrm share/gnome/help/evince/en_GB/figures
450
@dirrm share/gnome/help/evince/en_GB
450
%%GNOMEHELP%%@dirrm share/gnome/help/evince/en_GB
451
@dirrm share/gnome/help/evince/el/figures
451
%%GNOMEHELP%%@dirrm share/gnome/help/evince/el/figures
452
@dirrm share/gnome/help/evince/el
452
%%GNOMEHELP%%@dirrm share/gnome/help/evince/el
453
@dirrm share/gnome/help/evince/de/figures
453
%%GNOMEHELP%%@dirrm share/gnome/help/evince/de/figures
454
@dirrm share/gnome/help/evince/de
454
%%GNOMEHELP%%@dirrm share/gnome/help/evince/de
455
@dirrm share/gnome/help/evince/cs/figures
455
%%GNOMEHELP%%@dirrm share/gnome/help/evince/cs/figures
456
@dirrm share/gnome/help/evince/cs
456
%%GNOMEHELP%%@dirrm share/gnome/help/evince/cs
457
@dirrm share/gnome/help/evince/ca/figures
457
%%GNOMEHELP%%@dirrm share/gnome/help/evince/ca/figures
458
@dirrm share/gnome/help/evince/ca
458
%%GNOMEHELP%%@dirrm share/gnome/help/evince/ca
459
@dirrm share/gnome/help/evince/bg/figures
459
%%GNOMEHELP%%@dirrm share/gnome/help/evince/bg/figures
460
@dirrm share/gnome/help/evince/bg
460
%%GNOMEHELP%%@dirrm share/gnome/help/evince/bg
461
@dirrm share/gnome/help/evince/C/figures
461
%%GNOMEHELP%%@dirrm share/gnome/help/evince/C/figures
462
@dirrm share/gnome/help/evince/C
462
%%GNOMEHELP%%@dirrm share/gnome/help/evince/C
463
@dirrm share/gnome/help/evince
463
%%GNOMEHELP%%@dirrm share/gnome/help/evince
464
@dirrm %%DATADIR%%/icons/hicolor/scalable/mimetypes
464
@dirrm %%DATADIR%%/icons/hicolor/scalable/mimetypes
465
@dirrm %%DATADIR%%/icons/hicolor/scalable/actions
465
@dirrm %%DATADIR%%/icons/hicolor/scalable/actions
466
@dirrm %%DATADIR%%/icons/hicolor/scalable
466
@dirrm %%DATADIR%%/icons/hicolor/scalable

Return to bug 193735