From 82ea20fa1d1cb74dc665f53f1426dc2f4b49d7f7 Mon Sep 17 00:00:00 2001 From: Frank Fischer Date: Mon, 7 Sep 2026 10:54:28 +0200 Subject: [PATCH] texstudio: update to 4.9.7. --- srcpkgs/texstudio/patches/30-disable-auto-update.patch | 8 ++++---- srcpkgs/texstudio/patches/31-fix-desktop.patch | 9 --------- srcpkgs/texstudio/template | 4 ++-- 3 files changed, 6 insertions(+), 15 deletions(-) diff --git a/srcpkgs/texstudio/patches/30-disable-auto-update.patch b/srcpkgs/texstudio/patches/30-disable-auto-update.patch index 3b31cef469b9fa..279cbcd834f870 100644 --- a/srcpkgs/texstudio/patches/30-disable-auto-update.patch +++ b/srcpkgs/texstudio/patches/30-disable-auto-update.patch @@ -1,8 +1,8 @@ diff --git a/src/configdialog.ui b/src/configdialog.ui -index f08ca462f..ef8a83e91 100644 +index e42a323f7..8730d4ca7 100644 --- a/src/configdialog.ui +++ b/src/configdialog.ui -@@ -500,6 +500,9 @@ +@@ -495,6 +495,9 @@ @@ -13,10 +13,10 @@ index f08ca462f..ef8a83e91 100644 Update diff --git a/src/configmanager.cpp b/src/configmanager.cpp -index a67f28cfa..80622ecea 100644 +index 4f1e41670..4627897cd 100644 --- a/src/configmanager.cpp +++ b/src/configmanager.cpp -@@ -508,10 +508,12 @@ ConfigManager::ConfigManager(QObject *parent): QObject (parent), +@@ -512,10 +512,12 @@ ConfigManager::ConfigManager(QObject *parent): QObject (parent), registerOption("Macros/RepositoryURL", &URLmacroRepository, "https://api.github.com/repos/texstudio-org/texstudio-macro/contents/", nullptr); //updates diff --git a/srcpkgs/texstudio/patches/31-fix-desktop.patch b/srcpkgs/texstudio/patches/31-fix-desktop.patch index 31a449ab277961..5eb0a02436f403 100644 --- a/srcpkgs/texstudio/patches/31-fix-desktop.patch +++ b/srcpkgs/texstudio/patches/31-fix-desktop.patch @@ -12,12 +12,3 @@ Exec=texstudio %F GenericName=LaTeX Editor GenericName[de]=LaTeX Editor -@@ -8,7 +8,7 @@ - Comment[de]=LaTeX Entwicklungsumgebung - Comment[fr]=Environnement de développement LaTeX - Icon=texstudio --Keywords=LaTeX;TeX;editor; -+Keywords=LaTeX;TeX;editor;pdflatex;xelatex;lualatex;context;bibtex; - MimeType=text/x-tex; - Name=TeXstudio - StartupNotify=false diff --git a/srcpkgs/texstudio/template b/srcpkgs/texstudio/template index 34cd673e78fa36..af804715609753 100644 --- a/srcpkgs/texstudio/template +++ b/srcpkgs/texstudio/template @@ -1,6 +1,6 @@ # Template file for 'texstudio' pkgname=texstudio -version=4.9.5 +version=4.9.7 revision=1 build_style=cmake configure_args="$(vopt_bool multimedia TEXSTUDIO_ENABLE_MEDIAPLAYER)" @@ -16,7 +16,7 @@ license="GPL-2.0-or-later" homepage="https://texstudio.org/" changelog="https://raw.githubusercontent.com/texstudio-org/texstudio/master/utilities/manual/CHANGELOG.txt" distfiles="https://github.com/texstudio-org/texstudio/archive/${version}.tar.gz" -checksum=089e76f93f3c8765ae0762ff324410ddf17a4a52af49b32a5aba9eb245608072 +checksum=078c77c1d75a97ba2fec171cf30cb7a4ec429cfd327b4b7df9f08e1a759091c9 build_options="multimedia poppler" desc_option_phonon="build with qt6-multimedia (=media support for pdf preview)"