Removed 'Version' keys, which according to
http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s05.html is the version of the desktop specification, NOT the version of the application (and it is optional). git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10206 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
478e524864
commit
59d76d5a62
@ -22,4 +22,4 @@ dist_icon_DATA = supertuxkart_32.xpm supertuxkart_64.xpm
|
|||||||
EXTRA_DIST = supertuxkart_desktop.template
|
EXTRA_DIST = supertuxkart_desktop.template
|
||||||
CLEANFILES = supertuxkart.desktop
|
CLEANFILES = supertuxkart.desktop
|
||||||
supertuxkart.desktop: Makefile supertuxkart_desktop.template
|
supertuxkart.desktop: Makefile supertuxkart_desktop.template
|
||||||
sed 's#PREFIX#$(prefix)#' $(srcdir)/supertuxkart_desktop.template|sed 's#VERSION#@VERSION@#' >supertuxkart.desktop
|
sed 's#PREFIX#$(prefix)#' $(srcdir)/supertuxkart_desktop.template' >supertuxkart.desktop
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Encoding=UTF-8
|
Encoding=UTF-8
|
||||||
Name=SuperTuxKart
|
Name=SuperTuxKart
|
||||||
Version=VERSION
|
|
||||||
Icon=PREFIX/share/pixmaps/supertuxkart_64.xpm
|
Icon=PREFIX/share/pixmaps/supertuxkart_64.xpm
|
||||||
GenericName=A kart racing game
|
GenericName=A kart racing game
|
||||||
GenericName[de_DE]=Ein Kart-Rennspiel
|
GenericName[de_DE]=Ein Kart-Rennspiel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user