mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 10:50:23 +08:00
add glib for gsettings
This commit is contained in:
parent
2f9c0300c2
commit
dd173f519a
@ -90,6 +90,41 @@ parts:
|
|||||||
after:
|
after:
|
||||||
- mytools
|
- mytools
|
||||||
|
|
||||||
|
glib-only:
|
||||||
|
source: https://github.com/ubuntu/snapcraft-desktop-helpers.git
|
||||||
|
source-subdir: glib-only
|
||||||
|
plugin: make
|
||||||
|
build-packages:
|
||||||
|
- libglib2.0-dev
|
||||||
|
stage-packages:
|
||||||
|
- libglib2.0-bin
|
||||||
|
desktop-gtk2:
|
||||||
|
source: .
|
||||||
|
source-subdir: gtk
|
||||||
|
plugin: make
|
||||||
|
make-parameters: ["FLAVOR=gtk2"]
|
||||||
|
build-packages:
|
||||||
|
- build-essential
|
||||||
|
- libgtk2.0-dev
|
||||||
|
stage-packages:
|
||||||
|
- libxkbcommon0 # XKB_CONFIG_ROOT
|
||||||
|
- ttf-ubuntu-font-family
|
||||||
|
- dmz-cursor-theme
|
||||||
|
- light-themes
|
||||||
|
- adwaita-icon-theme
|
||||||
|
- gnome-themes-standard
|
||||||
|
- shared-mime-info
|
||||||
|
- libgtk2.0-0
|
||||||
|
- libgdk-pixbuf2.0-0
|
||||||
|
- libglib2.0-bin
|
||||||
|
- libgtk2.0-bin
|
||||||
|
- unity-gtk2-module
|
||||||
|
- locales-all
|
||||||
|
- libappindicator1
|
||||||
|
- xdg-user-dirs
|
||||||
|
- ibus-gtk
|
||||||
|
- libibus-1.0-5
|
||||||
|
|
||||||
qt5-gtk-platform:
|
qt5-gtk-platform:
|
||||||
plugin: nil
|
plugin: nil
|
||||||
stage-packages:
|
stage-packages:
|
||||||
|
Loading…
Reference in New Issue
Block a user