Summary: | games-board/domination-1.2.7 version bump | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Frank Krömmelbein <kroemmelbein> |
Component: | Current packages | Assignee: | Gentoo Games <games> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://domination.sourceforge.net/ | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Frank Krömmelbein
2018-12-09 22:25:03 UTC
http://domination.sourceforge.net/ 23.12.2018 - Domination 1.2.0 is out! better hi-res support and map editor improvements! Renaming still works for me: [ebuild R ~] games-board/domination-1.2.0::mylocal 0 KiB (In reply to Frank Krömmelbein from comment #1) > http://domination.sourceforge.net/ > 23.12.2018 - Domination 1.2.0 is out! better hi-res support and map editor > improvements! > > Renaming still works for me: > [ebuild R ~] games-board/domination-1.2.0::mylocal 0 KiB now it's even 1.2.1. simply renaming seems to work. Renaming still works for me: [ebuild R ~] games-board/domination-1.2.2::mylocal 0 KiB Renaming still works for me: [ebuild R ~] games-board/domination-1.2.3::mylocal 0 KiB Renaming and one small change works for me: [ebuild R ] games-board/domination-1.2.7::mylocal 0 KiB --- domination-1.1.1.6-r2.ebuild 2023-01-27 12:51:33.363958712 +0100 +++ domination-1.2.7.ebuild 2023-03-09 11:02:38.000000000 +0100 @@ -28,7 +28,7 @@ } src_install() { - newbin "${S}"/FlashGUI.sh ${PN} + newbin "${S}"/GameGUI.sh ${PN} sed -i \ -e "s|cd.*|cd \"/usr/share\"/${PN}|" \ "${ED}"/usr/bin/${PN} \ |