Skip to content

Commit

Permalink
editors/setzer: Update to 54
Browse files Browse the repository at this point in the history
Changelog: cvfosammmm/Setzer@v0.4.1...v54

PR:		270104
Differential Revision: https://reviews.freebsd.org/D39021
  • Loading branch information
Clockwork6400 authored and clausecker committed Mar 17, 2023
1 parent 910e52c commit 6eb1f4e
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 85 deletions.
18 changes: 10 additions & 8 deletions editors/setzer/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PORTNAME= setzer
DISTVERSIONPREFIX=v
DISTVERSION= 0.4.1
PORTREVISION= 20
DISTVERSIONPREFIX= v
DISTVERSION= 54
CATEGORIES= editors
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= ports@FreeBSD.org
COMMENT= LaTeX editor written in Python with Gtk
Expand All @@ -15,18 +15,20 @@ BUILD_DEPENDS= itstool:textproc/itstool
LIB_DEPENDS= libgspell-1.so:textproc/gspell \
libpoppler-glib.so:graphics/poppler-glib \
libwebkit2gtk-4.0.so:www/webkit2-gtk3
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>=0:devel/py-xdg@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pdfminer.six>=0:textproc/py-pdfminer.six@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdfminer.six>=0:textproc/py-pdfminer.six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pexpect>=0:misc/py-pexpect@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}xdg>=0:devel/py-xdg@${PY_FLAVOR} \
xdg-open:devel/xdg-utils

USES= desktop-file-utils gettext gnome meson pkgconfig python:3.5+ \
shebangfix
USES= desktop-file-utils gettext gnome meson pkgconfig python \
shared-mime-info shebangfix
USE_GITHUB= yes
GH_ACCOUNT= cvfosammmm
GH_PROJECT= Setzer
USE_GNOME= glib20 gtk30 gtksourceview4 introspection pango pygobject3
USE_PYTHON= py3kplist
USE_PYTHON= flavors py3kplist

