Import gedit-latex-3.2.0.

gedit-latex is a plugin that provides features to ease the edition of
latex documents.

ok jasper@
This commit is contained in:
ajacoutot 2011-09-28 14:16:24 +00:00
parent 2e70ea8a96
commit 59b1f522b5
5 changed files with 482 additions and 0 deletions

View File

@ -0,0 +1,30 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/09/28 14:16:24 ajacoutot Exp $
COMMENT= LaTeX plugin for Gedit
GNOME_PROJECT= gedit-latex
GNOME_VERSION= 3.2.0
CATEGORIES= editors print
HOMEPAGE= https://live.gnome.org/Gedit/LaTeXPlugin
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= x11/gnome \
lang/python \
devel/dconf
BUILD_DEPENDS= devel/gettext
RUN_DEPENDS= devel/gettext \
textproc/rubber \
x11/gnome/gedit>=3.2.0
pre-configure:
${SUBST_CMD} ${WRKSRC}/latex/latex/environment.py
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (gnome/gedit-latex-3.2.0.tar.xz) = LSWNnEXlh2U40xexPDyx5Q==
RMD160 (gnome/gedit-latex-3.2.0.tar.xz) = q+msd5uJWurcpnlqzLXZqYs5nJA=
SHA1 (gnome/gedit-latex-3.2.0.tar.xz) = 6+eHYWwRq3mQmrb/GDpzpw0+ac8=
SHA256 (gnome/gedit-latex-3.2.0.tar.xz) = EX+rJylwpUPmKUIWMUl2h4xvZDopGD0bczGjlr0FkKs=
SIZE (gnome/gedit-latex-3.2.0.tar.xz) = 415992

View File

