Skip to content

Commit

Permalink
[snap] Don't stage glib for XFCE terminal.
Browse files Browse the repository at this point in the history
  • Loading branch information
luis4a0 committed Aug 9, 2023
1 parent 2220a61 commit 1762b26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,12 +289,13 @@ parts:

terminal:
plugin: nil
build-packages:
- libglib2.0-0
stage-packages:
- xfce4-terminal
- dmz-cursor-theme
- libgdk-pixbuf2.0-bin # GDK pixbuf
- fonts-freefont-ttf
- libglib2.0-0
override-build: |
craftctl default
update-mime-database $CRAFT_PART_INSTALL/usr/share/mime
Expand All @@ -306,6 +307,7 @@ parts:
- -usr/share/doc
organize:
usr/bin/xfce4-terminal.wrapper: bin/x-terminal-emulator
/usr/lib/x86_64-linux-gnu/glib-2.0/glib-compile-schemas: usr/lib/x86_64-linux-gnu/glib-2.0/

glue:
plugin: dump
Expand Down

0 comments on commit 1762b26

Please sign in to comment.