FreeBSD Bugzilla – Attachment 148000 Details for
Bug 193735
Allow to build graphics/evince without gnome support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
147425: add a bunch of options, v1.1
evince_wognome_option.diff (text/plain), 17.72 KB, created by
Matthieu Volat
on 2014-10-05 18:08:37 UTC
(
hide
)
Description:
147425: add a bunch of options, v1.1
Filename:
MIME Type:
Creator:
Matthieu Volat
Created:
2014-10-05 18:08:37 UTC
Size:
17.72 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 370085) >+++ Makefile (working copy) >@@ -14,56 +14,67 @@ > > BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme > LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib \ >- libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ > libspectre.so:${PORTSDIR}/print/libspectre >-RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \ >- yelp:${PORTSDIR}/x11/yelp >+RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme > > CONFLICTS= evince-3.[0-9]* > > GNU_CONFIGURE= yes >+CONFIGURE_ARGS+= --enable-gtk-doc > USE_LDCONFIG= yes > INSTALLS_ICONS= yes > INSTALLS_OMF= yes > USES= desktop-file-utils gettext gmake libtool:keepla pathfix \ > pkgconfig tar:bzip2 >-USE_GNOME= intlhack gnomeprefix gnomedocutils gconf2 >+USE_GNOME= gtk20 gnomeprefix > USE_XORG= ice sm > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib > INSTALL_TARGET= install-strip > > GLIB_SCHEMAS= org.gnome.Evince.gschema.xml >-GCONF_SCHEMAS= \ >- evince-thumbnailer.schemas \ >- evince-thumbnailer-ps.schemas > > PLIST_SUB+= VERSION=2.32 > >-OPTIONS_DEFINE= DVI T1LIB NAUTILUS KEYRING COMICS IMPRESS DJVU >-OPTIONS_DEFAULT=NAUTILUS KEYRING COMICS >+OPTIONS_DEFINE= DBUS DVI T1LIB COMICS IMPRESS DJVU >+OPTIONS_GROUP= GNOME >+OPTIONS_GROUP_GNOME= GCONF GNOME GNOMEHELP GNOMEKEYRING NAUTILUS >+OPTIONS_DEFAULT= DBUS GCONF GNOME GNOMEHELP GNOMEKEYRING NAUTILUS COMICS >+OPTIONS_SUB= yes >+ > DVI_DESC= DVI viewer support > T1LIB_DESC= T1LIB for TYPE1 fonts to DVI (Enables DVI) >-NAUTILUS_DESC= Nautilus plugin >-KEYRING_DESC= Gnome-Keyring without Nautilus > COMICS_DESC= Comic book archives support > IMPRESS_DESC= Impress presentations support >-DJVU_DESC= DJVU support >+GNOMEHELP_DESC= GNOME help pages >+NAUTILUS_DESC= Nautilus plugin > >+COMICS_CONFIGURE_ENABLE= comics >+DBUS_CONFIGURE_ENABLE= dbus >+DJVU_CONFIGURE_ENABLE= djvu >+IMPRESS_CONFIGURE_ENABLE= impress >+T1LIB_CONFIGURE_ENABLE= t1lib >+ >+GCONF_CONFIGURE_WITH= gconf >+GNOME_CONFIGURE_ENABLE= previewer thumbnailer >+GNOMEHELP_CONFIGURE_ENABLE= help >+GNOMEKEYRING_CONFIGURE_WITH= keyring >+NAUTILUS_CONFIGURE_ENABLE= nautilus >+ > .include <bsd.port.options.mk> > >+.if ${PORT_OPTIONS:MDBUS} >+LIB_DEPENDS+= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib >+.endif >+ > .if ${PORT_OPTIONS:MDVI} || ${PORT_OPTIONS:MT1LIB} > USE_TEX= latex > > CONFIGURE_ARGS+= --enable-dvi >-GCONF_SCHEMAS+= evince-thumbnailer-dvi.schemas > PLIST_SUB+= DVI="" > > . if ${PORT_OPTIONS:MT1LIB} >-LIB_DEPENDS+= libt1.so:${PORTSDIR}/devel/t1lib >-CONFIGURE_ARGS+= --enable-t1lib >-. else >-CONFIGURE_ARGS+= --disable-t1lib >+LIB_DEPENDS+= libt1.so:${PORTSDIR}/devel/t1lib > . endif > > .else >@@ -71,47 +82,41 @@ > PLIST_SUB+= DVI="@comment " > .endif > >-.if ${PORT_OPTIONS:MNAUTILUS} >-USE_GNOME+= nautilus2 >-CONFIGURE_ARGS+= --enable-nautilus >-PLIST_SUB+= NAUTILUS="" >-.else >-BUILD_DEPENDS+= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme >-RUN_DEPENDS+= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme >-.if ${PORT_OPTIONS:MKEYRING} >-LIB_DEPENDS+= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring >-.else >-CONFIGURE_ARGS+= --without-keyring >+.if ${PORT_OPTIONS:MDJVU} >+LIB_DEPENDS+= libdjvulibre.so:${PORTSDIR}/graphics/djvulibre > .endif >-CONFIGURE_ARGS+= --disable-nautilus >-PLIST_SUB+= NAUTILUS="@comment " >-.endif > >-.if ${PORT_OPTIONS:MIMPRESS} >-CONFIGURE_ARGS+= --enable-impress >-PLIST_SUB+= IMPRESS="" >-.else >-CONFIGURE_ARGS+= --disable-impress >-PLIST_SUB+= IMPRESS="@comment " >-.endif >+.if ${PORT_OPTIONS:MGCONF} >+USE_GNOME+= gconf2 > >-.if ${PORT_OPTIONS:MDJVU} >-LIB_DEPENDS+= libdjvulibre.so:${PORTSDIR}/graphics/djvulibre >-CONFIGURE_ARGS+= --enable-djvu >+. if ${PORT_OPTIONS:MGNOME} >+GCONF_SCHEMAS= evince-thumbnailer.schemas \ >+ evince-thumbnailer-ps.schemas >+ >+. if ${PORT_OPTIONS:MCOMICS} >+GCONF_SCHEMAS+= evince-thumbnailer-comics.schemas >+. endif >+ >+. if ${PORT_OPTIONS:MDJVU} > GCONF_SCHEMAS+= evince-thumbnailer-djvu.schemas >-PLIST_SUB+= DJVU="" >-.else >-CONFIGURE_ARGS+= --disable-djvu >-PLIST_SUB+= DJVU="@comment " >-.endif >+. endif > >-.if ${PORT_OPTIONS:MCOMICS} >-CONFIGURE_ARGS+= --enable-comics >-GCONF_SCHEMAS+= evince-thumbnailer-comics.schemas >-PLIST_SUB+= COMICS="" >-.else >-CONFIGURE_ARGS+= --disable-comics >-PLIST_SUB+= COMICS="@comment " >+. if ${PORT_OPTIONS:MDVI} || ${PORT_OPTIONS:MT1LIB} >+GCONF_SCHEMAS+= evince-thumbnailer-dvi.schemas >+. endif >+ >+. if ${PORT_OPTIONS:MGNOMEHELP} >+RUN_DEPENDS+= yelp:${PORTSDIR}/x11/yelp >+. endif >+ >+. if ${PORT_OPTIONS:MNAUTILUS} >+USE_GNOME+= nautilus2 >+. else >+. if ${PORT_OPTIONS:MGNOMEKEYRING} >+LIB_DEPENDS+= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring >+. endif >+. endif >+. endif > .endif > > post-patch: >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 370085) >+++ pkg-plist (working copy) >@@ -1,6 +1,6 @@ > bin/evince >-bin/evince-previewer >-bin/evince-thumbnailer >+%%GNOME%%bin/evince-previewer >+%%GNOME%%bin/evince-thumbnailer > include/evince/%%VERSION%%/evince-document.h > include/evince/%%VERSION%%/evince-view.h > include/evince/%%VERSION%%/libdocument/ev-annotation.h >@@ -92,11 +92,11 @@ > libdata/pkgconfig/evince-document-%%VERSION%%.pc > libdata/pkgconfig/evince-view-%%VERSION%%.pc > libexec/evince-convert-metadata >-libexec/evinced >+%%DBUS%%libexec/evinced > man/man1/evince.1.gz > share/GConf/gsettings/evince.convert > share/applications/evince.desktop >-share/dbus-1/services/org.gnome.evince.Daemon.service >+%%DBUS%%share/dbus-1/services/org.gnome.evince.Daemon.service > %%DOCSDIR%%/EggFindBar.html > %%DOCSDIR%%/EvFileMonitor.html > %%DOCSDIR%%/EvHistory.html >@@ -211,7 +211,7 @@ > share/doc/libevview/style.css > share/doc/libevview/up.png > share/doc/libevview/view-view.html >-%%DATADIR%%/evince-previewer-ui.xml >+%%GNOME%%%%DATADIR%%/evince-previewer-ui.xml > %%DATADIR%%/evince-toolbar.xml > %%DATADIR%%/evince-ui.xml > %%DATADIR%%/hand-open.png >@@ -254,53 +254,53 @@ > %%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-left.svg > %%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-right.svg > %%DATADIR%%/icons/hicolor/scalable/mimetypes/x-office-presentation.svg >-share/gnome/help/evince/C/evince.xml >-share/gnome/help/evince/C/figures/evince_start_window.png >-share/gnome/help/evince/C/legal.xml >-share/gnome/help/evince/bg/evince.xml >-share/gnome/help/evince/bg/figures/evince_start_window.png >-share/gnome/help/evince/ca/evince.xml >-share/gnome/help/evince/ca/figures/evince_start_window.png >-share/gnome/help/evince/cs/evince.xml >-share/gnome/help/evince/cs/figures/evince_start_window.png >-share/gnome/help/evince/de/evince.xml >-share/gnome/help/evince/de/figures/evince_start_window.png >-share/gnome/help/evince/el/evince.xml >-share/gnome/help/evince/el/figures/evince_start_window.png >-share/gnome/help/evince/en_GB/evince.xml >-share/gnome/help/evince/en_GB/figures/evince_start_window.png >-share/gnome/help/evince/es/evince.xml >-share/gnome/help/evince/es/figures/evince_start_window.png >-share/gnome/help/evince/eu/evince.xml >-share/gnome/help/evince/eu/figures/evince_start_window.png >-share/gnome/help/evince/fi/evince.xml >-share/gnome/help/evince/fi/figures/evince_start_window.png >-share/gnome/help/evince/fr/evince.xml >-share/gnome/help/evince/fr/figures/evince_start_window.png >-share/gnome/help/evince/it/evince.xml >-share/gnome/help/evince/it/figures/evince_start_window.png >-share/gnome/help/evince/ja/evince.xml >-share/gnome/help/evince/ja/figures/evince_start_window.png >-share/gnome/help/evince/nl/evince.xml >-share/gnome/help/evince/nl/figures/evince_start_window.png >-share/gnome/help/evince/oc/evince.xml >-share/gnome/help/evince/oc/figures/evince_start_window.png >-share/gnome/help/evince/pt_BR/evince.xml >-share/gnome/help/evince/pt_BR/figures/evince_start_window.png >-share/gnome/help/evince/ru/evince.xml >-share/gnome/help/evince/ru/figures/evince_start_window.png >-share/gnome/help/evince/sl/evince.xml >-share/gnome/help/evince/sl/figures/evince_start_window.png >-share/gnome/help/evince/sr/evince.xml >-share/gnome/help/evince/sr/figures/evince_start_window.png >-share/gnome/help/evince/sv/evince.xml >-share/gnome/help/evince/sv/figures/evince_start_window.png >-share/gnome/help/evince/uk/evince.xml >-share/gnome/help/evince/uk/figures/evince_start_window.png >-share/gnome/help/evince/vi/evince.xml >-share/gnome/help/evince/vi/figures/evince_start_window.png >-share/gnome/help/evince/zh_CN/evince.xml >-share/gnome/help/evince/zh_CN/figures/evince_start_window.png >+%%GNOMEHELP%%share/gnome/help/evince/C/evince.xml >+%%GNOMEHELP%%share/gnome/help/evince/C/figures/evince_start_window.png >+%%GNOMEHELP%%share/gnome/help/evince/C/legal.xml >+%%GNOMEHELP%%share/gnome/help/evince/bg/evince.xml >+%%GNOMEHELP%%share/gnome/help/evince/bg/figures/evince_start_window.png >+%%GNOMEHELP%%share/gnome/help/evince/ca/evince.xml >+%%GNOMEHELP%%share/gnome/help/evince/ca/figures/evince_start_window.png >+%%GNOMEHELP%%share/gnome/help/evince/cs/evince.xml >+%%GNOMEHELP%%share/gnome/help/evince/cs/figures/evince_start_window.png >+%%GNOMEHELP%%share/gnome/help/evince/de/evince.xml >+%%GNOMEHELP%%share/gnome/help/evince/de/figures/evince_start_window.png >+%%GNOMEHELP%%share/gnome/help/evince/el/evince.xml >+%%GNOMEHELP%%share/gnome/help/evince/el/figures/evince_start_window.png >+%%GNOMEHELP%%share/gnome/help/evince/en_GB/evince.xml >+%%GNOMEHELP%%share/gnome/help/evince/en_GB/figures/evince_start_window.png >+%%GNOMEHELP%%share/gnome/help/evince/es/evince.xml >+%%GNOMEHELP%%share/gnome/help/evince/es/figures/evince_start_window.png >+%%GNOMEHELP%%share/gnome/help/evince/eu/evince.xml >+%%GNOMEHELP%%share/gnome/help/evince/eu/figures/evince_start_window.png >+%%GNOMEHELP%%share/gnome/help/evince/fi/evince.xml >+%%GNOMEHELP%%share/gnome/help/evince/fi/figures/evince_start_window.png >+%%GNOMEHELP%%share/gnome/help/evince/fr/evince.xml >+%%GNOMEHELP%%share/gnome/help/evince/fr/figures/evince_start_window.png >+%%GNOMEHELP%%share/gnome/help/evince/it/evince.xml >+%%GNOMEHELP%%share/gnome/help/evince/it/figures/evince_start_window.png >+%%GNOMEHELP%%share/gnome/help/evince/ja/evince.xml >+%%GNOMEHELP%%share/gnome/help/evince/ja/figures/evince_start_window.png >+%%GNOMEHELP%%share/gnome/help/evince/nl/evince.xml >+%%GNOMEHELP%%share/gnome/help/evince/nl/figures/evince_start_window.png >+%%GNOMEHELP%%share/gnome/help/evince/oc/evince.xml >+%%GNOMEHELP%%share/gnome/help/evince/oc/figures/evince_start_window.png >+%%GNOMEHELP%%share/gnome/help/evince/pt_BR/evince.xml >+%%GNOMEHELP%%share/gnome/help/evince/pt_BR/figures/evince_start_window.png >+%%GNOMEHELP%%share/gnome/help/evince/ru/evince.xml >+%%GNOMEHELP%%share/gnome/help/evince/ru/figures/evince_start_window.png >+%%GNOMEHELP%%share/gnome/help/evince/sl/evince.xml >+%%GNOMEHELP%%share/gnome/help/evince/sl/figures/evince_start_window.png >+%%GNOMEHELP%%share/gnome/help/evince/sr/evince.xml >+%%GNOMEHELP%%share/gnome/help/evince/sr/figures/evince_start_window.png >+%%GNOMEHELP%%share/gnome/help/evince/sv/evince.xml >+%%GNOMEHELP%%share/gnome/help/evince/sv/figures/evince_start_window.png >+%%GNOMEHELP%%share/gnome/help/evince/uk/evince.xml >+%%GNOMEHELP%%share/gnome/help/evince/uk/figures/evince_start_window.png >+%%GNOMEHELP%%share/gnome/help/evince/vi/evince.xml >+%%GNOMEHELP%%share/gnome/help/evince/vi/figures/evince_start_window.png >+%%GNOMEHELP%%share/gnome/help/evince/zh_CN/evince.xml >+%%GNOMEHELP%%share/gnome/help/evince/zh_CN/figures/evince_start_window.png > share/icons/hicolor/16x16/apps/evince.png > share/icons/hicolor/22x22/apps/evince.png > share/icons/hicolor/24x24/apps/evince.png >@@ -390,77 +390,77 @@ > share/locale/zh_CN/LC_MESSAGES/evince.mo > share/locale/zh_HK/LC_MESSAGES/evince.mo > share/locale/zh_TW/LC_MESSAGES/evince.mo >-share/omf/evince/evince-C.omf >-share/omf/evince/evince-bg.omf >-share/omf/evince/evince-ca.omf >-share/omf/evince/evince-cs.omf >-share/omf/evince/evince-de.omf >-share/omf/evince/evince-el.omf >-share/omf/evince/evince-en_GB.omf >-share/omf/evince/evince-es.omf >-share/omf/evince/evince-eu.omf >-share/omf/evince/evince-fi.omf >-share/omf/evince/evince-fr.omf >-share/omf/evince/evince-it.omf >-share/omf/evince/evince-ja.omf >-share/omf/evince/evince-nl.omf >-share/omf/evince/evince-oc.omf >-share/omf/evince/evince-pt_BR.omf >-share/omf/evince/evince-ru.omf >-share/omf/evince/evince-sl.omf >-share/omf/evince/evince-sr.omf >-share/omf/evince/evince-sv.omf >-share/omf/evince/evince-uk.omf >-share/omf/evince/evince-vi.omf >-share/omf/evince/evince-zh_CN.omf >-@dirrm share/omf/evince >-@dirrm share/gnome/help/evince/zh_CN/figures >-@dirrm share/gnome/help/evince/zh_CN >-@dirrm share/gnome/help/evince/vi/figures >-@dirrm share/gnome/help/evince/vi >-@dirrm share/gnome/help/evince/uk/figures >-@dirrm share/gnome/help/evince/uk >-@dirrm share/gnome/help/evince/sv/figures >-@dirrm share/gnome/help/evince/sv >-@dirrm share/gnome/help/evince/sr/figures >-@dirrm share/gnome/help/evince/sr >-@dirrm share/gnome/help/evince/sl/figures >-@dirrm share/gnome/help/evince/sl >-@dirrm share/gnome/help/evince/ru/figures >-@dirrm share/gnome/help/evince/ru >-@dirrm share/gnome/help/evince/pt_BR/figures >-@dirrm share/gnome/help/evince/pt_BR >-@dirrm share/gnome/help/evince/oc/figures >-@dirrm share/gnome/help/evince/oc >-@dirrm share/gnome/help/evince/nl/figures >-@dirrm share/gnome/help/evince/nl >-@dirrm share/gnome/help/evince/ja/figures >-@dirrm share/gnome/help/evince/ja >-@dirrm share/gnome/help/evince/it/figures >-@dirrm share/gnome/help/evince/it >-@dirrm share/gnome/help/evince/fr/figures >-@dirrm share/gnome/help/evince/fr >-@dirrm share/gnome/help/evince/fi/figures >-@dirrm share/gnome/help/evince/fi >-@dirrm share/gnome/help/evince/eu/figures >-@dirrm share/gnome/help/evince/eu >-@dirrm share/gnome/help/evince/es/figures >-@dirrm share/gnome/help/evince/es >-@dirrm share/gnome/help/evince/en_GB/figures >-@dirrm share/gnome/help/evince/en_GB >-@dirrm share/gnome/help/evince/el/figures >-@dirrm share/gnome/help/evince/el >-@dirrm share/gnome/help/evince/de/figures >-@dirrm share/gnome/help/evince/de >-@dirrm share/gnome/help/evince/cs/figures >-@dirrm share/gnome/help/evince/cs >-@dirrm share/gnome/help/evince/ca/figures >-@dirrm share/gnome/help/evince/ca >-@dirrm share/gnome/help/evince/bg/figures >-@dirrm share/gnome/help/evince/bg >-@dirrm share/gnome/help/evince/C/figures >-@dirrm share/gnome/help/evince/C >-@dirrm share/gnome/help/evince >+%%GNOMEHELP%%share/omf/evince/evince-C.omf >+%%GNOMEHELP%%share/omf/evince/evince-bg.omf >+%%GNOMEHELP%%share/omf/evince/evince-ca.omf >+%%GNOMEHELP%%share/omf/evince/evince-cs.omf >+%%GNOMEHELP%%share/omf/evince/evince-de.omf >+%%GNOMEHELP%%share/omf/evince/evince-el.omf >+%%GNOMEHELP%%share/omf/evince/evince-en_GB.omf >+%%GNOMEHELP%%share/omf/evince/evince-es.omf >+%%GNOMEHELP%%share/omf/evince/evince-eu.omf >+%%GNOMEHELP%%share/omf/evince/evince-fi.omf >+%%GNOMEHELP%%share/omf/evince/evince-fr.omf >+%%GNOMEHELP%%share/omf/evince/evince-it.omf >+%%GNOMEHELP%%share/omf/evince/evince-ja.omf >+%%GNOMEHELP%%share/omf/evince/evince-nl.omf >+%%GNOMEHELP%%share/omf/evince/evince-oc.omf >+%%GNOMEHELP%%share/omf/evince/evince-pt_BR.omf >+%%GNOMEHELP%%share/omf/evince/evince-ru.omf >+%%GNOMEHELP%%share/omf/evince/evince-sl.omf >+%%GNOMEHELP%%share/omf/evince/evince-sr.omf >+%%GNOMEHELP%%share/omf/evince/evince-sv.omf >+%%GNOMEHELP%%share/omf/evince/evince-uk.omf >+%%GNOMEHELP%%share/omf/evince/evince-vi.omf >+%%GNOMEHELP%%share/omf/evince/evince-zh_CN.omf >+%%GNOMEHELP%%@dirrm share/omf/evince >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/zh_CN/figures >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/zh_CN >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/vi/figures >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/vi >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/uk/figures >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/uk >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/sv/figures >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/sv >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/sr/figures >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/sr >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/sl/figures >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/sl >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/ru/figures >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/ru >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/pt_BR/figures >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/pt_BR >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/oc/figures >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/oc >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/nl/figures >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/nl >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/ja/figures >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/ja >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/it/figures >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/it >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/fr/figures >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/fr >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/fi/figures >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/fi >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/eu/figures >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/eu >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/es/figures >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/es >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/en_GB/figures >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/en_GB >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/el/figures >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/el >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/de/figures >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/de >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/cs/figures >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/cs >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/ca/figures >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/ca >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/bg/figures >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/bg >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/C/figures >+%%GNOMEHELP%%@dirrm share/gnome/help/evince/C >+%%GNOMEHELP%%@dirrm share/gnome/help/evince > @dirrm %%DATADIR%%/icons/hicolor/scalable/mimetypes > @dirrm %%DATADIR%%/icons/hicolor/scalable/actions > @dirrm %%DATADIR%%/icons/hicolor/scalable
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 193735
:
147424
|
147425
| 148000