mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/jin: VERSION override, 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
f4724414a8
commit
d3d0a09e27
2 changed files with 2 additions and 3 deletions
|
@ -30,7 +30,7 @@
|
|||
set -e
|
||||
|
||||
PRGNAM=jin
|
||||
VERSION=2.14.1
|
||||
VERSION=${VERSION:-2.14.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=Jin Chess
|
||||
GenericName=Chess Client
|
||||
Comment=Graphical Client for Chess Servers
|
||||
|
@ -8,4 +7,4 @@ Path=/usr/share/lib/jin
|
|||
Icon=/usr/share/pixmaps/jin.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Game;Games;BoardGame
|
||||
Categories=Game;BoardGame;
|
||||
|
|
Loading…
Reference in a new issue