Le Fri, May 31, 2024 at 09:22:27AM +0200, Landry Breuil a écrit :
> hi,
> 
> here's a rather simple update to 2.3.8 cf
> https://www.lyx.org/announce/2_3_7.txt
> https://www.lyx.org/announce/2_3_8.txt
> for details. the 2.4.0 release should happen someday, with experimental
> support for qt6.

and here's the diff for 2.4.0

https://wiki.lyx.org/LyX/NewInLyX24

tests still welcome !

Landry
? patch-config_h_in
Index: Makefile
===================================================================
RCS file: /cvs/ports/print/lyx/Makefile,v
diff -u -r1.106 Makefile
--- Makefile    31 May 2024 06:00:12 -0000      1.106
+++ Makefile    4 Jun 2024 19:20:05 -0000
@@ -1,24 +1,21 @@
-PORTROACH=     skipv:2.3.x
-
 COMMENT=       graphical frontend for LaTeX (nearly WYSIWYG)
 
-DISTNAME=      lyx-2.3.6.1
-REVISION=      5
+DISTNAME=      lyx-2.4.0
 
 CATEGORIES=    print editors
 
 HOMEPAGE=      https://www.lyx.org/
 
-SITES=         https://ftp.lip6.fr/pub/lyx/stable/2.3.x/ \
-               http://ftp.icm.edu.pl/packages/lyx/stable/ \
-               http://mirror.ufs.ac.za/applications/lyx/stable/2.3.x/ \
-               ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/ \
-               ftp://ftp.ntua.gr/pub/X11/LyX/stable/2.3.x/ \
-               ftp://ftp.u-aizu.ac.jp/pub/tex/lyx/stable/2.3.x/
+SITES=         https://ftp.lip6.fr/pub/lyx/stable/2.4.x/ \
+               http://ftp.icm.edu.pl/packages/lyx/stable/2.4.x/ \
+               http://mirror.ufs.ac.za/applications/lyx/stable/2.4.x/ \
+               ftp://ftp.lyx.org/pub/lyx/stable/2.4.x/ \
+               ftp://ftp.ntua.gr/pub/X11/LyX/stable/2.4.x/ \
+               ftp://ftp.u-aizu.ac.jp/pub/tex/lyx/stable/2.4.x/
 
 WANTLIB+= ${COMPILER_LIBCXX} Qt5Concurrent Qt5Core Qt5Gui Qt5Svg
-WANTLIB+= Qt5Widgets Qt5X11Extras aspell c enchant-2 hunspell-1.7
-WANTLIB+= iconv m magic xcb z
+WANTLIB+= Qt5Widgets Qt5X11Extras aspell c enchant-2 execinfo
+WANTLIB+= hunspell-1.7 iconv m magic xcb z
 
 COMPILER=      base-clang ports-gcc
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/print/lyx/distinfo,v
diff -u -r1.21 distinfo
--- distinfo    22 Jan 2021 23:27:06 -0000      1.21
+++ distinfo    4 Jun 2024 19:20:05 -0000
@@ -1,2 +1,2 @@
-SHA256 (lyx-2.3.6.1.tar.gz) = bW9UWOuqxkTN+jURTQKensV7TZMCaNbUC9l5XVx+eSk=
-SIZE (lyx-2.3.6.1.tar.gz) = 27558948
+SHA256 (lyx-2.4.0.tar.gz) = 663GMaF3Gl383CfBr26UGrXPrZGMX7u/ZuKl11KsmSQ=
+SIZE (lyx-2.4.0.tar.gz) = 30754969
Index: patches/patch-config_h_in
===================================================================
RCS file: patches/patch-config_h_in
diff -N patches/patch-config_h_in
--- patches/patch-config_h_in   11 Mar 2022 19:51:04 -0000      1.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-Index: config.h.in
---- config.h.in.orig
-+++ config.h.in
-@@ -436,7 +436,7 @@ char * strerror(int n);
- #endif
- 
- #ifdef HAVE_LONG_LONG_INT
--#if SIZEOF_LONG_LONG > SIZEOF_LONG
-+#if SIZEOF_LONG_LONG >= SIZEOF_LONG
- #define LYX_USE_LONG_LONG
- #endif
- #endif
Index: patches/patch-configure
===================================================================
RCS file: patches/patch-configure
diff -N patches/patch-configure
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-configure     4 Jun 2024 19:20:05 -0000
@@ -0,0 +1,12 @@
+Index: configure
+--- configure.orig
++++ configure
+@@ -17170,7 +17170,7 @@ fi
+ lyx_win_res=false;
+ case ${host} in
+     *mingw*|*cygwin*) lyx_win_res=true;;
+-    *freebsd*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for 
library containing backtrace_symbols" >&5
++    *freebsd*|*openbsd*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: 
checking for library containing backtrace_symbols" >&5
+ printf %s "checking for library containing backtrace_symbols... " >&6; }
+ if test ${ac_cv_search_backtrace_symbols+y}
+ then :
Index: patches/patch-src_support_filetools_cpp
===================================================================
RCS file: patches/patch-src_support_filetools_cpp
diff -N patches/patch-src_support_filetools_cpp
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-src_support_filetools_cpp     4 Jun 2024 19:20:05 -0000
@@ -0,0 +1,14 @@
+for WEXITSTATUS
+
+Index: src/support/filetools.cpp
+--- src/support/filetools.cpp.orig
++++ src/support/filetools.cpp
+@@ -69,6 +69,8 @@
+ #if defined (_WIN32)
+ #include <io.h>
+ #include <windows.h>
++#else
++#include <sys/wait.h>
+ #endif
+ 
+ using namespace std;
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/print/lyx/pkg/PLIST,v
diff -u -r1.32 PLIST
--- pkg/PLIST   29 May 2024 10:36:06 -0000      1.32
+++ pkg/PLIST   4 Jun 2024 19:20:05 -0000
@@ -13,7 +13,6 @@
 share/locale/bg/LC_MESSAGES/lyx.mo
 share/locale/cs/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
 share/locale/es/LC_MESSAGES/lyx.mo
 share/locale/eu/LC_MESSAGES/lyx.mo
@@ -36,7 +35,6 @@
 share/locale/ru/LC_MESSAGES/lyx.mo
 share/locale/sk/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
@@ -56,13 +54,19 @@
 share/lyx/bind/de/menus.bind
 share/lyx/bind/emacs.bind
 share/lyx/bind/greekkeys.bind
+share/lyx/bind/he/
+share/lyx/bind/he/cua.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/ru/
+share/lyx/bind/ru/menus.bind
 share/lyx/bind/sciword.bind
 share/lyx/bind/site.bind
+share/lyx/bind/sk/
+share/lyx/bind/sk/menus.bind
 share/lyx/bind/xemacs.bind
 share/lyx/chkconfig.ltx
 share/lyx/citeengines/
@@ -95,11 +99,15 @@
 share/lyx/doc/ar/Intro.lyx
 share/lyx/doc/ar/Shortcuts.lyx
 share/lyx/doc/ar/Tutorial.lyx
+share/lyx/doc/ar/UserGuide.lyx
 share/lyx/doc/biblio/
 share/lyx/doc/biblio/LyXDocs.bib
-share/lyx/doc/biblio/alphadin.bst
 share/lyx/doc/ca/
 share/lyx/doc/ca/Intro.lyx
+share/lyx/doc/ca/Shortcuts.lyx
+share/lyx/doc/ca/clipart/
+share/lyx/doc/ca/clipart/notapeu.png
+share/lyx/doc/ca/clipart/referencia.png
 share/lyx/doc/clipart/
 share/lyx/doc/clipart/2D-intensity-plot.pdf
 share/lyx/doc/clipart/3D-structure-distort.pdf
@@ -290,9 +298,17 @@
 share/lyx/doc/ro/
 share/lyx/doc/ro/Intro.lyx
 share/lyx/doc/ru/
+share/lyx/doc/ru/Additional.lyx
+share/lyx/doc/ru/EmbeddedObjects.lyx
 share/lyx/doc/ru/Intro.lyx
+share/lyx/doc/ru/Math.lyx
+share/lyx/doc/ru/Shortcuts.lyx
 share/lyx/doc/ru/Tutorial.lyx
+share/lyx/doc/ru/UserGuide.lyx
 share/lyx/doc/ru/clipart/
+share/lyx/doc/ru/clipart/Abstract.pdf
+share/lyx/doc/ru/clipart/ERT.png
+share/lyx/doc/ru/clipart/StandardToolbar.png
 share/lyx/doc/ru/clipart/ToolbarEnvBox.png
 share/lyx/doc/sk/
 share/lyx/doc/sk/Intro.lyx
@@ -311,261 +327,487 @@
 share/lyx/doc/zh_CN/
 share/lyx/doc/zh_CN/Intro.lyx
 share/lyx/doc/zh_CN/Tutorial.lyx
