forked from hasufell/hasufell-repository
games-rpg/baldurs-gate-2-ee: bump to 2.1.63.2
This commit is contained in:
parent
603ffb2c5e
commit
fec57038d9
@ -5,7 +5,8 @@ require gtk-icon-cache
|
|||||||
|
|
||||||
SUMMARY="Baldur's Gate2: Enhanced Edition"
|
SUMMARY="Baldur's Gate2: Enhanced Edition"
|
||||||
HOMEPAGE="http://www.gog.com/game/baldurs_gate_2_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"
|
LICENCES="all-rights-reserved"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
@ -28,7 +29,7 @@ pkg_pretend() {
|
|||||||
|
|
||||||
pkg_nofetch() {
|
pkg_nofetch() {
|
||||||
einfo
|
einfo
|
||||||
einfo "Please buy & download \"${DOWNLOADS}\" from:"
|
einfo "Please buy & download \"${BG_SH}\" from:"
|
||||||
einfo " ${HOMEPAGE}"
|
einfo " ${HOMEPAGE}"
|
||||||
einfo "and move/link it to \"${FETCHEDDIR}\""
|
einfo "and move/link it to \"${FETCHEDDIR}\""
|
||||||
einfo
|
einfo
|
||||||
@ -39,8 +40,8 @@ pkg_setup() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_unpack() {
|
src_unpack() {
|
||||||
unzip -qo "${FETCHEDDIR}/${DOWNLOADS}"
|
unzip -qo "${FETCHEDDIR}/${BG_SH}"
|
||||||
[[ $? -le 1 ]] || die "unpacking ${DOWNLOADS} failed!"
|
[[ $? -le 1 ]] || die "unpacking ${BG_SH} failed!"
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
@ -91,7 +92,5 @@ TryExec=/usr/$(exhost --target)/${PN}
|
|||||||
Icon=${PN}
|
Icon=${PN}
|
||||||
Categories=Game;RolePlaying;
|
Categories=Game;RolePlaying;
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
dodoc docs/BGManual2.pdf
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user