Skip to content

Commit c134334

Browse files
committed
snapcraft.yaml: Update stage-packages
Clean up the stage-packages: to drop any unnecessary libraries and ensure all required libraries to maintain ABI compatibility are bundled in the snap.
1 parent e91b073 commit c134334

1 file changed

Lines changed: 8 additions & 12 deletions

File tree

resources/linux/snap/snapcraft.yaml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,22 @@ parts:
2424
plugin: dump
2525
source: .
2626
stage-packages:
27+
- fcitx-frontend-gtk3
28+
- gvfs-libs
2729
- libasound2
28-
- libc++1
30+
- libgconf-2-4
31+
- libglib2.0-bin
32+
- libgnome-keyring0
33+
- libgtk-3-0
2934
- libnotify4
3035
- libnspr4
3136
- libnss3
3237
- libpcre3
3338
- libpulse0
39+
- libsecret-1-0
3440
- libxss1
3541
- libxtst6
36-
- libxkbcommon0
37-
- libgtk-3-0
38-
- libgdk-pixbuf2.0-0
39-
- libglib2.0-bin
40-
- unity-gtk2-module
41-
- libappindicator1
42-
- xdg-user-dirs
43-
- libsecret-1-0
44-
# TODO@joao @Tyriar check these deps
45-
# - libatomic1
46-
# - libgtk2.0-bin
42+
- zlib1g
4743
prime:
4844
- -usr/share/dh-python
4945

0 commit comments

Comments
 (0)