+share/lyx/docbook/
+share/lyx/docbook/COPYING
+share/lyx/docbook/VERSION
+share/lyx/docbook/VERSION.xsl
+share/lyx/docbook/common/
+share/lyx/docbook/common/addns.xsl
+share/lyx/docbook/common/af.xml
+share/lyx/docbook/common/am.xml
+share/lyx/docbook/common/ar.xml
+share/lyx/docbook/common/as.xml
+share/lyx/docbook/common/ast.xml
+share/lyx/docbook/common/autoidx-kimber.xsl
+share/lyx/docbook/common/autoidx-kosek.xsl
+share/lyx/docbook/common/az.xml
+share/lyx/docbook/common/bg.xml
+share/lyx/docbook/common/bn.xml
+share/lyx/docbook/common/bn_in.xml
+share/lyx/docbook/common/bs.xml
+share/lyx/docbook/common/build.xml
+share/lyx/docbook/common/ca.xml
+share/lyx/docbook/common/charmap.xml
+share/lyx/docbook/common/charmap.xsl
+share/lyx/docbook/common/common.xml
+share/lyx/docbook/common/common.xsl
+share/lyx/docbook/common/cs.xml
+share/lyx/docbook/common/cy.xml
+share/lyx/docbook/common/da.xml
+share/lyx/docbook/common/de.xml
+share/lyx/docbook/common/el.xml
+share/lyx/docbook/common/en.xml
+share/lyx/docbook/common/entities.ent
+share/lyx/docbook/common/eo.xml
+share/lyx/docbook/common/es.xml
+share/lyx/docbook/common/et.xml
+share/lyx/docbook/common/eu.xml
+share/lyx/docbook/common/fa.xml
+share/lyx/docbook/common/fi.xml
+share/lyx/docbook/common/fr.xml
+share/lyx/docbook/common/ga.xml
+share/lyx/docbook/common/gentext.xsl
+share/lyx/docbook/common/gl.xml
+share/lyx/docbook/common/gu.xml
+share/lyx/docbook/common/he.xml
+share/lyx/docbook/common/hi.xml
+share/lyx/docbook/common/hr.xml
+share/lyx/docbook/common/hu.xml
+share/lyx/docbook/common/id.xml
+share/lyx/docbook/common/insertfile.xsl
+share/lyx/docbook/common/is.xml
+share/lyx/docbook/common/it.xml
+share/lyx/docbook/common/ja.xml
+share/lyx/docbook/common/ka.xml
+share/lyx/docbook/common/kn.xml
+share/lyx/docbook/common/ko.xml
+share/lyx/docbook/common/ky.xml
+share/lyx/docbook/common/l10n.dtd
+share/lyx/docbook/common/l10n.xml
+share/lyx/docbook/common/l10n.xsl
+share/lyx/docbook/common/la.xml
+share/lyx/docbook/common/labels.xsl
+share/lyx/docbook/common/lt.xml
+share/lyx/docbook/common/lv.xml
+share/lyx/docbook/common/ml.xml
+share/lyx/docbook/common/mn.xml
+share/lyx/docbook/common/mr.xml
+share/lyx/docbook/common/nb.xml
+share/lyx/docbook/common/nds.xml
+share/lyx/docbook/common/nl.xml
+share/lyx/docbook/common/nn.xml
+share/lyx/docbook/common/olink.xsl
+share/lyx/docbook/common/or.xml
+share/lyx/docbook/common/pa.xml
+share/lyx/docbook/common/pi.xml
+share/lyx/docbook/common/pi.xsl
+share/lyx/docbook/common/pl.xml
+share/lyx/docbook/common/pt.xml
+share/lyx/docbook/common/pt_br.xml
+share/lyx/docbook/common/refentry.xml
+share/lyx/docbook/common/refentry.xsl
+share/lyx/docbook/common/ro.xml
+share/lyx/docbook/common/ru.xml
+share/lyx/docbook/common/sk.xml
+share/lyx/docbook/common/sl.xml
+share/lyx/docbook/common/sq.xml
+share/lyx/docbook/common/sr.xml
+share/lyx/docbook/common/sr_Latn.xml
+share/lyx/docbook/common/stripns.xsl
+share/lyx/docbook/common/subtitles.xsl
+share/lyx/docbook/common/sv.xml
+share/lyx/docbook/common/ta.xml
+share/lyx/docbook/common/table.xsl
+share/lyx/docbook/common/targetdatabase.dtd
+share/lyx/docbook/common/targets.xsl
+share/lyx/docbook/common/te.xml
+share/lyx/docbook/common/th.xml
+share/lyx/docbook/common/titles.xsl
+share/lyx/docbook/common/tl.xml
+share/lyx/docbook/common/tr.xml
+share/lyx/docbook/common/uk.xml
+share/lyx/docbook/common/ur.xml
+share/lyx/docbook/common/utility.xml
+share/lyx/docbook/common/utility.xsl
+share/lyx/docbook/common/vi.xml
+share/lyx/docbook/common/xh.xml
+share/lyx/docbook/common/zh.xml
+share/lyx/docbook/common/zh_cn.xml
+share/lyx/docbook/common/zh_tw.xml
+share/lyx/docbook/epub3/
+share/lyx/docbook/epub3/README
+share/lyx/docbook/epub3/build.xml
+share/lyx/docbook/epub3/chunk.xsl
+share/lyx/docbook/epub3/chunkfast.xsl
+share/lyx/docbook/epub3/docbook-epub.css.xml
+share/lyx/docbook/epub3/docbook.xsl
+share/lyx/docbook/epub3/epub3-chunk-mods.xsl
+share/lyx/docbook/epub3/epub3-element-mods.xsl
+share/lyx/docbook/epub3/profile-chunk.xsl
+share/lyx/docbook/epub3/profile-docbook.xsl
+share/lyx/docbook/epub3/titlepage.templates.xml
+share/lyx/docbook/epub3/titlepage.templates.xsl
+share/lyx/docbook/lib/
+share/lyx/docbook/lib/build.xml
+share/lyx/docbook/lib/lib.xsl
+share/lyx/docbook/source.txt
+share/lyx/docbook/xhtml/
+share/lyx/docbook/xhtml/admon.xsl
+share/lyx/docbook/xhtml/annotations.xsl
+share/lyx/docbook/xhtml/autoidx-kimber.xsl
+share/lyx/docbook/xhtml/autoidx-kosek.xsl
+share/lyx/docbook/xhtml/autoidx-ng.xsl
+share/lyx/docbook/xhtml/autoidx.xsl
+share/lyx/docbook/xhtml/autotoc.xsl
+share/lyx/docbook/xhtml/biblio-iso690.xsl
+share/lyx/docbook/xhtml/biblio.xsl
+share/lyx/docbook/xhtml/block.xsl
+share/lyx/docbook/xhtml/build.xml
+share/lyx/docbook/xhtml/callout.xsl
+share/lyx/docbook/xhtml/changebars.xsl
+share/lyx/docbook/xhtml/chunk-changebars.xsl
+share/lyx/docbook/xhtml/chunk-code.xsl
+share/lyx/docbook/xhtml/chunk-common.xsl
+share/lyx/docbook/xhtml/chunk.xsl
+share/lyx/docbook/xhtml/chunker.xsl
+share/lyx/docbook/xhtml/chunkfast.xsl
+share/lyx/docbook/xhtml/chunktoc.xsl
+share/lyx/docbook/xhtml/component.xsl
+share/lyx/docbook/xhtml/division.xsl
+share/lyx/docbook/xhtml/docbook-no-doctype.xsl
+share/lyx/docbook/xhtml/docbook.css.xml
+share/lyx/docbook/xhtml/docbook.xsl
+share/lyx/docbook/xhtml/ebnf.xsl
+share/lyx/docbook/xhtml/footnote.xsl
+share/lyx/docbook/xhtml/formal.xsl
+share/lyx/docbook/xhtml/glossary.xsl
+share/lyx/docbook/xhtml/graphics.xsl
+share/lyx/docbook/xhtml/highlight.xsl
+share/lyx/docbook/xhtml/html-rtf.xsl
+share/lyx/docbook/xhtml/html.xsl
+share/lyx/docbook/xhtml/htmltbl.xsl
+share/lyx/docbook/xhtml/index.xsl
+share/lyx/docbook/xhtml/info.xsl
+share/lyx/docbook/xhtml/inline.xsl
+share/lyx/docbook/xhtml/its.xsl
+share/lyx/docbook/xhtml/keywords.xsl
+share/lyx/docbook/xhtml/lists.xsl
+share/lyx/docbook/xhtml/maketoc.xsl
+share/lyx/docbook/xhtml/manifest.xsl
+share/lyx/docbook/xhtml/math.xsl
+share/lyx/docbook/xhtml/oldchunker.xsl
+share/lyx/docbook/xhtml/onechunk.xsl
+share/lyx/docbook/xhtml/param.xsl
+share/lyx/docbook/xhtml/pi.xsl
+share/lyx/docbook/xhtml/profile-chunk-code.xsl
+share/lyx/docbook/xhtml/profile-chunk.xsl
+share/lyx/docbook/xhtml/profile-docbook.xsl
+share/lyx/docbook/xhtml/profile-onechunk.xsl
+share/lyx/docbook/xhtml/publishers.xsl
+share/lyx/docbook/xhtml/qandaset.xsl
+share/lyx/docbook/xhtml/refentry.xsl
+share/lyx/docbook/xhtml/sections.xsl
+share/lyx/docbook/xhtml/synop.xsl
+share/lyx/docbook/xhtml/table.xsl
+share/lyx/docbook/xhtml/task.xsl
+share/lyx/docbook/xhtml/titlepage.templates.xml
+share/lyx/docbook/xhtml/titlepage.templates.xsl
+share/lyx/docbook/xhtml/titlepage.xsl
+share/lyx/docbook/xhtml/toc.xsl
+share/lyx/docbook/xhtml/verbatim.xsl
+share/lyx/docbook/xhtml/xref.xsl
+share/lyx/docbook/xhtml5/
+share/lyx/docbook/xhtml5/README
+share/lyx/docbook/xhtml5/build.xml
+share/lyx/docbook/xhtml5/chunk.xsl
+share/lyx/docbook/xhtml5/chunkfast.xsl
+share/lyx/docbook/xhtml5/docbook.css.xml
+share/lyx/docbook/xhtml5/docbook.xsl
+share/lyx/docbook/xhtml5/html5-chunk-mods.xsl
+share/lyx/docbook/xhtml5/html5-element-mods.xsl
+share/lyx/docbook/xhtml5/onechunk.xsl
+share/lyx/docbook/xhtml5/profile-chunk.xsl
+share/lyx/docbook/xhtml5/profile-docbook.xsl
+share/lyx/docbook/xhtml5/xhtml-docbook.xsl
+share/lyx/docbook/xhtml5/xhtml-profile-docbook.xsl
+share/lyx/docbook/xhtml5/xhtml2xhtml5.xsl
 share/lyx/encodings
 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/H-P-statements.lyx
-share/lyx/examples/ItemizeBullets.lyx
-share/lyx/examples/Literate.lyx
-share/lyx/examples/MultilingualCaptions.lyx
-share/lyx/examples/PDF-comment.lyx
-share/lyx/examples/PDF-form.lyx
-share/lyx/examples/aa_sample.lyx
-share/lyx/examples/aas_sample.lyx
-share/lyx/examples/aas_sample62.lyx
-share/lyx/examples/achemso.lyx
-share/lyx/examples/addressExample.adr
-share/lyx/examples/amsart-test.lyx
-share/lyx/examples/amsbook-test.lyx
+share/lyx/examples/Articles/
+share/lyx/examples/Articles/American_Astronomical_Society_%28AASTeX_v._6.3.1%29.lyx
+share/lyx/examples/Articles/American_Chemical_Society_%28ACS%29.lyx
+share/lyx/examples/Articles/American_Mathematical_Society_%28AMS%29.lyx
+share/lyx/examples/Articles/Astronomy_%26_Astrophysics.lyx
+share/lyx/examples/Articles/Chess/
+share/lyx/examples/Articles/Chess/Game_1.lyx
+share/lyx/examples/Articles/Chess/Game_2.lyx
+share/lyx/examples/Books/
+share/lyx/examples/Books/American_Mathematical_Society_%28AMS%29.lyx
+share/lyx/examples/Books/KOMA-Script_Book.lyx
+share/lyx/examples/Books/Recipe_Book.lyx
+share/lyx/examples/Books/Tufte_Book.lyx
+share/lyx/examples/Books/koma-book-80x15.png
+share/lyx/examples/Books/koma-book.bib
+share/lyx/examples/Curricula_Vitae/
+share/lyx/examples/Curricula_Vitae/CV-image.eps
+share/lyx/examples/Curricula_Vitae/CV-image.png
+share/lyx/examples/Curricula_Vitae/Europass_CV_%282013%29.lyx
+share/lyx/examples/Curricula_Vitae/Europe_CV.lyx
+share/lyx/examples/Curricula_Vitae/Modern_CV.lyx
+share/lyx/examples/Curricula_Vitae/REPLACEphoto.jpg
+share/lyx/examples/Curricula_Vitae/Simple_CV.lyx
+share/lyx/examples/Example_%28LyXified%29.lyx
+share/lyx/examples/Example_%28raw%29.lyx
+share/lyx/examples/External_Material/
+share/lyx/examples/External_Material/Gnuplot.lyx
+share/lyx/examples/External_Material/Spreadsheet.lyx
+share/lyx/examples/External_Material/gnuplot-example.gp
+share/lyx/examples/External_Material/longsheet.gnumeric
+share/lyx/examples/External_Material/longsheet.tex
+share/lyx/examples/External_Material/sheet1.gnumeric
+share/lyx/examples/External_Material/sheet2.ods
+share/lyx/examples/External_Material/sheet3.xls
+share/lyx/examples/Graphics_and_Insets/
+share/lyx/examples/Graphics_and_Insets/Feynman_Diagrams.lyx
+share/lyx/examples/Graphics_and_Insets/Instant_Preview.lyx
+share/lyx/examples/Graphics_and_Insets/Itemize_Bullets.lyx
+share/lyx/examples/Graphics_and_Insets/Minted_File_Listing.lyx
+share/lyx/examples/Graphics_and_Insets/Minted_Listings.lyx
+share/lyx/examples/Graphics_and_Insets/XY-Figure.lyx
+share/lyx/examples/Graphics_and_Insets/XY-Pic.lyx
+share/lyx/examples/Graphics_and_Insets/iecc05.fen
+share/lyx/examples/Graphics_and_Insets/iecc07.fen
+share/lyx/examples/Graphics_and_Insets/iecc12.fen
+share/lyx/examples/Graphics_and_Insets/xyfigure.png
+share/lyx/examples/Handouts/
+share/lyx/examples/Handouts/Tufte_Handout.lyx
+share/lyx/examples/Language_Support/
+share/lyx/examples/Language_Support/Localization_Test_%28for_Developers%29.lyx
+share/lyx/examples/Language_Support/Mixing_Japanese_with_other_Languages_%28with_CJKutf8%29.lyx
+share/lyx/examples/Language_Support/Mixing_Japanese_with_other_Languages_%28with_platex%29.lyx
+share/lyx/examples/Language_Support/Writing_Armenian.lyx
+share/lyx/examples/Letters/
+share/lyx/examples/Letters/Serial_Letter_1.lyx
+share/lyx/examples/Letters/Serial_Letter_2.lyx
+share/lyx/examples/Letters/Serial_Letter_3.lyx
+share/lyx/examples/Letters/addressExample.adr
+share/lyx/examples/Modules/
+share/lyx/examples/Modules/Braille.lyx
+share/lyx/examples/Modules/Chessboard.lyx
+share/lyx/examples/Modules/Fancy_Colored_Boxes.lyx
+share/lyx/examples/Modules/Hazard_and_Precautionary_Statements.lyx
+share/lyx/examples/Modules/LilyPond_Book.lyx
+share/lyx/examples/Modules/Linguistics.lyx
+share/lyx/examples/Modules/Multilingual_Captions.lyx
+share/lyx/examples/Modules/Noweb.lyx
+share/lyx/examples/Modules/Noweb2LyX.lyx
+share/lyx/examples/Modules/Noweb_Listerrors.lyx
+share/lyx/examples/Modules/PDF_Comments.lyx
+share/lyx/examples/Modules/PDF_Form.lyx
+share/lyx/examples/Modules/Paragraph_Lists_%28paralist%29.lyx
+share/lyx/examples/Modules/Rnw_%28knitr%29.lyx
+share/lyx/examples/Modules/Sweave.lyx
+share/lyx/examples/Modules/Variable-width_Minipages.lyx
+share/lyx/examples/Posters/
+share/lyx/examples/Posters/Beamerposter.lyx
+share/lyx/examples/Posters/CV-image.png
+share/lyx/examples/Posters/beamer-knight1.png
+share/lyx/examples/Presentations/
+share/lyx/examples/Presentations/Beamer.lyx
+share/lyx/examples/Presentations/Beamer_%28Complex%29.lyx
+share/lyx/examples/Presentations/Beamer_Article_%28Standard_Class%29.lyx
+share/lyx/examples/Presentations/Foils.lyx
+share/lyx/examples/Presentations/Foils_Landslide.lyx
+share/lyx/examples/Presentations/Powerdot.lyx
+share/lyx/examples/Presentations/Seminar.lyx
+share/lyx/examples/Presentations/beamer-g4-mask.jpg
+share/lyx/examples/Presentations/beamer-g4.jpg
+share/lyx/examples/Presentations/beamer-icsi-logo.pdf
+share/lyx/examples/Presentations/beamer-knight1-mask.png
+share/lyx/examples/Presentations/beamer-knight1.png
+share/lyx/examples/Presentations/beamer-knight2-mask.png
+share/lyx/examples/Presentations/beamer-knight2.png
+share/lyx/examples/Presentations/beamer-knight3-mask.png
+share/lyx/examples/Presentations/beamer-knight3.png
+share/lyx/examples/Presentations/beamer-knight4-mask.png
+share/lyx/examples/Presentations/beamer-knight4.png
+share/lyx/examples/Scripts/
+share/lyx/examples/Scripts/Hollywood.lyx
+share/lyx/examples/Welcome.lyx
 share/lyx/examples/ar/
