Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 672846

Summary: games-board/domination-1.2.7 version bump
Product: Gentoo Linux Reporter: Frank Krömmelbein <kroemmelbein>
Component: Current packagesAssignee: Gentoo Games <games>
Status: UNCONFIRMED ---    
Severity: normal CC: gentoo
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
Renaming works for me:
[ebuild   R   ~] games-board/domination-1.1.1.7::mylocal  0 KiB
Comment 1 Frank Krömmelbein 2019-07-28 22:44:04 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
Comment 2 Porcupine of the Moon 2020-04-03 17:12:49 UTC
(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.
Comment 3 Frank Krömmelbein 2020-10-11 20:50:43 UTC
Renaming still works for me:
[ebuild   R   ~] games-board/domination-1.2.2::mylocal  0 KiB
Comment 4 Frank Krömmelbein 2021-03-10 22:54:28 UTC
Renaming still works for me:
[ebuild   R   ~] games-board/domination-1.2.3::mylocal  0 KiB
Comment 5 Frank Krömmelbein 2023-03-09 19:14:24 UTC
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} \
Comment 6 Volkmar W. Pogatzki 2024-05-05 06:26:08 UTC
Why not build from source? Sources for 1.2.9 are in https://sourceforge.net/p/domination/code/2470/

MY_COMMIT="domination-code-r2470-Domination"
SRC_URI="https://sourceforge.net/code-snapshots/svn/d/do/domination/code/${MY_COMMIT}.zip"