@ -0,0 +1,14 @@
$OpenBSD: patch-latex_latex_environment_py,v 1.1.1.1 2011/09/28 14:16:24 ajacoutot Exp $
--- latex/latex/environment.py.orig Wed Sep 28 15:09:32 2011
+++ latex/latex/environment.py Wed Sep 28 15:10:55 2011
@@ -184,8 +184,8 @@ from ..base.file import File
class Environment(object):
- _CONFIG_FILENAME = "/etc/texmf/texmf.cnf"
- _DEFAULT_TEXMF_DIR = "/usr/share/texmf-texlive"
+ _CONFIG_FILENAME = "${LOCALBASE}/share/texmf/web2c/texmf.cnf"
+ _DEFAULT_TEXMF_DIR = "${LOCALBASE}/share/texmf"
_DEFAULT_TEXMF_DIR_HOME = "~/texmf"
"""

View File

@ -0,0 +1,2 @@
gedit-latex is a plugin that provides features to ease the edition of
latex documents.

View File

@ -0,0 +1,431 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/09/28 14:16:24 ajacoutot Exp $
lib/gedit/plugins/latex/
lib/gedit/plugins/latex.plugin
lib/gedit/plugins/latex/__init__.py
lib/gedit/plugins/latex/__init__.pyc
lib/gedit/plugins/latex/__init__.pyo
lib/gedit/plugins/latex/base/
lib/gedit/plugins/latex/base/__init__.py
lib/gedit/plugins/latex/base/__init__.pyc
lib/gedit/plugins/latex/base/__init__.pyo
lib/gedit/plugins/latex/base/action.py
lib/gedit/plugins/latex/base/action.pyc
lib/gedit/plugins/latex/base/action.pyo
lib/gedit/plugins/latex/base/appactivatable.py
lib/gedit/plugins/latex/base/appactivatable.pyc
lib/gedit/plugins/latex/base/appactivatable.pyo
lib/gedit/plugins/latex/base/completion.py
lib/gedit/plugins/latex/base/completion.pyc
lib/gedit/plugins/latex/base/completion.pyo
lib/gedit/plugins/latex/base/config.py
lib/gedit/plugins/latex/base/config.pyc
lib/gedit/plugins/latex/base/config.pyo
lib/gedit/plugins/latex/base/decorators.py
lib/gedit/plugins/latex/base/decorators.pyc
lib/gedit/plugins/latex/base/decorators.pyo
lib/gedit/plugins/latex/base/editor.py
lib/gedit/plugins/latex/base/editor.pyc
lib/gedit/plugins/latex/base/editor.pyo
lib/gedit/plugins/latex/base/file.py
lib/gedit/plugins/latex/base/file.pyc
lib/gedit/plugins/latex/base/file.pyo
lib/gedit/plugins/latex/base/job.py
lib/gedit/plugins/latex/base/job.pyc
lib/gedit/plugins/latex/base/job.pyo
lib/gedit/plugins/latex/base/resources.py
lib/gedit/plugins/latex/base/resources.pyc
lib/gedit/plugins/latex/base/resources.pyo
lib/gedit/plugins/latex/base/templates.py
lib/gedit/plugins/latex/base/templates.pyc
lib/gedit/plugins/latex/base/templates.pyo
lib/gedit/plugins/latex/base/windowactivatable.py
lib/gedit/plugins/latex/base/windowactivatable.pyc
lib/gedit/plugins/latex/base/windowactivatable.pyo
lib/gedit/plugins/latex/bibtex/
lib/gedit/plugins/latex/bibtex/__init__.py
lib/gedit/plugins/latex/bibtex/__init__.pyc
lib/gedit/plugins/latex/bibtex/__init__.pyo
lib/gedit/plugins/latex/bibtex/actions.py
lib/gedit/plugins/latex/bibtex/actions.pyc
lib/gedit/plugins/latex/bibtex/actions.pyo
lib/gedit/plugins/latex/bibtex/cache.py
lib/gedit/plugins/latex/bibtex/cache.pyc
lib/gedit/plugins/latex/bibtex/cache.pyo
lib/gedit/plugins/latex/bibtex/completion.py
lib/gedit/plugins/latex/bibtex/completion.pyc
lib/gedit/plugins/latex/bibtex/completion.pyo
lib/gedit/plugins/latex/bibtex/dialogs.py
lib/gedit/plugins/latex/bibtex/dialogs.pyc
lib/gedit/plugins/latex/bibtex/dialogs.pyo
lib/gedit/plugins/latex/bibtex/editor.py
lib/gedit/plugins/latex/bibtex/editor.pyc
lib/gedit/plugins/latex/bibtex/editor.pyo
lib/gedit/plugins/latex/bibtex/model.py
lib/gedit/plugins/latex/bibtex/model.pyc
lib/gedit/plugins/latex/bibtex/model.pyo
lib/gedit/plugins/latex/bibtex/parser.py
lib/gedit/plugins/latex/bibtex/parser.pyc
lib/gedit/plugins/latex/bibtex/parser.pyo
lib/gedit/plugins/latex/bibtex/validator.py
lib/gedit/plugins/latex/bibtex/validator.pyc
lib/gedit/plugins/latex/bibtex/validator.pyo
lib/gedit/plugins/latex/bibtex/views.py
lib/gedit/plugins/latex/bibtex/views.pyc
lib/gedit/plugins/latex/bibtex/views.pyo
lib/gedit/plugins/latex/gldefs.py
lib/gedit/plugins/latex/gldefs.pyc
lib/gedit/plugins/latex/gldefs.pyo
lib/gedit/plugins/latex/issues.py
lib/gedit/plugins/latex/issues.pyc
lib/gedit/plugins/latex/issues.pyo
lib/gedit/plugins/latex/latex/
lib/gedit/plugins/latex/latex/__init__.py
lib/gedit/plugins/latex/latex/__init__.pyc
lib/gedit/plugins/latex/latex/__init__.pyo
lib/gedit/plugins/latex/latex/actions.py
lib/gedit/plugins/latex/latex/actions.pyc
lib/gedit/plugins/latex/latex/actions.pyo
lib/gedit/plugins/latex/latex/archive.py
lib/gedit/plugins/latex/latex/archive.pyc
lib/gedit/plugins/latex/latex/archive.pyo
lib/gedit/plugins/latex/latex/cache.py
lib/gedit/plugins/latex/latex/cache.pyc
lib/gedit/plugins/latex/latex/cache.pyo
lib/gedit/plugins/latex/latex/completion.py
lib/gedit/plugins/latex/latex/completion.pyc
lib/gedit/plugins/latex/latex/completion.pyo
lib/gedit/plugins/latex/latex/dialogs.py
lib/gedit/plugins/latex/latex/dialogs.pyc
lib/gedit/plugins/latex/latex/dialogs.pyo
lib/gedit/plugins/latex/latex/editor.py
lib/gedit/plugins/latex/latex/editor.pyc
lib/gedit/plugins/latex/latex/editor.pyo
lib/gedit/plugins/latex/latex/environment.py
lib/gedit/plugins/latex/latex/environment.pyc
lib/gedit/plugins/latex/latex/environment.pyo
lib/gedit/plugins/latex/latex/expander.py
lib/gedit/plugins/latex/latex/expander.pyc
lib/gedit/plugins/latex/latex/expander.pyo
lib/gedit/plugins/latex/latex/inversesearch.py
lib/gedit/plugins/latex/latex/inversesearch.pyc
lib/gedit/plugins/latex/latex/inversesearch.pyo
lib/gedit/plugins/latex/latex/lexer.py
lib/gedit/plugins/latex/latex/lexer.pyc
lib/gedit/plugins/latex/latex/lexer.pyo
lib/gedit/plugins/latex/latex/listing.py
lib/gedit/plugins/latex/latex/listing.pyc
lib/gedit/plugins/latex/latex/listing.pyo
lib/gedit/plugins/latex/latex/model.py
lib/gedit/plugins/latex/latex/model.pyc
lib/gedit/plugins/latex/latex/model.pyo
lib/gedit/plugins/latex/latex/outline.py
lib/gedit/plugins/latex/latex/outline.pyc
lib/gedit/plugins/latex/latex/outline.pyo
lib/gedit/plugins/latex/latex/parser.py
lib/gedit/plugins/latex/latex/parser.pyc
lib/gedit/plugins/latex/latex/parser.pyo
lib/gedit/plugins/latex/latex/preview.py
lib/gedit/plugins/latex/latex/preview.pyc
lib/gedit/plugins/latex/latex/preview.pyo
lib/gedit/plugins/latex/latex/validator.py
lib/gedit/plugins/latex/latex/validator.pyc
lib/gedit/plugins/latex/latex/validator.pyo
lib/gedit/plugins/latex/latex/views.py
lib/gedit/plugins/latex/latex/views.pyc
lib/gedit/plugins/latex/latex/views.pyo
lib/gedit/plugins/latex/outline.py
lib/gedit/plugins/latex/outline.pyc
lib/gedit/plugins/latex/outline.pyo
lib/gedit/plugins/latex/preferences/
lib/gedit/plugins/latex/preferences/__init__.py
lib/gedit/plugins/latex/preferences/__init__.pyc
lib/gedit/plugins/latex/preferences/__init__.pyo
lib/gedit/plugins/latex/preferences/dialog.py
lib/gedit/plugins/latex/preferences/dialog.pyc
lib/gedit/plugins/latex/preferences/dialog.pyo
lib/gedit/plugins/latex/preferences/tools.py
lib/gedit/plugins/latex/preferences/tools.pyc
lib/gedit/plugins/latex/preferences/tools.pyo
lib/gedit/plugins/latex/tools/
lib/gedit/plugins/latex/tools/__init__.py
lib/gedit/plugins/latex/tools/__init__.pyc
lib/gedit/plugins/latex/tools/__init__.pyo
lib/gedit/plugins/latex/tools/postprocess.py
lib/gedit/plugins/latex/tools/postprocess.pyc
lib/gedit/plugins/latex/tools/postprocess.pyo
lib/gedit/plugins/latex/tools/util.py
lib/gedit/plugins/latex/tools/util.pyc
lib/gedit/plugins/latex/tools/util.pyo
lib/gedit/plugins/latex/tools/views.py
lib/gedit/plugins/latex/tools/views.pyc
lib/gedit/plugins/latex/tools/views.pyo
lib/gedit/plugins/latex/util/
lib/gedit/plugins/latex/util.py
lib/gedit/plugins/latex/util.pyc
lib/gedit/plugins/latex/util.pyo
lib/gedit/plugins/latex/util/eps2png.pl
lib/gedit/plugins/latex/views.py
lib/gedit/plugins/latex/views.pyc
lib/gedit/plugins/latex/views.pyo
share/gedit/plugins/latex/
share/gedit/plugins/latex/bibtex.xml
share/gedit/plugins/latex/icons/
share/gedit/plugins/latex/icons/abort.png
share/gedit/plugins/latex/icons/accents/
share/gedit/plugins/latex/icons/accents/acute.png
share/gedit/plugins/latex/icons/accents/bar.png
share/gedit/plugins/latex/icons/accents/breve.png
share/gedit/plugins/latex/icons/accents/check.png
share/gedit/plugins/latex/icons/accents/ddot.png
share/gedit/plugins/latex/icons/accents/dot.png
share/gedit/plugins/latex/icons/accents/grave.png
share/gedit/plugins/latex/icons/accents/hat.png
share/gedit/plugins/latex/icons/accents/tilde.png
share/gedit/plugins/latex/icons/accents/vec.png
share/gedit/plugins/latex/icons/arrows/
share/gedit/plugins/latex/icons/arrows/Leftarrow.png
share/gedit/plugins/latex/icons/arrows/Leftrightarrow.png
share/gedit/plugins/latex/icons/arrows/Longleftarrow.png
share/gedit/plugins/latex/icons/arrows/Longleftrightarrow.png
share/gedit/plugins/latex/icons/arrows/Longrightarrow.png
share/gedit/plugins/latex/icons/arrows/Rightarrow.png
share/gedit/plugins/latex/icons/arrows/hookleftarrow.png
share/gedit/plugins/latex/icons/arrows/hookrightarrow.png
share/gedit/plugins/latex/icons/arrows/leadsto.png
share/gedit/plugins/latex/icons/arrows/leftarrow.png
share/gedit/plugins/latex/icons/arrows/leftharpoondown.png
share/gedit/plugins/latex/icons/arrows/leftharpoonup.png
share/gedit/plugins/latex/icons/arrows/leftrightarrow.png
share/gedit/plugins/latex/icons/arrows/leftrightarrows.png
share/gedit/plugins/latex/icons/arrows/leftrightharpoons.png
share/gedit/plugins/latex/icons/arrows/longleftarrow.png
share/gedit/plugins/latex/icons/arrows/longleftrightarrow.png
share/gedit/plugins/latex/icons/arrows/longmapsto.png
share/gedit/plugins/latex/icons/arrows/longrightarrow.png
share/gedit/plugins/latex/icons/arrows/mapsto.png
share/gedit/plugins/latex/icons/arrows/rightarrow.png
share/gedit/plugins/latex/icons/arrows/rightharpoondown.png
share/gedit/plugins/latex/icons/arrows/rightharpoonup.png
share/gedit/plugins/latex/icons/arrows/rightleftarrows.png
share/gedit/plugins/latex/icons/arrows/rightleftharpoons.png
share/gedit/plugins/latex/icons/bb.png
share/gedit/plugins/latex/icons/bf.png
share/gedit/plugins/latex/icons/bib.png
share/gedit/plugins/latex/icons/braces.png
share/gedit/plugins/latex/icons/brackets.png
share/gedit/plugins/latex/icons/build-image.png
share/gedit/plugins/latex/icons/cal.png
share/gedit/plugins/latex/icons/calendar.png
share/gedit/plugins/latex/icons/chapter.png
share/gedit/plugins/latex/icons/close_env.png
share/gedit/plugins/latex/icons/description.png
share/gedit/plugins/latex/icons/displaymath.png
share/gedit/plugins/latex/icons/document.png
share/gedit/plugins/latex/icons/documents.png
share/gedit/plugins/latex/icons/dvbars.png
share/gedit/plugins/latex/icons/enumerate.png
share/gedit/plugins/latex/icons/eqnarray.png
share/gedit/plugins/latex/icons/equation.png
share/gedit/plugins/latex/icons/error.png
share/gedit/plugins/latex/icons/field.png
share/gedit/plugins/latex/icons/frak.png
share/gedit/plugins/latex/icons/graphics.png
share/gedit/plugins/latex/icons/greek/
share/gedit/plugins/latex/icons/greek/Delta.png
share/gedit/plugins/latex/icons/greek/Gamma.png
share/gedit/plugins/latex/icons/greek/Lambda.png
share/gedit/plugins/latex/icons/greek/Omega.png
share/gedit/plugins/latex/icons/greek/Phi.png
share/gedit/plugins/latex/icons/greek/Pi.png
share/gedit/plugins/latex/icons/greek/Psi.png
share/gedit/plugins/latex/icons/greek/Sigma.png
share/gedit/plugins/latex/icons/greek/Theta.png
share/gedit/plugins/latex/icons/greek/Upsilon.png
share/gedit/plugins/latex/icons/greek/Xi.png
share/gedit/plugins/latex/icons/greek/alpha.png
share/gedit/plugins/latex/icons/greek/beta.png
share/gedit/plugins/latex/icons/greek/chi.png
share/gedit/plugins/latex/icons/greek/delta.png
share/gedit/plugins/latex/icons/greek/epsilon.png
share/gedit/plugins/latex/icons/greek/eta.png
share/gedit/plugins/latex/icons/greek/gamma.png
share/gedit/plugins/latex/icons/greek/iota.png
share/gedit/plugins/latex/icons/greek/kappa.png
share/gedit/plugins/latex/icons/greek/lambda.png
share/gedit/plugins/latex/icons/greek/mu.png
share/gedit/plugins/latex/icons/greek/nu.png
share/gedit/plugins/latex/icons/greek/omega.png
share/gedit/plugins/latex/icons/greek/phi.png
share/gedit/plugins/latex/icons/greek/pi.png
share/gedit/plugins/latex/icons/greek/psi.png
share/gedit/plugins/latex/icons/greek/rho.png
share/gedit/plugins/latex/icons/greek/sigma.png
share/gedit/plugins/latex/icons/greek/tau.png
share/gedit/plugins/latex/icons/greek/theta.png
share/gedit/plugins/latex/icons/greek/upsilon.png
share/gedit/plugins/latex/icons/greek/varepsilon.png
share/gedit/plugins/latex/icons/greek/varphi.png
share/gedit/plugins/latex/icons/greek/varpi.png
share/gedit/plugins/latex/icons/greek/varrho.png
share/gedit/plugins/latex/icons/greek/varsigma.png
share/gedit/plugins/latex/icons/greek/vartheta.png
share/gedit/plugins/latex/icons/greek/xi.png
share/gedit/plugins/latex/icons/greek/zeta.png
share/gedit/plugins/latex/icons/i_choice.png
share/gedit/plugins/latex/icons/i_command.png
share/gedit/plugins/latex/icons/it.png
share/gedit/plugins/latex/icons/itemize.png
share/gedit/plugins/latex/icons/justify-center.png
share/gedit/plugins/latex/icons/justify-left.png
share/gedit/plugins/latex/icons/justify-right.png
share/gedit/plugins/latex/icons/label.png
share/gedit/plugins/latex/icons/limiters/
share/gedit/plugins/latex/icons/limiters/Vert.png
share/gedit/plugins/latex/icons/limiters/langle.png
share/gedit/plugins/latex/icons/limiters/lbrace.png
share/gedit/plugins/latex/icons/limiters/lceil.png
share/gedit/plugins/latex/icons/limiters/lfloor.png
share/gedit/plugins/latex/icons/limiters/rangle.png
share/gedit/plugins/latex/icons/limiters/rbrace.png
share/gedit/plugins/latex/icons/limiters/rceil.png
share/gedit/plugins/latex/icons/limiters/rfloor.png
share/gedit/plugins/latex/icons/limiters/vert.png
share/gedit/plugins/latex/icons/listing.png
share/gedit/plugins/latex/icons/math.png
share/gedit/plugins/latex/icons/okay.png
share/gedit/plugins/latex/icons/operators/
share/gedit/plugins/latex/icons/operators/approx.png
share/gedit/plugins/latex/icons/operators/ast.png
share/gedit/plugins/latex/icons/operators/bullet.png
share/gedit/plugins/latex/icons/operators/cap.png
share/gedit/plugins/latex/icons/operators/cdot.png
share/gedit/plugins/latex/icons/operators/circ.png
share/gedit/plugins/latex/icons/operators/cong.png
share/gedit/plugins/latex/icons/operators/cup.png
share/gedit/plugins/latex/icons/operators/div.png
share/gedit/plugins/latex/icons/operators/equiv.png
share/gedit/plugins/latex/icons/operators/eth.png
share/gedit/plugins/latex/icons/operators/exists.png
share/gedit/plugins/latex/icons/operators/forall.png
share/gedit/plugins/latex/icons/operators/geq.png
share/gedit/plugins/latex/icons/operators/gg.png
share/gedit/plugins/latex/icons/operators/in.png
share/gedit/plugins/latex/icons/operators/land.png
share/gedit/plugins/latex/icons/operators/leq.png
share/gedit/plugins/latex/icons/operators/ll.png
share/gedit/plugins/latex/icons/operators/lor.png
share/gedit/plugins/latex/icons/operators/mid.png
share/gedit/plugins/latex/icons/operators/nabla.png
share/gedit/plugins/latex/icons/operators/neg.png
share/gedit/plugins/latex/icons/operators/neq.png
share/gedit/plugins/latex/icons/operators/nexists.png
share/gedit/plugins/latex/icons/operators/ni.png
share/gedit/plugins/latex/icons/operators/oplus.png
share/gedit/plugins/latex/icons/operators/parallel.png
share/gedit/plugins/latex/icons/operators/partial.png
share/gedit/plugins/latex/icons/operators/perp.png
share/gedit/plugins/latex/icons/operators/pm.png
share/gedit/plugins/latex/icons/operators/propto.png
share/gedit/plugins/latex/icons/operators/setminus.png
share/gedit/plugins/latex/icons/operators/sim.png
share/gedit/plugins/latex/icons/operators/simeq.png
share/gedit/plugins/latex/icons/operators/star.png
share/gedit/plugins/latex/icons/operators/subset.png
share/gedit/plugins/latex/icons/operators/subseteq.png
share/gedit/plugins/latex/icons/operators/supset.png
share/gedit/plugins/latex/icons/operators/supseteq.png
share/gedit/plugins/latex/icons/operators/times.png
share/gedit/plugins/latex/icons/operators/uplus.png
share/gedit/plugins/latex/icons/operators/varnothing.png
share/gedit/plugins/latex/icons/outline.png
share/gedit/plugins/latex/icons/paragraph.png
share/gedit/plugins/latex/icons/parantheses.png
share/gedit/plugins/latex/icons/part.png
share/gedit/plugins/latex/icons/rm.png
share/gedit/plugins/latex/icons/run.png
share/gedit/plugins/latex/icons/sc.png
share/gedit/plugins/latex/icons/section.png
share/gedit/plugins/latex/icons/sf.png
share/gedit/plugins/latex/icons/snippet.png
share/gedit/plugins/latex/icons/special/
share/gedit/plugins/latex/icons/special/Im.png
share/gedit/plugins/latex/icons/special/P.png
share/gedit/plugins/latex/icons/special/Re.png
share/gedit/plugins/latex/icons/special/S.png
share/gedit/plugins/latex/icons/special/aleph.png
share/gedit/plugins/latex/icons/special/angle.png
share/gedit/plugins/latex/icons/special/cdots.png
share/gedit/plugins/latex/icons/special/complement.png
share/gedit/plugins/latex/icons/special/dagger.png
share/gedit/plugins/latex/icons/special/ddots.png
share/gedit/plugins/latex/icons/special/ell.png
share/gedit/plugins/latex/icons/special/hbar.png
share/gedit/plugins/latex/icons/special/iint.png
share/gedit/plugins/latex/icons/special/infty.png
share/gedit/plugins/latex/icons/special/int.png
share/gedit/plugins/latex/icons/special/ldots.png
share/gedit/plugins/latex/icons/special/oint.png
share/gedit/plugins/latex/icons/special/prime.png
share/gedit/plugins/latex/icons/special/prod.png
share/gedit/plugins/latex/icons/special/sum.png
share/gedit/plugins/latex/icons/special/textcopyright.png
share/gedit/plugins/latex/icons/special/textregistered.png
share/gedit/plugins/latex/icons/special/texttrademark.png
share/gedit/plugins/latex/icons/special/vdots.png
share/gedit/plugins/latex/icons/special/wp.png
share/gedit/plugins/latex/icons/subsection.png
share/gedit/plugins/latex/icons/subsubsection.png
share/gedit/plugins/latex/icons/table.png
share/gedit/plugins/latex/icons/task.png
share/gedit/plugins/latex/icons/tree_chapter.png
share/gedit/plugins/latex/icons/tree_include.png
share/gedit/plugins/latex/icons/tree_includegraphics.png
share/gedit/plugins/latex/icons/tree_paragraph.png
share/gedit/plugins/latex/icons/tree_part.png
share/gedit/plugins/latex/icons/tree_section.png
share/gedit/plugins/latex/icons/tree_subsection.png
share/gedit/plugins/latex/icons/tree_subsubsection.png
share/gedit/plugins/latex/icons/tree_table.png
share/gedit/plugins/latex/icons/tt.png
share/gedit/plugins/latex/icons/underline.png
share/gedit/plugins/latex/icons/uneqnarray.png
share/gedit/plugins/latex/icons/users.png
share/gedit/plugins/latex/icons/vbars.png
share/gedit/plugins/latex/icons/warning.png
share/gedit/plugins/latex/latex.xml
share/gedit/plugins/latex/listings.xml
share/gedit/plugins/latex/symbols.xml
share/gedit/plugins/latex/templates/
share/gedit/plugins/latex/templates/Default.template
share/gedit/plugins/latex/templates/KOMA_Letter_2.template
share/gedit/plugins/latex/templates/Slides.template
share/gedit/plugins/latex/tools.xml
share/gedit/plugins/latex/ui/
share/gedit/plugins/latex/ui/build_image_dialog.ui
share/gedit/plugins/latex/ui/choose_master_dialog.ui
share/gedit/plugins/latex/ui/configure.ui
share/gedit/plugins/latex/ui/configure_tool.ui
share/gedit/plugins/latex/ui/insert_bibtex_entry.ui
share/gedit/plugins/latex/ui/insert_graphics_dialog.ui
share/gedit/plugins/latex/ui/insert_listing_dialog.ui
share/gedit/plugins/latex/ui/insert_table_dialog.ui
share/gedit/plugins/latex/ui/new_document_template_dialog.ui
share/gedit/plugins/latex/ui/save_as_template_dialog.ui
share/gedit/plugins/latex/ui/ui-toolbar-combined.builder
share/gedit/plugins/latex/ui/ui-toolbar-disabled.builder
share/gedit/plugins/latex/ui/ui-toolbar-normal.builder
share/gedit/plugins/latex/ui/use_bibliography_dialog.ui
share/glib-2.0/schemas/org.gnome.gedit.plugins.latex.gschema.xml
share/locale/cs/LC_MESSAGES/gedit-latex.mo
share/locale/da/LC_MESSAGES/gedit-latex.mo
share/locale/de/LC_MESSAGES/gedit-latex.mo
share/locale/es/LC_MESSAGES/gedit-latex.mo
share/locale/fr/LC_MESSAGES/gedit-latex.mo
share/locale/gl/LC_MESSAGES/gedit-latex.mo
share/locale/nb/LC_MESSAGES/gedit-latex.mo
share/locale/ru/LC_MESSAGES/gedit-latex.mo
share/locale/sl/LC_MESSAGES/gedit-latex.mo
share/locale/th/LC_MESSAGES/gedit-latex.mo
share/locale/zh_CN/LC_MESSAGES/gedit-latex.mo
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null