diff options
| author | Ted Gould <ted@gould.cx> | 2016-06-20 17:47:12 +0000 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2016-06-20 17:47:12 +0000 |
| commit | d0d3798c68ffc6fe7da70ff3ba22a36f163ee524 (patch) | |
| tree | c95e5bdf6e62db130db2460bc0bffd84253a89e2 | |
| parent | Try binreloc (diff) | |
| download | inkscape-d0d3798c68ffc6fe7da70ff3ba22a36f163ee524.tar.gz inkscape-d0d3798c68ffc6fe7da70ff3ba22a36f163ee524.zip | |
Add in the gtklaunch tool
(bzr r14950.1.3)
| -rw-r--r-- | snapcraft.yaml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml index 99a1ee7af..41d43cd3c 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -24,9 +24,12 @@ parts: plugin: copy files: snapcraft.sh: snapcraft.sh + gtklaunch: + plugin: make + source: https://github.com/dplanella/gtkconf.git apps: inkscape: - command: snapcraft.sh inkscape + command: snapcraft.sh gtk-launch inkscape viewer: - command: snapcraft.sh inkview + command: snapcraft.sh gtk-launch inkview |
