Skip to content

Commit

Permalink
Update snapcraft.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: James Rose <92864596+RoseBlume@users.noreply.github.com>
  • Loading branch information
RoseBlume authored May 22, 2024
1 parent e36ca32 commit c4b0285
Showing 1 changed file with 7 additions and 41 deletions.
48 changes: 7 additions & 41 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
name: rosary # you probably want to 'snapcraft register <name>'
base: core22 # the base snap is the execution environment for this snap
version: '1.2.3' # just for humans, typically '1.2+git' or '1.3.2'
summary: Single-line elevator pitch for your amazing snap # 79 char long summary
name: jrosarybibleapp
base: core22
version: '1.2.3'
summary: A simple Bible app. # 79 char long summary
description: |
This is my-snap's description. You have a paragraph or two to tell the
most important story about your snap. Keep it under 100 words though,
we live in tweetspace and your description wants to look good in the snap
store.
A simple Bible app. This projects goal is to promote spiritual health, and to allow each person to study the bible and come to their own conclusion about their faith.
grade: stable # must be 'stable' to release into candidate/stable channels
confinement: strict # use 'strict' once you have the right plugs and slots
grade: stable
confinement: strict

architectures:
- build-on: amd64
Expand All @@ -31,39 +28,8 @@ parts:
sed -i -e "s|Icon=rosary|Icon=/usr/share/icons/hicolor/32x32/apps/rosary.png|g" usr/share/applications/rosary.desktop
organize:
usr/bin/rosary: bin/rosary
#usr/share/icons/hicolor/32x32/apps/rosary.png: rosary.png
stage-packages:
- libwebkit2gtk-4.1-0
- libglu1-mesa
#- libjavascriptcoregtk-4.1-0
- libsoup-3.0-0
- freeglut3
# - libssl-dev
#- libgtk-3-dev
#- libayatana-appindicator3-dev
#- librsvg2-dev
#webkit:
#plugin: dump
#source: http://security.debian.org/debian-security/pool/updates/main/w/webkit2gtk/libwebkit2gtk-4.0-37_2.44.1-1~deb12u1_amd64.deb
#source-type: deb
#stage-packages:
# - libxorg
# - libatk
# - libavif
# - libcairo
# #- libenchant
# #- libepoxy
# - libfontconfig
# #- libgbm
# #- libgdk
# #- libgstallocators
# #- libgstapp
# #- libgstaudio
# #- libgstbase
# #- libgstfft
# #- libgstgl
# #- libgstpbutils
# - libgstreamer
# #- libgsttag
# #- libgsttranscoder
#

0 comments on commit c4b0285

Please sign in to comment.