mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/OpenJK: Make .desktop validate.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
180c3e5a95
commit
8128b6b3cc
3 changed files with 6 additions and 9 deletions
|
@ -1,9 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Encoding=UTF-8
|
||||
Name=Jedi Academy (Multi)
|
||||
Comment=A Linux port of Star Wars Jedi Knight: Jedi Academy
|
||||
Icon=OpenJK-academy.png
|
||||
Icon=OpenJK-academy
|
||||
Exec=/opt/JediAcademy/openjk.TARGETARCH
|
||||
Terminal=false
|
||||
Categories=Application;Game;
|
||||
Categories=Game;
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Encoding=UTF-8
|
||||
Name=Jedi Academy (Single)
|
||||
Comment=A Linux port of Star Wars Jedi Knight: Jedi Academy
|
||||
Icon=OpenJK-academy.png
|
||||
Icon=OpenJK-academy
|
||||
Exec=/opt/JediAcademy/openjk_sp.TARGETARCH
|
||||
Terminal=false
|
||||
Categories=Application;Game;
|
||||
Categories=Game;
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Encoding=UTF-8
|
||||
Name=Jedi Outcast (Single)
|
||||
Comment=A Linux port of Star Wars Jedi Knight II: Jedi Outcast
|
||||
Icon=OpenJK-outcast.png
|
||||
Icon=OpenJK-outcast
|
||||
Exec=/opt/JediOutcast/openjo_sp.TARGETARCH
|
||||
Terminal=false
|
||||
Categories=Application;Game;
|
||||
Categories=Game;
|
||||
|
|
Loading…
Reference in a new issue