24 code results in Ubuntu/snappy-playpen

Python
texworks/parts/plugins/x-texlive.py
Showing the top four matches Last indexed Sep 23, 2016
3 from subprocess import Popen, PIPE
4
5 import snapcraft
6 from snapcraft.plugins import dump
7
8 class TexLivePlugin(snapcraft.plugins.dump.DumpPlugin):
9
10 def build(self):
11 super(dump.DumpPlugin, self).build()
12
13 # Install TexLive with the standard installer
YAML
jtiledownloader/snapcraft.yaml
Showing the top two matches Last indexed Sep 23, 2016
16 source: http://svn.openstreetmap.org/applications/utils/downloading/JTileDownloader/trunk/release/jTileDownloader-0-6-1.zip
17 plugin: dump
18 stage-packages: [gtk2-engines-murrine, light-themes, openjdk-8-jre]
19 launcher:
20 source: .
21 plugin: dump
22 organize:
23 launcher: bin/launcher
YAML
kpcli/snapcraft.yaml
Showing the top two matches Last indexed Sep 23, 2016
15 source: https://github.com/alecsammon/kpcli.git
16 plugin: dump
17 organize:
18 kpcli.pl: scripts/kpcli.pl
25 - libterm-shellui-perl
26 - libterm-readline-gnu-perl
27 - libclone-perl
28 launcher:
29 plugin: dump
30 source: .
31 organize:
32 run.sh: scripts/run.sh
YAML
openjdk-demo/snapcraft.yaml
Showing the top match Last indexed Sep 23, 2016
9 command: bin/FileChooserDemo.sh
10 plugs: [unity7, network, home]
11
12 parts:
13 openjdk-demo:
14 source: .
15 plugin: dump
YAML
tinyproxy/snapcraft.yaml
Showing the top match Last indexed Sep 23, 2016
9 command: ./launcher.sh
10 daemon: simple
11 plugs: [network, network-bind]
12
13 parts:
14 tinyproxy:
15 source: .
16 plugin: dump
17 stage-packages: [tinyproxy]
YAML
healthcheck-toolbox-example/snapcraft.yaml
Showing the top match Last indexed Oct 6, 2016
14 content: healthcheck-toolbox
15 read: [.]
16
17 parts:
18 tools:
19 source: .
20 plugin: dump
21 stage-packages:
22 - curl
YAML
hellomako/snapcraft.yaml
Showing the top match Last indexed Oct 17, 2016
16 - Mako==1.0.4
17 stage-packages:
18 - python3
19 hellomako-copy:
20 plugin: dump
21 source: bin
YAML
taskwarrior/snapcraft.yaml
Showing the top match Last indexed Oct 4, 2016
18 build-packages: [build-essential, uuid-dev, libgnutls-dev]
19 stage-packages: [libgnutls30, libstdc++6, libuuid1]
20 launcher:
21 plugin: dump
22 source: .
23 organize:
24 taskwarrior.sh: scripts/taskwarrior.sh
YAML
2048/snapcraft.yaml
Showing the top match Last indexed Sep 23, 2016
9 command: desktop-launch $SNAP/usr/lib/*/qt5/bin/qmlscene $SNAP/2048.qml
10 plugs: [unity7, opengl, x11]
11
12 parts:
13 game-2048:
14 plugin: dump
Markdown
gogs/README.md
Showing the top match Last indexed Nov 1, 2016
20 * not validated on all snap system
21 * build for oter archs (amd64 only right now)
22 * update boost to dump rather than copy