Drop custom qt5, use distro provided one.
This commit is contained in:
parent
49210e1ea4
commit
e2f59c7475
|
@ -33,56 +33,13 @@ apps:
|
||||||
plugs: *plugs
|
plugs: *plugs
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
desktop:
|
|
||||||
plugin: nil
|
|
||||||
source: https://github.com/ubuntu/snapcraft-desktop-helpers.git
|
|
||||||
desktop-qt5:
|
desktop-qt5:
|
||||||
source: https://github.com/ubuntu/snapcraft-desktop-helpers.git
|
source: https://github.com/ubuntu/snapcraft-desktop-helpers.git
|
||||||
source-subdir: qt
|
source-subdir: qt
|
||||||
plugin: make
|
plugin: make
|
||||||
make-parameters: ["FLAVOR=qt5"]
|
|
||||||
build-packages:
|
barrier:
|
||||||
- build-essential
|
source: .
|
||||||
- qtbase5-dev
|
|
||||||
- dpkg-dev
|
|
||||||
stage-packages:
|
|
||||||
- libxkbcommon0
|
|
||||||
- ttf-ubuntu-font-family
|
|
||||||
- dmz-cursor-theme
|
|
||||||
- light-themes
|
|
||||||
- adwaita-icon-theme
|
|
||||||
- gnome-themes-standard
|
|
||||||
- shared-mime-info
|
|
||||||
- libqt5gui5
|
|
||||||
- libgdk-pixbuf2.0-0
|
|
||||||
- libqt5svg5 # for loading icon themes which are svg
|
|
||||||
- try: [appmenu-qt5] # not available on core18
|
|
||||||
- locales-all
|
|
||||||
- xdg-user-dirs
|
|
||||||
- fcitx-frontend-qt5
|
|
||||||
qt5:
|
|
||||||
source: https://github.com/ubuntu/snapcraft-desktop-helpers.git
|
|
||||||
source-subdir: qt
|
|
||||||
plugin: make
|
|
||||||
make-parameters: ["FLAVOR=qt5"]
|
|
||||||
build-packages:
|
|
||||||
- qtbase5-dev
|
|
||||||
- dpkg-dev
|
|
||||||
stage-packages:
|
|
||||||
- libxkbcommon0
|
|
||||||
- ttf-ubuntu-font-family
|
|
||||||
- dmz-cursor-theme
|
|
||||||
- light-themes
|
|
||||||
- adwaita-icon-theme
|
|
||||||
- gnome-themes-standard
|
|
||||||
- shared-mime-info
|
|
||||||
- libqt5gui5
|
|
||||||
- libgdk-pixbuf2.0-0
|
|
||||||
- libqt5svg5 # for loading icon themes which are svg
|
|
||||||
- try: [appmenu-qt5] # not available on core18
|
|
||||||
- locales-all
|
|
||||||
barrier-kvm:
|
|
||||||
source: https://github.com/payomagic/barrier.git
|
|
||||||
plugin: cmake
|
plugin: cmake
|
||||||
build-packages:
|
build-packages:
|
||||||
- g++
|
- g++
|
||||||
|
|
Loading…
Reference in New Issue