Commit Graph

8 Commits

Author SHA1 Message Date
OscarL
95e6701892 monsterz: apply patch to fix compatibility with numpy 2.x (#11596)
Taken from c76690baff
2025-01-07 12:36:04 +01:00
OscarL
e777491cec pygame: fix recipe issues, update affected recipes. (#11530)
Fixes #11529.
2024-12-26 08:54:47 +01:00
OscarL
892f848b76 monsterz: reduce CPU usage, move to "any" arch. (#9246)
Fixes #9236
2023-08-18 11:30:56 +02:00
humdinger
6bfff6549c Monsterz: Add type and app signature (#8511)
So it can be found by a QuickLaunch query.
2023-04-25 07:10:06 +02:00
OscarL
fa3da1f9e9 monsterz: restore recipe. (#8416)
* Revert "monsterz: retire recipe. (#8256)"

This reverts commit bf7c3896d6.

* monsterz: applied Debian's patches to make it work with Python 3.x

Got the diff/patch files from:

https://salsa.debian.org/games-team/monsterz/-/tree/master/debian/patches

* monsterz: fixes x86_32, patch configdir location, add Deskbar link.

* Added PulkoMandy's icon files. Thanks a bunch!
* Added a Deskbar symlink.
  This required patching monsterz.py, and linking to that instead of
  using the /bin/monsterz C wrapper binary. Otherwise we got hangs
  (pegs one core to 100%, no window shown) when double clicking the
  link or the binary.

* monsterz: custom install to $appsDir

As we're not using the C wrapper, but calling the Python
script directly, no point on building anything.

Installing under $appsDir/Monsterz sounds better than the
odd "$dataDir/games/monsterz" location.

For these two reasons, we can drop the gcc and make requirements.
2023-04-22 08:11:19 +02:00
OscarL
bf7c3896d6 monsterz: retire recipe. (#8256)
Game was Python 2.x only (2.4 in fact!).

Tried to update its dependencies and even gave it a go with 2to3.py,
plus minor manual hacking... no go.

Good bye, Monsterz, we hardly knew you!
2023-04-03 15:58:47 +02:00
waddlesplash
4f180bdb94 Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
2021-09-15 15:40:18 -04:00
Schrijvers Luc
b654bba2d0 monsterz, fix build, credits to Vrindag (#3587) 2019-02-02 13:23:21 -05:00