mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
texstudio, bump to 4.8.7 (#12436)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user