Merge lp:~larryprice/libertine/snap-aliases into lp:libertine

Proposed by Larry Price
Status: Merged
Approved by: Christopher Townsend
Approved revision: 335
Merged at revision: 383
Proposed branch: lp:~larryprice/libertine/snap-aliases
Merge into: lp:libertine
Diff against target: 49 lines (+10/-9)
2 files modified
setup/gui/libertine-manager-app.desktop (+0/-6)
snapcraft.yaml (+10/-3)
To merge this branch: bzr merge lp:~larryprice/libertine/snap-aliases
Reviewer Review Type Date Requested Status
Christopher Townsend Approve
Libertine CI Bot continuous-integration Approve
Review via email: mp+315252@code.launchpad.net

Commit message

Update snap definition to include aliases, renamed commands, and internal desktop file.

Description of the change

Update snap definition to include aliases, renamed commands, and internal desktop file.

To post a comment you must log in.
Revision history for this message
Libertine CI Bot (libertine-ci-bot) wrote :

PASSED: Continuous integration, rev:335
https://jenkins.canonical.com/libertine/job/lp-libertine-ci/340/
Executed test runs:
    SUCCESS: https://jenkins.canonical.com/libertine/job/build/668
    SUCCESS: https://jenkins.canonical.com/libertine/job/test-0-autopkgtest/label=amd64,release=xenial+overlay,testname=default/548
    SUCCESS: https://jenkins.canonical.com/libertine/job/test-0-autopkgtest/label=amd64,release=zesty,testname=default/548
    SUCCESS: https://jenkins.canonical.com/libertine/job/test-0-autopkgtest/label=i386,release=xenial+overlay,testname=default/548
    SUCCESS: https://jenkins.canonical.com/libertine/job/test-0-autopkgtest/label=i386,release=zesty,testname=default/548
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-0-fetch/678
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=amd64,release=xenial+overlay/659
        deb: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=amd64,release=xenial+overlay/659/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=amd64,release=zesty/659
        deb: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=amd64,release=zesty/659/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=i386,release=xenial+overlay/659
        deb: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=i386,release=xenial+overlay/659/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=i386,release=zesty/659
        deb: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=i386,release=zesty/659/artifact/output/*zip*/output.zip

Click here to trigger a rebuild:
https://jenkins.canonical.com/libertine/job/lp-libertine-ci/340/rebuild

review: Approve (continuous-integration)
Revision history for this message
Christopher Townsend (townsend) wrote :

Ok, looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== removed directory 'setup'
=== removed directory 'setup/gui'
=== removed file 'setup/gui/libertine-manager-app.desktop'
--- setup/gui/libertine-manager-app.desktop 2017-01-19 17:03:14 +0000
+++ setup/gui/libertine-manager-app.desktop 1970-01-01 00:00:00 +0000
@@ -1,6 +0,0 @@
1[Desktop Entry]
2Version=1.0
3Name=Libertine Manager
4Comment=GUI tool for classic application management
5Exec=libertine-manager-app
6Icon=$SNAP/usr/share/libertine/libertine_64.png
70
=== modified file 'snapcraft.yaml'
--- snapcraft.yaml 2017-01-20 13:28:29 +0000
+++ snapcraft.yaml 2017-01-20 17:34:31 +0000
@@ -7,8 +7,10 @@
7grade: devel7grade: devel
88
9apps:9apps:
10 libertine-launch:10 launch:
11 command: usr/bin/snap-runner.wrapper libertine-launch11 command: usr/bin/snap-runner.wrapper libertine-launch
12 aliases:
13 - libertine-launch
12 plugs:14 plugs:
13 - lxd15 - lxd
14 - network16 - network
@@ -20,13 +22,18 @@
20 - opengl22 - opengl
21 - pulseaudio23 - pulseaudio
22 - alsa24 - alsa
23 libertine-container-manager:25 container-manager:
24 command: usr/bin/snap-runner.wrapper libertine-container-manager26 command: usr/bin/snap-runner.wrapper libertine-container-manager
27 aliases:
28 - libertine-container-manager
25 plugs:29 plugs:
26 - lxd30 - lxd
27 - network31 - network
28 libertine-manager-app:32 manager-app:
29 command: usr/bin/snap-runner.wrapper libertine-manager-app33 command: usr/bin/snap-runner.wrapper libertine-manager-app
34 desktop: usr/share/applications/libertine-manager-app.desktop
35 aliases:
36 - libertine-manager-app
3037
31 # For debugging purposes38 # For debugging purposes
32 bash:39 bash:

Subscribers

People subscribed via source and target branches