-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qm files will be stored in translations directory
- Loading branch information
1 parent
4d64e06
commit a867d85
Showing
21 changed files
with
29 additions
and
39 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
# 3) sudo apt install flatpak-builder | ||
# 4) Install engauge-specific github repo | ||
# cd $HOME | ||
# git clone [email protected]:flathub/io.github.markummitchell.Engauge_Digitizer.git | ||
# git clone [email protected]:flathub/io.github.markummitchell.Engauge_Digitizegit | ||
# 5) Running this script gives error about org.kde.Sdk/x86_64/5.11 not installed so | ||
# flatpak install flathub org.kde.Sdk | ||
# and pick the version option matching the error message | ||
|
@@ -45,7 +45,8 @@ | |
# + /usr/.../xdg-desktop-portal-kde & | ||
# + /usr/.../xdg-desktop-portal & (this connects later flatpak apps to KDE) | ||
# + flatpak run io.github.markummitchell.Engauge_Digitizer | ||
|
||
# 9) Got error 'Note that the directories .. are not in the search path set by XDG_DATA_DIRS environment variable' | ||
# fix: edit ~/.bashrc and do 'export XDG_DATA_DIRS=..:$XDG_DATA_DIRS' where .. are the missing directories | ||
if [[ -z $1 ]]; then | ||
echo "Usage: build_flathub <version>" | ||
exit | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
.download | ||
.local | ||
__pycache__ | ||
*.qm | ||
for* | ||
# DO NOT IGNORE qm FILES! THEY ARE REQUIRED FOR SNAP AND FLATPAK BUILDS IN THIS DIRECTORY SINCE bin/translations | ||
# DIRECTORY IS EXCLUDED FROM 'Source code (tar.gz)' FILE AUTOMATICALLY BUILT BY GITHUB FOR EACH NEW RELEASE SO | ||
# THE SNAP/FLATPAK BUILD SCRIPTS COPY THEM FROM THIS FILE |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters