diff options
Diffstat (limited to 'AppImage/gtk.yml')
-rwxr-xr-x | AppImage/gtk.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/AppImage/gtk.yml b/AppImage/gtk.yml index 158ccce..d49e308 100755 --- a/AppImage/gtk.yml +++ b/AppImage/gtk.yml @@ -8,6 +8,10 @@ union: true ingredients: packages: - sciteco-gtk + exclude: + # pkg2appimage blacklists Gtk, Pango and other libs from the GNOME stack, + # so excluding glib as well should actually improve portability. + - libglib2.0-0 dist: focal sources: - deb http://archive.ubuntu.com/ubuntu/ focal main universe |