~dpm/qreator/snap

« back to all changes in this revision

Viewing changes to snapcraft.yaml

  • Committer: David Planella
  • Date: 2016-07-05 10:14:25 UTC
  • Revision ID: david.planella@ubuntu.com-20160705101425-t4y8x8p1voyneonp
Added initial snapcraft.yaml file

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
name: qreator
 
2
version: 0  # the version of the snap
 
3
summary: Create your own QR codes
 
4
description: |
 
5
  Qreator enables you to easily create your own QR codes to encode
 
6
  different types of information in an efficient, compact and cool way.
 
7
  Create and edit QR codes for text, links, locations and more!
 
8
confinement: devmode
 
9
 
 
10
apps:
 
11
    qreator:
 
12
        command: desktop-launcher qreator
 
13
 
 
14
parts:
 
15
    qreator:
 
16
        source: lp:qreator
 
17
        plugin: python2
 
18
        build-packages:
 
19
           - python-distutils-extra
 
20
        stage-packages:
 
21
           - python-distutils-extra
 
22
           - gir1.2-champlain-0.12
 
23
           - geoclue-hostip
 
24
           - gir1.2-clutter-1.0
 
25
           - gir1.2-gdkpixbuf-2.0
 
26
           - gir1.2-glib-2.0
 
27
           - gir1.2-gtk-3.0
 
28
           - gir1.2-gtkchamplain-0.12
 
29
           - gir1.2-gtkclutter-1.0
 
30
           - gir1.2-networkmanager-1.0
 
31
           - gnome-icon-theme-symbolic
 
32
           - python-cairo
 
33
           - python-dbus
 
34
           - python-defer
 
35
           - python-gi-cairo
 
36
           - python-requests
 
37
           - python-vobject
 
38
           - python-xdg
 
39
        after: [desktop/gtk3, pyqrencode]
 
40
    pyqrencode:
 
41
        source: https://github.com/Arachnid/pyqrencode.git
 
42
        plugin: python2
 
43
        build-packages:
 
44
           - python-all-dev
 
45
           - python-setuptools
 
46
           - libqrencode-dev