Skip to content

Commit 7c07949

Browse files
committed
snap: move desktop state-packages to desktop-gtk3
Using composition, in this way we'll generate the cache on startup. While snapcraft will avoid to redownload and process all the dependencies.
1 parent e11711d commit 7c07949

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

snap/snapcraft.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ parts:
107107
cp -av $SNAPCRAFT_STAGE/../snap $SNAPCRAFT_PART_SRC
108108
stage-packages:
109109
- xauth
110-
- libappindicator3-1
111-
- gnome-icon-theme
112110
build-packages:
113111
- intltool
114112
- libappindicator3-dev
@@ -148,6 +146,9 @@ parts:
148146

149147
# Removing files that are accessible thanks to desktop plug
150148
desktop-gtk3:
149+
stage-packages:
150+
- gnome-icon-theme
151+
- libappindicator3-1
151152
stage:
152153
- -./usr/share/fonts/**
153154
install: |

0 commit comments

Comments
 (0)