From 34c7f7b33a898cb4921d0d3d5d9f0e8090d43142 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Mon, 26 May 2025 18:32:47 +0200 Subject: [PATCH] texstudio, bump to 4.8.7 (#12436) --- .../{texstudio-4.8.6.recipe => texstudio-4.8.7.recipe} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename app-office/texstudio/{texstudio-4.8.6.recipe => texstudio-4.8.7.recipe} (96%) diff --git a/app-office/texstudio/texstudio-4.8.6.recipe b/app-office/texstudio/texstudio-4.8.7.recipe similarity index 96% rename from app-office/texstudio/texstudio-4.8.6.recipe rename to app-office/texstudio/texstudio-4.8.7.recipe index c74d252c9..5e16acab2 100644 --- a/app-office/texstudio/texstudio-4.8.6.recipe +++ b/app-office/texstudio/texstudio-4.8.7.recipe @@ -8,7 +8,7 @@ COPYRIGHT="2009-2025 Benito van der Zander, Jan Sundermeyer, Daniel Braun, Tim H LICENSE="GNU GPL v3" REVISION="1" SOURCE_URI="https://github.com/texstudio-org/texstudio/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="ea09549e65a11520995a5b542f88ac4d21ea550c070008e1087add87856db02f" +CHECKSUM_SHA256="b8272bc6a067b7132805f8877aad9bee077e80970728cdb889edef2bb23e3b70" SOURCE_FILENAME="texstudio-$portVersion.tar.gz" ADDITIONAL_FILES="texliveinstall.sh texstudio.rdef.in" @@ -81,12 +81,13 @@ BUILD_PREREQUIRES=" BUILD() { export LDFLAGS="-lnetwork" - cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release \ + cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \ $cmakeDirArgs \ -DCMAKE_INSTALL_BINDIR=$appsDir \ -DQT_VERSION_MAJOR=6 \ -DTEXSTUDIO_BUILD_ADWAITA=OFF \ -DTEXSTUDIO_ENABLE_MEDIAPLAYER=ON + make -C build $jobArgs }