just: add recipe for qhotkey patches

Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
This commit is contained in:
Patrizio Bekerle 2025-06-02 19:45:05 +02:00
parent c1de28a4f6
commit 9385a9ecac
No known key found for this signature in database
GPG key ID: 75960E6926556207

View file

@ -148,6 +148,11 @@ git-apply-qownnotes-patch:
git-apply-qmarkdowntextedit-patch: git-apply-qmarkdowntextedit-patch:
cd ./src/libraries/qmarkdowntextedit && git apply {{ transferDir }}/qmarkdowntextedit.patch cd ./src/libraries/qmarkdowntextedit && git apply {{ transferDir }}/qmarkdowntextedit.patch
# Apply a git patch to qhotkey
[group('patches')]
git-apply-qhotkey-patch:
cd ./src/libraries/qhotkey && git apply {{ transferDir }}/qhotkey.patch
# Apply a git patch to piwiktracker # Apply a git patch to piwiktracker
[group('patches')] [group('patches')]
git-apply-piwiktracker-patch: git-apply-piwiktracker-patch:
@ -164,9 +169,10 @@ git-create-patches:
@echo "transferDir: {{ transferDir }}" @echo "transferDir: {{ transferDir }}"
git diff --no-ext-diff --staged --binary > {{ transferDir }}/qownnotes.patch git diff --no-ext-diff --staged --binary > {{ transferDir }}/qownnotes.patch
cd src/libraries/qmarkdowntextedit && git diff --no-ext-diff --staged --binary > {{ transferDir }}/qmarkdowntextedit.patch cd src/libraries/qmarkdowntextedit && git diff --no-ext-diff --staged --binary > {{ transferDir }}/qmarkdowntextedit.patch
cd src/libraries/qhotkey && git diff --no-ext-diff --staged --binary > {{ transferDir }}/qhotkey.patch
cd src/libraries/piwiktracker && git diff --no-ext-diff --staged --binary > {{ transferDir }}/piwiktracker.patch cd src/libraries/piwiktracker && git diff --no-ext-diff --staged --binary > {{ transferDir }}/piwiktracker.patch
cd src/libraries/qttoolbareditor && git diff --no-ext-diff --staged --binary > {{ transferDir }}/qttoolbareditor.patch cd src/libraries/qttoolbareditor && git diff --no-ext-diff --staged --binary > {{ transferDir }}/qttoolbareditor.patch
ls -l1t {{ transferDir }} | head -5 ls -l1t {{ transferDir }} | head -6
# Open the Crowdin webpage # Open the Crowdin webpage
[group('translations')] [group('translations')]