diff --git a/app-office/texstudio/patches/texstudio-3.0.1.patchset b/app-office/texstudio/patches/texstudio-3.0.1.patchset deleted file mode 100644 index 644af7319..000000000 --- a/app-office/texstudio/patches/texstudio-3.0.1.patchset +++ /dev/null @@ -1,22 +0,0 @@ -From 351e6f7df07e0477c10e7ced7e9fedfe6c47e43d Mon Sep 17 00:00:00 2001 -From: begasus -Date: Tue, 22 Oct 2019 17:17:25 +0200 -Subject: Add Haiku to supported OS's for default viewers - - -diff --git a/src/buildmanager.cpp b/src/buildmanager.cpp -index b69dc4b..fc136ef 100644 ---- a/src/buildmanager.cpp -+++ b/src/buildmanager.cpp -@@ -1196,7 +1196,7 @@ QString getCommandLineGhostscript() - return ""; - } - --#elif defined(Q_WS_X11) || defined(Q_OS_LINUX) -+#elif defined(Q_WS_X11) || defined(Q_OS_LINUX) || defined(Q_OS_HAIKU) - - // xdvi %.dvi -sourceposition @:%.tex - // kdvi "file:%.dvi#src:@ %.tex" --- -2.23.0 - diff --git a/app-office/texstudio/texstudio-3.0.1.recipe b/app-office/texstudio/texstudio-3.1.1.recipe similarity index 94% rename from app-office/texstudio/texstudio-3.0.1.recipe rename to app-office/texstudio/texstudio-3.1.1.recipe index e98dd14b7..c167d2a0b 100644 --- a/app-office/texstudio/texstudio-3.0.1.recipe +++ b/app-office/texstudio/texstudio-3.1.1.recipe @@ -4,13 +4,12 @@ LaTeX documents. Our goal is to make writing LaTeX as easy and comfortable as \ possible. Therefore TeXstudio has numerous features like syntax-highlighting, \ integrated viewer, reference checking and various assistants. " HOMEPAGE="https://www.texstudio.org/" -COPYRIGHT="2020 Benito van der Zander" +COPYRIGHT="2009-2021 Benito van der Zander" LICENSE="GNU GPL v3" -REVISION="3" +REVISION="1" SOURCE_URI="https://github.com/texstudio-org/texstudio/archive/$portVersion.tar.gz" SOURCE_FILENAME="texstudio-$portVersion.tar.gz" -CHECKSUM_SHA256="0a2a7d266fecdfa3ea4a454fd66833a54590e610f880c6a97644cdcfc2116191" -PATCHES="texstudio-$portVersion.patchset" +CHECKSUM_SHA256="386a3d09d222a65f3c2a4dbb0cbafe6c6784987487a19299cf96a1f4000e16d2" ADDITIONAL_FILES="texstudio.rdef.in" ARCHITECTURES="!x86_gcc2 ?x86 x86_64"