Skip to content

Commit 9f20c9d

Browse files
authored
Merge pull request #7 from NucciTheBoss/update-1
Updates to marktext snap
2 parents 98e4d83 + 99fd34f commit 9f20c9d

File tree

2 files changed

+4
-53
lines changed

2 files changed

+4
-53
lines changed

README.md

Lines changed: 1 addition & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -33,55 +33,10 @@ distributions.</p>
3333

3434
([Don't have snapd installed?](https://snapcraft.io/docs/core/install))
3535

36-
## Remaining tasks
37-
38-
Snapcrafters ([join us](https://forum.snapcraft.io/t/snapcrafters-reboot/24625)) are working to land snap install documentation and the [snapcraft.yaml](https://github.com/snapcrafters/fork-and-rename-me/blob/master/snap/snapcraft.yaml) upstream so [Project] can authoritatively publish future releases.
39-
40-
- [x] Click the green "Use this template" button above to create a new repository based on this template
41-
- [x] Give the newly created repository a sensible name, like `godzilla` if you're snapping the Godzilla software (*Note: Do not use `snap` in this name.*)
42-
- [x] Update the description of the repository to `Unofficial snap for [Project]`
43-
- [x] Update logos and references to `[Project]` and `[my-snap-name]`
44-
- [X] Create a snap that runs in `devmode`
45-
- [X] Convert the snap to `strict` confinement, or `classic` confinement if it qualifies
46-
- [X] Register the snap in the store, **using the preferred upstream name**
47-
- [X] Add a screenshot to this `README.md`
48-
- [X] Add install instructions to this `README.md`
49-
- [X] Update snap store metadata, icons and screenshots
50-
- [X] Publish the confined snap in the Snap store beta channel
51-
- [X] Update the install instructions in this `README.md`
52-
- [X] Post a call for testing in the Snapcraft Forum ["Snapcrafters" category](https://forum.snapcraft.io/c/snapcrafters/23) - [link]()
53-
- [X] Add the Snapcraft store account (snap-advocacy@canonical.com) as a collaborator to your snap in the [Dashboard](https://dashboard.snapcraft.io) and ask a [Snapcrafters admin](https://github.com/orgs/snapcrafters/people?query=%20role%3Aowner) to accept this request
54-
- [X] Fix all important issues found during testing
55-
- [X] Make a post in the Snapcraft Forum ["store-requests" category](https://forum.snapcraft.io/c/store-requests/19) asking for a transfer of the snap name from you to Snapcrafters - [link]()
56-
- [X] Ask a [Snapcrafters admin](https://github.com/orgs/snapcrafters/people?query=%20role%3Aowner) to fork your repo into github.com/snapcrafters, and configure the repo for automatic publishing into edge on commit
57-
- [X] Add the provided Snapcraft build badge to this `README.md`
58-
- [X] Publish the snap in the Snap store stable channel
59-
- [X] Update the install instructions in this `README.md`
60-
- [X] Post an announcement in the Snapcraft Forum ["Snapcrafters" category](https://forum.snapcraft.io/c/snapcrafters/23) - [link]()
61-
- [ ] Ask the Snap Advocacy team to celebrate the snap - [link]()
62-
- [ ] Submit a pull request or patch upstream that adds snap install documentation - [link]()
63-
- [ ] Ask upstream if they are interested in maintaining the Snap. If they are:
64-
- [ ] Fork the upstream project, add the snap build files and required assets/launchers to that repo and submit a pull request or patch - [link]()
65-
- [ ] Add upstream contact information to the `README.md`
66-
- If upstream accept the PR:
67-
- [ ] Request upstream create a Snap store account
68-
- [ ] Add upstream account as a collaborator on the snap
69-
- [ ] Contact the Snap Advocacy team to request the snap be transferred to upstream
70-
71-
If you have any questions, [post in the Snapcraft forum](https://forum.snapcraft.io).
72-
36+
> The upstream marktext repository/alternative downloads can be located [here](https://github.com/marktext/marktext).
7337
7438
## The Snapcrafters
7539

7640
| [![Jason C. Nucciarone](https://s.gravatar.com/avatar/00c5a27b2478f8194fcd3221f8be7463?s=128)](https://github.com/NucciTheBoss/) |
7741
| :---: |
7842
| [Jason C. Nucciarone](https://github.com/NucciTheBoss/) |
79-
80-
81-
<!-- Uncomment and modify this when you have upstream contacts
82-
## Upstream
83-
84-
| [![Upstream Name](https://gravatar.com/avatar/bc0bced65e963eb5c3a16cab8b004431?s=128)](https://github.com/upstreamname) |
85-
| :---: |
86-
| [Upstream Name](https://github.com/upstreamname) |
87-
-->

snap/snapcraft.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ description: |
2121
base: core20
2222
grade: stable
2323
confinement: strict
24+
compression: lzo
2425

2526
architectures:
2627
- build-on: amd64
@@ -68,17 +69,12 @@ apps:
6869
- shmem
6970
- gsettings
7071
- home
71-
- login-session-observe
7272
- network
73-
- network-bind
7473
- opengl
75-
- pulseaudio
76-
- audio-playback
77-
- audio-record
7874
- removable-media
79-
- screen-inhibit-control
8075
- unity7
81-
- camera
76+
- wayland
77+
- x11
8278

8379
plugs:
8480
shmem:

0 commit comments

Comments
 (0)