Update snapcraft file
This commit is contained in:
parent
dc4d807846
commit
c97a000ee0
|
@ -2,16 +2,16 @@ name: reicast
|
||||||
version: "r7-svn"
|
version: "r7-svn"
|
||||||
summary: Reicast
|
summary: Reicast
|
||||||
description: |
|
description: |
|
||||||
Reicast is a Sega Dreamcas temulator. It is designed to run dreamcast games
|
Reicast is a Sega Dreamcast emulator. It is designed to run dreamcast games
|
||||||
and homebrew in x86, x64 and aarch64 based platforms.
|
and homebrew in x86, x64 and aarch64 based platforms.
|
||||||
grade: devel
|
grade: devel
|
||||||
icon: shell/linux/reicast.png
|
icon: shell/linux/reicast.png
|
||||||
confinement: devmode
|
confinement: strict
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
reicast:
|
reicast:
|
||||||
command: reicast
|
command: desktop-launch $SNAP/reicast
|
||||||
plugs: [home, alsa, opengl, x11]
|
plugs: [home, alsa, pulseaudio, opengl, x11, joystick, unity7]
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
reicast:
|
reicast:
|
||||||
|
@ -21,9 +21,10 @@ parts:
|
||||||
make-parameters: [ PREFIX= ]
|
make-parameters: [ PREFIX= ]
|
||||||
build-packages:
|
build-packages:
|
||||||
- build-essential
|
- build-essential
|
||||||
- libasound2
|
|
||||||
- libegl1-mesa-dev
|
|
||||||
- libgles2-mesa-dev
|
|
||||||
- libasound2-dev
|
- libasound2-dev
|
||||||
- mesa-common-dev
|
- libegl1-mesa-dev
|
||||||
- libgl1-mesa-dev
|
- libgl1-mesa-dev
|
||||||
|
- libgles2-mesa-dev
|
||||||
|
- mesa-common-dev
|
||||||
|
- pkg-config
|
||||||
|
after: [desktop-gtk2]
|
Loading…
Reference in New Issue