-share/lyx/examples/ar/splash.lyx
-share/lyx/examples/beamer-article.lyx
-share/lyx/examples/beamer-g4-mask.jpg
-share/lyx/examples/beamer-g4.jpg
-share/lyx/examples/beamer-icsi-logo.pdf
-share/lyx/examples/beamer-knight1-mask.png
-share/lyx/examples/beamer-knight1.png
-share/lyx/examples/beamer-knight2-mask.png
-share/lyx/examples/beamer-knight2.png
-share/lyx/examples/beamer-knight3-mask.png
-share/lyx/examples/beamer-knight3.png
-share/lyx/examples/beamer-knight4-mask.png
-share/lyx/examples/beamer-knight4.png
-share/lyx/examples/beamer.lyx
-share/lyx/examples/beamerlyxexample1.lyx
-share/lyx/examples/beamerposter.lyx
+share/lyx/examples/ar/Welcome.lyx
 share/lyx/examples/biblioExample.bib
 share/lyx/examples/ca/
-share/lyx/examples/ca/ItemizeBullets.lyx
-share/lyx/examples/ca/splash.lyx
-share/lyx/examples/chess-article.lyx
-share/lyx/examples/chessgame.lyx
-share/lyx/examples/colored-boxes.lyx
+share/lyx/examples/ca/Example_%28LyXified%29.lyx
+share/lyx/examples/ca/Example_%28raw%29.lyx
+share/lyx/examples/ca/Graphics_and_Insets/
+share/lyx/examples/ca/Graphics_and_Insets/Itemize_Bullets.lyx
+share/lyx/examples/ca/Welcome.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/cs/Example_%28LyXified%29.lyx
+share/lyx/examples/cs/Example_%28raw%29.lyx
+share/lyx/examples/cs/Welcome.lyx
 share/lyx/examples/da/
-share/lyx/examples/da/splash.lyx
+share/lyx/examples/da/Welcome.lyx
 share/lyx/examples/de/
-share/lyx/examples/de/Braille.lyx
-share/lyx/examples/de/Dezimal.lyx
-share/lyx/examples/de/FeynmanDiagrams.lyx
-share/lyx/examples/de/ItemizeBullets.lyx
-share/lyx/examples/de/Lebenslauf.lyx
-share/lyx/examples/de/MultilingualCaptions.lyx
-share/lyx/examples/de/PDF-comment.lyx
-share/lyx/examples/de/PDF-form.lyx
-share/lyx/examples/de/beamer-article.lyx
-share/lyx/examples/de/beamer.lyx
-share/lyx/examples/de/beispiel_gelyxt.lyx
-share/lyx/examples/de/beispiel_roh.lyx
-share/lyx/examples/de/europassCV.lyx
-share/lyx/examples/de/linguistics.lyx
-share/lyx/examples/de/serienbrief1.lyx
-share/lyx/examples/de/serienbrief2.lyx
-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/de/Curricula_Vitae/
+share/lyx/examples/de/Curricula_Vitae/Europass_CV_%282013%29.lyx
+share/lyx/examples/de/Curricula_Vitae/Simple_CV.lyx
+share/lyx/examples/de/Example_%28LyXified%29.lyx
+share/lyx/examples/de/Example_%28raw%29.lyx
+share/lyx/examples/de/Graphics_and_Insets/
+share/lyx/examples/de/Graphics_and_Insets/Feynman_Diagrams.lyx
+share/lyx/examples/de/Graphics_and_Insets/Itemize_Bullets.lyx
+share/lyx/examples/de/Handouts/
+share/lyx/examples/de/Handouts/Tufte_Handout.lyx
+share/lyx/examples/de/Letters/
+share/lyx/examples/de/Letters/Serial_Letter_1.lyx
+share/lyx/examples/de/Letters/Serial_Letter_2.lyx
+share/lyx/examples/de/Letters/Serial_Letter_3.lyx
+share/lyx/examples/de/Letters/addressExample.adr
+share/lyx/examples/de/Modules/
+share/lyx/examples/de/Modules/Braille.lyx
+share/lyx/examples/de/Modules/Linguistics.lyx
+share/lyx/examples/de/Modules/Multilingual_Captions.lyx
+share/lyx/examples/de/Modules/PDF_Comments.lyx
+share/lyx/examples/de/Modules/PDF_Form.lyx
+share/lyx/examples/de/Presentations/
+share/lyx/examples/de/Presentations/Beamer.lyx
+share/lyx/examples/de/Presentations/Beamer_Article_%28Standard_Class%29.lyx
+share/lyx/examples/de/Welcome.lyx
 share/lyx/examples/el/
-share/lyx/examples/el/splash.lyx
+share/lyx/examples/el/Welcome.lyx
 share/lyx/examples/es/
-share/lyx/examples/es/Braille.lyx
-share/lyx/examples/es/ItemizeBullets.lyx
-share/lyx/examples/es/ejemplo_con_lyx.lyx
-share/lyx/examples/es/ejemplo_sin_lyx.lyx
-share/lyx/examples/es/europeCV.lyx
-share/lyx/examples/es/linguistics.lyx
-share/lyx/examples/es/modernCV.lyx
-share/lyx/examples/es/splash.lyx
-share/lyx/examples/es/tufte-book.lyx
-share/lyx/examples/es/tufte-handout.lyx
+share/lyx/examples/es/Books/
+share/lyx/examples/es/Books/Tufte_Book.lyx
+share/lyx/examples/es/Curricula_Vitae/
+share/lyx/examples/es/Curricula_Vitae/Europe_CV.lyx
+share/lyx/examples/es/Curricula_Vitae/Modern_CV.lyx
+share/lyx/examples/es/Example_%28LyXified%29.lyx
+share/lyx/examples/es/Example_%28raw%29.lyx
+share/lyx/examples/es/Graphics_and_Insets/
+share/lyx/examples/es/Graphics_and_Insets/Itemize_Bullets.lyx
+share/lyx/examples/es/Handouts/
+share/lyx/examples/es/Handouts/Tufte_Handout.lyx
+share/lyx/examples/es/Modules/
+share/lyx/examples/es/Modules/Braille.lyx
+share/lyx/examples/es/Modules/Linguistics.lyx
+share/lyx/examples/es/Welcome.lyx
 share/lyx/examples/eu/
-share/lyx/examples/eu/adibide_gordina.lyx
-share/lyx/examples/eu/adibide_lyx-atua.lyx
-share/lyx/examples/eu/splash.lyx
-share/lyx/examples/europassCV.lyx
-share/lyx/examples/europeCV.lyx
-share/lyx/examples/example_lyxified.lyx
-share/lyx/examples/example_raw.lyx
+share/lyx/examples/eu/Example_%28LyXified%29.lyx
+share/lyx/examples/eu/Example_%28raw%29.lyx
 share/lyx/examples/fa/
-share/lyx/examples/fa/splash.lyx
+share/lyx/examples/fa/Welcome.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/MultilingualCaptions.lyx
-share/lyx/examples/fr/PDF-comment.lyx
-share/lyx/examples/fr/beamer-article.lyx
-share/lyx/examples/fr/beamer.lyx
-share/lyx/examples/fr/exemple_brut.lyx
-share/lyx/examples/fr/exemple_lyxifie.lyx
-share/lyx/examples/fr/linguistics.lyx
-share/lyx/examples/fr/powerdot.lyx
-share/lyx/examples/fr/seminar.lyx
-share/lyx/examples/fr/simplecv.lyx
-share/lyx/examples/fr/splash.lyx
-share/lyx/examples/fr/xyfigure.lyx
-share/lyx/examples/fr/xyfigure.png
-share/lyx/examples/fr/xypic.lyx
+share/lyx/examples/fr/Curricula_Vitae/
+share/lyx/examples/fr/Curricula_Vitae/Simple_CV.lyx
+share/lyx/examples/fr/Example_%28LyXified%29.lyx
+share/lyx/examples/fr/Example_%28raw%29.lyx
+share/lyx/examples/fr/Graphics_and_Insets/
+share/lyx/examples/fr/Graphics_and_Insets/Feynman_Diagrams.lyx
+share/lyx/examples/fr/Graphics_and_Insets/Itemize_Bullets.lyx
+share/lyx/examples/fr/Graphics_and_Insets/XY-Figure.lyx
+share/lyx/examples/fr/Graphics_and_Insets/XY-Pic.lyx
+share/lyx/examples/fr/Graphics_and_Insets/xyfigure.png
+share/lyx/examples/fr/Modules/
+share/lyx/examples/fr/Modules/Braille.lyx
+share/lyx/examples/fr/Modules/Linguistics.lyx
+share/lyx/examples/fr/Modules/Multilingual_Captions.lyx
+share/lyx/examples/fr/Modules/PDF_Comments.lyx
+share/lyx/examples/fr/Presentations/
+share/lyx/examples/fr/Presentations/Beamer.lyx
+share/lyx/examples/fr/Presentations/Beamer_Article_%28Standard_Class%29.lyx
+share/lyx/examples/fr/Presentations/Foils.lyx
+share/lyx/examples/fr/Presentations/Powerdot.lyx
+share/lyx/examples/fr/Presentations/Seminar.lyx
+share/lyx/examples/fr/Welcome.lyx
 share/lyx/examples/gl/
-share/lyx/examples/gl/exemplo_bruto.lyx
-share/lyx/examples/gl/exemplo_lyxificado.lyx
-share/lyx/examples/gl/splash.lyx
-share/lyx/examples/gnuplot-example.gp
-share/lyx/examples/gnuplot.lyx
+share/lyx/examples/gl/Example_%28LyXified%29.lyx
+share/lyx/examples/gl/Example_%28raw%29.lyx
+share/lyx/examples/gl/Welcome.lyx
 share/lyx/examples/he/
-share/lyx/examples/he/example_lyxified.lyx
-share/lyx/examples/he/example_raw.lyx
-share/lyx/examples/he/splash.lyx
+share/lyx/examples/he/Example_%28LyXified%29.lyx
+share/lyx/examples/he/Example_%28raw%29.lyx
+share/lyx/examples/he/Welcome.lyx
 share/lyx/examples/hu/
-share/lyx/examples/hu/example_lyxified.lyx
-share/lyx/examples/hu/example_raw.lyx
-share/lyx/examples/hu/splash.lyx
+share/lyx/examples/hu/Example_%28LyXified%29.lyx
+share/lyx/examples/hu/Example_%28raw%29.lyx
+share/lyx/examples/hu/Welcome.lyx
 share/lyx/examples/id/
