Added wesnoth.desktop as EXTRA_DIST to include it always in "make dist"
added Catalan translation to wesnoth.desktop
This commit is contained in:
parent
b8763a6d54
commit
13865c5b2a
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
EXTRA_DIST = wesnoth.desktop
|
||||
|
||||
if GNOME1
|
||||
gnome1desktopdir = @GNOME1_DESKTOP@
|
||||
dist_gnome1desktop_DATA = wesnoth.desktop
|
||||
|
@ -7,7 +9,7 @@ endif
|
|||
|
||||
if GNOME2
|
||||
gnome2desktopdir = $(datadir)/applications
|
||||
dist_gnome2desktop_DATA =
|
||||
dist_gnome2desktop_DATA = wesnoth.desktop
|
||||
gnome2icondir = $(datadir)/icons
|
||||
gnome2icon_DATA = ../images/wesnoth-icon.png
|
||||
endif
|
||||
|
|
|
@ -3,8 +3,11 @@ Version=1.0
|
|||
Encoding=UTF-8
|
||||
Type=Application
|
||||
Name=Battle for Wesnoth
|
||||
Name[ca]=Batalla per Wesnoth
|
||||
GenericName=Strategy Game
|
||||
GenericName[ca]=Joc d'estratègia
|
||||
Comment=A fantasy turn-based strategy game
|
||||
Comment[ca]=Un joc fantàstic d'estratègia per torns
|
||||
Icon=wesnoth.png
|
||||
FilePattern=wesnoth
|
||||
TryExec=wesnoth
|
||||
|
|
Loading…
Add table
Reference in a new issue