Skip to content

Commit

Permalink
build: update to core22 with gnome plug, remove duplicate plugs
Browse files Browse the repository at this point in the history
  • Loading branch information
extraymond committed Aug 25, 2024
1 parent bd3d5ad commit e696ef1
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: zotero-snap
title: Zotero
base: core20 # the base snap is the execution environment for this snap
base: core22 # the base snap is the execution environment for this snap
version: '7.0.2'
summary: Zotero helps you collect, organize, cite, and share research.
description: |
Expand All @@ -22,21 +22,19 @@ parts:
plugin: dump
source: https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=$SNAPCRAFT_PROJECT_VERSION
source-type: tar
stage-packages:
- libxt6
- libdbus-glib-1-2
# stage-packages:
# - libxt6
# - libdbus-glib-1-2

apps:
zotero-snap:
extensions: [gnome-3-38]
extensions: [gnome]
command: zotero
desktop: zotero-launch.desktop
plugs:
- desktop-legacy
- desktop
- home
- network-bind
- browser-support
- home
- removable-media
- cups-control
environment:
Expand Down

0 comments on commit e696ef1

Please sign in to comment.