Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

Commit

Permalink
Remove dedicated launcher
Browse files Browse the repository at this point in the history
Those variables export aren't needed. Simplify by removing custom launcher.
The pulseaudio plugs enable that features and we don't need any library copy
for this anymore.
  • Loading branch information
didrocks committed Jul 5, 2016
1 parent ba90ae4 commit 02814e1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
1 change: 0 additions & 1 deletion scummvm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
This project creates a working snap of ScummVM.

To get this done, we need to do the following:
- add custom launcher
- build from current git

## Current state
Expand Down
4 changes: 0 additions & 4 deletions scummvm/scummvm-launcher

This file was deleted.

7 changes: 1 addition & 6 deletions scummvm/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,10 @@ confinement: strict

apps:
scummvm:
command: bin/scummvm-launcher
command: scummvm
plugs: [x11, home, pulseaudio]

parts:
launcher:
plugin: copy
files:
scummvm-launcher: bin/scummvm-launcher
scummvm:
source: https://github.com/scummvm/scummvm.git
plugin: autotools
Expand Down Expand Up @@ -58,7 +54,6 @@ parts:
- libmpeg2-4
- libogg0
- libpng12-0
- libpulse0
- libsdl1.2debian
- libsndio6.1
- libstdc++6
Expand Down

0 comments on commit 02814e1

Please sign in to comment.