-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/id/Welcome.lyx
 share/lyx/examples/it/
-share/lyx/examples/it/ItemizeBullets.lyx
-share/lyx/examples/it/splash.lyx
+share/lyx/examples/it/Graphics_and_Insets/
+share/lyx/examples/it/Graphics_and_Insets/Itemize_Bullets.lyx
+share/lyx/examples/it/Welcome.lyx
 share/lyx/examples/ja/
-share/lyx/examples/ja/Braille.lyx
-share/lyx/examples/ja/FeynmanDiagrams.lyx
-share/lyx/examples/ja/MultilingualCaptions.lyx
-share/lyx/examples/ja/beamer.lyx
-share/lyx/examples/ja/knitr.lyx
-share/lyx/examples/ja/lilypond.lyx
-share/lyx/examples/ja/linguistics.lyx
-share/lyx/examples/ja/splash.lyx
-share/lyx/examples/ja/sweave.lyx
-share/lyx/examples/ja/xyfigure.png
-share/lyx/examples/ja/xypic.lyx
-share/lyx/examples/knitr.lyx
+share/lyx/examples/ja/Articles/
+share/lyx/examples/ja/Articles/Japanese_Article_%28JLReq_Class%29.lyx
+share/lyx/examples/ja/Graphics_and_Insets/
+share/lyx/examples/ja/Graphics_and_Insets/Feynman_Diagrams.lyx
+share/lyx/examples/ja/Graphics_and_Insets/XY-Pic.lyx
+share/lyx/examples/ja/Graphics_and_Insets/xyfigure.png
+share/lyx/examples/ja/Modules/
+share/lyx/examples/ja/Modules/Braille.lyx
+share/lyx/examples/ja/Modules/LilyPond_Book.lyx
+share/lyx/examples/ja/Modules/Linguistics.lyx
+share/lyx/examples/ja/Modules/Multilingual_Captions.lyx
+share/lyx/examples/ja/Modules/Rnw_%28knitr%29.lyx
+share/lyx/examples/ja/Modules/Sweave.lyx
+share/lyx/examples/ja/Presentations/
+share/lyx/examples/ja/Presentations/Beamer.lyx
+share/lyx/examples/ja/Welcome.lyx
 share/lyx/examples/ko/
-share/lyx/examples/ko/splash.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/minted-filelisting.lyx
-share/lyx/examples/minted-listings.lyx
-share/lyx/examples/modernCV.lyx
+share/lyx/examples/ko/Language_Support/
+share/lyx/examples/ko/Language_Support/Writing_Korean_with_CJK-ko.lyx
+share/lyx/examples/ko/Welcome.lyx
 share/lyx/examples/nb/
-share/lyx/examples/nb/eksempel_lyxet.lyx
-share/lyx/examples/nb/eksempel_txt.lyx
-share/lyx/examples/nb/splash.lyx
+share/lyx/examples/nb/Example_%28LyXified%29.lyx
+share/lyx/examples/nb/Example_%28raw%29.lyx
+share/lyx/examples/nb/Welcome.lyx
 share/lyx/examples/nl/
-share/lyx/examples/nl/opsommingstekens.lyx
-share/lyx/examples/nl/splash.lyx
-share/lyx/examples/nl/voorbeeld_ruw.lyx
-share/lyx/examples/nl/voorbeeld_verlyxt.lyx
-share/lyx/examples/noweb2lyx.lyx
-share/lyx/examples/paralist.lyx
+share/lyx/examples/nl/Example_%28LyXified%29.lyx
+share/lyx/examples/nl/Example_%28raw%29.lyx
+share/lyx/examples/nl/Graphics_and_Insets/
+share/lyx/examples/nl/Graphics_and_Insets/Itemize_Bullets.lyx
+share/lyx/examples/nl/Welcome.lyx
 share/lyx/examples/pl/
-share/lyx/examples/pl/splash.lyx
-share/lyx/examples/powerdot.lyx
+share/lyx/examples/pl/Welcome.lyx
 share/lyx/examples/pt_BR/
-share/lyx/examples/pt_BR/splash.lyx
+share/lyx/examples/pt_BR/Welcome.lyx
 share/lyx/examples/pt_PT/
-share/lyx/examples/pt_PT/splash.lyx
-share/lyx/examples/recipebook.lyx
+share/lyx/examples/pt_PT/Welcome.lyx
 share/lyx/examples/ro/
-share/lyx/examples/ro/splash.lyx
+share/lyx/examples/ro/Welcome.lyx
 share/lyx/examples/ru/
-share/lyx/examples/ru/example_lyxified.lyx
-share/lyx/examples/ru/example_raw.lyx
-share/lyx/examples/ru/splash.lyx
-share/lyx/examples/script_form.lyx
-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/ru/Example_%28LyXified%29.lyx
+share/lyx/examples/ru/Example_%28raw%29.lyx
+share/lyx/examples/ru/Graphics_and_Insets/
+share/lyx/examples/ru/Graphics_and_Insets/XY-Figure.lyx
+share/lyx/examples/ru/Graphics_and_Insets/XY-Pic.lyx
+share/lyx/examples/ru/Graphics_and_Insets/xyfigure.png
+share/lyx/examples/ru/Modules/
+share/lyx/examples/ru/Modules/Fancy_Colored_Boxes.lyx
+share/lyx/examples/ru/Presentations/
+share/lyx/examples/ru/Presentations/Beamer.lyx
+share/lyx/examples/ru/Presentations/Beamer_Article_%28Standard_Class%29.lyx
+share/lyx/examples/ru/Welcome.lyx
 share/lyx/examples/sk/
-share/lyx/examples/sk/splash.lyx
+share/lyx/examples/sk/Welcome.lyx
 share/lyx/examples/sl/
-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/springer/
-share/lyx/examples/springer/svmono_acknow.lyx
-share/lyx/examples/springer/svmono_acronym.lyx
-share/lyx/examples/springer/svmono_appendix.lyx
-share/lyx/examples/springer/svmono_book-master.lyx
-share/lyx/examples/springer/svmono_chapter.lyx
-share/lyx/examples/springer/svmono_dedication.lyx
-share/lyx/examples/springer/svmono_foreword.lyx
-share/lyx/examples/springer/svmono_glossary.lyx
-share/lyx/examples/springer/svmono_part.lyx
-share/lyx/examples/springer/svmono_preface.lyx
-share/lyx/examples/springer/svmono_referenc.lyx
-share/lyx/examples/springer/svmono_solutions.lyx
-share/lyx/examples/springer/svmult_acknow.lyx
-share/lyx/examples/springer/svmult_acronym.lyx
-share/lyx/examples/springer/svmult_appendix.lyx
-share/lyx/examples/springer/svmult_author.lyx
-share/lyx/examples/springer/svmult_cblist.lyx
-share/lyx/examples/springer/svmult_dedication.lyx
-share/lyx/examples/springer/svmult_editor-master.lyx
-share/lyx/examples/springer/svmult_foreword.lyx
-share/lyx/examples/springer/svmult_glossary.lyx
-share/lyx/examples/springer/svmult_part.lyx
-share/lyx/examples/springer/svmult_preface.lyx
-share/lyx/examples/springer/svmult_referenc.lyx
+share/lyx/examples/sl/Example_%28LyXified%29.lyx
+share/lyx/examples/sl/Example_%28raw%29.lyx
+share/lyx/examples/sl/Welcome.lyx
 share/lyx/examples/sr/
-share/lyx/examples/sr/Braille.lyx
-share/lyx/examples/sr/splash.lyx
+share/lyx/examples/sr/Modules/
+share/lyx/examples/sr/Modules/Braille.lyx
+share/lyx/examples/sr/Welcome.lyx
 share/lyx/examples/sv/
-share/lyx/examples/sv/splash.lyx
-share/lyx/examples/sweave.lyx
-share/lyx/examples/thesis/
-share/lyx/examples/thesis/Acknowledgments.lyx
-share/lyx/examples/thesis/Appendix.lyx
-share/lyx/examples/thesis/Bibliography.lyx
-share/lyx/examples/thesis/Summary.lyx
-share/lyx/examples/thesis/alpha.bst
-share/lyx/examples/thesis/chapter-1.lyx
-share/lyx/examples/thesis/chapter-2.lyx
-share/lyx/examples/thesis/thesis.lyx
-share/lyx/examples/thesis/thesisExample.bib
-share/lyx/examples/tufte-book.lyx
-share/lyx/examples/tufte-handout.lyx
+share/lyx/examples/sv/Welcome.lyx
 share/lyx/examples/uk/
-share/lyx/examples/uk/splash.lyx
-share/lyx/examples/varwidth-floats-side-by-side.lyx
-share/lyx/examples/xyfigure.lyx
-share/lyx/examples/xyfigure.png
-share/lyx/examples/xypic.lyx
+share/lyx/examples/uk/Welcome.lyx
 share/lyx/fonts/
 share/lyx/fonts/BaKoMaFontLicense.txt
-share/lyx/fonts/ReadmeBaKoMa4LyX.txt
+share/lyx/fonts/README
 share/lyx/fonts/cmex10.ttf
 share/lyx/fonts/cmmi10.ttf
 share/lyx/fonts/cmr10.ttf
@@ -581,7 +823,6 @@
 share/lyx/images/
 share/lyx/images/all-changes-accept.svgz
 share/lyx/images/all-changes-reject.svgz
-share/lyx/images/amssymb.png
 share/lyx/images/banner.png
 share/lyx/images/banner.svgz
 share/lyx/images/ban...@2x.png
@@ -626,7 +867,188 @@
 share/lyx/images/buffer-write-as.svgz
 share/lyx/images/buffer-write.svgz
 share/lyx/images/build-program.svgz
-share/lyx/images/busy.gif
+share/lyx/images/bullets/
+share/lyx/images/bullets/ast.svgz
+share/lyx/images/bullets/bfendash.svgz
+share/lyx/images/bullets/bigtriangledown.svgz
+share/lyx/images/bullets/bigtriangleup.svgz
+share/lyx/images/bullets/box.svgz
+share/lyx/images/bullets/bullet.svgz
+share/lyx/images/bullets/cdot.svgz
+share/lyx/images/bullets/circ.svgz
+share/lyx/images/bullets/clubsuit.svgz
+share/lyx/images/bullets/dagger.svgz
+share/lyx/images/bullets/dashv.svgz
+share/lyx/images/bullets/diamond.svgz
+share/lyx/images/bullets/diamond2.svgz
+share/lyx/images/bullets/diamondsuit.svgz
+share/lyx/images/bullets/ding100.svgz
+share/lyx/images/bullets/ding101.svgz
+share/lyx/images/bullets/ding102.svgz
+share/lyx/images/bullets/ding103.svgz
+share/lyx/images/bullets/ding104.svgz
+share/lyx/images/bullets/ding105.svgz
+share/lyx/images/bullets/ding106.svgz
+share/lyx/images/bullets/ding107.svgz
+share/lyx/images/bullets/ding108.svgz
+share/lyx/images/bullets/ding109.svgz
+share/lyx/images/bullets/ding110.svgz
+share/lyx/images/bullets/ding111.svgz
+share/lyx/images/bullets/ding112.svgz
+share/lyx/images/bullets/ding113.svgz
+share/lyx/images/bullets/ding114.svgz
+share/lyx/images/bullets/ding115.svgz
+share/lyx/images/bullets/ding116.svgz
+share/lyx/images/bullets/ding117.svgz
+share/lyx/images/bullets/ding118.svgz
+share/lyx/images/bullets/ding119.svgz
+share/lyx/images/bullets/ding120.svgz
+share/lyx/images/bullets/ding121.svgz
+share/lyx/images/bullets/ding122.svgz
+share/lyx/images/bullets/ding162.svgz
+share/lyx/images/bullets/ding163.svgz
+share/lyx/images/bullets/ding164.svgz
+share/lyx/images/bullets/ding165.svgz
+share/lyx/images/bullets/ding166.svgz
+share/lyx/images/bullets/ding167.svgz
+share/lyx/images/bullets/ding168.svgz
+share/lyx/images/bullets/ding169.svgz
+share/lyx/images/bullets/ding170.svgz
+share/lyx/images/bullets/ding171.svgz
+share/lyx/images/bullets/ding212.svgz
+share/lyx/images/bullets/ding213.svgz
+share/lyx/images/bullets/ding217.svgz
+share/lyx/images/bullets/ding219.svgz
+share/lyx/images/bullets/ding220.svgz
+share/lyx/images/bullets/ding221.svgz
+share/lyx/images/bullets/ding222.svgz
+share/lyx/images/bullets/ding223.svgz
+share/lyx/images/bullets/ding224.svgz
+share/lyx/images/bullets/ding225.svgz
+share/lyx/images/bullets/ding226.svgz
+share/lyx/images/bullets/ding227.svgz
+share/lyx/images/bullets/ding228.svgz
+share/lyx/images/bullets/ding229.svgz
+share/lyx/images/bullets/ding230.svgz
+share/lyx/images/bullets/ding231.svgz
+share/lyx/images/bullets/ding232.svgz
+share/lyx/images/bullets/ding233.svgz
+share/lyx/images/bullets/ding234.svgz
+share/lyx/images/bullets/ding235.svgz
+share/lyx/images/bullets/ding236.svgz
+share/lyx/images/bullets/ding237.svgz
+share/lyx/images/bullets/ding238.svgz
+share/lyx/images/bullets/ding239.svgz
+share/lyx/images/bullets/ding241.svgz
+share/lyx/images/bullets/ding242.svgz
+share/lyx/images/bullets/ding243.svgz
+share/lyx/images/bullets/ding245.svgz
+share/lyx/images/bullets/ding248.svgz
+share/lyx/images/bullets/ding250.svgz
+share/lyx/images/bullets/ding251.svgz
+share/lyx/images/bullets/ding252.svgz
+share/lyx/images/bullets/ding253.svgz
+share/lyx/images/bullets/ding254.svgz
+share/lyx/images/bullets/ding34.svgz
+share/lyx/images/bullets/ding36.svgz
+share/lyx/images/bullets/ding37.svgz
+share/lyx/images/bullets/ding38.svgz
+share/lyx/images/bullets/ding39.svgz
+share/lyx/images/bullets/ding40.svgz
+share/lyx/images/bullets/ding41.svgz
+share/lyx/images/bullets/ding42.svgz
+share/lyx/images/bullets/ding43.svgz
+share/lyx/images/bullets/ding44.svgz
+share/lyx/images/bullets/ding45.svgz
+share/lyx/images/bullets/ding47.svgz
+share/lyx/images/bullets/ding49.svgz
+share/lyx/images/bullets/ding50.svgz
+share/lyx/images/bullets/ding51.svgz
+share/lyx/images/bullets/ding52.svgz
+share/lyx/images/bullets/ding53.svgz
+share/lyx/images/bullets/ding54.svgz
+share/lyx/images/bullets/ding55.svgz
+share/lyx/images/bullets/ding56.svgz
+share/lyx/images/bullets/ding57.svgz
+share/lyx/images/bullets/ding58.svgz
+share/lyx/images/bullets/ding59.svgz
+share/lyx/images/bullets/ding60.svgz
+share/lyx/images/bullets/ding61.svgz
+share/lyx/images/bullets/ding62.svgz
+share/lyx/images/bullets/ding63.svgz
+share/lyx/images/bullets/ding64.svgz
+share/lyx/images/bullets/ding65.svgz
+share/lyx/images/bullets/ding66.svgz
+share/lyx/images/bullets/ding67.svgz
+share/lyx/images/bullets/ding68.svgz
+share/lyx/images/bullets/ding69.svgz
+share/lyx/images/bullets/ding70.svgz
+share/lyx/images/bullets/ding71.svgz
+share/lyx/images/bullets/ding72.svgz
+share/lyx/images/bullets/ding74.svgz
+share/lyx/images/bullets/ding75.svgz
+share/lyx/images/bullets/ding76.svgz
+share/lyx/images/bullets/ding77.svgz
+share/lyx/images/bullets/ding78.svgz
+share/lyx/images/bullets/ding79.svgz
+share/lyx/images/bullets/ding80.svgz
+share/lyx/images/bullets/ding81.svgz
+share/lyx/images/bullets/ding82.svgz
+share/lyx/images/bullets/ding83.svgz
+share/lyx/images/bullets/ding84.svgz
+share/lyx/images/bullets/ding85.svgz
+share/lyx/images/bullets/ding86.svgz
+share/lyx/images/bullets/ding87.svgz
+share/lyx/images/bullets/ding88.svgz
+share/lyx/images/bullets/ding89.svgz
+share/lyx/images/bullets/ding90.svgz
+share/lyx/images/bullets/ding91.svgz
+share/lyx/images/bullets/ding92.svgz
+share/lyx/images/bullets/ding93.svgz
+share/lyx/images/bullets/ding94.svgz
+share/lyx/images/bullets/ding95.svgz
+share/lyx/images/bullets/ding96.svgz
+share/lyx/images/bullets/ding97.svgz
+share/lyx/images/bullets/ding98.svgz
+share/lyx/images/bullets/ding99.svgz
+share/lyx/images/bullets/flat.svgz
+share/lyx/images/bullets/heartsuit.svgz
+share/lyx/images/bullets/leadsto.svgz
+share/lyx/images/bullets/lhd.svgz
+share/lyx/images/bullets/natural.svgz
+share/lyx/images/bullets/odot.svgz
+share/lyx/images/bullets/ominus.svgz
+share/lyx/images/bullets/oplus.svgz
+share/lyx/images/bullets/oslash.svgz
+share/lyx/images/bullets/otimes.svgz
+share/lyx/images/bullets/pisymbol_psy167.svgz
+share/lyx/images/bullets/pisymbol_psy168.svgz
+share/lyx/images/bullets/pisymbol_psy169.svgz
+share/lyx/images/bullets/pisymbol_psy170.svgz
+share/lyx/images/bullets/pisymbol_psy174.svgz
+share/lyx/images/bullets/pisymbol_psy183.svgz
+share/lyx/images/bullets/pisymbol_psy196.svgz
+share/lyx/images/bullets/pisymbol_psy197.svgz
+share/lyx/images/bullets/pisymbol_psy209.svgz
+share/lyx/images/bullets/pisymbol_psy215.svgz
+share/lyx/images/bullets/pisymbol_psy222.svgz
+share/lyx/images/bullets/pisymbol_psy224.svgz
+share/lyx/images/bullets/pisymbol_psy42.svgz
+share/lyx/images/bullets/pisymbol_psy45.svgz
+share/lyx/images/bullets/pisymbol_psy68.svgz
+share/lyx/images/bullets/rhd.svgz
+share/lyx/images/bullets/rightarrow.svgz
+share/lyx/images/bullets/rightarrow2.svgz
+share/lyx/images/bullets/rightharpoondown.svgz
+share/lyx/images/bullets/rightharpoonup.svgz
+share/lyx/images/bullets/sharp.svgz
+share/lyx/images/bullets/spadesuit.svgz
+share/lyx/images/bullets/star.svgz
+share/lyx/images/bullets/succ.svgz
+share/lyx/images/bullets/triangleleft.svgz
+share/lyx/images/bullets/triangleright.svgz
+share/lyx/images/bullets/vdash.svgz
+share/lyx/images/busy.svgz
 share/lyx/images/change-accept.svgz
 share/lyx/images/change-next.svgz
 share/lyx/images/change-reject.svgz
@@ -683,6 +1105,8 @@
 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/command-alternatives_outline-in_depth-increment.png
+share/lyx/images/classic/command-alternatives_outline-out_depth-decrement.png
 share/lyx/images/classic/copy.png
 share/lyx/images/classic/cut.png
 share/lyx/images/classic/depth-decrement.png
@@ -694,13 +1118,13 @@
 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_findreplaceadv.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_toc.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
@@ -715,18 +1139,20 @@
 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/info-insert_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-toggle_Chunk.png
+share/lyx/images/classic/layout-toggle_Description.png
+share/lyx/images/classic/layout-toggle_Enumerate+rtl.png
+share/lyx/images/classic/layout-toggle_Enumerate.png
+share/lyx/images/classic/layout-toggle_Itemize.png
+share/lyx/images/classic/layout-toggle_Labeling.png
+share/lyx/images/classic/layout-toggle_List.png
+share/lyx/images/classic/layout-toggle_LyX-Code.png
+share/lyx/images/classic/layout-toggle_Section.png
 share/lyx/images/classic/layout.png
-share/lyx/images/classic/layout_Chunk.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_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
@@ -749,7 +1175,9 @@
 share/lyx/images/classic/note-insert.png
 share/lyx/images/classic/note-next.png
 share/lyx/images/classic/outline-down.png
+share/lyx/images/classic/outline-in+rtl.png
 share/lyx/images/classic/outline-in.png
+share/lyx/images/classic/outline-out+rtl.png
 share/lyx/images/classic/outline-out.png
 share/lyx/images/classic/outline-up.png
 share/lyx/images/classic/paste.png
@@ -771,12 +1199,13 @@
 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-inner-lines.png
+share/lyx/images/classic/tabular-feature_reset-formal-default.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-all-lines.png
+share/lyx/images/classic/tabular-feature_toggle-border-lines.png
+share/lyx/images/classic/tabular-feature_toggle-inner-lines.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
@@ -808,6 +1237,8 @@
 share/lyx/images/classic/view-split_horizontal.png
 share/lyx/images/classic/view-split_vertical.png
 share/lyx/images/closetab.svgz
+share/lyx/images/command-alternatives_outline-in_depth-increment.svgz
+share/lyx/images/command-alternatives_outline-out_depth-decrement.svgz
 share/lyx/images/copy.svgz
 share/lyx/images/cut.svgz
 share/lyx/images/depth-decrement.svgz
@@ -819,14 +1250,16 @@
 share/lyx/images/dialog-show-new-inset_ref.svgz
 share/lyx/images/dialog-show_character.svgz
 share/lyx/images/dialog-show_findreplace.svgz
+share/lyx/images/dialog-show_findreplaceadv.svgz
 share/lyx/images/dialog-show_mathdelimiter.svgz
 share/lyx/images/dialog-show_mathmatrix.svgz
 share/lyx/images/dialog-show_print.svgz
 share/lyx/images/dialog-show_spellchecker.svgz
+share/lyx/images/dialog-show_toc.svgz
 share/lyx/images/dialog-show_vclog.svgz
-share/lyx/images/dialog-toggle_findreplaceadv.svgz
-share/lyx/images/dialog-toggle_toc.svgz
 share/lyx/images/down.svgz
+share/lyx/images/dynamic-char-styles.svgz
+share/lyx/images/dynamic-custom-insets.svgz
 share/lyx/images/editclear.svgz
 share/lyx/images/emblem-readonly.svgz
 share/lyx/images/emblem-shellescape.svgz
@@ -841,9 +1274,10 @@
 share/lyx/images/footnote-insert.svgz
 share/lyx/images/hidetab.svgz
 share/lyx/images/href-insert.svgz
+share/lyx/images/icon.aliases
 share/lyx/images/index-insert.svgz
 share/lyx/images/info-insert.svgz
-share/lyx/images/info-insert_buffer_vcs-revision.svgz
+share/lyx/images/info-insert_vcs_revision.svgz
 share/lyx/images/ipa/
 share/lyx/images/ipa/ipamacro-insert_deco_bottomtiebar.svgz
 share/lyx/images/ipa/ipamacro-insert_deco_toptiebar.svgz
@@ -1051,15 +1485,22 @@
 share/lyx/images/label-insert.svgz
 share/lyx/images/layout-document.svgz
 share/lyx/images/layout-paragraph.svgz
+share/lyx/images/layout-toggle_Chunk.svgz
+share/lyx/images/layout-toggle_Description.svgz
+share/lyx/images/layout-toggle_Enumerate+rtl.svgz
+share/lyx/images/layout-toggle_Enumerate.svgz
+share/lyx/images/layout-toggle_Itemize.svgz
+share/lyx/images/layout-toggle_Labeling.svgz
+share/lyx/images/layout-toggle_List.svgz
+share/lyx/images/layout-toggle_LyX-Code.svgz
+share/lyx/images/layout-toggle_Section.svgz
 share/lyx/images/layout.svgz
-share/lyx/images/layout_Chunk.svgz
-share/lyx/images/layout_Description.svgz
-share/lyx/images/layout_Enumerate.svgz
-share/lyx/images/layout_Itemize.svgz
-share/lyx/images/layout_List.svgz
-share/lyx/images/layout_LyX-Code.svgz
-share/lyx/images/layout_Section.svgz
 share/lyx/images/lyx-quit.svgz
+share/lyx/images/lyx.svg
+share/lyx/images/lyxfiles-system-folder.svgz
+share/lyx/images/lyxfiles-system.svgz
+share/lyx/images/lyxfiles-user-folder.svgz
+share/lyx/images/lyxfiles-user.svgz
 share/lyx/images/marginalnote-insert.svgz
 share/lyx/images/master-buffer-update.svgz
 share/lyx/images/master-buffer-view.svgz
@@ -1953,7 +2394,9 @@
 share/lyx/images/note-insert.svgz
 share/lyx/images/note-next.svgz
 share/lyx/images/outline-down.svgz
+share/lyx/images/outline-in+rtl.svgz
 share/lyx/images/outline-in.svgz
+share/lyx/images/outline-out+rtl.svgz
 share/lyx/images/outline-out.svgz
 share/lyx/images/outline-up.svgz
 share/lyx/images/oxygen/
@@ -2007,6 +2450,8 @@
 share/lyx/images/oxygen/changes-output.svgz
 share/lyx/images/oxygen/changes-track.svgz
 share/lyx/images/oxygen/closetab.svgz
+share/lyx/images/oxygen/command-alternatives_outline-in_depth-increment.svgz
+share/lyx/images/oxygen/command-alternatives_outline-out_depth-decrement.svgz
 share/lyx/images/oxygen/copy.svgz
 share/lyx/images/oxygen/cut.svgz
 share/lyx/images/oxygen/depth-decrement.svgz
@@ -2018,14 +2463,16 @@
 share/lyx/images/oxygen/dialog-show-new-inset_ref.svgz
 share/lyx/images/oxygen/dialog-show_character.svgz
 share/lyx/images/oxygen/dialog-show_findreplace.svgz
+share/lyx/images/oxygen/dialog-show_findreplaceadv.svgz
 share/lyx/images/oxygen/dialog-show_mathdelimiter.svgz
 share/lyx/images/oxygen/dialog-show_mathmatrix.svgz
 share/lyx/images/oxygen/dialog-show_print.svgz
 share/lyx/images/oxygen/dialog-show_spellchecker.svgz
+share/lyx/images/oxygen/dialog-show_toc.svgz
 share/lyx/images/oxygen/dialog-show_vclog.svgz
-share/lyx/images/oxygen/dialog-toggle_findreplaceadv.svgz
-share/lyx/images/oxygen/dialog-toggle_toc.svgz
 share/lyx/images/oxygen/down.svgz
+share/lyx/images/oxygen/dynamic-char-styles.svgz
+share/lyx/images/oxygen/dynamic-custom-insets.svgz
 share/lyx/images/oxygen/editclear.svgz
 share/lyx/images/oxygen/ert-insert.svgz
 share/lyx/images/oxygen/file-open.svgz
@@ -2041,18 +2488,20 @@
 share/lyx/images/oxygen/href-insert.svgz
 share/lyx/images/oxygen/iconsize.png
 share/lyx/images/oxygen/index-insert.svgz
-share/lyx/images/oxygen/info-insert_buffer_vcs-revision.svgz
+share/lyx/images/oxygen/info-insert_vcs_revision.svgz
 share/lyx/images/oxygen/label-insert.svgz
 share/lyx/images/oxygen/layout-document.svgz
 share/lyx/images/oxygen/layout-paragraph.svgz
+share/lyx/images/oxygen/layout-toggle_Chunk.svgz
+share/lyx/images/oxygen/layout-toggle_Description.svgz
+share/lyx/images/oxygen/layout-toggle_Enumerate+rtl.svgz
+share/lyx/images/oxygen/layout-toggle_Enumerate.svgz
+share/lyx/images/oxygen/layout-toggle_Itemize.svgz
+share/lyx/images/oxygen/layout-toggle_Labeling.svgz
+share/lyx/images/oxygen/layout-toggle_List.svgz
+share/lyx/images/oxygen/layout-toggle_LyX-Code.svgz
+share/lyx/images/oxygen/layout-toggle_Section.svgz
 share/lyx/images/oxygen/layout.svgz
-share/lyx/images/oxygen/layout_Chunk.svgz
-share/lyx/images/oxygen/layout_Description.svgz
-share/lyx/images/oxygen/layout_Enumerate.svgz
-share/lyx/images/oxygen/layout_Itemize.svgz
-share/lyx/images/oxygen/layout_List.svgz
-share/lyx/images/oxygen/layout_LyX-Code.svgz
-share/lyx/images/oxygen/layout_Section.svgz
 share/lyx/images/oxygen/lyx-quit.svgz
 share/lyx/images/oxygen/marginalnote-insert.svgz
 share/lyx/images/oxygen/master-buffer-update.svgz
@@ -2077,7 +2526,9 @@
 share/lyx/images/oxygen/note-insert.svgz
 share/lyx/images/oxygen/note-next.svgz
 share/lyx/images/oxygen/outline-down.svgz
+share/lyx/images/oxygen/outline-in+rtl.svgz
 share/lyx/images/oxygen/outline-in.svgz
+share/lyx/images/oxygen/outline-out+rtl.svgz
 share/lyx/images/oxygen/outline-out.svgz
 share/lyx/images/oxygen/outline-up.svgz
 share/lyx/images/oxygen/paste.svgz
@@ -2106,10 +2557,11 @@
 share/lyx/images/oxygen/tabular-feature_move-row-up.svgz
 share/lyx/images/oxygen/tabular-feature_multicolumn.svgz
 share/lyx/images/oxygen/tabular-feature_multirow.svgz
-share/lyx/images/oxygen/tabular-feature_set-all-lines.svgz
-share/lyx/images/oxygen/tabular-feature_set-border-lines.svgz
-share/lyx/images/oxygen/tabular-feature_set-inner-lines.svgz
+share/lyx/images/oxygen/tabular-feature_reset-formal-default.svgz
 share/lyx/images/oxygen/tabular-feature_set-longtabular.svgz
+share/lyx/images/oxygen/tabular-feature_toggle-all-lines.svgz
+share/lyx/images/oxygen/tabular-feature_toggle-border-lines.svgz
+share/lyx/images/oxygen/tabular-feature_toggle-inner-lines.svgz
 share/lyx/images/oxygen/tabular-feature_toggle-line-bottom.svgz
 share/lyx/images/oxygen/tabular-feature_toggle-line-left.svgz
 share/lyx/images/oxygen/tabular-feature_toggle-line-right.svgz
@@ -2141,21 +2593,23 @@
 share/lyx/images/oxygen/view-split_horizontal.svgz
 share/lyx/images/oxygen/view-split_vertical.svgz
 share/lyx/images/paste.svgz
-share/lyx/images/psnfss1.png
-share/lyx/images/psnfss2.png
-share/lyx/images/psnfss3.png
-share/lyx/images/psnfss4.png
+share/lyx/images/process-stop.svgz
 share/lyx/images/redo.svgz
 share/lyx/images/reload.svgz
 share/lyx/images/script-insert_subscript.svgz
 share/lyx/images/script-insert_superscript.svgz
+share/lyx/images/search-case-sensitive.svgz
+share/lyx/images/search-instant.svgz
+share/lyx/images/search-options.svgz
+share/lyx/images/search-selection.svgz
+share/lyx/images/search-whole-words.svgz
+share/lyx/images/search-wrap.svgz
 share/lyx/images/specialchar-insert_latex.svgz
 share/lyx/images/specialchar-insert_latex2e.svgz
 share/lyx/images/specialchar-insert_lyx.svgz
 share/lyx/images/specialchar-insert_menu-separator.svgz
 share/lyx/images/specialchar-insert_tex.svgz
 share/lyx/images/spelling-continuously.svgz
-share/lyx/images/standard.png
 share/lyx/images/tab-group-close.svgz
 share/lyx/images/tabular-feature_align-decimal.svgz
 share/lyx/images/tabular-feature_append-column.svgz
@@ -2174,12 +2628,13 @@
 share/lyx/images/tabular-feature_move-row-up.svgz
 share/lyx/images/tabular-feature_multicolumn.svgz
 share/lyx/images/tabular-feature_multirow.svgz
-share/lyx/images/tabular-feature_set-all-lines.svgz
-share/lyx/images/tabular-feature_set-border-lines.svgz
-share/lyx/images/tabular-feature_set-inner-lines.svgz
+share/lyx/images/tabular-feature_reset-formal-default.svgz
 share/lyx/images/tabular-feature_set-longtabular.svgz
 share/lyx/images/tabular-feature_set-rotate-cell.svgz
 share/lyx/images/tabular-feature_set-rotate-tabular.svgz
+share/lyx/images/tabular-feature_toggle-all-lines.svgz
+share/lyx/images/tabular-feature_toggle-border-lines.svgz
+share/lyx/images/tabular-feature_toggle-inner-lines.svgz
 share/lyx/images/tabular-feature_toggle-line-bottom.svgz
 share/lyx/images/tabular-feature_toggle-line-left.svgz
 share/lyx/images/tabular-feature_toggle-line-right.svgz
@@ -2214,9 +2669,9 @@
 share/lyx/kbd/american-2.kmap
 share/lyx/kbd/american.kmap
 share/lyx/kbd/arabic.kmap
-share/lyx/kbd/bg-bds-1251.kmap
 share/lyx/kbd/brazil.kmap
 share/lyx/kbd/brazil2.kmap
+share/lyx/kbd/bulgarian.kmap
 share/lyx/kbd/czech-prg.kmap
 share/lyx/kbd/czech.kmap
 share/lyx/kbd/espanol.kmap
@@ -2229,8 +2684,6 @@
 share/lyx/kbd/german.kmap
 share/lyx/kbd/greek.kmap
 share/lyx/kbd/hebrew.kmap
-share/lyx/kbd/koi8-r.kmap
-share/lyx/kbd/koi8-u.kmap
 share/lyx/kbd/latvian.kmap
 share/lyx/kbd/magyar-2.kmap
 share/lyx/kbd/magyar-3.kmap
@@ -2240,6 +2693,7 @@
 share/lyx/kbd/polski.kmap
 share/lyx/kbd/portuges.kmap
 share/lyx/kbd/romanian.kmap
+share/lyx/kbd/russian.kmap
 share/lyx/kbd/serbian.kmap
 share/lyx/kbd/serbocroatian.kmap
 share/lyx/kbd/sf.kmap
@@ -2250,6 +2704,7 @@
 share/lyx/kbd/transilvanian.kmap
 share/lyx/kbd/turkish-f.kmap
 share/lyx/kbd/turkish.kmap
+share/lyx/kbd/ukrainian.kmap
 share/lyx/languages
 share/lyx/latexfonts
 share/lyx/layouts/
@@ -2266,6 +2721,7 @@
 share/lyx/layouts/aastex.layout
 share/lyx/layouts/aastex6.layout
 share/lyx/layouts/aastex62.layout
+share/lyx/layouts/aastex63.layout
 share/lyx/layouts/achemso.layout
 share/lyx/layouts/acm-sigs-alt.layout
 share/lyx/layouts/acm-sigs.inc
@@ -2273,12 +2729,6 @@
 share/lyx/layouts/acmart.layout
 share/lyx/layouts/acmsiggraph-0-92.layout
 share/lyx/layouts/acmsiggraph.layout
-share/lyx/layouts/agu-dtd.layout
-share/lyx/layouts/agu_stdclass.inc
-share/lyx/layouts/agu_stdcounters.inc
-share/lyx/layouts/agu_stdlists.inc
-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
@@ -2303,20 +2753,16 @@
 share/lyx/layouts/bxjsbook.layout
 share/lyx/layouts/bxjsreport.layout
 share/lyx/layouts/bxjsslide.layout
-share/lyx/layouts/changebars.module
 share/lyx/layouts/chess.layout
+share/lyx/layouts/chessboard.module
 share/lyx/layouts/cl2emult.layout
+share/lyx/layouts/copernicus.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
-share/lyx/layouts/db_stdcounters.inc
-share/lyx/layouts/db_stdlayouts.inc
-share/lyx/layouts/db_stdlists.inc
-share/lyx/layouts/db_stdsections.inc
 share/lyx/layouts/db_stdstarsections.inc
 share/lyx/layouts/db_stdstruct.inc
 share/lyx/layouts/db_stdtitle.inc
@@ -2324,7 +2770,6 @@
 share/lyx/layouts/docbook-book.layout
 share/lyx/layouts/docbook-chapter.layout
 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
@@ -2332,6 +2777,7 @@
 share/lyx/layouts/elsart.layout
 share/lyx/layouts/elsarticle.layout
 share/lyx/layouts/endnotes.module
+share/lyx/layouts/enotez.module
 share/lyx/layouts/entcs.layout
 share/lyx/layouts/enumitem.module
 share/lyx/layouts/eqs-within-sections.module
@@ -2347,6 +2793,7 @@
 share/lyx/layouts/fixme.module
 share/lyx/layouts/foils.layout
 share/lyx/layouts/foottoend.module
