Here is an update to editors/TeXmacs 2.1 released on June 23, 2021.

changelog:
https://github.com/texmacs/texmacs/blob/v2.1/TeXmacs/doc/about/changes/change-log.en.tm

Add -DUSE_STACK_TRACE=ON to CONFIGURE_ARGS so
${WRKSRC}/src/System/Misc/stack_trace.cpp will use libexecinfo. This
resolves `make port-lib-depends-check' complaining about not using
execinfo in WANTLIB.

I tested all plugins, which continue to work.

Feedback and tests are welcome. OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/TeXmacs/Makefile,v
retrieving revision 1.23
diff -u -p -u -p -r1.23 Makefile
--- Makefile    2 Nov 2021 00:01:12 -0000       1.23
+++ Makefile    5 Nov 2021 01:36:44 -0000
@@ -2,9 +2,8 @@
 
 COMMENT=       wysiwyw (what you see is what you want) editing platform
 
-DISTNAME=      TeXmacs-1.99.18-src
+DISTNAME=      TeXmacs-2.1-src
 PKGNAME=       ${DISTNAME:S/-src//}
-REVISION=      1
 
 CATEGORIES=    editors print x11
 
@@ -38,6 +37,9 @@ LIB_DEPENDS=  databases/sqlite3 \
                lang/guile
 
 CXXFLAGS+=     -Wno-deprecated-register
+
+# needed for execinfo
+CONFIGURE_ARGS=        -DUSE_STACK_TRACE=ON
 
 post-extract:
        rm -f ${WRKDIST}/plugins/mathematica/bin/realpath.py
Index: distinfo
===================================================================
RCS file: /cvs/ports/editors/TeXmacs/distinfo,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 distinfo
--- distinfo    9 Feb 2021 17:36:58 -0000       1.5
+++ distinfo    5 Nov 2021 01:36:44 -0000
@@ -1,2 +1,2 @@
-SHA256 (TeXmacs-1.99.18-src.tar.gz) = 
sYgjPUiTFlgVLk+sNdZb1Ew+oZ/ocZCkCoIAwR93g0Y=
-SIZE (TeXmacs-1.99.18-src.tar.gz) = 37178348
+SHA256 (TeXmacs-2.1-src.tar.gz) = iERhjY1tWX+uyxxNvSWhmZVZN6a7E+olPD7MzFeYhr4=
+SIZE (TeXmacs-2.1-src.tar.gz) = 35851289
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: /cvs/ports/editors/TeXmacs/patches/patch-CMakeLists_txt,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt        9 Feb 2021 17:36:58 -0000       1.4
+++ patches/patch-CMakeLists_txt        5 Nov 2021 01:36:44 -0000
@@ -3,7 +3,7 @@ $OpenBSD: patch-CMakeLists_txt,v 1.4 202
 Index: CMakeLists.txt
 --- CMakeLists.txt.orig
 +++ CMakeLists.txt
-@@ -603,7 +603,7 @@ if (TEXMACS_GUI MATCHES "Qt.*")
+@@ -604,7 +604,7 @@ if (TEXMACS_GUI MATCHES "Qt.*")
  
    set (TeXmacs_All_SRCS ${TeXmacs_All_SRCS} ${TeXmacs_Qt_SRCS} 
${TeXmacs_Qt_Moc_HDRS})
    set (TeXmacs_Include_Dirs ${TeXmacs_Include_Dirs} ${QT_INCLUDES})
Index: patches/patch-src_Plugins_Qt_qt_gui_cpp
===================================================================
RCS file: /cvs/ports/editors/TeXmacs/patches/patch-src_Plugins_Qt_qt_gui_cpp,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 patch-src_Plugins_Qt_qt_gui_cpp
--- patches/patch-src_Plugins_Qt_qt_gui_cpp     9 Feb 2021 17:36:58 -0000       
1.5
+++ patches/patch-src_Plugins_Qt_qt_gui_cpp     5 Nov 2021 01:36:44 -0000
@@ -2,7 +2,7 @@ $OpenBSD: patch-src_Plugins_Qt_qt_gui_cp
 Index: src/Plugins/Qt/qt_gui.cpp
 --- src/Plugins/Qt/qt_gui.cpp.orig
 +++ src/Plugins/Qt/qt_gui.cpp
-@@ -868,7 +868,7 @@ qt_gui_rep::update () {
+@@ -875,7 +875,7 @@ qt_gui_rep::update () {
    
    time_t delay = delayed_commands.lapse - texmacs_time();
    if (needing_update) delay = 0;
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/editors/TeXmacs/pkg/PLIST,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 PLIST
--- pkg/PLIST   9 Feb 2021 17:36:58 -0000       1.9
+++ pkg/PLIST   5 Nov 2021 01:36:44 -0000
@@ -281,6 +281,7 @@ share/TeXmacs/doc/about/welcome/first.fr
 share/TeXmacs/doc/about/welcome/first.it.tm
 share/TeXmacs/doc/about/welcome/new-welcome.en.tm
 share/TeXmacs/doc/about/welcome/new-welcome.fr.tm
+share/TeXmacs/doc/about/welcome/start.en.tm
 share/TeXmacs/doc/about/welcome/welcome.de.tm
 share/TeXmacs/doc/about/welcome/welcome.en.tm
 share/TeXmacs/doc/about/welcome/welcome.es.tm
@@ -1456,36 +1457,30 @@ share/TeXmacs/examples/
 share/TeXmacs/examples/plugins/
 share/TeXmacs/examples/plugins/complete/
 share/TeXmacs/examples/plugins/complete/Makefile
-share/TeXmacs/examples/plugins/complete/bin/
 share/TeXmacs/examples/plugins/complete/progs/
 share/TeXmacs/examples/plugins/complete/progs/init-complete.scm
 share/TeXmacs/examples/plugins/complete/src/
 share/TeXmacs/examples/plugins/complete/src/complete.cpp
 share/TeXmacs/examples/plugins/dynlink/
 share/TeXmacs/examples/plugins/dynlink/Makefile.in
-share/TeXmacs/examples/plugins/dynlink/bin/
-share/TeXmacs/examples/plugins/dynlink/lib/
 share/TeXmacs/examples/plugins/dynlink/progs/
 share/TeXmacs/examples/plugins/dynlink/progs/init-dynlink.scm
 share/TeXmacs/examples/plugins/dynlink/src/
 share/TeXmacs/examples/plugins/dynlink/src/dynlink.cpp
 share/TeXmacs/examples/plugins/formula/
 share/TeXmacs/examples/plugins/formula/Makefile
-share/TeXmacs/examples/plugins/formula/bin/
 share/TeXmacs/examples/plugins/formula/progs/
 share/TeXmacs/examples/plugins/formula/progs/init-formula.scm
 share/TeXmacs/examples/plugins/formula/src/
 share/TeXmacs/examples/plugins/formula/src/formula.cpp
 share/TeXmacs/examples/plugins/handler/
 share/TeXmacs/examples/plugins/handler/Makefile
-share/TeXmacs/examples/plugins/handler/bin/
 share/TeXmacs/examples/plugins/handler/progs/
 share/TeXmacs/examples/plugins/handler/progs/init-handler.scm
 share/TeXmacs/examples/plugins/handler/src/
 share/TeXmacs/examples/plugins/handler/src/handler.cpp
 share/TeXmacs/examples/plugins/input/
 share/TeXmacs/examples/plugins/input/Makefile
-share/TeXmacs/examples/plugins/input/bin/
 share/TeXmacs/examples/plugins/input/packages/
 share/TeXmacs/examples/plugins/input/packages/session/
 share/TeXmacs/examples/plugins/input/packages/session/input.ts
@@ -1496,7 +1491,6 @@ share/TeXmacs/examples/plugins/input/src
 share/TeXmacs/examples/plugins/input/src/input.cpp
 share/TeXmacs/examples/plugins/markup/
 share/TeXmacs/examples/plugins/markup/Makefile
-share/TeXmacs/examples/plugins/markup/bin/
 share/TeXmacs/examples/plugins/markup/packages/
 share/TeXmacs/examples/plugins/markup/packages/session/
 share/TeXmacs/examples/plugins/markup/packages/session/markup.ts
@@ -1506,35 +1500,30 @@ share/TeXmacs/examples/plugins/markup/sr
 share/TeXmacs/examples/plugins/markup/src/markup.cpp
 share/TeXmacs/examples/plugins/menus/
 share/TeXmacs/examples/plugins/menus/Makefile
-share/TeXmacs/examples/plugins/menus/bin/
 share/TeXmacs/examples/plugins/menus/progs/
 share/TeXmacs/examples/plugins/menus/progs/init-menus.scm
 share/TeXmacs/examples/plugins/menus/src/
 share/TeXmacs/examples/plugins/menus/src/menus.cpp
 share/TeXmacs/examples/plugins/minimal/
 share/TeXmacs/examples/plugins/minimal/Makefile
-share/TeXmacs/examples/plugins/minimal/bin/
 share/TeXmacs/examples/plugins/minimal/progs/
 share/TeXmacs/examples/plugins/minimal/progs/init-minimal.scm
 share/TeXmacs/examples/plugins/minimal/src/
 share/TeXmacs/examples/plugins/minimal/src/minimal.cpp
 share/TeXmacs/examples/plugins/multiline/
 share/TeXmacs/examples/plugins/multiline/Makefile
-share/TeXmacs/examples/plugins/multiline/bin/
 share/TeXmacs/examples/plugins/multiline/progs/
 share/TeXmacs/examples/plugins/multiline/progs/init-multiline.scm
 share/TeXmacs/examples/plugins/multiline/src/
 share/TeXmacs/examples/plugins/multiline/src/multiline.cpp
 share/TeXmacs/examples/plugins/nested/
 share/TeXmacs/examples/plugins/nested/Makefile
-share/TeXmacs/examples/plugins/nested/bin/
 share/TeXmacs/examples/plugins/nested/progs/
 share/TeXmacs/examples/plugins/nested/progs/init-nested.scm
 share/TeXmacs/examples/plugins/nested/src/
 share/TeXmacs/examples/plugins/nested/src/nested.cpp
 share/TeXmacs/examples/plugins/pnambic/
 share/TeXmacs/examples/plugins/pnambic/Makefile
-share/TeXmacs/examples/plugins/pnambic/bin/
 share/TeXmacs/examples/plugins/pnambic/progs/
 share/TeXmacs/examples/plugins/pnambic/progs/init-pnambic.scm
 share/TeXmacs/examples/plugins/pnambic/readme.tm
@@ -1544,32 +1533,27 @@ share/TeXmacs/examples/plugins/pnambic/s
 share/TeXmacs/examples/plugins/pnambic/src/pnambic.c
 share/TeXmacs/examples/plugins/prompt/
 share/TeXmacs/examples/plugins/prompt/Makefile
-share/TeXmacs/examples/plugins/prompt/bin/
 share/TeXmacs/examples/plugins/prompt/progs/
 share/TeXmacs/examples/plugins/prompt/progs/init-prompt.scm
 share/TeXmacs/examples/plugins/prompt/src/
 share/TeXmacs/examples/plugins/prompt/src/prompt.cpp
 share/TeXmacs/examples/plugins/pycomplete/
-share/TeXmacs/examples/plugins/pycomplete/bin/
 share/TeXmacs/examples/plugins/pycomplete/progs/
 share/TeXmacs/examples/plugins/pycomplete/progs/init-pycomplete.scm
 share/TeXmacs/examples/plugins/pycomplete/src/
 share/TeXmacs/examples/plugins/pycomplete/src/complete.py
 share/TeXmacs/examples/plugins/pyminimal/
-share/TeXmacs/examples/plugins/pyminimal/bin/
 share/TeXmacs/examples/plugins/pyminimal/progs/
 share/TeXmacs/examples/plugins/pyminimal/progs/init-pyminimal.scm
 share/TeXmacs/examples/plugins/pyminimal/src/
 share/TeXmacs/examples/plugins/pyminimal/src/minimal.py
 share/TeXmacs/examples/plugins/pyprompt/
-share/TeXmacs/examples/plugins/pyprompt/bin/
 share/TeXmacs/examples/plugins/pyprompt/progs/
 share/TeXmacs/examples/plugins/pyprompt/progs/init-pyprompt.scm
 share/TeXmacs/examples/plugins/pyprompt/src/
 share/TeXmacs/examples/plugins/pyprompt/src/prompt.py
 share/TeXmacs/examples/plugins/secure/
 share/TeXmacs/examples/plugins/secure/Makefile
-share/TeXmacs/examples/plugins/secure/bin/
 share/TeXmacs/examples/plugins/secure/packages/
 share/TeXmacs/examples/plugins/secure/packages/secure.ts
 share/TeXmacs/examples/plugins/secure/progs/
@@ -1579,13 +1563,11 @@ share/TeXmacs/examples/plugins/secure/sr
 share/TeXmacs/examples/plugins/secure/src/secure.cpp
 share/TeXmacs/examples/plugins/substitute/
 share/TeXmacs/examples/plugins/substitute/Makefile
-share/TeXmacs/examples/plugins/substitute/bin/
 share/TeXmacs/examples/plugins/substitute/progs/
 share/TeXmacs/examples/plugins/substitute/progs/init-substitute.scm
 share/TeXmacs/examples/plugins/substitute/src/
 share/TeXmacs/examples/plugins/substitute/src/substitute.cpp
 share/TeXmacs/examples/plugins/world/
-share/TeXmacs/examples/plugins/world/bin/
 share/TeXmacs/examples/plugins/world/progs/
 share/TeXmacs/examples/plugins/world/progs/init-world.scm
 share/TeXmacs/examples/texts/
@@ -3114,6 +3096,7 @@ share/TeXmacs/langs/natural/dic/english-
 share/TeXmacs/langs/natural/dic/english-portuguese.scm
 share/TeXmacs/langs/natural/dic/english-romanian.scm
 share/TeXmacs/langs/natural/dic/english-russian.scm
+share/TeXmacs/langs/natural/dic/english-slovak.scm
 share/TeXmacs/langs/natural/dic/english-slovene.scm
 share/TeXmacs/langs/natural/dic/english-spanish.scm
 share/TeXmacs/langs/natural/dic/english-swedish.scm
@@ -3136,6 +3119,7 @@ share/TeXmacs/langs/natural/hyphen/hyphe
 share/TeXmacs/langs/natural/hyphen/hyphen.portuguese
 share/TeXmacs/langs/natural/hyphen/hyphen.romanian
 share/TeXmacs/langs/natural/hyphen/hyphen.russian
+share/TeXmacs/langs/natural/hyphen/hyphen.slovak
 share/TeXmacs/langs/natural/hyphen/hyphen.slovene
 share/TeXmacs/langs/natural/hyphen/hyphen.spanish
 share/TeXmacs/langs/natural/hyphen/hyphen.swedish
@@ -4156,6 +4140,11 @@ share/TeXmacs/misc/pixmaps/modern/16x16/
 share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_similar_previous.xpm
 share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_similar_previous_x2.png
 share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_similar_previous_x4.png
+share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_slovak.png
+share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_slovak.svg
+share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_slovak.xpm
+share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_slovak_x2.png
+share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_slovak_x4.png
 share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_slovene.png
 share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_slovene.svg
 share/TeXmacs/misc/pixmaps/modern/16x16/focus/tm_slovene.xpm
@@ -5302,6 +5291,9 @@ share/TeXmacs/packages/beamer/slides.ts
 share/TeXmacs/packages/beamer/title/
 share/TeXmacs/packages/beamer/title/framed-title.ts
 share/TeXmacs/packages/beamer/title/title-bar.ts
+share/TeXmacs/packages/cite/
+share/TeXmacs/packages/cite/cite-author-year.ts
+share/TeXmacs/packages/cite/cite-sort.ts
 share/TeXmacs/packages/compute/
 share/TeXmacs/packages/compute/calc.ts
 share/TeXmacs/packages/compute/program.ts
@@ -5311,9 +5303,6 @@ share/TeXmacs/packages/customize/
 share/TeXmacs/packages/customize/algorithm/
 share/TeXmacs/packages/customize/algorithm/centered-program.ts
 share/TeXmacs/packages/customize/algorithm/framed-program.ts
-share/TeXmacs/packages/customize/cite/
-share/TeXmacs/packages/customize/cite/cite-author-year.ts
-share/TeXmacs/packages/customize/cite/cite-sort.ts
 share/TeXmacs/packages/customize/document/
 share/TeXmacs/packages/customize/document/no-page-numbers.ts
 share/TeXmacs/packages/customize/document/normal-margins.ts
@@ -5361,6 +5350,7 @@ share/TeXmacs/packages/customize/languag
 share/TeXmacs/packages/customize/language/portuguese.ts
 share/TeXmacs/packages/customize/language/romanian.ts
 share/TeXmacs/packages/customize/language/russian.ts
+share/TeXmacs/packages/customize/language/slovak.ts
 share/TeXmacs/packages/customize/language/slovene.ts
 share/TeXmacs/packages/customize/language/spanish.ts
 share/TeXmacs/packages/customize/language/swedish.ts
@@ -5714,6 +5704,18 @@ share/TeXmacs/plugins/fricas/progs/init-
 share/TeXmacs/plugins/giac/
 share/TeXmacs/plugins/giac/doc/
 share/TeXmacs/plugins/giac/doc/giac-abstract.en.tm
+share/TeXmacs/plugins/giac/doc/giac-demo.en-image-1.pdf
+share/TeXmacs/plugins/giac/doc/giac-demo.en-image-10.pdf
+share/TeXmacs/plugins/giac/doc/giac-demo.en-image-11.pdf
+share/TeXmacs/plugins/giac/doc/giac-demo.en-image-2.pdf
+share/TeXmacs/plugins/giac/doc/giac-demo.en-image-3.pdf
+share/TeXmacs/plugins/giac/doc/giac-demo.en-image-4.pdf
+share/TeXmacs/plugins/giac/doc/giac-demo.en-image-5.pdf
+share/TeXmacs/plugins/giac/doc/giac-demo.en-image-6.pdf
+share/TeXmacs/plugins/giac/doc/giac-demo.en-image-7.pdf
+share/TeXmacs/plugins/giac/doc/giac-demo.en-image-8.pdf
+share/TeXmacs/plugins/giac/doc/giac-demo.en-image-9.pdf
+share/TeXmacs/plugins/giac/doc/giac-demo.en.tm
 share/TeXmacs/plugins/giac/doc/giac.en.tm
 share/TeXmacs/plugins/giac/packages/
 share/TeXmacs/plugins/giac/packages/session/
@@ -5853,6 +5855,7 @@ share/TeXmacs/plugins/mathematica/src.la
 share/TeXmacs/plugins/mathematica/src.lazy/tm_mathematica.c
 share/TeXmacs/plugins/mathematica/src/realpath.c
 share/TeXmacs/plugins/matlab/
+share/TeXmacs/plugins/matlab/README.md
 share/TeXmacs/plugins/matlab/bin/
 share/TeXmacs/plugins/matlab/bin/tm_matlab
 share/TeXmacs/plugins/matlab/code/
@@ -5869,6 +5872,9 @@ share/TeXmacs/plugins/matlab/code/tmdisp
 share/TeXmacs/plugins/matlab/code/tmrepl.m
 share/TeXmacs/plugins/matlab/code/typeinfo.m
 share/TeXmacs/plugins/matlab/doc/
+share/TeXmacs/plugins/matlab/doc/matlab-abstract.en.tm
+share/TeXmacs/plugins/matlab/doc/matlab-demo.en.tm
+share/TeXmacs/plugins/matlab/doc/matlab-install.en.tm
 share/TeXmacs/plugins/matlab/doc/matlab.en.tm
 share/TeXmacs/plugins/matlab/progs/
 share/TeXmacs/plugins/matlab/progs/init-matlab.scm
@@ -5942,7 +5948,6 @@ share/TeXmacs/plugins/octave/doc/octave.
 share/TeXmacs/plugins/octave/octave/
 share/TeXmacs/plugins/octave/octave/convert/
 share/TeXmacs/plugins/octave/octave/convert/cell2scm.m
-share/TeXmacs/plugins/octave/octave/convert/dquote.m
 share/TeXmacs/plugins/octave/octave/convert/list2scm.m
 share/TeXmacs/plugins/octave/octave/convert/mat2scm.m
 share/TeXmacs/plugins/octave/octave/convert/num2scm.m
@@ -5952,7 +5957,10 @@ share/TeXmacs/plugins/octave/octave/conv
 share/TeXmacs/plugins/octave/octave/convert/struct2scm.m
 share/TeXmacs/plugins/octave/octave/convert/struct2tree.m
 share/TeXmacs/plugins/octave/octave/kernel/
-share/TeXmacs/plugins/octave/octave/kernel/serialize.m
+share/TeXmacs/plugins/octave/octave/kernel/dquote.m
+share/TeXmacs/plugins/octave/octave/kernel/ends_with.m
+share/TeXmacs/plugins/octave/octave/kernel/starts_with.m
+share/TeXmacs/plugins/octave/octave/kernel/unquote.m
 share/TeXmacs/plugins/octave/octave/protocol/
 share/TeXmacs/plugins/octave/octave/protocol/flush_any.m
 share/TeXmacs/plugins/octave/octave/protocol/flush_file.m
@@ -5962,7 +5970,11 @@ share/TeXmacs/plugins/octave/octave/prot
 share/TeXmacs/plugins/octave/octave/protocol/with_color.m
 share/TeXmacs/plugins/octave/octave/protocol/with_mode_math.m
 share/TeXmacs/plugins/octave/octave/tm/
+share/TeXmacs/plugins/octave/octave/tm/complete.m
 share/TeXmacs/plugins/octave/octave/tm/isnewans.m
+share/TeXmacs/plugins/octave/octave/tm/isplot.m
+share/TeXmacs/plugins/octave/octave/tm/parse_complete.m
+share/TeXmacs/plugins/octave/octave/tm/plot_cmds.m
 share/TeXmacs/plugins/octave/octave/tm/tmdisp.m
 share/TeXmacs/plugins/octave/octave/tm/tmlasterr.m
 share/TeXmacs/plugins/octave/octave/tm/tmmod.m
@@ -5995,6 +6007,9 @@ share/TeXmacs/plugins/python/doc/python-
 share/TeXmacs/plugins/python/doc/python-instructions.en.tm
 share/TeXmacs/plugins/python/doc/python-limitations.en.tm
 share/TeXmacs/plugins/python/doc/python.en.tm
+share/TeXmacs/plugins/python/packages/
+share/TeXmacs/plugins/python/packages/session/
+share/TeXmacs/plugins/python/packages/session/python.ts
 share/TeXmacs/plugins/python/progs/
 share/TeXmacs/plugins/python/progs/init-python.scm
 share/TeXmacs/plugins/python/progs/python-menus.scm
@@ -6123,6 +6138,10 @@ share/TeXmacs/plugins/shell/progs/init-s
 share/TeXmacs/plugins/shell/src/
 share/TeXmacs/plugins/shell/src/tm_shell.cpp
 share/TeXmacs/plugins/sympy/
+share/TeXmacs/plugins/sympy/doc/
+share/TeXmacs/plugins/sympy/doc/sympy-abstract.en.tm
+share/TeXmacs/plugins/sympy/doc/sympy-demo.en.tm
+share/TeXmacs/plugins/sympy/doc/sympy.en.tm
 share/TeXmacs/plugins/sympy/progs/
 share/TeXmacs/plugins/sympy/progs/init-sympy.scm
 share/TeXmacs/plugins/texgraph/
@@ -6554,6 +6573,7 @@ share/TeXmacs/progs/prog/java-edit.scm
 share/TeXmacs/progs/prog/java-lang.scm
 share/TeXmacs/progs/prog/javascript-lang.scm
 share/TeXmacs/progs/prog/json-lang.scm
+share/TeXmacs/progs/prog/julia-lang.scm
 share/TeXmacs/progs/prog/octave-lang.scm
 share/TeXmacs/progs/prog/prog-edit.scm
 share/TeXmacs/progs/prog/prog-format-test.scm
@@ -6701,6 +6721,7 @@ share/TeXmacs/progs/utils/relate/live-vi
 share/TeXmacs/progs/utils/relate/relate-menu.scm
 share/TeXmacs/progs/utils/test/
 share/TeXmacs/progs/utils/test/test-convert.scm
+share/TeXmacs/progs/utils/test/test-latex-export.scm
 share/TeXmacs/progs/various/
 share/TeXmacs/progs/various/comment-drd.scm
 share/TeXmacs/progs/various/comment-edit.scm
@@ -6734,10 +6755,8 @@ share/TeXmacs/styles/article/acm/sigplan
 share/TeXmacs/styles/article/ams/
 share/TeXmacs/styles/article/ams/amsart.ts
 share/TeXmacs/styles/article/elsevier/
-share/TeXmacs/styles/article/elsevier/elsart.ts
 share/TeXmacs/styles/article/elsevier/elsarticle.ts
 share/TeXmacs/styles/article/elsevier/ifac.ts
-share/TeXmacs/styles/article/elsevier/jsc.ts
 share/TeXmacs/styles/article/ieee/
 share/TeXmacs/styles/article/ieee/ieeeconf.ts
 share/TeXmacs/styles/article/ieee/ieeetran.ts
@@ -6749,6 +6768,7 @@ share/TeXmacs/styles/article/springer/ll
 share/TeXmacs/styles/article/springer/svjour.ts
 share/TeXmacs/styles/article/texmacs/
 share/TeXmacs/styles/article/texmacs/tmarticle.ts
+share/TeXmacs/styles/article/texmacs/tmconf.ts
 share/TeXmacs/styles/article/texmacs/web-article.ts
 share/TeXmacs/styles/beamer.ts
 share/TeXmacs/styles/book/
@@ -6776,6 +6796,8 @@ share/TeXmacs/styles/generic.ts
 share/TeXmacs/styles/letter.ts
 share/TeXmacs/styles/obsolete/
 share/TeXmacs/styles/obsolete/acmconf.ts
+share/TeXmacs/styles/obsolete/elsart.ts
+share/TeXmacs/styles/obsolete/jsc.ts
 share/TeXmacs/styles/obsolete/lycee-examen.ts
 share/TeXmacs/styles/obsolete/lycee-tp.ts
 share/TeXmacs/styles/obsolete/old-beamer.ts
@@ -6810,15 +6832,21 @@ share/TeXmacs/texts/misc/translate-demo.
 share/TeXmacs/texts/test/
 share/applications/texmacs.desktop
 share/doc/pkg-readmes/${PKGSTEM}
-share/icons/gnome/
-share/icons/gnome/scalable/
-share/icons/gnome/scalable/apps/
-share/icons/gnome/scalable/apps/texmacs.svg
-share/icons/gnome/scalable/mimetypes/
-share/icons/gnome/scalable/mimetypes/text-x-texmacs.svg
+share/icons/hicolor/128x128/apps/TeXmacs.png
+share/icons/hicolor/16x16/apps/TeXmacs.png
+share/icons/hicolor/22x22/apps/TeXmacs.png
+share/icons/hicolor/24x24/apps/TeXmacs.png
+share/icons/hicolor/256x256/apps/TeXmacs.png
+share/icons/hicolor/32x32/apps/TeXmacs.png
+share/icons/hicolor/48x48/apps/TeXmacs.png
+share/icons/hicolor/512x512/apps/TeXmacs.png
+share/icons/hicolor/64x64/apps/TeXmacs.png
+share/icons/hicolor/scalable/apps/TeXmacs.svg
+share/icons/hicolor/scalable/mimetypes/text-x-texmacs.svg
 share/mime/packages/texmacs.xml
 share/pixmaps/
 share/pixmaps/TeXmacs.xpm
 @tag gtk-update-icon-cache %D/share/icons/gnome
 @tag update-desktop-database
 @tag update-mime-database
+@tag gtk-update-icon-cache %D/share/icons/hicolor

Reply via email to