KJumpingCube is a simple tactical game. You can play it against the

computer or a friend - or you can set up a game between two computer
players and just watch.

The playing area is a box of cubes containing points. When the game
starts each cube has one point, no owner and a neutral color. If
you click on a neutral cube it becomes yours, changes to your color
and increases by one point. Your objective is to capture all the
cubes, but now it is your opponent's turn.
This commit is contained in:
zhuk 2013-04-24 12:08:23 +00:00
parent 083bcd9b44
commit ebce8c986c
4 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 12:08:23 zhuk Exp $
COMMENT = simple tactical game for KDE
DISTNAME = kjumpingcube-${MODKDE4_VERSION}
WANTLIB = c m pthread stdc++
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtNetwork lib/qt4/QtSvg
WANTLIB += lib/qt4/QtXml
WANTLIB += ${KDE4LIB}/kdeui ${KDE4LIB}/kio
MODKDE4_USE = games
RUN_DEPENDS = devel/desktop-file-utils \
x11/gtk+2,-guic
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (kde/kjumpingcube-4.10.2.tar.xz) = 3b2kQPakVzZvyxjwqV4EMUKVncSof9707jvRHTgdN50=
SIZE (kde/kjumpingcube-4.10.2.tar.xz) = 104476

View File

@ -0,0 +1,9 @@
KJumpingCube is a simple tactical game. You can play it against the
computer or a friend - or you can set up a game between two computer
players and just watch.
The playing area is a box of cubes containing points. When the game
starts each cube has one point, no owner and a neutral color. If
you click on a neutral cube it becomes yours, changes to your color
and increases by one point. Your objective is to capture all the
cubes, but now it is your opponent's turn.

View File

@ -0,0 +1,23 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/04/24 12:08:23 zhuk Exp $
@bin bin/kjumpingcube
share/applications/kde4/kjumpingcube.desktop
share/apps/kjumpingcube/
share/apps/kjumpingcube/kjumpingcubeui.rc
share/apps/kjumpingcube/pics/
share/apps/kjumpingcube/pics/default.desktop
share/apps/kjumpingcube/pics/default.svg
share/config.kcfg/kjumpingcube.kcfg
share/doc/HTML/en/kjumpingcube/
share/doc/HTML/en/kjumpingcube/common
share/doc/HTML/en/kjumpingcube/index.cache.bz2
share/doc/HTML/en/kjumpingcube/index.docbook
share/icons/hicolor/128x128/apps/kjumpingcube.png
share/icons/hicolor/16x16/apps/kjumpingcube.png
share/icons/hicolor/22x22/apps/kjumpingcube.png
share/icons/hicolor/32x32/apps/kjumpingcube.png
share/icons/hicolor/48x48/apps/kjumpingcube.png
share/icons/hicolor/64x64/apps/kjumpingcube.png
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor