Skip to content

Commit

Permalink
#1306 snap: fix not found git issue for release snap
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Jan 20, 2024
1 parent 4734b64 commit 0367a92
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build-systems/snap/snapcraft/snapcraft.yaml
Expand Up @@ -18,6 +18,13 @@ apps:
environment:
DISABLE_WAYLAND: 1
QT_QPA_PLATFORMTHEME: gtk3
GIT_EXEC_PATH: $SNAP/usr/lib/git-core
GIT_TEMPLATE_DIR: $SNAP/usr/share/git-core/templates
GIT_AUTHOR_NAME: "QOwnNotes"
GIT_AUTHOR_EMAIL: "snap@qownnotes.git"
GIT_COMMITTER_NAME: "QOwnNotes"
GIT_COMMITTER_EMAIL: "snap@qownnotes.git"
EMAIL: "snap@qownnotes.git"
# see https://docs.snapcraft.io/reference/interfaces
plugs:
- x11
Expand Down Expand Up @@ -95,6 +102,7 @@ parts:
- libqt5websockets5
- libqt5x11extras5
- qtwayland5
- git-core
stage:
- -usr/share/pkgconfig
after: [desktop-qt5]
Expand Down

0 comments on commit 0367a92

Please sign in to comment.