Update to LyX 2.0.4.

Based on a diff from Marc Peters on ports@ ages ago, thanks!
Tested by matthieu@, and then i completely forgot to commit it...
This commit is contained in:
landry 2013-01-02 20:29:49 +00:00
parent a5f7f2f869
commit 296ebda882
4 changed files with 431 additions and 102 deletions

View File

@ -1,15 +1,14 @@
# $OpenBSD: Makefile,v 1.63 2012/03/29 13:38:49 sthen Exp $
# $OpenBSD: Makefile,v 1.64 2013/01/02 20:29:49 landry Exp $
COMMENT= graphical frontend for LaTeX (nearly WYSIWYG)
DISTNAME= lyx-1.6.6.1
REVISION= 3
DISTNAME= lyx-2.0.4
CATEGORIES= print editors
HOMEPAGE= http://www.lyx.org/
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/1.6.x/ \
ftp://ftp.lip6.fr/pub/lyx/stable/1.6.x/
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/ \
ftp://ftp.lip6.fr/pub/lyx/stable/2.0.x/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
@ -24,11 +23,12 @@ RUN_DEPENDS= print/texlive/base \
LIB_DEPENDS= ${MODQT4_LIB_DEPENDS}>=4.5.3 \
devel/boost \
textproc/enchant \
textproc/aspell/core
WANTLIB += QtGui>=8 X11 aspell c m pthread stdc++ z
WANTLIB += boost_filesystem-mt>=1 boost_iostreams-mt>=1
WANTLIB += QtGui>=8 aspell c m pthread stdc++ z
WANTLIB += boost_regex-mt>=1 boost_signals-mt>=1
WANTLIB += glib-2.0 gmodule-2.0 enchant
SEPARATE_BUILD= Yes
USE_LIBTOOL= Yes

View File

@ -1,5 +1,2 @@
MD5 (lyx-1.6.6.1.tar.gz) = XEPDFhy+wIx48kbMpXYWNg==
RMD160 (lyx-1.6.6.1.tar.gz) = jsgq2uaMQPwBIrEqY2n/NP/ikz8=
SHA1 (lyx-1.6.6.1.tar.gz) = VFb+boLhr6YBYb3xpTtXViEY9lE=
SHA256 (lyx-1.6.6.1.tar.gz) = 5WasuoL4htwCdhmMKkqWTkSEXuxOg9b94b0UcTARDW8=
SIZE (lyx-1.6.6.1.tar.gz) = 15698964
SHA256 (lyx-2.0.4.tar.gz) = j4a+A+0h3GpGFJSFK3gUdGbDuxZ3Kirfuc2m4gHDIH4=
SIZE (lyx-2.0.4.tar.gz) = 19015175

View File

