~cmiller/+junk/gcsnap

« back to all changes in this revision

Viewing changes to snapcraft.yaml

  • Committer: Jamie Strandboge
  • Date: 2016-08-23 20:52:32 UTC
  • Revision ID: jamie@ubuntu.com-20160823205232-mjagjylzfpdg2yew
don't ship snapcraft.yaml after all

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
name: chrome
2
 
version: 52.0.2743.116-1+jdstrand10
3
 
summary: The web browser from Google
4
 
description: |
5
 
  Google Chrome is a browser that combines a minimal design with
6
 
  sophisticated technology to make the web faster, safer, and easier
7
 
confinement: strict
8
 
 
9
 
apps:
10
 
  chrome:
11
 
    command: desktop-launch $SNAP/bin/gcenv $SNAP/opt/google/chrome/google-chrome --disable-setuid-sandbox
12
 
    plugs:
13
 
      - browser-sandbox
14
 
      - camera
15
 
      - gsettings
16
 
      - home
17
 
      - network
18
 
      - opengl
19
 
      - pulseaudio
20
 
      - unity7
21
 
  sh:
22
 
    command: desktop-launch $SNAP/bin/gcenv $SNAP/bin/sh
23
 
    plugs:
24
 
      - browser-sandbox
25
 
      - camera
26
 
      - gsettings
27
 
      - home
28
 
      - network
29
 
      - opengl
30
 
      - pulseaudio
31
 
      - unity7
32
 
 
33
 
plugs:
34
 
  browser-sandbox:
35
 
    interface: browser-support
36
 
    allow-sandbox: true
37
 
 
38
 
parts:
39
 
  deps:
40
 
    plugin: nil
41
 
    stage-packages: [ ltrace, strace, libgl1-mesa-glx, libgl1-mesa-dri, libexif12, fontconfig, fonts-dejavu, xfonts-base, xfonts-encodings, xfonts-scalable, xfonts-utils, ttf-bitstream-vera, ttf-ubuntu-font-family, xserver-xorg-video-intel, libpulse0, hicolor-icon-theme, gconf-service, libasound2 , libatk1.0-0 , libc6 , libcairo2 , libcups2 , libdbus-1-3 , libexpat1 , libfontconfig1 , libfreetype6 , libgcc1 , libgconf-2-4 , libgdk-pixbuf2.0-0 , libglib2.0-0 , libgtk2.0-0 , libnspr4 , libnss3 , libpango1.0-0 , libstdc++6 , libx11-6 , libxcomposite1 , libxcursor1 , libxdamage1 , libxext6, libxfixes3, libxi6 , libxrandr2 , libxrender1, libxss1, libxtst6, ca-certificates, fonts-liberation, libappindicator1, libcurl3, lsb-base , xdg-utils , wget ]
42
 
  deb:
43
 
    plugin: dump
44
 
    source: pkg-root/
45
 
    after: [desktop/gtk3]