Package Details: nullpomino 7.5.0-1

Package Base: nullpomino
Description: An open-source action puzzle game that works on the Java platform. It has a wide variety of single-player modes and netplay to allow players to compete over the Internet or LAN.
Upstream URL: http://code.google.com/p/nullpomino/
Category: games
Licenses: BSD
Submitter: totoloco
Maintainer: totoloco
Last Packager: None
Votes: 4
First Submitted: 2010-09-15 15:30
Last Updated: 2011-02-07 10:12

Dependencies (1)

Required by (0)

Sources

Latest Comments

Comment by squiidux

2014-03-10 22:41

you'll need to run with root (sudo) if you want the settings to stick.

Comment by chneukirchen

2012-04-22 16:51

On x86_64 with jre7-openjdk 7.b147_2.1-3, I had to replace /usr/bin/nullpomino with:

#!/bin/sh
cd /usr/share/nullpomino
LD_LIBRARY_PATH=/usr/lib/jvm/java-7-openjdk/jre/lib/amd64 sh play_slick

Comment by megadriver

2011-08-03 06:08

play_slick (the one /usr/bin/nullpomino uses) doesn't seem to work with the new Java 7. It complains about a missing "libjawt.so".

play_sdl does work, though!

Comment by totoloco

2010-12-07 17:33

Updated. Thx megadriver

Comment by megadriver

2010-12-07 17:21

If you add this to the PKGBUILD's 'package' section:

chown -R root:games $pkgdir/usr/share/$pkgname/config/setting
chmod g+w $pkgdir/usr/share/$pkgname/config/setting
chown -R root:games $pkgdir/usr/share/$pkgname/replay
chmod g+w $pkgdir/usr/share/$pkgname/replay

and your user is a member of the 'games' group, you'll be able to save settings and replays.

Comment by totoloco

2010-12-02 11:21

Updated to 7.4.0