games-fps/alienarena: use desktop-utils.exlib

This commit is contained in:
Julian Ospald 2016-05-26 14:32:14 +02:00
parent f7a3bfe0cc
commit 59c882cc51
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 2 additions and 12 deletions

View File

@ -1,7 +1,7 @@
# Copyright 2016 Julian Ospald <hasufell@poste.de> # Copyright 2016 Julian Ospald <hasufell@poste.de>
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
require gtk-icon-cache require desktop-utils gtk-icon-cache
MY_PN=alienarena-7.66 MY_PN=alienarena-7.66
SUMMARY="Fast-paced multiplayer deathmatch game" SUMMARY="Fast-paced multiplayer deathmatch game"
@ -58,16 +58,6 @@ src_compile() {
src_install() { src_install() {
default default
insinto /usr/share/applications/ install_desktop_entry "Name=Alien Arena"
hereins ${PN}.desktop << EOF
[Desktop Entry]
Name=Alien Arena
Type=Application
Comment=${SUMMARY}
Exec=${PN}
TryExec=${PN}
Icon=${PN}
Categories=Game;ActionGame;
EOF
} }