From 6a0384c17543779fa33dabecc369f17bb585b813 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 11 Apr 2026 14:52:00 +0200 Subject: [PATCH 1/8] qt5 --- .github/workflows/translations-push.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/translations-push.yml b/.github/workflows/translations-push.yml index 777e9e6ac..09e6ac161 100644 --- a/.github/workflows/translations-push.yml +++ b/.github/workflows/translations-push.yml @@ -26,15 +26,17 @@ jobs: shell: bash run: | sudo apt-get update - sudo apt-get install -y --no-install-recommends qttools5-dev-tools + sudo apt-get install -y --no-install-recommends qt6-tools-dev - name: Update Cockatrice translation source id: cockatrice shell: bash + env: + FILE: 'cockatrice/cockatrice_en@source.ts' run: | - FILE="cockatrice/cockatrice_en@source.ts" - export DIRS="cockatrice/src $(find . -maxdepth 1 -type d -name 'libcockatrice_*')" - FILE="$FILE" DIRS="$DIRS" .ci/update_translation_source_strings.sh + DIRS="cockatrice/src $(find . -maxdepth 1 -type d -name 'libcockatrice_*')" + export DIRS + .ci/update_translation_source_strings.sh - name: Update Oracle translation source id: oracle From 45f2579e2156c85a3c4d89db498ca051863ac8a1 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 11 Apr 2026 16:06:09 +0200 Subject: [PATCH 2/8] Update translations-push.yml --- .github/workflows/translations-push.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/translations-push.yml b/.github/workflows/translations-push.yml index 09e6ac161..23803b6ac 100644 --- a/.github/workflows/translations-push.yml +++ b/.github/workflows/translations-push.yml @@ -27,6 +27,7 @@ jobs: run: | sudo apt-get update sudo apt-get install -y --no-install-recommends qt6-tools-dev + lupdate -version - name: Update Cockatrice translation source id: cockatrice From d6ef1dd1113a2fa477c8691bc274ac91b9444df3 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 11 Apr 2026 16:13:46 +0200 Subject: [PATCH 3/8] Update translations-push.yml --- .github/workflows/translations-push.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/translations-push.yml b/.github/workflows/translations-push.yml index 23803b6ac..401e8019c 100644 --- a/.github/workflows/translations-push.yml +++ b/.github/workflows/translations-push.yml @@ -26,7 +26,8 @@ jobs: shell: bash run: | sudo apt-get update - sudo apt-get install -y --no-install-recommends qt6-tools-dev + sudo apt-get install -y --no-install-recommends qt6-tools-dev-tools + which lupdate lupdate -version - name: Update Cockatrice translation source From 3d57e6e7c50a7d95acc18a81ef397674640d1d63 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 11 Apr 2026 16:27:04 +0200 Subject: [PATCH 4/8] Update translations-push.yml --- .github/workflows/translations-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translations-push.yml b/.github/workflows/translations-push.yml index 401e8019c..6cd84b127 100644 --- a/.github/workflows/translations-push.yml +++ b/.github/workflows/translations-push.yml @@ -26,7 +26,7 @@ jobs: shell: bash run: | sudo apt-get update - sudo apt-get install -y --no-install-recommends qt6-tools-dev-tools + sudo apt-get install -y --no-install-recommends qt6-tools-dev which lupdate lupdate -version From b1e1bbc9c7082b27f304d0e9a7caaf382effe74e Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 11 Apr 2026 16:28:18 +0200 Subject: [PATCH 5/8] Update translations-push.yml --- .github/workflows/translations-push.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/translations-push.yml b/.github/workflows/translations-push.yml index 6cd84b127..23803b6ac 100644 --- a/.github/workflows/translations-push.yml +++ b/.github/workflows/translations-push.yml @@ -27,7 +27,6 @@ jobs: run: | sudo apt-get update sudo apt-get install -y --no-install-recommends qt6-tools-dev - which lupdate lupdate -version - name: Update Cockatrice translation source From fec725513f8fa7b5de583ca4ab88a87e4da0dfd5 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 11 Apr 2026 16:41:07 +0200 Subject: [PATCH 6/8] try linguist-qt6 --- .github/workflows/translations-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translations-push.yml b/.github/workflows/translations-push.yml index 23803b6ac..dde090c49 100644 --- a/.github/workflows/translations-push.yml +++ b/.github/workflows/translations-push.yml @@ -26,7 +26,7 @@ jobs: shell: bash run: | sudo apt-get update - sudo apt-get install -y --no-install-recommends qt6-tools-dev + sudo apt-get install -y --no-install-recommends linguist-qt6 lupdate -version - name: Update Cockatrice translation source From 1cc3d8c588f4e008f252ddbce8edbb754b172f40 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 11 Apr 2026 16:51:17 +0200 Subject: [PATCH 7/8] Update translations-push.yml --- .github/workflows/translations-push.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/translations-push.yml b/.github/workflows/translations-push.yml index dde090c49..d3fa0ba82 100644 --- a/.github/workflows/translations-push.yml +++ b/.github/workflows/translations-push.yml @@ -28,6 +28,7 @@ jobs: sudo apt-get update sudo apt-get install -y --no-install-recommends linguist-qt6 lupdate -version + /usr/lib/qt6/bin/lupdate -version - name: Update Cockatrice translation source id: cockatrice From e65271c43481ffb45620815022898527704b57b5 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 11 Apr 2026 16:52:17 +0200 Subject: [PATCH 8/8] Update translations-push.yml --- .github/workflows/translations-push.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/translations-push.yml b/.github/workflows/translations-push.yml index d3fa0ba82..5b1c9a03f 100644 --- a/.github/workflows/translations-push.yml +++ b/.github/workflows/translations-push.yml @@ -27,7 +27,6 @@ jobs: run: | sudo apt-get update sudo apt-get install -y --no-install-recommends linguist-qt6 - lupdate -version /usr/lib/qt6/bin/lupdate -version - name: Update Cockatrice translation source