mirror of
https://github.com/pbek/QOwnNotes.git
synced 2025-06-28 12:59:52 +00:00
just: add recipe for qhotkey patches
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
This commit is contained in:
parent
c1de28a4f6
commit
9385a9ecac
1 changed files with 7 additions and 1 deletions
8
justfile
8
justfile
|
@ -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')]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue