Skip to content

Commit

Permalink
chore: Updated to latest stable release, 4.1.0 (#5)
Browse files Browse the repository at this point in the history
* chore: Updated to latest stable release, 4.1.0

* Fixed icon path
  • Loading branch information
kenvandine authored Feb 7, 2025
1 parent caca1c6 commit c9ce8de
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,15 @@ parts:
gnome-nibbles:
source: https://gitlab.gnome.org/GNOME/gnome-nibbles.git
source-type: git
source-tag: 3.38.2
source-tag: 4.1.0
plugin: meson
meson-parameters:
- --prefix=/usr
parse-info: [usr/share/metainfo/org.gnome.Nibbles.appdata.xml]
override-pull: |
craftctl default
for i in $CRAFT_PROJECT_DIR/patches/*.diff; do
patch -p1 < $i
done
build-packages:
- libgnome-games-support-1-dev
stage-packages:
- libgnome-games-support-1-3
override-pull: |
craftctl default
sed -i 's|Icon=org.gnome.Nibbles|Icon=${SNAP}/usr/share/icons/hicolor/scalable/apps/org.gnome.Nibbles.svg|g' data/org.gnome.Nibbles.desktop.in

0 comments on commit c9ce8de

Please sign in to comment.