Snapcraft: Add .desktop path
This commit is contained in:
parent
bcdf38da0a
commit
35ef2337fa
|
@ -12,6 +12,7 @@ apps:
|
||||||
reicast:
|
reicast:
|
||||||
command: desktop-launch $SNAP/bin/reicast
|
command: desktop-launch $SNAP/bin/reicast
|
||||||
plugs: [home, alsa, pulseaudio, opengl, x11, joystick, unity7]
|
plugs: [home, alsa, pulseaudio, opengl, x11, joystick, unity7]
|
||||||
|
desktop: share/applications/reicast.desktop
|
||||||
joyconfig:
|
joyconfig:
|
||||||
command: desktop-launch $SNAP/bin/reicast-joyconfig
|
command: desktop-launch $SNAP/bin/reicast-joyconfig
|
||||||
plugs: [home, joystick]
|
plugs: [home, joystick]
|
||||||
|
@ -23,6 +24,7 @@ parts:
|
||||||
python-packages:
|
python-packages:
|
||||||
- evdev
|
- evdev
|
||||||
source: .
|
source: .
|
||||||
|
|
||||||
reicast:
|
reicast:
|
||||||
source: .
|
source: .
|
||||||
source-subdir: shell/linux
|
source-subdir: shell/linux
|
||||||
|
@ -36,4 +38,6 @@ parts:
|
||||||
- libgles2-mesa-dev
|
- libgles2-mesa-dev
|
||||||
- mesa-common-dev
|
- mesa-common-dev
|
||||||
- pkg-config
|
- pkg-config
|
||||||
|
stage-packages:
|
||||||
|
- libevdev2
|
||||||
after: [desktop-gtk2]
|
after: [desktop-gtk2]
|
||||||
|
|
Loading…
Reference in New Issue