~dpm/qreator/snap

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
name: qreator
version: 0  # the version of the snap
summary: Create your own QR codes
description: |
  Qreator enables you to easily create your own QR codes to encode
  different types of information in an efficient, compact and cool way.
  Create and edit QR codes for text, links, locations and more!
confinement: devmode

apps:
    qreator:
        command: desktop-launcher qreator

parts:
    qreator:
        source: lp:qreator
        plugin: python2
        build-packages:
           - python-distutils-extra
        stage-packages:
           - python-distutils-extra
           - gir1.2-champlain-0.12
           - geoclue-hostip
           - gir1.2-clutter-1.0
           - gir1.2-gdkpixbuf-2.0
           - gir1.2-glib-2.0
           - gir1.2-gtk-3.0
           - gir1.2-gtkchamplain-0.12
           - gir1.2-gtkclutter-1.0
           - gir1.2-networkmanager-1.0
           - gnome-icon-theme-symbolic
           - python-cairo
           - python-dbus
           - python-defer
           - python-gi-cairo
           - python-requests
           - python-vobject
           - python-xdg
        after: [desktop/gtk3, pyqrencode]
    pyqrencode:
        source: https://github.com/Arachnid/pyqrencode.git
        plugin: python2
        build-packages:
           - python-all-dev
           - python-setuptools
           - libqrencode-dev