Skip to content

Commit

Permalink
Update Snapcraft.yaml to version 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyaDghosh committed Jul 15, 2024
1 parent 98ecebb commit efa49bf
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
name: newsflash
base: core24
version: '3.3.1'
version: '3.3.2'
adopt-info: newsflash
# architectures:
# - build-on: amd64
# - build-on: arm64
# - build-on: armhf

license: GPL-3.0
compression: lzo
source-code: https://gitlab.com/news_flash/news_flash_gtk.git
issues: https://github.com/soumyaDghosh/newsflash-snap/issues
grade: stable
confinement: strict
confinement: strict
platformss:
amd64:
arm64:
armhf:

layout:
/usr/lib/x86_64-linux-gnu/webkitgtk-6.0:
Expand All @@ -25,12 +22,6 @@ slots:
name: io.gitlab.news_flash.NewsFlash

parts:
deps:
plugin: nil
stage-packages:
- vulkan-tools
prime:
- usr/bin/vulkaninfo
blueprint-compiler:
source: https://gitlab.gnome.org/jwestman/blueprint-compiler.git
source-tag: 'v0.12.0'
Expand All @@ -45,7 +36,7 @@ parts:
rustup:
plugin: rust
source: .
rust-channel: "1.76"
rust-channel: "1.78"
override-build: ""
override-prime: ""

Expand Down

0 comments on commit efa49bf

Please sign in to comment.