games-rpg/baldurs-gate-2-ee: use desktop-utils.exlib

This commit is contained in:
Julian Ospald 2016-05-26 14:56:32 +02:00
parent 159d75e2a1
commit c696e45743
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@posteo.de>
# Distributed under the terms of the GNU General Public License v2
require gtk-icon-cache
require desktop-utils gtk-icon-cache
SUMMARY="Baldur's Gate2: Enhanced Edition"
HOMEPAGE="http://www.gog.com/game/baldurs_gate_2_enhanced_edition"
@ -81,16 +81,6 @@ fi
exec ${LD_PATH} "${dir}/game/BaldursGateII" "\$@"
EOF
insinto /usr/share/applications
hereins ${PN}.desktop <<EOF
[Desktop Entry]
Name=Baldurs Gate 2 Enhanced Edition
Type=Application
Comment=${SUMMARY}
Exec=/usr/$(exhost --target)/${PN}
TryExec=/usr/$(exhost --target)/${PN}
Icon=${PN}
Categories=Game;RolePlaying;
EOF
install_desktop_entry "Name=Baldurs Gate 2 Enhanced Edition"
}