SHEBANG_FILES= scripts/* setzer.in
NO_ARCH= yes

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions editors/setzer/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1625411613
SHA256 (cvfosammmm-Setzer-v0.4.1_GH0.tar.gz) = a76182c16a8dc699d6e36f0b330fa498a6b718fe44e0a0959db6ff05362c628f
SIZE (cvfosammmm-Setzer-v0.4.1_GH0.tar.gz) = 3977563
TIMESTAMP = 1678468729
SHA256 (cvfosammmm-Setzer-v54_GH0.tar.gz) = 26ba6121ed36c513292b9283431660bfc91598cb7fb6b2c6d5593cbd1352e33e
SIZE (cvfosammmm-Setzer-v54_GH0.tar.gz) = 3998888
4 changes: 4 additions & 0 deletions editors/setzer/pkg-descr
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Simple yet full-featured LaTeX editor, written in Python with Gtk.

Write LaTeX documents with an easy to use yet full-featured editor.

Setzer has many of the features you would generally expect in a LaTeX editor.
173 changes: 99 additions & 74 deletions editors/setzer/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ bin/setzer
%%PYTHON_SITELIBDIR%%/setzer/app/autocomplete_provider/autocomplete_provider.py
%%PYTHON_SITELIBDIR%%/setzer/app/color_manager.py
%%PYTHON_SITELIBDIR%%/setzer/app/font_manager.py
%%PYTHON_SITELIBDIR%%/setzer/app/forward_sync_manager.py
%%PYTHON_SITELIBDIR%%/setzer/app/service_locator.py
%%PYTHON_SITELIBDIR%%/setzer/app/settings.py
%%PYTHON_SITELIBDIR%%/setzer/dialogs/__init__.py
Expand Down Expand Up @@ -76,16 +75,8 @@ bin/setzer
%%PYTHON_SITELIBDIR%%/setzer/dialogs/spellchecking_language/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/dialogs/spellchecking_language/spellchecking_language.py
%%PYTHON_SITELIBDIR%%/setzer/document/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/bibtex/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/bibtex/document_bibtex.py
%%PYTHON_SITELIBDIR%%/setzer/document/bibtex/parser/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/bibtex/parser/bibtex_parser.py
%%PYTHON_SITELIBDIR%%/setzer/document/bibtex/state_manager/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/bibtex/state_manager/state_manager_bibtex.py
%%PYTHON_SITELIBDIR%%/setzer/document/context_menu/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/context_menu/context_menu.py
%%PYTHON_SITELIBDIR%%/setzer/document/context_menu/context_menu_controller.py
%%PYTHON_SITELIBDIR%%/setzer/document/context_menu/context_menu_presenter.py
%%PYTHON_SITELIBDIR%%/setzer/document/context_menu/context_menu_viewgtk.py
%%PYTHON_SITELIBDIR%%/setzer/document/document.py
%%PYTHON_SITELIBDIR%%/setzer/document/document_controller.py
Expand All @@ -96,64 +87,6 @@ bin/setzer
%%PYTHON_SITELIBDIR%%/setzer/document/document_viewgtk.py
%%PYTHON_SITELIBDIR%%/setzer/document/gutter/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/gutter/gutter.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/autocomplete/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/autocomplete/autocomplete.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/autocomplete/autocomplete_viewgtk.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/autocomplete/session/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/autocomplete/session/session_begin_end.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/autocomplete/session/session_blank.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/autocomplete/session/session_default.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/build_system/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/build_system/build_system.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/build_system/build_system_controller.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/build_system/build_system_presenter.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/build_system/builder/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/build_system/builder/builder_backward_sync.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/build_system/builder/builder_build.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/build_system/builder/builder_build_biber.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/build_system/builder/builder_build_bibtex.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/build_system/builder/builder_build_glossaries.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/build_system/builder/builder_build_latex.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/build_system/builder/builder_build_makeindex.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/build_system/builder/builder_forward_sync.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/build_system/latex_log_parser/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/build_system/latex_log_parser/latex_log_parser.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/build_system/query/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/build_system/query/query.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/build_widget/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/build_widget/build_widget.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/build_widget/build_widget_viewgtk.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/code_folding/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/code_folding/code_folding.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/code_folding/code_folding_controller.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/code_folding/code_folding_gutter_object.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/code_folding/code_folding_presenter.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/document_latex.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/parser/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/parser/latex_parser.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/preview/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/preview/paging_widget/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/preview/paging_widget/paging_widget.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/preview/preview.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/preview/preview_controller.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/preview/preview_layouter.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/preview/preview_page_renderer.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/preview/preview_presenter.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/preview/preview_viewgtk.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/preview/zoom_widget/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/preview/zoom_widget/zoom_widget.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/preview/zoom_widget/zoom_widget_viewgtk.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/state_manager/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex/state_manager/state_manager_latex.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex_cls/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex_cls/document_latex_cls.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex_cls/state_manager/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex_cls/state_manager/state_manager_latex_cls.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex_sty/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex_sty/document_latex_sty.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex_sty/state_manager/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/latex_sty/state_manager/state_manager_latex_sty.py
%%PYTHON_SITELIBDIR%%/setzer/document/line_numbers/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/line_numbers/line_numbers.py
%%PYTHON_SITELIBDIR%%/setzer/document/search/__init__.py
Expand All @@ -162,7 +95,6 @@ bin/setzer
%%PYTHON_SITELIBDIR%%/setzer/document/shortcutsbar/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/shortcutsbar/shortcutsbar_presenter.py
%%PYTHON_SITELIBDIR%%/setzer/document/shortcutsbar/shortcutsbar_viewgtk.py
%%PYTHON_SITELIBDIR%%/setzer/document/source_buffer/source_buffer.py
%%PYTHON_SITELIBDIR%%/setzer/document/spellchecker/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/spellchecker/spellchecker.py
%%PYTHON_SITELIBDIR%%/setzer/helpers/__init__.py
Expand All @@ -172,8 +104,6 @@ bin/setzer
%%PYTHON_SITELIBDIR%%/setzer/workspace/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/actions/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/actions/actions.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/bibtex_shortcutsbar/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/bibtex_shortcutsbar/bibtex_shortcutsbar_viewgtk.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/build_log/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/build_log/build_log.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/build_log/build_log_controller.py
Expand All @@ -197,10 +127,6 @@ bin/setzer
%%PYTHON_SITELIBDIR%%/setzer/workspace/help_panel/help_panel_viewgtk.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/keyboard_shortcuts/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/keyboard_shortcuts/shortcuts.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/latex_shortcutsbar/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/latex_shortcutsbar/latex_shortcutsbar_viewgtk.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/others_shortcutsbar/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/others_shortcutsbar/others_shortcutsbar_viewgtk.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/preview_panel/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/preview_panel/preview_panel_presenter.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/preview_panel/preview_panel_viewgtk.py
Expand Down Expand Up @@ -1019,3 +945,102 @@ share/locale/de/LC_MESSAGES/setzer.mo
share/locale/it/LC_MESSAGES/setzer.mo
share/metainfo/org.cvfosammmm.Setzer.appdata.xml
share/mime/packages/org.cvfosammmm.Setzer.mime.xml
%%PYTHON_SITELIBDIR%%/setzer/document/autocomplete/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/autocomplete/autocomplete.py
%%PYTHON_SITELIBDIR%%/setzer/document/autocomplete/autocomplete_viewgtk.py
%%PYTHON_SITELIBDIR%%/setzer/document/build_system/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/build_system/build_system.py
%%PYTHON_SITELIBDIR%%/setzer/document/build_system/builder/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/build_system/builder/builder_backward_sync.py
%%PYTHON_SITELIBDIR%%/setzer/document/build_system/builder/builder_build.py
%%PYTHON_SITELIBDIR%%/setzer/document/build_system/builder/builder_build_biber.py
%%PYTHON_SITELIBDIR%%/setzer/document/build_system/builder/builder_build_bibtex.py
%%PYTHON_SITELIBDIR%%/setzer/document/build_system/builder/builder_build_glossaries.py
%%PYTHON_SITELIBDIR%%/setzer/document/build_system/builder/builder_build_latex.py
%%PYTHON_SITELIBDIR%%/setzer/document/build_system/builder/builder_build_makeindex.py
%%PYTHON_SITELIBDIR%%/setzer/document/build_system/builder/builder_forward_sync.py
%%PYTHON_SITELIBDIR%%/setzer/document/build_system/latex_log_parser/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/build_system/latex_log_parser/latex_log_parser.py
%%PYTHON_SITELIBDIR%%/setzer/document/build_system/query/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/build_system/query/query.py
%%PYTHON_SITELIBDIR%%/setzer/document/build_widget/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/build_widget/build_widget.py
%%PYTHON_SITELIBDIR%%/setzer/document/build_widget/build_widget_viewgtk.py
%%PYTHON_SITELIBDIR%%/setzer/document/code_folding/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/code_folding/code_folding.py
%%PYTHON_SITELIBDIR%%/setzer/document/code_folding/code_folding_controller.py
%%PYTHON_SITELIBDIR%%/setzer/document/code_folding/code_folding_gutter_object.py
%%PYTHON_SITELIBDIR%%/setzer/document/code_folding/code_folding_presenter.py
%%PYTHON_SITELIBDIR%%/setzer/document/content/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/content/content.py
%%PYTHON_SITELIBDIR%%/setzer/document/document_bibtex.py
%%PYTHON_SITELIBDIR%%/setzer/document/document_latex.py
%%PYTHON_SITELIBDIR%%/setzer/document/document_other.py
%%PYTHON_SITELIBDIR%%/setzer/document/parser/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/parser/parser_bibtex.py
%%PYTHON_SITELIBDIR%%/setzer/document/parser/parser_dummy.py
%%PYTHON_SITELIBDIR%%/setzer/document/parser/parser_latex.py
%%PYTHON_SITELIBDIR%%/setzer/document/preview/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/preview/paging_widget/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/preview/paging_widget/paging_widget.py
%%PYTHON_SITELIBDIR%%/setzer/document/preview/preview.py
%%PYTHON_SITELIBDIR%%/setzer/document/preview/preview_controller.py
%%PYTHON_SITELIBDIR%%/setzer/document/preview/preview_layouter.py
%%PYTHON_SITELIBDIR%%/setzer/document/preview/preview_links_parser.py
%%PYTHON_SITELIBDIR%%/setzer/document/preview/preview_page_renderer.py
%%PYTHON_SITELIBDIR%%/setzer/document/preview/preview_presenter.py
%%PYTHON_SITELIBDIR%%/setzer/document/preview/preview_viewgtk.py
%%PYTHON_SITELIBDIR%%/setzer/document/preview/preview_zoom_manager.py
%%PYTHON_SITELIBDIR%%/setzer/document/preview/zoom_widget/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/preview/zoom_widget/zoom_widget.py
%%PYTHON_SITELIBDIR%%/setzer/document/preview/zoom_widget/zoom_widget_viewgtk.py
%%PYTHON_SITELIBDIR%%/setzer/document/state_manager/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/document/state_manager/state_manager.py
%%PYTHON_SITELIBDIR%%/setzer/helpers/drawing.py
%%PYTHON_SITELIBDIR%%/setzer/helpers/path.py
%%PYTHON_SITELIBDIR%%/setzer/widgets/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/widgets/animated_paned/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/widgets/animated_paned/animated_paned.py
%%PYTHON_SITELIBDIR%%/setzer/widgets/async_svg/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/widgets/async_svg/async_svg.py
%%PYTHON_SITELIBDIR%%/setzer/widgets/filechooser_button/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/widgets/filechooser_button/filechooser_button.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/shortcutsbar/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/shortcutsbar/bibtex_shortcutsbar/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/shortcutsbar/bibtex_shortcutsbar/bibtex_shortcutsbar_viewgtk.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/shortcutsbar/latex_shortcutsbar/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/shortcutsbar/latex_shortcutsbar/latex_shortcutsbar_viewgtk.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/shortcutsbar/others_shortcutsbar/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/shortcutsbar/others_shortcutsbar/others_shortcutsbar_viewgtk.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/shortcutsbar/shortcutsbar.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/sidebar/document_stats/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/sidebar/document_stats/document_stats.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/sidebar/document_stats/document_stats_viewgtk.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/sidebar/document_structure_page/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/sidebar/document_structure_page/data_provider.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/sidebar/document_structure_page/document_structure_page.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/sidebar/document_structure_page/files.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/sidebar/document_structure_page/files_viewgtk.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/sidebar/document_structure_page/labels.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/sidebar/document_structure_page/labels_viewgtk.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/sidebar/document_structure_page/structure.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/sidebar/document_structure_page/structure_viewgtk.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/sidebar/document_structure_page/structure_widget.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/sidebar/document_structure_page/todos.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/sidebar/document_structure_page/todos_viewgtk.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/sidebar/symbols_page/__init__.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/sidebar/symbols_page/symbols_page.py
%%PYTHON_SITELIBDIR%%/setzer/workspace/sidebar/symbols_page/symbols_page_viewgtk.py
share/Setzer/resources/icons/hicolor/scalable/actions/chapter-symbolic.svg
share/Setzer/resources/icons/hicolor/scalable/actions/document-structure-symbolic.svg
share/Setzer/resources/icons/hicolor/scalable/actions/file-symbolic.svg
share/Setzer/resources/icons/hicolor/scalable/actions/paragraph-symbolic.svg
share/Setzer/resources/icons/hicolor/scalable/actions/part-symbolic.svg
share/Setzer/resources/icons/hicolor/scalable/actions/section-symbolic.svg
share/Setzer/resources/icons/hicolor/scalable/actions/subparagraph-symbolic.svg
share/Setzer/resources/icons/hicolor/scalable/actions/subsection-symbolic.svg
share/Setzer/resources/icons/hicolor/scalable/actions/subsubsection-symbolic.svg
share/Setzer/resources/icons/hicolor/scalable/actions/tag-symbolic.svg
share/Setzer/resources/latexdb/commands/beamer.xml
share/Setzer/resources/latexdb/commands/hyperref.xml
share/Setzer/resources/symbols/misc_text/sidebar-textsharp-symbolic.svg

0 comments on commit 6eb1f4e

Please sign in to comment.