Skip to content

Commit

Permalink
Merge pull request #2 from hellsworth/updates
Browse files Browse the repository at this point in the history
Remove unnecessary helpers part and add tag
  • Loading branch information
Heather Ellsworth authored Dec 1, 2021
2 parents 388c5df + 0026f7e commit d5d1f71
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,10 @@ apps:
desktop: usr/share/applications/org.gnome.Tetravex.desktop

parts:
desktop-gnome-platform:
source: https://github.com/ubuntu/snapcraft-desktop-helpers.git
source-subdir: gtk
plugin: make
make-parameters: ["FLAVOR=gtk3"]
build-packages:
- build-essential
- libgtk-3-dev
override-build: |
snapcraftctl build
mkdir -pv $SNAPCRAFT_PART_INSTALL/gnome-platform
gnome-tetravex:
after: [desktop-gnome-platform]
source: https://gitlab.gnome.org/GNOME/gnome-tetravex.git
source-type: git
source-tag: '3.38.2'
override-pull: |
snapcraftctl pull
snapcraftctl set-version $(git describe --tags --abbrev=10)
Expand Down

0 comments on commit d5d1f71

Please sign in to comment.