Skip to content

Commit dfccc9b

Browse files
committed
actiona: restore dropped patches
1 parent 03cff10 commit dfccc9b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

srcpkgs/actiona/patches/cross.patch

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,14 @@
1818
-DCMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}
1919
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
2020
)
21+
--- a/CMakeLists.txt
22+
+++ b/CMakeLists.txt
23+
@@ -56,7 +56,7 @@ function(setup_target TARGET)
24+
endfunction()
25+
26+
function(compile_translations TARGET)
27+
- find_package(Qt6 ${ACT_MINIMUM_QT_VERSION} COMPONENTS LinguistTools REQUIRED)
28+
+ find_package(Qt6 ${ACT_MINIMUM_QT_VERSION} COMPONENTS Linguist REQUIRED)
29+
30+
set(TS_FILES
31+
${CMAKE_CURRENT_SOURCE_DIR}/translations/${TARGET}_fr_FR.ts

0 commit comments

Comments
 (0)