@ -1,29 +0,0 @@
$OpenBSD: patch-src_frontends_qt4_Menus_cpp,v 1.1 2010/06/04 22:43:33 sthen Exp $
--- src/frontends/qt4/Menus.cpp.orig Tue Jun 9 07:53:51 2009
+++ src/frontends/qt4/Menus.cpp Fri Jun 4 13:19:13 2010
@@ -219,11 +219,7 @@ class MenuItem { (public)
MenuDefinition const & submenu() const { return submenu_.at(0); }
MenuDefinition & submenu() { return submenu_[0]; }
///
- void setSubmenu(MenuDefinition const & menu)
- {
- submenu_.clear();
- submenu_.append(menu);
- }
+ void setSubmenu(MenuDefinition const & menu);
private:
///
@@ -303,6 +299,12 @@ class MenuDefinition { (public)
QString name_;
};
+// Work around compiler bugs in gcc 3.3.
+void MenuItem::setSubmenu(MenuDefinition const & menu)
+{
+ submenu_.clear();
+ submenu_.append(menu);
+}
/// Helper for std::find_if
class MenuNamesEqual

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.18 2010/06/04 22:43:33 sthen Exp $
@comment $OpenBSD: PLIST,v 1.19 2013/01/02 20:29:49 landry Exp $
@pkgpath print/lyx,qt
@pkgpath print/lyx,xforms
@bin bin/lyx
@ -10,6 +10,7 @@
share/locale/ar/LC_MESSAGES/lyx.mo
share/locale/ca/LC_MESSAGES/lyx.mo
share/locale/cs/LC_MESSAGES/lyx.mo
share/locale/da/LC_MESSAGES/lyx.mo
share/locale/de/LC_MESSAGES/lyx.mo
share/locale/el/LC_MESSAGES/lyx.mo
share/locale/en/LC_MESSAGES/lyx.mo
@ -20,22 +21,27 @@ share/locale/fr/LC_MESSAGES/lyx.mo
share/locale/gl/LC_MESSAGES/lyx.mo
share/locale/he/LC_MESSAGES/lyx.mo
share/locale/hu/LC_MESSAGES/lyx.mo
share/locale/ia/LC_MESSAGES/lyx.mo
share/locale/id/LC_MESSAGES/lyx.mo
share/locale/it/LC_MESSAGES/lyx.mo
share/locale/ja/LC_MESSAGES/lyx.mo
share/locale/nb/LC_MESSAGES/lyx.mo
share/locale/nl/LC_MESSAGES/lyx.mo
share/locale/nn/LC_MESSAGES/lyx.mo
share/locale/pl/LC_MESSAGES/lyx.mo
share/locale/pt/LC_MESSAGES/lyx.mo
share/locale/ro/LC_MESSAGES/lyx.mo
share/locale/ru/LC_MESSAGES/lyx.mo
share/locale/sk/LC_MESSAGES/lyx.mo
share/locale/sr/LC_MESSAGES/lyx.mo
share/locale/sv/LC_MESSAGES/lyx.mo
share/locale/tr/LC_MESSAGES/lyx.mo
share/locale/uk/LC_MESSAGES/lyx.mo
share/locale/zh_CN/LC_MESSAGES/lyx.mo
share/locale/zh_TW/LC_MESSAGES/lyx.mo
share/lyx/
share/lyx/CREDITS
share/lyx/autocorrect
share/lyx/bind/
share/lyx/bind/aqua.bind
share/lyx/bind/broadway.bind
@ -44,34 +50,26 @@ share/lyx/bind/cyrkeys.bind
share/lyx/bind/de/
share/lyx/bind/de/menus.bind
share/lyx/bind/emacs.bind
share/lyx/bind/fi/
share/lyx/bind/fi/menus.bind
share/lyx/bind/greekkeys.bind
share/lyx/bind/hollywood.bind
share/lyx/bind/latinkeys.bind
share/lyx/bind/mac.bind
share/lyx/bind/math.bind
share/lyx/bind/menus.bind
share/lyx/bind/pt/
share/lyx/bind/pt/menus.bind
share/lyx/bind/sciword.bind
share/lyx/bind/site.bind
share/lyx/bind/sv/
share/lyx/bind/sv/menus.bind
share/lyx/bind/xemacs.bind
share/lyx/chkconfig.ltx
share/lyx/commands/
share/lyx/commands/default.def
share/lyx/configure.py
share/lyx/configure.pyc
share/lyx/configure.pyo
share/lyx/doc/
share/lyx/doc/Additional.lyx
share/lyx/doc/Customization.lyx
share/lyx/doc/DummyDocument1.lyx
share/lyx/doc/DummyDocument2.lyx
share/lyx/doc/DummyTextDocument.txt
share/lyx/doc/EmbeddedObjects.lyx
share/lyx/doc/Extended.lyx
share/lyx/doc/Formula-numbering.lyx
share/lyx/doc/Intro.lyx
share/lyx/doc/LFUNs.lyx
@ -109,7 +107,6 @@ share/lyx/doc/clipart/footnoteQt4.png
share/lyx/doc/clipart/labelQt4.png
share/lyx/doc/clipart/macrobox.png
share/lyx/doc/clipart/macrouse.png
share/lyx/doc/clipart/mbox.png
share/lyx/doc/clipart/mobius.eps
share/lyx/doc/clipart/platypus.eps
share/lyx/doc/clipart/referenceQt4.png
@ -120,12 +117,12 @@ share/lyx/doc/cs/Tutorial.lyx
share/lyx/doc/da/
share/lyx/doc/da/Intro.lyx
share/lyx/doc/de/
share/lyx/doc/de/Additional.lyx
share/lyx/doc/de/Customization.lyx
share/lyx/doc/de/DummyDocument1.lyx
share/lyx/doc/de/DummyDocument2.lyx
share/lyx/doc/de/DummyTextDocument.txt
share/lyx/doc/de/EmbeddedObjects.lyx
share/lyx/doc/de/Extended.lyx
share/lyx/doc/de/Formelnummerierung.lyx
share/lyx/doc/de/Intro.lyx
share/lyx/doc/de/Math.lyx
@ -144,13 +141,15 @@ share/lyx/doc/de/clipart/Marke.png
share/lyx/doc/de/clipart/Querverweis.png
share/lyx/doc/de/clipart/StandardBoxQt4.png
share/lyx/doc/de/clipart/UnterdokumentQt4.png
share/lyx/doc/el/
share/lyx/doc/el/Intro.lyx
share/lyx/doc/es/
share/lyx/doc/es/Additional.lyx
share/lyx/doc/es/Customization.lyx
share/lyx/doc/es/DocumentoPostizo1.lyx
share/lyx/doc/es/DocumentoPostizo2.lyx
share/lyx/doc/es/DocumentoTextoPostizo.txt
share/lyx/doc/es/EmbeddedObjects.lyx
share/lyx/doc/es/Extended.lyx
share/lyx/doc/es/Formula-numbering.lyx
share/lyx/doc/es/Intro.lyx
share/lyx/doc/es/Math.lyx
@ -172,18 +171,18 @@ share/lyx/doc/es/clipart/flotanteQt4.png
share/lyx/doc/es/clipart/notapieQt4.png
share/lyx/doc/es/clipart/referenciaQt4.png
share/lyx/doc/eu/
share/lyx/doc/eu/Additional.lyx
share/lyx/doc/eu/Customization.lyx
share/lyx/doc/eu/Extended.lyx
share/lyx/doc/eu/Intro.lyx
share/lyx/doc/eu/Tutorial.lyx
share/lyx/doc/eu/UserGuide.lyx
share/lyx/doc/fr/
share/lyx/doc/fr/Additional.lyx
share/lyx/doc/fr/Customization.lyx
share/lyx/doc/fr/DocumentBidon1.lyx
share/lyx/doc/fr/DocumentBidon2.lyx
share/lyx/doc/fr/DocumentTexteBidon.txt
share/lyx/doc/fr/EmbeddedObjects.lyx
share/lyx/doc/fr/Extended.lyx
share/lyx/doc/fr/Formula-numbering.lyx
share/lyx/doc/fr/Intro.lyx
share/lyx/doc/fr/Math.lyx
@ -194,6 +193,7 @@ share/lyx/doc/fr/clipart/
share/lyx/doc/fr/clipart/BoxInsetDefaultQt4.png
share/lyx/doc/fr/clipart/ChildDocumentQt4.png
share/lyx/doc/fr/clipart/CommentNoteImageQt4.png
share/lyx/doc/fr/clipart/ERT.png
share/lyx/doc/fr/clipart/GreyedOutNoteImageQt4.png
share/lyx/doc/fr/clipart/LyXNoteImageQt4.png
share/lyx/doc/fr/clipart/floatQt4.png
@ -210,7 +210,9 @@ share/lyx/doc/hu/Intro.lyx
share/lyx/doc/hu/Tutorial.lyx
share/lyx/doc/id/
share/lyx/doc/id/Intro.lyx
share/lyx/doc/id/Shortcuts.lyx
share/lyx/doc/id/Tutorial.lyx
share/lyx/doc/id/UserGuide.lyx
share/lyx/doc/id/clipart/
share/lyx/doc/id/clipart/id-contrib.png
share/lyx/doc/id/clipart/id-footnote.png
@ -224,11 +226,11 @@ share/lyx/doc/it/clipart/
share/lyx/doc/it/clipart/it_footnoteQt4.png
share/lyx/doc/it/clipart/it_referenceQt4.png
share/lyx/doc/ja/
share/lyx/doc/ja/Additional.lyx
share/lyx/doc/ja/Customization.lyx
share/lyx/doc/ja/DummyDocument1.lyx
share/lyx/doc/ja/DummyDocument2.lyx
share/lyx/doc/ja/EmbeddedObjects.lyx
share/lyx/doc/ja/Extended.lyx
share/lyx/doc/ja/Formula-numbering.lyx
share/lyx/doc/ja/Intro.lyx
share/lyx/doc/ja/LaTeXConfig.lyx
@ -250,7 +252,7 @@ share/lyx/doc/nl/
share/lyx/doc/nl/Intro.lyx
share/lyx/doc/nl/Tutorial.lyx
share/lyx/doc/pl/
share/lyx/doc/pl/Extended.lyx
share/lyx/doc/pl/Additional.lyx
share/lyx/doc/pl/Intro.lyx
share/lyx/doc/pl/Tutorial.lyx
share/lyx/doc/pt/
@ -270,6 +272,7 @@ share/lyx/doc/sl/Intro.lyx
share/lyx/doc/sl/Tutorial.lyx
share/lyx/doc/sv/
share/lyx/doc/sv/Intro.lyx
share/lyx/doc/sv/Shortcuts.lyx
share/lyx/doc/sv/Tutorial.lyx
share/lyx/doc/uk/
share/lyx/doc/uk/Intro.lyx
@ -283,6 +286,7 @@ share/lyx/examples/
share/lyx/examples/Braille.lyx
share/lyx/examples/CV-image.eps
share/lyx/examples/CV-image.png
share/lyx/examples/FeynmanDiagrams.lyx
share/lyx/examples/Foils.lyx
share/lyx/examples/ItemizeBullets.lyx
share/lyx/examples/Literate.lyx
@ -313,6 +317,8 @@ share/lyx/examples/ca/splash.lyx
share/lyx/examples/chess-article.lyx
share/lyx/examples/chessgame.lyx
share/lyx/examples/cs/
share/lyx/examples/cs/priklad_syrovy.lyx
share/lyx/examples/cs/priklad_zLyXovany.lyx
share/lyx/examples/cs/splash.lyx
share/lyx/examples/da/
share/lyx/examples/da/splash.lyx
@ -331,10 +337,11 @@ share/lyx/examples/de/serienbrief3.lyx
share/lyx/examples/de/splash.lyx
share/lyx/examples/de/tufte-handout.lyx
share/lyx/examples/docbook_article.lyx
share/lyx/examples/el/
share/lyx/examples/el/splash.lyx
share/lyx/examples/es/
share/lyx/examples/es/Braille.lyx
share/lyx/examples/es/ItemizeBullets.lyx
share/lyx/examples/es/beamer-conference-ornate20min.lyx
share/lyx/examples/es/ejemplo_con_lyx.lyx
share/lyx/examples/es/ejemplo_sin_lyx.lyx
share/lyx/examples/es/linguistics.lyx
@ -354,6 +361,7 @@ share/lyx/examples/fa/splash.lyx
share/lyx/examples/fr/
share/lyx/examples/fr/AlignementDecimal.lyx
share/lyx/examples/fr/Braille.lyx
share/lyx/examples/fr/FeynmanDiagrams.lyx
share/lyx/examples/fr/Foils.lyx
share/lyx/examples/fr/ListesPuces.lyx
share/lyx/examples/fr/exemple-powerdot.lyx
@ -383,19 +391,25 @@ share/lyx/examples/id/splash.lyx
share/lyx/examples/iecc05.fen
share/lyx/examples/iecc07.fen
share/lyx/examples/iecc12.fen
share/lyx/examples/instant_preview.lyx
share/lyx/examples/it/
share/lyx/examples/it/ItemizeBullets.lyx
share/lyx/examples/it/splash.lyx
share/lyx/examples/ja/
share/lyx/examples/ja/Braille.lyx
share/lyx/examples/ja/FeynmanDiagrams.lyx
share/lyx/examples/ja/linguistics.lyx
share/lyx/examples/ja/multicol.lyx
share/lyx/examples/ja/splash.lyx
share/lyx/examples/ja/xyfigure.png
share/lyx/examples/ja/xypic.lyx
share/lyx/examples/knitr.lyx
share/lyx/examples/landslide.lyx
share/lyx/examples/lilypond.lyx
share/lyx/examples/linguistics.lyx
share/lyx/examples/listerrors.lyx
share/lyx/examples/localization_test.lyx
share/lyx/examples/longsheet.gnumeric
share/lyx/examples/modernCV.lyx
share/lyx/examples/multicol.lyx
share/lyx/examples/nl/
@ -420,6 +434,9 @@ share/lyx/examples/seminar.lyx
share/lyx/examples/serial_letter1.lyx
share/lyx/examples/serial_letter2.lyx
share/lyx/examples/serial_letter3.lyx
share/lyx/examples/sheet1.gnumeric
share/lyx/examples/sheet2.ods
share/lyx/examples/sheet3.xls
share/lyx/examples/simplecv.lyx
share/lyx/examples/sk/
share/lyx/examples/sk/splash.lyx
@ -428,6 +445,13 @@ share/lyx/examples/sl/primer_lyxan.lyx
share/lyx/examples/sl/primer_surov.lyx
share/lyx/examples/sl/splash.lyx
share/lyx/examples/splash.lyx
share/lyx/examples/spreadsheet.lyx
share/lyx/examples/sr/
share/lyx/examples/sr/Braille.lyx
share/lyx/examples/sr/splash.lyx
share/lyx/examples/sv/
share/lyx/examples/sv/splash.lyx
share/lyx/examples/sweave.lyx
share/lyx/examples/tufte-book.lyx
share/lyx/examples/tufte-handout.lyx
share/lyx/examples/uk/
@ -446,6 +470,7 @@ share/lyx/fonts/esint10.ttf
share/lyx/fonts/eufm10.ttf
share/lyx/fonts/msam10.ttf
share/lyx/fonts/msbm10.ttf
share/lyx/fonts/rsfs10.ttf
share/lyx/fonts/wasy10.ttf
share/lyx/images/
share/lyx/images/all-changes-accept.png
@ -458,28 +483,218 @@ share/lyx/images/bookmark-save.png
share/lyx/images/box-insert.png
share/lyx/images/break-line.png
share/lyx/images/buffer-close.png
share/lyx/images/buffer-export.png
share/lyx/images/buffer-export_dvi.png
share/lyx/images/buffer-export_dvi3.png
share/lyx/images/buffer-export_latex.png
share/lyx/images/buffer-export_pdf.png
share/lyx/images/buffer-export_pdf2.png
share/lyx/images/buffer-export_pdf3.png
share/lyx/images/buffer-export_pdf4.png
share/lyx/images/buffer-export_pdf5.png
share/lyx/images/buffer-export_ps.png
share/lyx/images/buffer-export_text.png
share/lyx/images/buffer-new.png
share/lyx/images/buffer-reload.png
share/lyx/images/buffer-toggle-output-sync.png
share/lyx/images/buffer-update.png
share/lyx/images/buffer-update_dvi.png
share/lyx/images/buffer-update_dvi3.png
share/lyx/images/buffer-update_pdf.png
share/lyx/images/buffer-update_pdf2.png
share/lyx/images/buffer-update_pdf3.png
share/lyx/images/buffer-update_pdf4.png
share/lyx/images/buffer-update_pdf5.png
share/lyx/images/buffer-update_ps.png
share/lyx/images/buffer-view.png
share/lyx/images/buffer-view_dvi.png
share/lyx/images/buffer-view_dvi3.png
share/lyx/images/buffer-view_pdf.png
share/lyx/images/buffer-view_pdf2.png
share/lyx/images/buffer-view_pdf3.png
share/lyx/images/buffer-view_pdf4.png
share/lyx/images/buffer-view_pdf5.png
share/lyx/images/buffer-view_ps.png
share/lyx/images/buffer-write-as.png
share/lyx/images/buffer-write.png
share/lyx/images/build-program.png
share/lyx/images/busy.gif
share/lyx/images/change-accept.png
share/lyx/images/change-next.png
share/lyx/images/change-reject.png
share/lyx/images/changes-merge.png
share/lyx/images/changes-output.png
share/lyx/images/changes-track.png
share/lyx/images/classic/
share/lyx/images/classic/all-changes-accept.png
share/lyx/images/classic/all-changes-reject.png
share/lyx/images/classic/bookmark-goto.png
share/lyx/images/classic/bookmark-goto_0.png
share/lyx/images/classic/bookmark-save.png
share/lyx/images/classic/box-insert.png
share/lyx/images/classic/break-line.png
share/lyx/images/classic/buffer-close.png
share/lyx/images/classic/buffer-export.png
share/lyx/images/classic/buffer-export_dvi.png
share/lyx/images/classic/buffer-export_dvi3.png
share/lyx/images/classic/buffer-export_latex.png
share/lyx/images/classic/buffer-export_pdf.png
share/lyx/images/classic/buffer-export_pdf2.png
share/lyx/images/classic/buffer-export_pdf3.png
share/lyx/images/classic/buffer-export_pdf4.png
share/lyx/images/classic/buffer-export_pdf5.png
share/lyx/images/classic/buffer-export_ps.png
share/lyx/images/classic/buffer-export_text.png
share/lyx/images/classic/buffer-new.png
share/lyx/images/classic/buffer-reload.png
share/lyx/images/classic/buffer-toggle-output-sync.png
share/lyx/images/classic/buffer-update.png
share/lyx/images/classic/buffer-update_dvi.png
share/lyx/images/classic/buffer-update_dvi3.png
share/lyx/images/classic/buffer-update_pdf.png
share/lyx/images/classic/buffer-update_pdf2.png
share/lyx/images/classic/buffer-update_pdf3.png
share/lyx/images/classic/buffer-update_pdf4.png
share/lyx/images/classic/buffer-update_pdf5.png
share/lyx/images/classic/buffer-update_ps.png
share/lyx/images/classic/buffer-view.png
share/lyx/images/classic/buffer-view_dvi.png
share/lyx/images/classic/buffer-view_dvi3.png
share/lyx/images/classic/buffer-view_pdf.png
share/lyx/images/classic/buffer-view_pdf2.png
share/lyx/images/classic/buffer-view_pdf3.png
share/lyx/images/classic/buffer-view_pdf4.png
share/lyx/images/classic/buffer-view_pdf5.png
share/lyx/images/classic/buffer-view_ps.png
share/lyx/images/classic/buffer-write-as.png
share/lyx/images/classic/buffer-write.png
share/lyx/images/classic/build-program.png
share/lyx/images/classic/change-accept.png
share/lyx/images/classic/change-next.png
share/lyx/images/classic/change-reject.png
share/lyx/images/classic/changes-merge.png
share/lyx/images/classic/changes-output.png
share/lyx/images/classic/changes-track.png
share/lyx/images/classic/close-tab-group.png
share/lyx/images/classic/copy.png
share/lyx/images/classic/cut.png
share/lyx/images/classic/demote.png
share/lyx/images/classic/depth-decrement.png
share/lyx/images/classic/depth-increment.png
share/lyx/images/classic/dialog-preferences.png
share/lyx/images/classic/dialog-show-new-inset_citation.png
share/lyx/images/classic/dialog-show-new-inset_graphics.png
share/lyx/images/classic/dialog-show-new-inset_include.png
share/lyx/images/classic/dialog-show-new-inset_ref.png
share/lyx/images/classic/dialog-show_character.png
share/lyx/images/classic/dialog-show_findreplace.png
share/lyx/images/classic/dialog-show_mathdelimiter.png
share/lyx/images/classic/dialog-show_mathmatrix.png
share/lyx/images/classic/dialog-show_print.png
share/lyx/images/classic/dialog-show_spellchecker.png
share/lyx/images/classic/dialog-show_vclog.png
share/lyx/images/classic/dialog-toggle_findreplaceadv.png
share/lyx/images/classic/dialog-toggle_toc.png
share/lyx/images/classic/down.png
share/lyx/images/classic/ert-insert.png
share/lyx/images/classic/file-open.png
share/lyx/images/classic/float-insert_figure.png
share/lyx/images/classic/float-insert_table.png
share/lyx/images/classic/font-bold.png
share/lyx/images/classic/font-emph.png
share/lyx/images/classic/font-noun.png
share/lyx/images/classic/font-sans.png
share/lyx/images/classic/font-smallcaps.png
share/lyx/images/classic/footnote-insert.png
share/lyx/images/classic/href-insert.png
share/lyx/images/classic/iconsize.png
share/lyx/images/classic/index-insert.png
share/lyx/images/classic/info-insert_buffer_vcs-revision.png
share/lyx/images/classic/label-insert.png
share/lyx/images/classic/layout-document.png
share/lyx/images/classic/layout-paragraph.png
share/lyx/images/classic/layout.png
share/lyx/images/classic/layout_Description.png
share/lyx/images/classic/layout_Enumerate.png
share/lyx/images/classic/layout_Itemize.png
share/lyx/images/classic/layout_List.png
share/lyx/images/classic/layout_LyX-Code.png
share/lyx/images/classic/layout_Scrap.png
share/lyx/images/classic/layout_Section.png
share/lyx/images/classic/marginalnote-insert.png
share/lyx/images/classic/master-buffer-update.png
share/lyx/images/classic/master-buffer-view.png
share/lyx/images/classic/math-display.png
share/lyx/images/classic/math-macro-add-greedy-optional-param.png
share/lyx/images/classic/math-macro-add-optional-param.png
share/lyx/images/classic/math-macro-add-param.png
share/lyx/images/classic/math-macro-append-greedy-param.png
share/lyx/images/classic/math-macro-make-nonoptional.png
share/lyx/images/classic/math-macro-make-optional.png
share/lyx/images/classic/math-macro-remove-greedy-param.png
share/lyx/images/classic/math-macro-remove-optional-param.png
share/lyx/images/classic/math-macro-remove-param.png
share/lyx/images/classic/math-macro_newmacroname_newcommand.png
share/lyx/images/classic/math-matrix.png
share/lyx/images/classic/math-mode.png
share/lyx/images/classic/math-subscript.png
share/lyx/images/classic/math-superscript.png
share/lyx/images/classic/nomencl-insert.png
share/lyx/images/classic/note-insert.png
share/lyx/images/classic/note-next.png
share/lyx/images/classic/paste.png
share/lyx/images/classic/promote.png
share/lyx/images/classic/redo.png
share/lyx/images/classic/reload.png
share/lyx/images/classic/script-insert_subscript.png
share/lyx/images/classic/script-insert_superscript.png
share/lyx/images/classic/split-view_horizontal.png
share/lyx/images/classic/split-view_vertical.png
share/lyx/images/classic/tabular-feature_align-decimal.png
share/lyx/images/classic/tabular-feature_append-column.png
share/lyx/images/classic/tabular-feature_append-row.png
share/lyx/images/classic/tabular-feature_delete-column.png
share/lyx/images/classic/tabular-feature_delete-row.png
share/lyx/images/classic/tabular-feature_m-align-center.png
share/lyx/images/classic/tabular-feature_m-align-left.png
share/lyx/images/classic/tabular-feature_m-align-right.png
share/lyx/images/classic/tabular-feature_m-valign-bottom.png
share/lyx/images/classic/tabular-feature_m-valign-middle.png
share/lyx/images/classic/tabular-feature_m-valign-top.png
share/lyx/images/classic/tabular-feature_multicolumn.png
share/lyx/images/classic/tabular-feature_multirow.png
share/lyx/images/classic/tabular-feature_set-all-lines.png
share/lyx/images/classic/tabular-feature_set-border-lines.png
share/lyx/images/classic/tabular-feature_set-longtabular.png
share/lyx/images/classic/tabular-feature_set-rotate-cell.png
share/lyx/images/classic/tabular-feature_set-rotate-tabular.png
share/lyx/images/classic/tabular-feature_toggle-line-bottom.png
share/lyx/images/classic/tabular-feature_toggle-line-left.png
share/lyx/images/classic/tabular-feature_toggle-line-right.png
share/lyx/images/classic/tabular-feature_toggle-line-top.png
share/lyx/images/classic/tabular-feature_toggle-rotate-cell.png
share/lyx/images/classic/tabular-feature_toggle-rotate-tabular.png
share/lyx/images/classic/tabular-feature_unset-all-lines.png
share/lyx/images/classic/tabular-insert.png
share/lyx/images/classic/textstyle-apply.png
share/lyx/images/classic/thesaurus-entry.png
share/lyx/images/classic/toolbar-toggle_math.png
share/lyx/images/classic/toolbar-toggle_math_panels.png
share/lyx/images/classic/toolbar-toggle_table.png
share/lyx/images/classic/undo.png
share/lyx/images/classic/unknown.png
share/lyx/images/classic/up.png
share/lyx/images/classic/update-others.png
share/lyx/images/classic/url-insert.png
share/lyx/images/classic/vc-check-in.png
share/lyx/images/classic/vc-check-out.png
share/lyx/images/classic/vc-compare.png
share/lyx/images/classic/vc-compare_0.png
share/lyx/images/classic/vc-locking-toggle.png
share/lyx/images/classic/vc-register.png
share/lyx/images/classic/vc-repo-update.png
share/lyx/images/classic/vc-revert.png
share/lyx/images/classic/view-others.png
share/lyx/images/close-tab-group.png
share/lyx/images/closetab.png
share/lyx/images/commands/
@ -500,6 +715,7 @@ share/lyx/images/dialog-show_mathmatrix.png
share/lyx/images/dialog-show_print.png
share/lyx/images/dialog-show_spellchecker.png
share/lyx/images/dialog-show_vclog.png
share/lyx/images/dialog-toggle_findreplaceadv.png
share/lyx/images/dialog-toggle_toc.png
share/lyx/images/down.png
share/lyx/images/ert-insert.png
@ -514,6 +730,7 @@ share/lyx/images/footnote-insert.png
share/lyx/images/hidetab.png
share/lyx/images/href-insert.png
share/lyx/images/index-insert.png
share/lyx/images/info-insert_buffer_vcs-revision.png
share/lyx/images/label-insert.png
share/lyx/images/layout-document.png
share/lyx/images/layout-paragraph.png
@ -527,7 +744,10 @@ share/lyx/images/layout_Scrap.png
share/lyx/images/layout_Section.png
share/lyx/images/lyx-quit.png
share/lyx/images/lyx.png
share/lyx/images/lyx.svg
share/lyx/images/marginalnote-insert.png
share/lyx/images/master-buffer-update.png
share/lyx/images/master-buffer-view.png
share/lyx/images/math/
share/lyx/images/math-display.png
share/lyx/images/math-macro-add-greedy-optional-param.png
@ -555,6 +775,7 @@ share/lyx/images/math/Rrightarrow.png
share/lyx/images/math/Rsh.png
share/lyx/images/math/Vvdash.png
share/lyx/images/math/acute.png
share/lyx/images/math/adots.png
share/lyx/images/math/aleph.png
share/lyx/images/math/alpha.png
share/lyx/images/math/amalg.png
@ -637,6 +858,8 @@ share/lyx/images/math/dashleftarrow.png
share/lyx/images/math/dashrightarrow.png
share/lyx/images/math/dashv.png
share/lyx/images/math/ddagger.png
share/lyx/images/math/ddddot.png
share/lyx/images/math/dddot.png
share/lyx/images/math/ddot.png
share/lyx/images/math/ddots.png
share/lyx/images/math/delim.png
@ -674,6 +897,7 @@ share/lyx/images/math/equiv.png
share/lyx/images/math/eta.png
share/lyx/images/math/eth.png
share/lyx/images/math/exists.png
share/lyx/images/math/export-others.png
share/lyx/images/math/fallingdotseq.png
share/lyx/images/math/fint.png
share/lyx/images/math/fintop.png
@ -711,6 +935,7 @@ share/lyx/images/math/hookleftarrow.png
share/lyx/images/math/hookrightarrow.png
share/lyx/images/math/hphantom.png
share/lyx/images/math/hslash.png
share/lyx/images/math/iddots.png
share/lyx/images/math/iiiint.png
share/lyx/images/math/iiiintop.png
share/lyx/images/math/iiint.png
@ -997,6 +1222,7 @@ share/lyx/images/math/underline.png
share/lyx/images/math/underrightarrow.png
share/lyx/images/math/underscore.png
share/lyx/images/math/underset.png
share/lyx/images/math/undertilde.png
share/lyx/images/math/uparrow.png
share/lyx/images/math/uparrow2.png
share/lyx/images/math/updownarrow.png
@ -1008,6 +1234,7 @@ share/lyx/images/math/upsilon.png
share/lyx/images/math/upsilon2.png
share/lyx/images/math/upuparrows.png
share/lyx/images/math/urcorner.png
share/lyx/images/math/utilde.png
share/lyx/images/math/varepsilon.png
share/lyx/images/math/varkappa.png
share/lyx/images/math/varnothing.png
@ -1045,6 +1272,99 @@ share/lyx/images/math/zeta.png
share/lyx/images/nomencl-insert.png
share/lyx/images/note-insert.png
share/lyx/images/note-next.png
share/lyx/images/oxygen/
share/lyx/images/oxygen/all-changes-accept.png
share/lyx/images/oxygen/all-changes-reject.png
share/lyx/images/oxygen/bookmark-goto.png
share/lyx/images/oxygen/bookmark-goto_0.png
share/lyx/images/oxygen/bookmark-save.png
share/lyx/images/oxygen/box-insert.png
share/lyx/images/oxygen/buffer-new.png
share/lyx/images/oxygen/buffer-reload.png
share/lyx/images/oxygen/buffer-toggle-output-sync.png
share/lyx/images/oxygen/buffer-update.png
share/lyx/images/oxygen/buffer-update_dvi.png
share/lyx/images/oxygen/buffer-update_dvi3.png
share/lyx/images/oxygen/buffer-update_pdf.png
share/lyx/images/oxygen/buffer-update_pdf2.png
share/lyx/images/oxygen/buffer-update_pdf3.png
share/lyx/images/oxygen/buffer-update_pdf4.png
share/lyx/images/oxygen/buffer-update_pdf5.png
share/lyx/images/oxygen/buffer-update_ps.png
share/lyx/images/oxygen/buffer-view.png
share/lyx/images/oxygen/buffer-view_dvi.png
share/lyx/images/oxygen/buffer-view_dvi3.png
share/lyx/images/oxygen/buffer-view_pdf.png
share/lyx/images/oxygen/buffer-view_pdf2.png
share/lyx/images/oxygen/buffer-view_pdf3.png
share/lyx/images/oxygen/buffer-view_pdf4.png
share/lyx/images/oxygen/buffer-view_pdf5.png
share/lyx/images/oxygen/buffer-view_ps.png
share/lyx/images/oxygen/buffer-write-as.png
share/lyx/images/oxygen/buffer-write.png
share/lyx/images/oxygen/change-accept.png
share/lyx/images/oxygen/change-next.png
share/lyx/images/oxygen/change-reject.png
share/lyx/images/oxygen/changes-output.png
share/lyx/images/oxygen/changes-track.png
share/lyx/images/oxygen/close-tab-group.png
share/lyx/images/oxygen/closetab.png
share/lyx/images/oxygen/copy.png
share/lyx/images/oxygen/cut.png
share/lyx/images/oxygen/depth-decrement.png
share/lyx/images/oxygen/depth-increment.png
share/lyx/images/oxygen/dialog-show-new-inset_citation.png
share/lyx/images/oxygen/dialog-show-new-inset_graphics.png
share/lyx/images/oxygen/dialog-show-new-inset_include.png
share/lyx/images/oxygen/dialog-show-new-inset_ref.png
share/lyx/images/oxygen/dialog-show_character.png
share/lyx/images/oxygen/dialog-show_findreplace.png
share/lyx/images/oxygen/dialog-show_print.png
share/lyx/images/oxygen/dialog-show_spellchecker.png
share/lyx/images/oxygen/dialog-toggle_findreplaceadv.png
share/lyx/images/oxygen/dialog-toggle_toc.png
share/lyx/images/oxygen/ert-insert.png
share/lyx/images/oxygen/file-open.png
share/lyx/images/oxygen/float-insert_figure.png
share/lyx/images/oxygen/float-insert_table.png
share/lyx/images/oxygen/font-bold.png
share/lyx/images/oxygen/font-emph.png
share/lyx/images/oxygen/font-noun.png
share/lyx/images/oxygen/footnote-insert.png
share/lyx/images/oxygen/href-insert.png
share/lyx/images/oxygen/index-insert.png
share/lyx/images/oxygen/label-insert.png
share/lyx/images/oxygen/layout-document.png
share/lyx/images/oxygen/layout-paragraph.png
share/lyx/images/oxygen/layout.png
share/lyx/images/oxygen/layout_Description.png
share/lyx/images/oxygen/layout_Enumerate.png
share/lyx/images/oxygen/layout_Itemize.png
share/lyx/images/oxygen/layout_List.png
share/lyx/images/oxygen/lyx-quit.png
share/lyx/images/oxygen/marginalnote-insert.png
share/lyx/images/oxygen/master-buffer-update.png
share/lyx/images/oxygen/master-buffer-view.png
share/lyx/images/oxygen/math-macro_newmacroname_newcommand.png
share/lyx/images/oxygen/math-mode.png
share/lyx/images/oxygen/nomencl-insert.png
share/lyx/images/oxygen/note-insert.png
share/lyx/images/oxygen/note-next.png
share/lyx/images/oxygen/paste.png
share/lyx/images/oxygen/redo.png
share/lyx/images/oxygen/reload.png
share/lyx/images/oxygen/split-view_horizontal.png
share/lyx/images/oxygen/split-view_vertical.png
share/lyx/images/oxygen/tabular-insert.png
share/lyx/images/oxygen/textstyle-apply.png
share/lyx/images/oxygen/thesaurus-entry.png
share/lyx/images/oxygen/toolbar-toggle_math.png
share/lyx/images/oxygen/toolbar-toggle_table.png
share/lyx/images/oxygen/undo.png
share/lyx/images/oxygen/update-others.png
share/lyx/images/oxygen/url-insert.png
share/lyx/images/oxygen/vc-revert.png
share/lyx/images/oxygen/view-others.png
share/lyx/images/paste.png
share/lyx/images/promote.png
share/lyx/images/psnfss1.png
@ -1053,9 +1373,12 @@ share/lyx/images/psnfss3.png
share/lyx/images/psnfss4.png
share/lyx/images/redo.png
share/lyx/images/reload.png
share/lyx/images/script-insert_subscript.png
share/lyx/images/script-insert_superscript.png
share/lyx/images/split-view_horizontal.png
share/lyx/images/split-view_vertical.png
share/lyx/images/standard.png
share/lyx/images/tabular-feature_align-decimal.png
share/lyx/images/tabular-feature_append-column.png
share/lyx/images/tabular-feature_append-row.png
share/lyx/images/tabular-feature_delete-column.png
@ -1067,6 +1390,7 @@ share/lyx/images/tabular-feature_m-valign-bottom.png
share/lyx/images/tabular-feature_m-valign-middle.png
share/lyx/images/tabular-feature_m-valign-top.png
share/lyx/images/tabular-feature_multicolumn.png
share/lyx/images/tabular-feature_multirow.png
share/lyx/images/tabular-feature_set-all-lines.png
share/lyx/images/tabular-feature_set-border-lines.png
share/lyx/images/tabular-feature_set-longtabular.png
@ -1088,13 +1412,17 @@ share/lyx/images/toolbar-toggle_table.png
share/lyx/images/undo.png
share/lyx/images/unknown.png
share/lyx/images/up.png
share/lyx/images/update-others.png
share/lyx/images/url-insert.png
share/lyx/images/vc-check-in.png
share/lyx/images/vc-check-out.png
share/lyx/images/vc-compare.png
share/lyx/images/vc-compare_0.png
share/lyx/images/vc-locking-toggle.png
share/lyx/images/vc-register.png
share/lyx/images/vc-repo-update.png
share/lyx/images/vc-revert.png
share/lyx/images/view-others.png
share/lyx/kbd/
share/lyx/kbd/american-2.kmap
share/lyx/kbd/american.kmap
@ -1137,6 +1465,7 @@ share/lyx/kbd/turkish-f.kmap
share/lyx/kbd/turkish.kmap
share/lyx/languages
share/lyx/layouts/
share/lyx/layouts/AEA.layout
share/lyx/layouts/IEEEtran.layout
share/lyx/layouts/aa.layout
share/lyx/layouts/aapaper.inc
@ -1152,6 +1481,7 @@ share/lyx/layouts/agu_stdsections.inc
share/lyx/layouts/agu_stdtitle.inc
share/lyx/layouts/agums.layout
share/lyx/layouts/aguplus.inc
share/lyx/layouts/agutex.layout
share/lyx/layouts/amsart.layout
share/lyx/layouts/amsbook.layout
share/lyx/layouts/amsdefs.inc
@ -1166,6 +1496,10 @@ share/lyx/layouts/braille.module
share/lyx/layouts/broadway.layout
share/lyx/layouts/chess.layout
share/lyx/layouts/cl2emult.layout
share/lyx/layouts/ctex-article.layout
share/lyx/layouts/ctex-book.layout
share/lyx/layouts/ctex-report.layout
share/lyx/layouts/customHeadersFooters.module
share/lyx/layouts/db_lyxmacros.inc
share/lyx/layouts/db_stdcharstyles.inc
share/lyx/layouts/db_stdclass.inc
@ -1183,11 +1517,13 @@ share/lyx/layouts/docbook-section.layout
share/lyx/layouts/docbook.layout
share/lyx/layouts/doublecol-new.layout
share/lyx/layouts/dtk.layout
share/lyx/layouts/ectaart.layout
share/lyx/layouts/egs.layout
share/lyx/layouts/elsart.layout
share/lyx/layouts/elsarticle.layout
share/lyx/layouts/endnotes.module
share/lyx/layouts/entcs.layout
share/lyx/layouts/enumitem.module
share/lyx/layouts/eqs-within-sections.module
share/lyx/layouts/europecv.layout
share/lyx/layouts/extarticle.layout
@ -1195,10 +1531,12 @@ share/lyx/layouts/extbook.layout
share/lyx/layouts/extletter.layout
share/lyx/layouts/extreport.layout
share/lyx/layouts/figs-within-sections.module
share/lyx/layouts/fix-cm.module
share/lyx/layouts/fixltx2e.module
share/lyx/layouts/foils.layout
share/lyx/layouts/foottoend.module
share/lyx/layouts/g-brief-de.layout
share/lyx/layouts/g-brief-en.layout
share/lyx/layouts/frletter.layout
share/lyx/layouts/g-brief.layout
share/lyx/layouts/g-brief2.layout
share/lyx/layouts/hanging.module
share/lyx/layouts/heb-article.layout
@ -1206,9 +1544,11 @@ share/lyx/layouts/heb-letter.layout
share/lyx/layouts/hollywood.layout
share/lyx/layouts/ijmpc.layout
share/lyx/layouts/ijmpd.layout
share/lyx/layouts/initials.module
share/lyx/layouts/iopart.layout
share/lyx/layouts/isprs.layout
share/lyx/layouts/jarticle.layout
share/lyx/layouts/jasatex.layout
share/lyx/layouts/jbook.layout
share/lyx/layouts/jgrga.layout
share/lyx/layouts/jreport.layout
@ -1216,8 +1556,11 @@ share/lyx/layouts/jsarticle.layout
share/lyx/layouts/jsbook.layout
share/lyx/layouts/jss.layout
share/lyx/layouts/kluwer.layout
share/lyx/layouts/knitr.module
share/lyx/layouts/latex8.layout
share/lyx/layouts/letter.layout
share/lyx/layouts/lettre.layout
share/lyx/layouts/lilypond.module
share/lyx/layouts/linguistics.module
share/lyx/layouts/literate-article.layout
share/lyx/layouts/literate-book.layout
@ -1233,6 +1576,7 @@ share/lyx/layouts/moderncv.layout
share/lyx/layouts/mwart.layout
share/lyx/layouts/mwbk.layout
share/lyx/layouts/mwrep.layout
share/lyx/layouts/noweb.module
share/lyx/layouts/numarticle.inc
share/lyx/layouts/numreport.inc
share/lyx/layouts/numrevtex.inc
@ -1258,6 +1602,7 @@ share/lyx/layouts/singlecol.layout
share/lyx/layouts/slides.layout
share/lyx/layouts/spie.layout
share/lyx/layouts/stdcharstyles.inc
share/lyx/layouts/stdciteformats.inc
share/lyx/layouts/stdclass.inc
share/lyx/layouts/stdcounters.inc
share/lyx/layouts/stdcustom.inc
@ -1266,17 +1611,20 @@ share/lyx/layouts/stdinsets.inc
share/lyx/layouts/stdlayouts.inc
share/lyx/layouts/stdletter.inc
share/lyx/layouts/stdlists.inc
share/lyx/layouts/stdlyxlist.inc
share/lyx/layouts/stdrefprefix.inc
share/lyx/layouts/stdsections.inc
share/lyx/layouts/stdstarsections.inc
share/lyx/layouts/stdstruct.inc
share/lyx/layouts/stdtitle.inc
share/lyx/layouts/svcommon.inc
share/lyx/layouts/svglobal.layout
share/lyx/layouts/svglobal3.layout
share/lyx/layouts/svjog.layout
share/lyx/layouts/svjour.inc
share/lyx/layouts/svmono.layout
share/lyx/layouts/svmult.layout
share/lyx/layouts/svprobth.layout
share/lyx/layouts/sweave.module
share/lyx/layouts/tabs-within-sections.module
share/lyx/layouts/tarticle.layout
share/lyx/layouts/tbook.layout
@ -1288,20 +1636,26 @@ share/lyx/layouts/theorems-ams.inc
share/lyx/layouts/theorems-ams.module
share/lyx/layouts/theorems-bytype.inc
share/lyx/layouts/theorems-bytype.module
share/lyx/layouts/theorems-case.inc
share/lyx/layouts/theorems-chap-bytype.module
share/lyx/layouts/theorems-chap.module
share/lyx/layouts/theorems-named.module
share/lyx/layouts/theorems-order.inc
share/lyx/layouts/theorems-proof-std.inc
share/lyx/layouts/theorems-proof.inc
share/lyx/layouts/theorems-refprefix.inc
share/lyx/layouts/theorems-sec-bytype.module
share/lyx/layouts/theorems-sec.module
share/lyx/layouts/theorems-starred-equivalents.inc
share/lyx/layouts/theorems-starred.inc
share/lyx/layouts/theorems-starred.module
share/lyx/layouts/theorems-std.module
share/lyx/layouts/theorems-without-preamble.inc
share/lyx/layouts/theorems.inc
share/lyx/layouts/treport.layout
share/lyx/layouts/tufte-book.layout
share/lyx/layouts/tufte-handout.layout
share/lyx/layouttranslations
share/lyx/lyx2lyx/
share/lyx/lyx2lyx/LyX.py
share/lyx/lyx2lyx/LyX.pyc
@ -1313,6 +1667,9 @@ share/lyx/lyx2lyx/lyx2lyx
share/lyx/lyx2lyx/lyx2lyx_lang.py
share/lyx/lyx2lyx/lyx2lyx_lang.pyc
share/lyx/lyx2lyx/lyx2lyx_lang.pyo
share/lyx/lyx2lyx/lyx2lyx_tools.py
share/lyx/lyx2lyx/lyx2lyx_tools.pyc
share/lyx/lyx2lyx/lyx2lyx_tools.pyo
share/lyx/lyx2lyx/lyx2lyx_version.py
share/lyx/lyx2lyx/lyx2lyx_version.pyc
share/lyx/lyx2lyx/lyx2lyx_version.pyo
@ -1358,6 +1715,9 @@ share/lyx/lyx2lyx/lyx_1_5.pyo
share/lyx/lyx2lyx/lyx_1_6.py
share/lyx/lyx2lyx/lyx_1_6.pyc
share/lyx/lyx2lyx/lyx_1_6.pyo
share/lyx/lyx2lyx/lyx_2_0.py
share/lyx/lyx2lyx/lyx_2_0.pyc
share/lyx/lyx2lyx/lyx_2_0.pyo
share/lyx/lyx2lyx/parser_tools.py
share/lyx/lyx2lyx/parser_tools.pyc
share/lyx/lyx2lyx/parser_tools.pyo
@ -1367,75 +1727,62 @@ share/lyx/lyx2lyx/profiling.pyo
share/lyx/lyx2lyx/test_parser_tools.py
share/lyx/lyx2lyx/test_parser_tools.pyc
share/lyx/lyx2lyx/test_parser_tools.pyo
share/lyx/lyx2lyx/unicode_symbols.py
share/lyx/lyx2lyx/unicode_symbols.pyc
share/lyx/lyx2lyx/unicode_symbols.pyo
share/lyx/scripts/
share/lyx/scripts/TeXFiles.py
share/lyx/scripts/TeXFiles.pyc
share/lyx/scripts/TeXFiles.pyo
share/lyx/scripts/bash_completion
share/lyx/scripts/clean_dvi.py
share/lyx/scripts/clean_dvi.pyc
share/lyx/scripts/clean_dvi.pyo
share/lyx/scripts/convertDefault.py
share/lyx/scripts/convertDefault.pyc
share/lyx/scripts/convertDefault.pyo
share/lyx/scripts/csv2lyx.py
share/lyx/scripts/csv2lyx.pyc
share/lyx/scripts/csv2lyx.pyo
share/lyx/scripts/date.py
share/lyx/scripts/date.pyc
share/lyx/scripts/date.pyo
share/lyx/scripts/ext_copy.py
share/lyx/scripts/ext_copy.pyc
share/lyx/scripts/ext_copy.pyo
share/lyx/scripts/fen2ascii.py
share/lyx/scripts/fen2ascii.pyc
share/lyx/scripts/fen2ascii.pyo
share/lyx/scripts/fig2pdftex.py
share/lyx/scripts/fig2pdftex.pyc
share/lyx/scripts/fig2pdftex.pyo
share/lyx/scripts/fig2pstex.py
share/lyx/scripts/fig2pstex.pyc
share/lyx/scripts/fig2pstex.pyo
share/lyx/scripts/fig_copy.py
share/lyx/scripts/fig_copy.pyc
share/lyx/scripts/fig_copy.pyo
share/lyx/scripts/include_bib.py
share/lyx/scripts/layout2layout.py
share/lyx/scripts/layout2layout.pyc
share/lyx/scripts/layout2layout.pyo
share/lyx/scripts/legacy_lyxpreview2ppm.py
share/lyx/scripts/legacy_lyxpreview2ppm.pyc
share/lyx/scripts/legacy_lyxpreview2ppm.pyo
share/lyx/scripts/listerrors
share/lyx/scripts/lyxknitr.R
share/lyx/scripts/lyxpak.py
share/lyx/scripts/lyxpreview-lytex2bitmap.py
share/lyx/scripts/lyxpreview-platex2bitmap.py
share/lyx/scripts/lyxpreview-platex2bitmap.pyc
share/lyx/scripts/lyxpreview-platex2bitmap.pyo
share/lyx/scripts/lyxpreview2bitmap.py
share/lyx/scripts/lyxpreview2bitmap.pyc
share/lyx/scripts/lyxpreview2bitmap.pyo
share/lyx/scripts/lyxpreview_tools.py
share/lyx/scripts/lyxpreview_tools.pyc
share/lyx/scripts/lyxpreview_tools.pyo
share/lyx/scripts/lyxstangle.R
share/lyx/scripts/lyxsweave.R
share/lyx/scripts/prefs2prefs.py
share/lyx/scripts/prefs2prefs_lfuns.py
share/lyx/scripts/prefs2prefs_prefs.py
share/lyx/scripts/tex_copy.py
share/lyx/scripts/tex_copy.pyc
share/lyx/scripts/tex_copy.pyo
share/lyx/symbols
share/lyx/syntax.default
share/lyx/templates/
share/lyx/templates/ACM-siggraph.lyx
share/lyx/templates/ACM-sigplan.lyx
share/lyx/templates/AEA.lyx
share/lyx/templates/IEEEtran.lyx
share/lyx/templates/JASA.lyx
share/lyx/templates/JSS-article.lyx
share/lyx/templates/README.new_templates
share/lyx/templates/aa.lyx
share/lyx/templates/aastex.lyx
share/lyx/templates/agu_article.lyx
share/lyx/templates/agutex.lyx
share/lyx/templates/apa.lyx
share/lyx/templates/beamer-conference-ornate-20min.lyx
share/lyx/templates/ctex.lyx
share/lyx/templates/de_beamer-conference-ornate-20min.lyx
share/lyx/templates/dinbrief.lyx
share/lyx/templates/docbook_article.lyx
share/lyx/templates/ectaart.lyx
share/lyx/templates/elsarticle.lyx
share/lyx/templates/es_beamer-conference-ornate-20min.lyx
share/lyx/templates/fr_beamer-conference-ornate-20min.lyx
share/lyx/templates/frletter.lyx
share/lyx/templates/g-brief-de.lyx
share/lyx/templates/g-brief-en.lyx
share/lyx/templates/g-brief2.lyx
@ -1445,16 +1792,31 @@ share/lyx/templates/ijmpd.lyx
share/lyx/templates/iop-article.lyx
share/lyx/templates/kluwer.lyx
share/lyx/templates/koma-letter2.lyx
share/lyx/templates/latex8.lyx
share/lyx/templates/letter.lyx
share/lyx/templates/revtex.lyx
share/lyx/templates/lettre.lyx
share/lyx/templates/revtex4.lyx
share/lyx/templates/slides.lyx
share/lyx/templates/svjour3.lyx
share/lyx/templates/svmono_book.lyx
share/lyx/templates/svmult_appendix.lyx
share/lyx/templates/svmult_author.lyx
share/lyx/templates/svmult_editor.lyx
share/lyx/templates/springer/
share/lyx/templates/springer/svjour3.lyx
share/lyx/templates/springer/svmono_acknow.lyx
share/lyx/templates/springer/svmono_acronym.lyx
share/lyx/templates/springer/svmono_appendix.lyx
share/lyx/templates/springer/svmono_book-master.lyx
share/lyx/templates/springer/svmono_chapter.lyx
share/lyx/templates/springer/svmono_dedication.lyx
share/lyx/templates/springer/svmono_foreword.lyx
share/lyx/templates/springer/svmono_glossary.lyx
share/lyx/templates/springer/svmono_part.lyx
share/lyx/templates/springer/svmono_preface.lyx
share/lyx/templates/thesis/
share/lyx/templates/thesis/Acknowledgments.lyx
share/lyx/templates/thesis/Appendix.lyx
share/lyx/templates/thesis/Summary.lyx
share/lyx/templates/thesis/alpha.bst
share/lyx/templates/thesis/chapter-1.lyx
share/lyx/templates/thesis/chapter-2.lyx
share/lyx/templates/thesis/thesis.lyx
share/lyx/templates/thesis/thesisExample.bib
share/lyx/tex/
share/lyx/tex/broadway.cls
share/lyx/tex/hollywood.cls
@ -1462,7 +1824,6 @@ share/lyx/tex/lyxchess.sty
share/lyx/tex/lyxskak.sty
share/lyx/tex/revtex.cls
share/lyx/ui/
share/lyx/ui/classic.ui
share/lyx/ui/default.ui
share/lyx/ui/stdcontext.inc
share/lyx/ui/stdmenus.inc