Skip to content

Commit

Permalink
Merge pull request #3 from cmatsuoka/update-core22
Browse files Browse the repository at this point in the history
Add home plug and update to base core22
  • Loading branch information
lengau committed Jan 30, 2024
2 parents 9657a1b + 07a6a13 commit 22ce92a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mosaic
version: "2.7"
base: core20
base: core22
summary: NCSA Mosaic
description: |
This is NCSA Mosaic 2.7, one of the first graphical web browsers.
Expand All @@ -11,6 +11,7 @@ apps:
mosaic:
command: Mosaic
plugs:
- home
- network
- x11

Expand Down Expand Up @@ -46,4 +47,4 @@ parts:
- libxt6
override-build: |
make linux
install -m755 src/Mosaic "$SNAPCRAFT_PART_INSTALL"/Mosaic
install -m755 src/Mosaic "$CRAFT_PART_INSTALL"/Mosaic

0 comments on commit 22ce92a

Please sign in to comment.