-
Notifications
You must be signed in to change notification settings - Fork 2
/
snapcraft.yaml
85 lines (80 loc) · 2.25 KB
/
snapcraft.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
name: olga
version: 2019.03.26
summary: FRET-based screening of conformations and experiment design
description: |
Olga is a program for the simulation of small probes flexibly coupled to biomolecules
and analysis of inter-label distance distributions. Olga can also calculate FRET
observables (apparent distances, FRET Efficiencies, etc).
confinement: strict
base: core18
parts:
olga:
plugin: dump
source: "."
source-type: local
stage-packages:
- libboost-system1.65.1
- libboost-date-time1.65.1
- libgomp1
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
desktop-qt5:
source: https://github.com/ubuntu/snapcraft-desktop-helpers.git
source-subdir: qt
plugin: make
make-parameters: ["FLAVOR=qt5"]
build-packages:
- build-essential
- 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
architectures:
- build-on: amd64
run-on: amd64
apps:
olga:
command: desktop-launch ${SNAP}/Olga
plugs:
- home
- unity7
- x11
- opengl
- pulseaudio
- wayland
- network
- desktop
- desktop-legacy
grade: stable