+share/lyx/layouts/foottoenotez.module
 share/lyx/layouts/frletter.layout
 share/lyx/layouts/g-brief.layout
 share/lyx/layouts/g-brief2.layout
@@ -2362,16 +2809,22 @@
 share/lyx/layouts/iopart.layout
 share/lyx/layouts/isprs.layout
 share/lyx/layouts/iucr.layout
+share/lyx/layouts/japanese-vertical.inc
 share/lyx/layouts/jarticle.layout
 share/lyx/layouts/jasatex.layout
 share/lyx/layouts/jbook.layout
 share/lyx/layouts/jgrga.layout
+share/lyx/layouts/jlreq-article.layout
+share/lyx/layouts/jlreq-book.layout
+share/lyx/layouts/jlreq-common.inc
+share/lyx/layouts/jlreq-report.layout
 share/lyx/layouts/jreport.layout
 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/landscape.module
 share/lyx/layouts/latex8.layout
 share/lyx/layouts/letter.layout
 share/lyx/layouts/lettre.layout
@@ -2380,6 +2833,15 @@
 share/lyx/layouts/litinsets.inc
 share/lyx/layouts/llncs.layout
 share/lyx/layouts/logicalmkup.module
+share/lyx/layouts/ltjarticle.layout
+share/lyx/layouts/ltjbook.layout
+share/lyx/layouts/ltjreport.layout
+share/lyx/layouts/ltjsarticle.layout
+share/lyx/layouts/ltjsbook.layout
+share/lyx/layouts/ltjsreport.layout
+share/lyx/layouts/ltjtarticle.layout
+share/lyx/layouts/ltjtbook.layout
+share/lyx/layouts/ltjtreport.layout
 share/lyx/layouts/ltugboat.layout
 share/lyx/layouts/lyxmacros.inc
 share/lyx/layouts/maa-monthly.layout
@@ -2408,6 +2870,7 @@
 share/lyx/layouts/revtex4-x.inc
 share/lyx/layouts/revtex4.layout
 share/lyx/layouts/rsphrase.module
+share/lyx/layouts/ruby.module
 share/lyx/layouts/sciposter.layout
 share/lyx/layouts/scrartcl.layout
 share/lyx/layouts/scrarticle-beamer.layout
@@ -2425,6 +2888,7 @@
 share/lyx/layouts/singlecol-new.layout
 share/lyx/layouts/singlecol.layout
 share/lyx/layouts/slides.layout
+share/lyx/layouts/soul.module
 share/lyx/layouts/spie.layout
 share/lyx/layouts/stdcharstyles.inc
 share/lyx/layouts/stdciteformats.inc
@@ -2470,6 +2934,8 @@
 share/lyx/layouts/theorems-case.inc
 share/lyx/layouts/theorems-chap-bytype.module
 share/lyx/layouts/theorems-chap.module
+share/lyx/layouts/theorems-counters-bytype.inc
+share/lyx/layouts/theorems-counters-extended-bytype.inc
 share/lyx/layouts/theorems-named.module
 share/lyx/layouts/theorems-order.inc
 share/lyx/layouts/theorems-proof-std.inc
@@ -2538,6 +3004,8 @@
 share/lyx/lyx2lyx/${MODPY_PYCACHE}lyx_2_2.${MODPY_PYC_MAGIC_TAG}pyc
 
share/lyx/lyx2lyx/${MODPY_PYCACHE}lyx_2_3.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
 share/lyx/lyx2lyx/${MODPY_PYCACHE}lyx_2_3.${MODPY_PYC_MAGIC_TAG}pyc
+share/lyx/lyx2lyx/${MODPY_PYCACHE}lyx_2_4.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+share/lyx/lyx2lyx/${MODPY_PYCACHE}lyx_2_4.${MODPY_PYC_MAGIC_TAG}pyc
 
share/lyx/lyx2lyx/${MODPY_PYCACHE}parser_tools.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
 share/lyx/lyx2lyx/${MODPY_PYCACHE}parser_tools.${MODPY_PYC_MAGIC_TAG}pyc
 
share/lyx/lyx2lyx/${MODPY_PYCACHE}profiling.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
@@ -2569,6 +3037,7 @@
 share/lyx/lyx2lyx/lyx_2_1.py
 share/lyx/lyx2lyx/lyx_2_2.py
 share/lyx/lyx2lyx/lyx_2_3.py
+share/lyx/lyx2lyx/lyx_2_4.py
 share/lyx/lyx2lyx/parser_tools.py
 share/lyx/lyx2lyx/profiling.py
 share/lyx/lyx2lyx/test_parser_tools.py
@@ -2586,6 +3055,10 @@
 share/lyx/scripts/${MODPY_PYCACHE}convert_pdf.${MODPY_PYC_MAGIC_TAG}pyc
 
share/lyx/scripts/${MODPY_PYCACHE}csv2lyx.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
 share/lyx/scripts/${MODPY_PYCACHE}csv2lyx.${MODPY_PYC_MAGIC_TAG}pyc
+share/lyx/scripts/${MODPY_PYCACHE}docbook2epub.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+share/lyx/scripts/${MODPY_PYCACHE}docbook2epub.${MODPY_PYC_MAGIC_TAG}pyc
+share/lyx/scripts/${MODPY_PYCACHE}docbook_copy.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+share/lyx/scripts/${MODPY_PYCACHE}docbook_copy.${MODPY_PYC_MAGIC_TAG}pyc
 
share/lyx/scripts/${MODPY_PYCACHE}ext_copy.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
 share/lyx/scripts/${MODPY_PYCACHE}ext_copy.${MODPY_PYC_MAGIC_TAG}pyc
 
share/lyx/scripts/${MODPY_PYCACHE}fen2ascii.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
@@ -2608,16 +3081,22 @@
 
share/lyx/scripts/${MODPY_PYCACHE}legacy_lyxpreview2ppm.${MODPY_PYC_MAGIC_TAG}pyc
 
share/lyx/scripts/${MODPY_PYCACHE}lyxpak.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
 share/lyx/scripts/${MODPY_PYCACHE}lyxpak.${MODPY_PYC_MAGIC_TAG}pyc
+share/lyx/scripts/${MODPY_PYCACHE}lyxpaperview.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+share/lyx/scripts/${MODPY_PYCACHE}lyxpaperview.${MODPY_PYC_MAGIC_TAG}pyc
 
share/lyx/scripts/${MODPY_PYCACHE}lyxpreview2bitmap.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
 share/lyx/scripts/${MODPY_PYCACHE}lyxpreview2bitmap.${MODPY_PYC_MAGIC_TAG}pyc
 
share/lyx/scripts/${MODPY_PYCACHE}lyxpreview_tools.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
 share/lyx/scripts/${MODPY_PYCACHE}lyxpreview_tools.${MODPY_PYC_MAGIC_TAG}pyc
+share/lyx/scripts/${MODPY_PYCACHE}lyxwin_getopt.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+share/lyx/scripts/${MODPY_PYCACHE}lyxwin_getopt.${MODPY_PYC_MAGIC_TAG}pyc
 
share/lyx/scripts/${MODPY_PYCACHE}prefs2prefs.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
 share/lyx/scripts/${MODPY_PYCACHE}prefs2prefs.${MODPY_PYC_MAGIC_TAG}pyc
 
share/lyx/scripts/${MODPY_PYCACHE}prefs2prefs_lfuns.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
 share/lyx/scripts/${MODPY_PYCACHE}prefs2prefs_lfuns.${MODPY_PYC_MAGIC_TAG}pyc
 
share/lyx/scripts/${MODPY_PYCACHE}prefs2prefs_prefs.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
 share/lyx/scripts/${MODPY_PYCACHE}prefs2prefs_prefs.${MODPY_PYC_MAGIC_TAG}pyc
+share/lyx/scripts/${MODPY_PYCACHE}spreadsheet_to_docbook.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
+share/lyx/scripts/${MODPY_PYCACHE}spreadsheet_to_docbook.${MODPY_PYC_MAGIC_TAG}pyc
 
share/lyx/scripts/${MODPY_PYCACHE}svg2pdftex.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
 share/lyx/scripts/${MODPY_PYCACHE}svg2pdftex.${MODPY_PYC_MAGIC_TAG}pyc
 
share/lyx/scripts/${MODPY_PYCACHE}svg2pstex.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
@@ -2625,10 +3104,13 @@
 
share/lyx/scripts/${MODPY_PYCACHE}tex_copy.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
 share/lyx/scripts/${MODPY_PYCACHE}tex_copy.${MODPY_PYC_MAGIC_TAG}pyc
 share/lyx/scripts/bash_completion
+share/lyx/scripts/checkKeys.pl.in
 share/lyx/scripts/clean_dvi.py
 share/lyx/scripts/convertDefault.py
 share/lyx/scripts/convert_pdf.py
 share/lyx/scripts/csv2lyx.py
+share/lyx/scripts/docbook2epub.py
+share/lyx/scripts/docbook_copy.py
 share/lyx/scripts/ext_copy.py
 share/lyx/scripts/fen2ascii.py
 share/lyx/scripts/fig2pdftex.py
@@ -2640,77 +3122,175 @@
 share/lyx/scripts/layout2layout.py
 share/lyx/scripts/legacy_lyxpreview2ppm.py
 share/lyx/scripts/listerrors
+share/lyx/scripts/lyx_batch.pl.in
 share/lyx/scripts/lyxknitr.R
 share/lyx/scripts/lyxpak.py
+share/lyx/scripts/lyxpaperview.py
 share/lyx/scripts/lyxpreview2bitmap.py
 share/lyx/scripts/lyxpreview_tools.py
 share/lyx/scripts/lyxstangle.R
 share/lyx/scripts/lyxsweave.R
+share/lyx/scripts/lyxwin_getopt.py
 share/lyx/scripts/prefTest.pl.in
 share/lyx/scripts/prefs2prefs.py
 share/lyx/scripts/prefs2prefs_lfuns.py
 share/lyx/scripts/prefs2prefs_prefs.py
+share/lyx/scripts/saxon6.5.5.jar
+share/lyx/scripts/saxon6.LICENSE.txt
+share/lyx/scripts/spreadsheet_to_docbook.py
 share/lyx/scripts/svg2pdftex.py
 share/lyx/scripts/svg2pstex.py
 share/lyx/scripts/tex_copy.py
 share/lyx/symbols
 share/lyx/syntax.default
+share/lyx/tabletemplates/
+share/lyx/tabletemplates/Formal_with_Footline.lyx
+share/lyx/tabletemplates/Formal_with_Footline_1x1.lyx
+share/lyx/tabletemplates/Formal_with_Footline_1x2.lyx
+share/lyx/tabletemplates/Formal_without_Footline.lyx
+share/lyx/tabletemplates/Formal_without_Footline_1x1.lyx
+share/lyx/tabletemplates/Formal_without_Footline_1x2.lyx
+share/lyx/tabletemplates/Grid_with_Head.lyx
+share/lyx/tabletemplates/Grid_with_Head_1x1.lyx
+share/lyx/tabletemplates/Grid_with_Head_1x2.lyx
+share/lyx/tabletemplates/No_Borders.lyx
+share/lyx/tabletemplates/No_Borders_1x1.lyx
+share/lyx/tabletemplates/No_Borders_1x2.lyx
+share/lyx/tabletemplates/Simple_Grid.lyx
+share/lyx/tabletemplates/Simple_Grid_1x1.lyx
+share/lyx/tabletemplates/Simple_Grid_1x2.lyx
 share/lyx/templates/
