~osomon/webbrowser-app/cannot-bookmark-empty-tab

« back to all changes in this revision

Viewing changes to snap/snapcraft.yaml

  • Committer: Olivier Tilloy
  • Author(s): Florian Boucault
  • Date: 2017-02-17 15:57:51 UTC
  • mfrom: (1616.1.1 embed_ui_extras)
  • Revision ID: olivier.tilloy@canonical.com-20170217155751-93e7vuqysbfum7v0
Snap: embed ubuntu-ui-extras by building it from source.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
    source: snap
71
71
    organize:
72
72
      webbrowser-app.launcher: bin/webbrowser-app.launcher
 
73
 
 
74
  # Temporarily embed ubuntu-ui-extras (built from trunk)
 
75
  # until it ships in the stable ubuntu-app-platform.
 
76
  ubuntu-ui-extras:
 
77
    plugin: cmake
 
78
    configflags: [-DCMAKE_INSTALL_PREFIX=/usr]
 
79
    source: http://code.launchpad.net/~phablet-team/ubuntu-ui-extras/trunk
 
80
    source-type: bzr
 
81
    build-packages:
 
82
      - gettext
 
83
      - pkg-config
 
84
      - qtbase5-dev
 
85
      - qtdeclarative5-dev
 
86
      - libexiv2-dev
 
87
    stage-packages:
 
88
      - libexiv2-14
 
89
    build-attributes: [no-system-libraries]