Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions srcpkgs/texstudio/patches/30-disable-auto-update.patch
Original file line number Diff line number Diff line change
@@ -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 @@
</item>
<item>
<widget class="QGroupBox" name="groupBox_Update">
Expand All @@ -13,10 +13,10 @@ index f08ca462f..ef8a83e91 100644
<string>Update</string>
</property>
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
Expand Down
9 changes: 0 additions & 9 deletions srcpkgs/texstudio/patches/31-fix-desktop.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions srcpkgs/texstudio/template
Original file line number Diff line number Diff line change
@@ -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)"
Expand All @@ -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)"
Expand Down