games-rpg/baldurs-gate-2-ee: bump to 2.1.63.2

This commit is contained in:
Julian Ospald 2016-05-15 00:26:25 +02:00
parent 603ffb2c5e
commit fec57038d9
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 5 additions and 6 deletions

View File

@ -5,7 +5,8 @@ require gtk-icon-cache
SUMMARY="Baldur's Gate2: Enhanced Edition"
HOMEPAGE="http://www.gog.com/game/baldurs_gate_2_enhanced_edition"
DOWNLOADS="manual: gog_baldur_s_gate_2_enhanced_edition_2.0.0.3.sh"
BG_SH="gog_baldur_s_gate_2_enhanced_edition_2.2.0.6.sh"
DOWNLOADS="manual: ${BG_SH}"
LICENCES="all-rights-reserved"
SLOT="0"
@ -28,7 +29,7 @@ pkg_pretend() {
pkg_nofetch() {
einfo
einfo "Please buy & download \"${DOWNLOADS}\" from:"
einfo "Please buy & download \"${BG_SH}\" from:"
einfo " ${HOMEPAGE}"
einfo "and move/link it to \"${FETCHEDDIR}\""
einfo
@ -39,8 +40,8 @@ pkg_setup() {
}
src_unpack() {
unzip -qo "${FETCHEDDIR}/${DOWNLOADS}"
[[ $? -le 1 ]] || die "unpacking ${DOWNLOADS} failed!"
unzip -qo "${FETCHEDDIR}/${BG_SH}"
[[ $? -le 1 ]] || die "unpacking ${BG_SH} failed!"
}
src_install() {
@ -91,7 +92,5 @@ TryExec=/usr/$(exhost --target)/${PN}
Icon=${PN}
Categories=Game;RolePlaying;
EOF
dodoc docs/BGManual2.pdf
}