From 8d3830141c8e09a3ee8e261b1c9515da601dc439 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 15 Aug 2023 20:02:28 +0000 Subject: [PATCH] texstudio, bump version (#9227) --- ....5.2.patchset => texstudio-4.6.3.patchset} | 26 +++---------------- ...io-4.5.2.recipe => texstudio-4.6.3.recipe} | 2 +- 2 files changed, 5 insertions(+), 23 deletions(-) rename app-office/texstudio/patches/{texstudio-4.5.2.patchset => texstudio-4.6.3.patchset} (76%) rename app-office/texstudio/{texstudio-4.5.2.recipe => texstudio-4.6.3.recipe} (98%) diff --git a/app-office/texstudio/patches/texstudio-4.5.2.patchset b/app-office/texstudio/patches/texstudio-4.6.3.patchset similarity index 76% rename from app-office/texstudio/patches/texstudio-4.5.2.patchset rename to app-office/texstudio/patches/texstudio-4.6.3.patchset index 5b70f7393..b235e091e 100644 --- a/app-office/texstudio/patches/texstudio-4.5.2.patchset +++ b/app-office/texstudio/patches/texstudio-4.6.3.patchset @@ -1,31 +1,13 @@ -From 463b888bf522688904335b0189086394976c9ae8 Mon Sep 17 00:00:00 2001 +From 7d84f67229579af1e1f3ef56c946bf32fd6b0b98 Mon Sep 17 00:00:00 2001 From: Begasus -Date: Wed, 24 May 2023 19:50:31 +0200 -Subject: Force Qt6, disable xkb, set install paths +Date: Tue, 15 Aug 2023 21:15:00 +0000 +Subject: Set proper install destinations diff --git a/CMakeLists.txt b/CMakeLists.txt -index cfde6d4..ba5a568 100644 +index ed9757c..4f2e8fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -39,7 +39,7 @@ if(WIN32 AND NOT MSVC) - add_compile_options(-Wa,-mbig-obj) - endif() - --find_package(QT NAMES Qt6 Qt5 COMPONENTS Widgets LinguistTools REQUIRED) -+find_package(QT NAMES Qt6 COMPONENTS Widgets LinguistTools REQUIRED) - find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Core Network Xml Concurrent Widgets UiTools REQUIRED) - find_package(Qt${QT_VERSION_MAJOR} COMPONENTS PrintSupport Svg Qml REQUIRED) - if(${QT_VERSION_MAJOR} GREATER_EQUAL 6) -@@ -117,7 +117,7 @@ endif() - if(WIN32) - set(SOURCE_FILES ${SOURCE_FILES} win.rc) - endif() --if(UNIX AND NOT APPLE) -+if(UNIX AND NOT APPLE AND NOT HAIKU) - add_subdirectory(src/xkb) - endif() - @@ -430,7 +430,7 @@ endif() ## installation diff --git a/app-office/texstudio/texstudio-4.5.2.recipe b/app-office/texstudio/texstudio-4.6.3.recipe similarity index 98% rename from app-office/texstudio/texstudio-4.5.2.recipe rename to app-office/texstudio/texstudio-4.6.3.recipe index 46d20c9fc..3ba0c9124 100644 --- a/app-office/texstudio/texstudio-4.5.2.recipe +++ b/app-office/texstudio/texstudio-4.6.3.recipe @@ -8,7 +8,7 @@ COPYRIGHT="2009-2023 Benito van der Zander" LICENSE="GNU GPL v3" REVISION="1" SOURCE_URI="https://github.com/texstudio-org/texstudio/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="d43dd21a111aacf57e40b0ee27c94b9923f8fdbddec5bad919596abf9a03f3cf" +CHECKSUM_SHA256="dc2a0f765291644de022bea8910fbdf2e08f06adb9ef2e053db7b41de785e29a" SOURCE_FILENAME="texstudio-$portVersion.tar.gz" PATCHES="texstudio-$portVersion.patchset" ADDITIONAL_FILES="texstudio.rdef.in"