diff --git a/MOVED b/MOVED index 5a7ca3c228e2..f32d509d4489 100644 --- a/MOVED +++ b/MOVED @@ -4513,3 +4513,4 @@ dns/linux-rl9-libpsl|emulators/linux_base-rl9|2025-06-10|Merged into emulators/l databases/linux-rl9-sqlite3|emulators/linux_base-rl9|2025-06-10|Merged into emulators/linux_base-rl9 x11-fonts/gentium-plus|x11-fonts/gentium|2025-06-10|Renamed to track upstream changes net/rabbiteer|net/amqpcat|2025-06-10|No longer maintained, use net/amqpcat instead as a functional replacement +editors/gnome-latex|editors/enter-tex|2025-06-10|Renamed uspstream diff --git a/devel/gsettings-desktop-schemas/Makefile b/devel/gsettings-desktop-schemas/Makefile index 64d4362adb75..d899acbcf6ea 100644 --- a/devel/gsettings-desktop-schemas/Makefile +++ b/devel/gsettings-desktop-schemas/Makefile @@ -1,6 +1,6 @@ PORTNAME= gsettings-desktop-schemas DISTVERSION= 47.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -11,7 +11,7 @@ COMMENT= Collection of globally shared GSetting schemas LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -PORTSCOUT= limitw:1,even +PORTSCOUT= limitw:^47\. USES= gettext gnome localbase meson pkgconfig python:build \ tar:xz diff --git a/devel/gsettings-desktop-schemas/files/patch-schemas_org.gnome.desktop.wm.keybindings.gschema.xml.in b/devel/gsettings-desktop-schemas/files/patch-schemas_org.gnome.desktop.wm.keybindings.gschema.xml.in deleted file mode 100644 index 039e3791ecfd..000000000000 --- a/devel/gsettings-desktop-schemas/files/patch-schemas_org.gnome.desktop.wm.keybindings.gschema.xml.in +++ /dev/null @@ -1,13 +0,0 @@ ---- schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in.orig 2024-09-15 20:03:54 UTC -+++ schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in -@@ -167,6 +167,10 @@ - Down','F5']]]> - Restore window - -+ -+ [] -+ Toggle shaded state -+ - - h']]]> - Minimize window diff --git a/editors/Makefile b/editors/Makefile index c5c5fa48a011..1bb6509e1187 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -41,6 +41,7 @@ SUBDIR += emacs SUBDIR += emacs-devel SUBDIR += encryptpad + SUBDIR += enter-tex SUBDIR += featherpad SUBDIR += fileobj SUBDIR += flim @@ -51,7 +52,6 @@ SUBDIR += ghex SUBDIR += ghostwriter SUBDIR += gmanedit - SUBDIR += gnome-latex SUBDIR += gnome-text-editor SUBDIR += gobby SUBDIR += gomate diff --git a/editors/enter-tex/Makefile b/editors/enter-tex/Makefile new file mode 100644 index 000000000000..3e5a7514eca8 --- /dev/null +++ b/editors/enter-tex/Makefile @@ -0,0 +1,50 @@ +PORTNAME= enter-tex +DISTVERSION= 3.48.0 +CATEGORIES= editors +DIST_SUBDIR= gnome + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Integrated TeX/LaTeX editor +WWW= https://gitlab.gnome.org/swilmet/enter-tex + +LICENSE= GPLv3+ + +BUILD_DEPENDS= itstool:textproc/itstool \ + gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas +LIB_DEPENDS= libgee-0.8.so:devel/libgee \ + libgedit-amtk-5.so:x11-toolkits/amtk \ + libgedit-tepl-6.so:x11-toolkits/tepl6 \ + libgedit-gtksourceview-300.so:x11-toolkits/libgedit-gtksourceview \ + libgspell-1.so:textproc/gspell + +USES= compiler:c11 desktop-file-utils gettext gnome meson \ + pkgconfig tar:bz2 tex vala:build +USE_GNOME= dconf glib20 gtk30 introspection:build +USE_TEX= base + +USE_GITLAB= yes +GL_SITE= https://gitlab.gnome.org +GL_ACCOUNT= World/gedit + +MESON_ARGS= -Dgtk_doc=false \ + -Dtests=false + +GLIB_SCHEMAS= org.gnome.enter_tex.gschema.xml + +# https://gitlab.gnome.org/swilmet/enter-tex/-/issues/19 +do-build: + @(cd ${BUILD_WRKSRC}; if ! ${DO_MAKE_BUILD} src/gtex/Gtex-1.gir; then \ + if [ -n "${BUILD_FAIL_MESSAGE}" ]; then \ + ${ECHO_MSG} "===> Compilation failed unexpectedly." ;\ + (${ECHO_CMD} "${BUILD_FAIL_MESSAGE}") ;\ + fi ;\ + fi) + + @(cd ${BUILD_WRKSRC}; if ! ${DO_MAKE_BUILD} src/enter-tex; then \ + if [ -n "${BUILD_FAIL_MESSAGE}" ]; then \ + ${ECHO_MSG} "===> Compilation failed unexpectedly." ;\ + (${ECHO_CMD} "${BUILD_FAIL_MESSAGE}") ;\ + fi ;\ + fi) + +.include diff --git a/editors/enter-tex/distinfo b/editors/enter-tex/distinfo new file mode 100644 index 000000000000..bcaf0e097367 --- /dev/null +++ b/editors/enter-tex/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1746192612 +SHA256 (gnome/enter-tex-3.48.0.tar.bz2) = 265d83da04ea924838356d4944ce378ae8c97500adde30d4ecad32a9ef6b9903 +SIZE (gnome/enter-tex-3.48.0.tar.bz2) = 667754 diff --git a/editors/enter-tex/pkg-descr b/editors/enter-tex/pkg-descr new file mode 100644 index 000000000000..f9899846fe9c --- /dev/null +++ b/editors/enter-tex/pkg-descr @@ -0,0 +1,2 @@ +Enter Tex is a TeX/LaTeX editor for the GNOME desktop. It permits to +focus on the content and the structure of the document. diff --git a/editors/enter-tex/pkg-plist b/editors/enter-tex/pkg-plist new file mode 100644 index 000000000000..05f11f80de61 --- /dev/null +++ b/editors/enter-tex/pkg-plist @@ -0,0 +1,146 @@ +bin/enter-tex +share/applications/org.gnome.enter_tex.desktop +share/dbus-1/services/org.gnome.enter_tex.service +%%DATADIR%%/build_tools.xml +%%DATADIR%%/completion.xml +%%DATADIR%%/latexhelp.html +%%DATADIR%%/templates/article.tex +%%DATADIR%%/templates/beamer.tex +%%DATADIR%%/templates/book.tex +%%DATADIR%%/templates/letter.tex +%%DATADIR%%/templates/report.tex +%%DATADIR%%/ui/ui.xml +share/help/C/enter-tex/build_tools.page +share/help/C/enter-tex/completion.page +share/help/C/enter-tex/index.page +share/help/C/enter-tex/projects.page +share/help/C/enter-tex/spell_checking.page +share/help/C/enter-tex/structure.page +share/help/C/enter-tex/synctex.page +share/help/cs/enter-tex/build_tools.page +share/help/cs/enter-tex/completion.page +share/help/cs/enter-tex/index.page +share/help/cs/enter-tex/projects.page +share/help/cs/enter-tex/spell_checking.page +share/help/cs/enter-tex/structure.page +share/help/cs/enter-tex/synctex.page +share/help/da/enter-tex/build_tools.page +share/help/da/enter-tex/completion.page +share/help/da/enter-tex/index.page +share/help/da/enter-tex/projects.page +share/help/da/enter-tex/spell_checking.page +share/help/da/enter-tex/structure.page +share/help/da/enter-tex/synctex.page +share/help/de/enter-tex/build_tools.page +share/help/de/enter-tex/completion.page +share/help/de/enter-tex/index.page +share/help/de/enter-tex/projects.page +share/help/de/enter-tex/spell_checking.page +share/help/de/enter-tex/structure.page +share/help/de/enter-tex/synctex.page +share/help/el/enter-tex/build_tools.page +share/help/el/enter-tex/completion.page +share/help/el/enter-tex/index.page +share/help/el/enter-tex/projects.page +share/help/el/enter-tex/spell_checking.page +share/help/el/enter-tex/structure.page +share/help/el/enter-tex/synctex.page +share/help/es/enter-tex/build_tools.page +share/help/es/enter-tex/completion.page +share/help/es/enter-tex/index.page +share/help/es/enter-tex/projects.page +share/help/es/enter-tex/spell_checking.page +share/help/es/enter-tex/structure.page +share/help/es/enter-tex/synctex.page +share/help/fr/enter-tex/build_tools.page +share/help/fr/enter-tex/completion.page +share/help/fr/enter-tex/index.page +share/help/fr/enter-tex/projects.page +share/help/fr/enter-tex/spell_checking.page +share/help/fr/enter-tex/structure.page +share/help/fr/enter-tex/synctex.page +share/help/gl/enter-tex/build_tools.page +share/help/gl/enter-tex/completion.page +share/help/gl/enter-tex/index.page +share/help/gl/enter-tex/projects.page +share/help/gl/enter-tex/spell_checking.page +share/help/gl/enter-tex/structure.page +share/help/gl/enter-tex/synctex.page +share/help/hu/enter-tex/build_tools.page +share/help/hu/enter-tex/completion.page +share/help/hu/enter-tex/index.page +share/help/hu/enter-tex/projects.page +share/help/hu/enter-tex/spell_checking.page +share/help/hu/enter-tex/structure.page +share/help/hu/enter-tex/synctex.page +share/help/pl/enter-tex/build_tools.page +share/help/pl/enter-tex/completion.page +share/help/pl/enter-tex/index.page +share/help/pl/enter-tex/projects.page +share/help/pl/enter-tex/spell_checking.page +share/help/pl/enter-tex/structure.page +share/help/pl/enter-tex/synctex.page +share/help/pt_BR/enter-tex/build_tools.page +share/help/pt_BR/enter-tex/completion.page +share/help/pt_BR/enter-tex/index.page +share/help/pt_BR/enter-tex/projects.page +share/help/pt_BR/enter-tex/spell_checking.page +share/help/pt_BR/enter-tex/structure.page +share/help/pt_BR/enter-tex/synctex.page +share/help/ru/enter-tex/build_tools.page +share/help/ru/enter-tex/completion.page +share/help/ru/enter-tex/index.page +share/help/ru/enter-tex/projects.page +share/help/ru/enter-tex/spell_checking.page +share/help/ru/enter-tex/structure.page +share/help/ru/enter-tex/synctex.page +share/help/sv/enter-tex/build_tools.page +share/help/sv/enter-tex/completion.page +share/help/sv/enter-tex/index.page +share/help/sv/enter-tex/projects.page +share/help/sv/enter-tex/spell_checking.page +share/help/sv/enter-tex/structure.page +share/help/sv/enter-tex/synctex.page +share/help/uk/enter-tex/build_tools.page +share/help/uk/enter-tex/completion.page +share/help/uk/enter-tex/index.page +share/help/uk/enter-tex/projects.page +share/help/uk/enter-tex/spell_checking.page +share/help/uk/enter-tex/structure.page +share/help/uk/enter-tex/synctex.page +share/icons/hicolor/scalable/apps/org.gnome.enter_tex.svg +share/icons/hicolor/symbolic/apps/org.gnome.enter_tex-symbolic.svg +share/locale/bs/LC_MESSAGES/enter-tex.mo +share/locale/ca/LC_MESSAGES/enter-tex.mo +share/locale/cs/LC_MESSAGES/enter-tex.mo +share/locale/da/LC_MESSAGES/enter-tex.mo +share/locale/de/LC_MESSAGES/enter-tex.mo +share/locale/el/LC_MESSAGES/enter-tex.mo +share/locale/eo/LC_MESSAGES/enter-tex.mo +share/locale/es/LC_MESSAGES/enter-tex.mo +share/locale/eu/LC_MESSAGES/enter-tex.mo +share/locale/fr/LC_MESSAGES/enter-tex.mo +share/locale/gl/LC_MESSAGES/enter-tex.mo +share/locale/he/LC_MESSAGES/enter-tex.mo +share/locale/hu/LC_MESSAGES/enter-tex.mo +share/locale/id/LC_MESSAGES/enter-tex.mo +share/locale/it/LC_MESSAGES/enter-tex.mo +share/locale/lt/LC_MESSAGES/enter-tex.mo +share/locale/lv/LC_MESSAGES/enter-tex.mo +share/locale/nb/LC_MESSAGES/enter-tex.mo +share/locale/nl/LC_MESSAGES/enter-tex.mo +share/locale/oc/LC_MESSAGES/enter-tex.mo +share/locale/pl/LC_MESSAGES/enter-tex.mo +share/locale/pt/LC_MESSAGES/enter-tex.mo +share/locale/pt_BR/LC_MESSAGES/enter-tex.mo +share/locale/ro/LC_MESSAGES/enter-tex.mo +share/locale/ru/LC_MESSAGES/enter-tex.mo +share/locale/sl/LC_MESSAGES/enter-tex.mo +share/locale/sr/LC_MESSAGES/enter-tex.mo +share/locale/sr@latin/LC_MESSAGES/enter-tex.mo +share/locale/sv/LC_MESSAGES/enter-tex.mo +share/locale/tr/LC_MESSAGES/enter-tex.mo +share/locale/uk/LC_MESSAGES/enter-tex.mo +share/locale/zh_CN/LC_MESSAGES/enter-tex.mo +share/man/man1/enter-tex.1.gz +share/metainfo/org.gnome.enter_tex.metainfo.xml diff --git a/editors/gnome-latex/Makefile b/editors/gnome-latex/Makefile deleted file mode 100644 index 67fd66e8541e..000000000000 --- a/editors/gnome-latex/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -PORTNAME= gnome-latex -PORTVERSION= 3.44.0 -PORTREVISION= 3 -CATEGORIES= editors -MASTER_SITES= GNOME -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Integrated LaTeX environment -WWW= https://wiki.gnome.org/Apps/LaTeXila - -LICENSE= GPLv3 - -BUILD_DEPENDS= itstool:textproc/itstool \ - gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas -LIB_DEPENDS= libgee-0.8.so:devel/libgee \ - libfribidi.so:converters/fribidi \ - libenchant-2.so:textproc/enchant2 \ - libtepl-6.so:x11-toolkits/tepl6 \ - libgspell-1.so:textproc/gspell - -USES= compiler:c11 desktop-file-utils gettext gmake gnome \ - pkgconfig tar:xz tex vala:build -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -USE_GNOME= cairo dconf intltool gtksourceview4 -USE_TEX= latex dvipsk -INSTALL_TARGET= install-strip - -OPTIONS_DEFINE= NLS -NLS_USES= gettext-runtime -NLS_CONFIGURE_ENABLE= nls -OPTIONS_SUB= yes - -GLIB_SCHEMAS= org.gnome.gnome-latex.gschema.xml - -.include - -.if ${OPSYS} == FreeBSD -CFLAGS+= -Wno-error=incompatible-function-pointer-types -.endif - -.include diff --git a/editors/gnome-latex/distinfo b/editors/gnome-latex/distinfo deleted file mode 100644 index ee0736437bf8..000000000000 --- a/editors/gnome-latex/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1675099485 -SHA256 (gnome/gnome-latex-3.44.0.tar.xz) = 88bd5340bd28c7ed01c7966a3a00732bbd902773df5ac659be6ad11806a9e744 -SIZE (gnome/gnome-latex-3.44.0.tar.xz) = 1168840 diff --git a/editors/gnome-latex/pkg-descr b/editors/gnome-latex/pkg-descr deleted file mode 100644 index eda8f18f89b1..000000000000 --- a/editors/gnome-latex/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -LaTeXila is a LaTeX editor for the GNOME desktop. The idea of LaTeXila is -to always deal directly with the LaTeX code, while simplifying as most as -possible the writing of this LaTeX code. diff --git a/editors/gnome-latex/pkg-plist b/editors/gnome-latex/pkg-plist deleted file mode 100644 index 74e72056ac11..000000000000 --- a/editors/gnome-latex/pkg-plist +++ /dev/null @@ -1,190 +0,0 @@ -bin/gnome-latex -share/man/man1/gnome-latex.1.gz -share/applications/org.gnome.gnome-latex.desktop -share/dbus-1/services/org.gnome.gnome-latex.service -%%DATADIR%%/build_tools.xml -%%DATADIR%%/completion.xml -%%DATADIR%%/latexhelp.html -%%DATADIR%%/templates/article.xml -%%DATADIR%%/templates/beamer.xml -%%DATADIR%%/templates/book.xml -%%DATADIR%%/templates/letter.xml -%%DATADIR%%/templates/report.xml -%%DATADIR%%/ui/ui.xml -share/gtk-doc/html/gnome-latex/LatexilaApp.html -share/gtk-doc/html/gnome-latex/LatexilaBuildJob.html -share/gtk-doc/html/gnome-latex/LatexilaBuildTool.html -share/gtk-doc/html/gnome-latex/LatexilaBuildTools.html -share/gtk-doc/html/gnome-latex/LatexilaBuildToolsDefault.html -share/gtk-doc/html/gnome-latex/LatexilaBuildToolsPersonal.html -share/gtk-doc/html/gnome-latex/LatexilaBuildView.html -share/gtk-doc/html/gnome-latex/LatexilaFactory.html -share/gtk-doc/html/gnome-latex/LatexilaPostProcessor.html -share/gtk-doc/html/gnome-latex/LatexilaPostProcessorAllOutput.html -share/gtk-doc/html/gnome-latex/LatexilaPostProcessorLatex.html -share/gtk-doc/html/gnome-latex/LatexilaPostProcessorLatexmk.html -share/gtk-doc/html/gnome-latex/LatexilaSettings.html -share/gtk-doc/html/gnome-latex/LatexilaSynctex.html -share/gtk-doc/html/gnome-latex/LatexilaTemplatesDefault.html -share/gtk-doc/html/gnome-latex/LatexilaTemplatesManageDialog.html -share/gtk-doc/html/gnome-latex/LatexilaTemplatesPersonal.html -share/gtk-doc/html/gnome-latex/annexes.html -share/gtk-doc/html/gnome-latex/annotation-glossary.html -share/gtk-doc/html/gnome-latex/api-reference.html -share/gtk-doc/html/gnome-latex/ch01.html -share/gtk-doc/html/gnome-latex/ch02.html -share/gtk-doc/html/gnome-latex/ch03.html -share/gtk-doc/html/gnome-latex/ch04.html -share/gtk-doc/html/gnome-latex/gnome-latex-LaTeX-commands.html -share/gtk-doc/html/gnome-latex/gnome-latex-Latexila-Initialization-and-Finalization.html -share/gtk-doc/html/gnome-latex/gnome-latex-LatexilaBuffer.html -share/gtk-doc/html/gnome-latex/gnome-latex-LatexilaDirs.html -share/gtk-doc/html/gnome-latex/gnome-latex-LatexilaPrefs.html -share/gtk-doc/html/gnome-latex/gnome-latex-LatexilaTemplatesDialogs.html -share/gtk-doc/html/gnome-latex/gnome-latex-LatexilaUtils.html -share/gtk-doc/html/gnome-latex/gnome-latex-LatexilaView.html -share/gtk-doc/html/gnome-latex/gnome-latex.devhelp2 -share/gtk-doc/html/gnome-latex/home.png -share/gtk-doc/html/gnome-latex/index.html -share/gtk-doc/html/gnome-latex/ix01.html -share/gtk-doc/html/gnome-latex/left-insensitive.png -share/gtk-doc/html/gnome-latex/left.png -share/gtk-doc/html/gnome-latex/object-tree.html -share/gtk-doc/html/gnome-latex/right-insensitive.png -share/gtk-doc/html/gnome-latex/right.png -share/gtk-doc/html/gnome-latex/style.css -share/gtk-doc/html/gnome-latex/up-insensitive.png -share/gtk-doc/html/gnome-latex/up.png -share/help/C/gnome-latex/build_tools.page -share/help/C/gnome-latex/completion.page -share/help/C/gnome-latex/index.page -share/help/C/gnome-latex/projects.page -share/help/C/gnome-latex/spell_checking.page -share/help/C/gnome-latex/structure.page -share/help/C/gnome-latex/synctex.page -share/help/cs/gnome-latex/build_tools.page -share/help/cs/gnome-latex/completion.page -share/help/cs/gnome-latex/index.page -share/help/cs/gnome-latex/projects.page -share/help/cs/gnome-latex/spell_checking.page -share/help/cs/gnome-latex/structure.page -share/help/cs/gnome-latex/synctex.page -share/help/da/gnome-latex/build_tools.page -share/help/da/gnome-latex/completion.page -share/help/da/gnome-latex/index.page -share/help/da/gnome-latex/projects.page -share/help/da/gnome-latex/spell_checking.page -share/help/da/gnome-latex/structure.page -share/help/da/gnome-latex/synctex.page -share/help/de/gnome-latex/build_tools.page -share/help/de/gnome-latex/completion.page -share/help/de/gnome-latex/index.page -share/help/de/gnome-latex/projects.page -share/help/de/gnome-latex/spell_checking.page -share/help/de/gnome-latex/structure.page -share/help/de/gnome-latex/synctex.page -share/help/el/gnome-latex/build_tools.page -share/help/el/gnome-latex/completion.page -share/help/el/gnome-latex/index.page -share/help/el/gnome-latex/projects.page -share/help/el/gnome-latex/spell_checking.page -share/help/el/gnome-latex/structure.page -share/help/el/gnome-latex/synctex.page -share/help/es/gnome-latex/build_tools.page -share/help/es/gnome-latex/completion.page -share/help/es/gnome-latex/index.page -share/help/es/gnome-latex/projects.page -share/help/es/gnome-latex/spell_checking.page -share/help/es/gnome-latex/structure.page -share/help/es/gnome-latex/synctex.page -share/help/fr/gnome-latex/build_tools.page -share/help/fr/gnome-latex/completion.page -share/help/fr/gnome-latex/index.page -share/help/fr/gnome-latex/projects.page -share/help/fr/gnome-latex/spell_checking.page -share/help/fr/gnome-latex/structure.page -share/help/fr/gnome-latex/synctex.page -share/help/gl/gnome-latex/build_tools.page -share/help/gl/gnome-latex/completion.page -share/help/gl/gnome-latex/index.page -share/help/gl/gnome-latex/projects.page -share/help/gl/gnome-latex/spell_checking.page -share/help/gl/gnome-latex/structure.page -share/help/gl/gnome-latex/synctex.page -share/help/hu/gnome-latex/build_tools.page -share/help/hu/gnome-latex/completion.page -share/help/hu/gnome-latex/index.page -share/help/hu/gnome-latex/projects.page -share/help/hu/gnome-latex/spell_checking.page -share/help/hu/gnome-latex/structure.page -share/help/hu/gnome-latex/synctex.page -share/help/pl/gnome-latex/build_tools.page -share/help/pl/gnome-latex/completion.page -share/help/pl/gnome-latex/index.page -share/help/pl/gnome-latex/projects.page -share/help/pl/gnome-latex/spell_checking.page -share/help/pl/gnome-latex/structure.page -share/help/pl/gnome-latex/synctex.page -share/help/pt_BR/gnome-latex/build_tools.page -share/help/pt_BR/gnome-latex/completion.page -share/help/pt_BR/gnome-latex/index.page -share/help/pt_BR/gnome-latex/projects.page -share/help/pt_BR/gnome-latex/spell_checking.page -share/help/pt_BR/gnome-latex/structure.page -share/help/pt_BR/gnome-latex/synctex.page -share/help/ru/gnome-latex/build_tools.page -share/help/ru/gnome-latex/completion.page -share/help/ru/gnome-latex/index.page -share/help/ru/gnome-latex/projects.page -share/help/ru/gnome-latex/spell_checking.page -share/help/ru/gnome-latex/structure.page -share/help/ru/gnome-latex/synctex.page -share/help/sv/gnome-latex/build_tools.page -share/help/sv/gnome-latex/completion.page -share/help/sv/gnome-latex/index.page -share/help/sv/gnome-latex/projects.page -share/help/sv/gnome-latex/spell_checking.page -share/help/sv/gnome-latex/structure.page -share/help/sv/gnome-latex/synctex.page -share/help/uk/gnome-latex/build_tools.page -share/help/uk/gnome-latex/completion.page -share/help/uk/gnome-latex/index.page -share/help/uk/gnome-latex/projects.page -share/help/uk/gnome-latex/spell_checking.page -share/help/uk/gnome-latex/structure.page -share/help/uk/gnome-latex/synctex.page -share/icons/hicolor/scalable/apps/org.gnome.gnome-latex.svg -share/icons/hicolor/symbolic/apps/org.gnome.gnome-latex-symbolic.svg -%%NLS%%share/locale/bs/LC_MESSAGES/gnome-latex.mo -%%NLS%%share/locale/ca/LC_MESSAGES/gnome-latex.mo -%%NLS%%share/locale/cs/LC_MESSAGES/gnome-latex.mo -%%NLS%%share/locale/da/LC_MESSAGES/gnome-latex.mo -%%NLS%%share/locale/de/LC_MESSAGES/gnome-latex.mo -%%NLS%%share/locale/el/LC_MESSAGES/gnome-latex.mo -%%NLS%%share/locale/eo/LC_MESSAGES/gnome-latex.mo -%%NLS%%share/locale/es/LC_MESSAGES/gnome-latex.mo -%%NLS%%share/locale/eu/LC_MESSAGES/gnome-latex.mo -%%NLS%%share/locale/fr/LC_MESSAGES/gnome-latex.mo -%%NLS%%share/locale/gl/LC_MESSAGES/gnome-latex.mo -%%NLS%%share/locale/he/LC_MESSAGES/gnome-latex.mo -%%NLS%%share/locale/hu/LC_MESSAGES/gnome-latex.mo -%%NLS%%share/locale/id/LC_MESSAGES/gnome-latex.mo -%%NLS%%share/locale/it/LC_MESSAGES/gnome-latex.mo -%%NLS%%share/locale/lt/LC_MESSAGES/gnome-latex.mo -%%NLS%%share/locale/lv/LC_MESSAGES/gnome-latex.mo -%%NLS%%share/locale/nb/LC_MESSAGES/gnome-latex.mo -%%NLS%%share/locale/nl/LC_MESSAGES/gnome-latex.mo -%%NLS%%share/locale/oc/LC_MESSAGES/gnome-latex.mo -%%NLS%%share/locale/pl/LC_MESSAGES/gnome-latex.mo -%%NLS%%share/locale/pt/LC_MESSAGES/gnome-latex.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/gnome-latex.mo -%%NLS%%share/locale/ro/LC_MESSAGES/gnome-latex.mo -%%NLS%%share/locale/ru/LC_MESSAGES/gnome-latex.mo -%%NLS%%share/locale/sl/LC_MESSAGES/gnome-latex.mo -%%NLS%%share/locale/sr/LC_MESSAGES/gnome-latex.mo -%%NLS%%share/locale/sr@latin/LC_MESSAGES/gnome-latex.mo -%%NLS%%share/locale/sv/LC_MESSAGES/gnome-latex.mo -%%NLS%%share/locale/tr/LC_MESSAGES/gnome-latex.mo -%%NLS%%share/locale/uk/LC_MESSAGES/gnome-latex.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/gnome-latex.mo -share/metainfo/org.gnome.gnome-latex.appdata.xml