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
1=== removed directory 'setup'
2=== removed directory 'setup/gui'
3=== removed file 'setup/gui/libertine-manager-app.desktop'
4--- setup/gui/libertine-manager-app.desktop 2017-01-19 17:03:14 +0000
5+++ setup/gui/libertine-manager-app.desktop 1970-01-01 00:00:00 +0000
6@@ -1,6 +0,0 @@
7-[Desktop Entry]
8-Version=1.0
9-Name=Libertine Manager
10-Comment=GUI tool for classic application management
11-Exec=libertine-manager-app
12-Icon=$SNAP/usr/share/libertine/libertine_64.png
13
14=== modified file 'snapcraft.yaml'
15--- snapcraft.yaml 2017-01-20 13:28:29 +0000
16+++ snapcraft.yaml 2017-01-20 17:34:31 +0000
17@@ -7,8 +7,10 @@
18 grade: devel
19
20 apps:
21- libertine-launch:
22+ launch:
23 command: usr/bin/snap-runner.wrapper libertine-launch
24+ aliases:
25+ - libertine-launch
26 plugs:
27 - lxd
28 - network
29@@ -20,13 +22,18 @@
30 - opengl
31 - pulseaudio
32 - alsa
33- libertine-container-manager:
34+ container-manager:
35 command: usr/bin/snap-runner.wrapper libertine-container-manager
36+ aliases:
37+ - libertine-container-manager
38 plugs:
39 - lxd
40 - network
41- libertine-manager-app:
42+ manager-app:
43 command: usr/bin/snap-runner.wrapper libertine-manager-app
44+ desktop: usr/share/applications/libertine-manager-app.desktop
45+ aliases:
46+ - libertine-manager-app
47
48 # For debugging purposes
49 bash:

Subscribers

People subscribed via source and target branches