app-editors/imhex: add 1.35.3, drop 1.33.2-r1

Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
Henri Gasc
2024-07-09 16:58:13 +02:00
parent 96eee69868
commit eab0472a57
4 changed files with 36 additions and 15 deletions

View File

@@ -1,14 +1,18 @@
Remove the compilation step that needs dotnet
https://bugs.gentoo.org/926761
--- a/plugins/script_loader/CMakeLists.txt
+++ b/plugins/script_loader/CMakeLists.txt
@@ -45,8 +45,4 @@ if (CoreClrEmbed_FOUND)
if (IMHEX_BUNDLE_DOTNET)
install(FILES ${CoreClrEmbed_SHARED_LIBRARIES} DESTINATION ${CMAKE_INSTALL_LIBDIR})
endif ()
-
- add_subdirectory(dotnet)
- add_dependencies(script_loader AssemblyLoader)
-
endif ()
@@ -2,7 +2,6 @@ cmake_minimum_required(VERSION 3.16)
include(ImHexPlugin)
-find_package(CoreClrEmbed)
if (CoreClrEmbed_FOUND)
set(IMHEX_DOTNET_SCRIPT_SUPPORT ON)
@@ -56,4 +55,4 @@ if (IMHEX_DOTNET_SCRIPT_SUPPORT)
add_subdirectory(support/dotnet)
add_dependencies(script_loader AssemblyLoader)
-endif()
\ No newline at end of file
+endif()