-share/lyx/templates/AEA.lyx
-share/lyx/templates/APA.lyx
-share/lyx/templates/APA6.lyx
-share/lyx/templates/DocBook_article.lyx
-share/lyx/templates/EPS-cropped.lyx
-share/lyx/templates/IEEEtran-CompSoc.lyx
-share/lyx/templates/IEEEtran-Conference.lyx
-share/lyx/templates/IEEEtran-Journal.lyx
-share/lyx/templates/IEEEtran-TransMag.lyx
-share/lyx/templates/IJMPC.lyx
-share/lyx/templates/IJMPD.lyx
-share/lyx/templates/IOP-article.lyx
-share/lyx/templates/IUCr-article.lyx
-share/lyx/templates/JASA.lyx
-share/lyx/templates/JSS-article.lyx
-share/lyx/templates/PDF-cropped.lyx
+share/lyx/templates/Articles/
+share/lyx/templates/Articles/American_Astronomical_Society_%28AASTeX_v._6.3.1%29.lyx
+share/lyx/templates/Articles/American_Economic_Association_%28AEA%29.lyx
+share/lyx/templates/Articles/American_Psychological_Association_%28APA%29,_v._7.lyx
+share/lyx/templates/Articles/American_Psychological_Association_%28APA%29.lyx
+share/lyx/templates/Articles/Association_for_Computing_Machinery_%28ACM%29.lyx
+share/lyx/templates/Articles/Astronomy_%26_Astrophysics.lyx
+share/lyx/templates/Articles/Chinese_Article_%28CTeX%29.lyx
+share/lyx/templates/Articles/Copernicus_Publications_Manuscript_Preparation.lyx
+share/lyx/templates/Articles/Econometrica.lyx
+share/lyx/templates/Articles/Elsevier.lyx
+share/lyx/templates/Articles/Figure1.pdf
+share/lyx/templates/Articles/Hebrew_Article_%28KOMA-Script%29.lyx
+share/lyx/templates/Articles/IEEE_Transactions_Computer_Society.lyx
+share/lyx/templates/Articles/IEEE_Transactions_Conference.lyx
+share/lyx/templates/Articles/IEEE_Transactions_Journal.lyx
+share/lyx/templates/Articles/IEEE_Transactions_on_Magnetics.lyx
+share/lyx/templates/Articles/Institute_of_Physics_%28IOP%29.lyx
+share/lyx/templates/Articles/Int._Journal_of_Modern_Physics_C.lyx
+share/lyx/templates/Articles/Int._Journal_of_Modern_Physics_D.lyx
+share/lyx/templates/Articles/International_Union_of_Crystallography_%28IUCr%29.lyx
+share/lyx/templates/Articles/Journal_of_Statistical_Software_%28JSS%29_version_2.lyx
+share/lyx/templates/Articles/Journal_of_the_Acoustical_Society_of_America_%28JASA%29.lyx
+share/lyx/templates/Articles/Mathematical_Monthly.lyx
+share/lyx/templates/Articles/REVTeX_%28V._4%29.lyx
+share/lyx/templates/Articles/REVTeX_%28V._4.1%29.lyx
+share/lyx/templates/Articles/R_Journal.lyx
+share/lyx/templates/Articles/Springers_Global_Journal_Template_%28V._3%29.lyx
+share/lyx/templates/Books/
+share/lyx/templates/Books/Springer_Contributed_Books_%28svmult%29/
+share/lyx/templates/Books/Springer_Contributed_Books_%28svmult%29/00_Main_File.lyx
+share/lyx/templates/Books/Springer_Contributed_Books_%28svmult%29/01_Dedication.lyx
+share/lyx/templates/Books/Springer_Contributed_Books_%28svmult%29/02_Foreword.lyx
+share/lyx/templates/Books/Springer_Contributed_Books_%28svmult%29/03_Preface.lyx
+share/lyx/templates/Books/Springer_Contributed_Books_%28svmult%29/04_Acknowledgements.lyx
+share/lyx/templates/Books/Springer_Contributed_Books_%28svmult%29/05_Contributor_List.lyx
+share/lyx/templates/Books/Springer_Contributed_Books_%28svmult%29/06_Acronym.lyx
+share/lyx/templates/Books/Springer_Contributed_Books_%28svmult%29/07_Part.lyx
+share/lyx/templates/Books/Springer_Contributed_Books_%28svmult%29/08_Author.lyx
+share/lyx/templates/Books/Springer_Contributed_Books_%28svmult%29/09_Appendix.lyx
+share/lyx/templates/Books/Springer_Contributed_Books_%28svmult%29/10_Glossary.lyx
+share/lyx/templates/Books/Springer_Contributed_Books_%28svmult%29/11_References.lyx
+share/lyx/templates/Books/Springer_Monographs_%28svmono%29/
+share/lyx/templates/Books/Springer_Monographs_%28svmono%29/00_Main_File.lyx
+share/lyx/templates/Books/Springer_Monographs_%28svmono%29/01_Dedication.lyx
+share/lyx/templates/Books/Springer_Monographs_%28svmono%29/02_Foreword.lyx
+share/lyx/templates/Books/Springer_Monographs_%28svmono%29/03_Preface.lyx
+share/lyx/templates/Books/Springer_Monographs_%28svmono%29/04_Acknowledgements.lyx
+share/lyx/templates/Books/Springer_Monographs_%28svmono%29/05_Acronym.lyx
+share/lyx/templates/Books/Springer_Monographs_%28svmono%29/06_Part.lyx
+share/lyx/templates/Books/Springer_Monographs_%28svmono%29/07_Chapter.lyx
+share/lyx/templates/Books/Springer_Monographs_%28svmono%29/08_Appendix.lyx
+share/lyx/templates/Books/Springer_Monographs_%28svmono%29/09_Glossary.lyx
+share/lyx/templates/Books/Springer_Monographs_%28svmono%29/10_Solutions.lyx
+share/lyx/templates/Books/Springer_Monographs_%28svmono%29/11_References.lyx
+share/lyx/templates/EPS_%28cropped%29.lyx
+share/lyx/templates/Letters/
+share/lyx/templates/Letters/DIN-Brief.lyx
+share/lyx/templates/Letters/French_Letter_%28frletter%29.lyx
+share/lyx/templates/Letters/French_Letter_%28lettre%29.lyx
+share/lyx/templates/Letters/G-Brief_%28V._2%29.lyx
+share/lyx/templates/Letters/KOMA-Script_Letter_%28V._2%29.lyx
+share/lyx/templates/Letters/Letter_%28Standard_Class%29.lyx
+share/lyx/templates/Obsolete/
+share/lyx/templates/Obsolete/ACM_SIGGGRAPH_0.92_%28obsolete%29.lyx
+share/lyx/templates/Obsolete/ACM_SIGPLAN_%28Obsolete%29.lyx
+share/lyx/templates/Obsolete/ACM_SIG_Proceedings_%28SP,_Obsolete%29.lyx
+share/lyx/templates/Obsolete/American_Astronomical_Society_%28AASTeX_v._6%29.lyx
+share/lyx/templates/Obsolete/American_Astronomical_Society_%28AASTeX_v._6.2%29.lyx
+share/lyx/templates/Obsolete/American_Geophysical_Union_%28AGUTeX%29.lyx
+share/lyx/templates/Obsolete/American_Psychological_Association_%28APA%29,_v._6.lyx
+share/lyx/templates/Obsolete/G-Brief_%28V._1,_Obsolete%29/
+share/lyx/templates/Obsolete/G-Brief_%28V._1,_Obsolete%29/English.lyx
+share/lyx/templates/Obsolete/G-Brief_%28V._1,_Obsolete%29/German.lyx
+share/lyx/templates/Obsolete/Latex8_Article_%28Obsolete%29.lyx
+share/lyx/templates/PDF_%28cropped%29.lyx
+share/lyx/templates/Posters/
+share/lyx/templates/Posters/A0_Poster/
+share/lyx/templates/Posters/A0_Poster/Colored.lyx
+share/lyx/templates/Posters/A0_Poster/Simple.lyx
+share/lyx/templates/Posters/Beamerposter.lyx
+share/lyx/templates/Posters/SciPoster.lyx
+share/lyx/templates/Presentations/
+share/lyx/templates/Presentations/Beamer.lyx
+share/lyx/templates/Presentations/Slides.lyx
 share/lyx/templates/README.new_templates
-share/lyx/templates/RJournal.lyx
-share/lyx/templates/aa.lyx
-share/lyx/templates/aastex6.lyx
-share/lyx/templates/aastex62.lyx
-share/lyx/templates/acmart.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/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-brief2.lyx
-share/lyx/templates/hollywood.lyx
-share/lyx/templates/ja_beamer-conference-ornate-20min.lyx
-share/lyx/templates/kluwer.lyx
-share/lyx/templates/koma-letter2.lyx
-share/lyx/templates/letter.lyx
-share/lyx/templates/lettre.lyx
-share/lyx/templates/maa-monthly.lyx
-share/lyx/templates/obsolete/
-share/lyx/templates/obsolete/ACM-SIGS.lyx
-share/lyx/templates/obsolete/ACM-siggraph.lyx
-share/lyx/templates/obsolete/ACM-sigplan.lyx
-share/lyx/templates/obsolete/AGUTeX.lyx
-share/lyx/templates/obsolete/g-brief-de.lyx
-share/lyx/templates/obsolete/g-brief-en.lyx
-share/lyx/templates/poster-a0poster-colored.lyx
-share/lyx/templates/poster-a0poster-simple.lyx
-share/lyx/templates/poster-beamerposter.lyx
-share/lyx/templates/poster-sciposter.lyx
-share/lyx/templates/revtex4-1.lyx
-share/lyx/templates/revtex4.lyx
-share/lyx/templates/slides.lyx
-share/lyx/templates/springer/
-share/lyx/templates/springer/svjour3.lyx
+share/lyx/templates/Scripts/
+share/lyx/templates/Scripts/Hollywood.lyx
+share/lyx/templates/Theses/
+share/lyx/templates/Theses/PhD_Thesis/
+share/lyx/templates/Theses/PhD_Thesis/Acknowledgments.lyx
+share/lyx/templates/Theses/PhD_Thesis/Appendix.lyx
+share/lyx/templates/Theses/PhD_Thesis/Bibliography.lyx
+share/lyx/templates/Theses/PhD_Thesis/Chapter_1.lyx
+share/lyx/templates/Theses/PhD_Thesis/Chapter_2.lyx
+share/lyx/templates/Theses/PhD_Thesis/Main_File.lyx
+share/lyx/templates/Theses/PhD_Thesis/Summary.lyx
+share/lyx/templates/Theses/PhD_Thesis/alpha.bst
+share/lyx/templates/Theses/PhD_Thesis/thesisExample.bib
+share/lyx/templates/ar/
+share/lyx/templates/ar/Presentations/
+share/lyx/templates/ar/Presentations/Beamer.lyx
+share/lyx/templates/ca/
+share/lyx/templates/ca/Letters/
+share/lyx/templates/ca/Letters/Letter_%28Standard_Class%29.lyx
+share/lyx/templates/de/
+share/lyx/templates/de/Presentations/
+share/lyx/templates/de/Presentations/Beamer.lyx
+share/lyx/templates/es/
+share/lyx/templates/es/Letters/
+share/lyx/templates/es/Letters/Letter_%28Standard_Class%29.lyx
+share/lyx/templates/es/Presentations/
+share/lyx/templates/es/Presentations/Beamer.lyx
+share/lyx/templates/fr/
+share/lyx/templates/fr/Presentations/
+share/lyx/templates/fr/Presentations/Beamer.lyx
+share/lyx/templates/ja/
+share/lyx/templates/ja/Articles/
+share/lyx/templates/ja/Articles/Japanese_Article_%28JS_Bundle_for_LuaTeX%29.lyx
+share/lyx/templates/ja/Articles/Japanese_Article_%28Standard_Class_for_LuaTeX%29.lyx
+share/lyx/templates/ja/Articles/Japanese_Article_%28Standard_Class_for_LuaTeX%2C_vertical_Writing%29.lyx
+share/lyx/templates/ja/Books/
+share/lyx/templates/ja/Books/Japanese_Book_%28JS_Bundle_for_LuaTeX%29.lyx
+share/lyx/templates/ja/Books/Japanese_Book_%28Standard_Class_for_LuaTeX%29.lyx
+share/lyx/templates/ja/Books/Japanese_Book_%28Standard_Class_for_LuaTeX%2C_vertical_Writing%29.lyx
+share/lyx/templates/ja/Presentations/
+share/lyx/templates/ja/Presentations/Beamer.lyx
+share/lyx/templates/ja/Reports/
+share/lyx/templates/ja/Reports/Japanese_Report_%28JS_Bundle_for_LuaTeX%29.lyx
+share/lyx/templates/ja/Reports/Japanese_Report_%28Standard_Class_for_LuaTeX%29.lyx
+share/lyx/templates/ja/Reports/Japanese_Report_%28Standard_Class_for_LuaTeX%2C_vertical_Writing%29.lyx
 share/lyx/tex/
 share/lyx/tex/broadway.cls
 share/lyx/tex/hollywood.cls
@@ -2733,5 +3313,7 @@
 share/lyx/xtemplates/raster_image.xtemplate
 share/lyx/xtemplates/vector_graphics.xtemplate
 share/lyx/xtemplates/xfig.xtemplate
+share/metainfo/
+share/metainfo/org.lyx.LyX.metainfo.xml
 @tag gtk-update-icon-cache %D/share/icons/hicolor
 @tag update-desktop-database

Reply via email to