KolorLines is a simple but highly addictive, one player game for KDE.
KolorLines has been inspired by well known game of Color Lines, written for DOS, by Olga Demina, Igor Ivkin and Gennady Denisov back in 1992. The goal of KolorLines is quite plain. The player has to move the colored balls around the game board, gathering them into the lines of the same color by five. Once the line is complete it is removed from the board, therefore freeing precious space. In the same time the new balls keep arriving by three after each move, filling up the game board. KolorLines cannot be won, and is played against the high score exclusively. The game ends once the whole game board is filled up with balls.
This commit is contained in:
parent
6a65e540d7
commit
6d09be7079
15
x11/kde4/klines/Makefile
Normal file
15
x11/kde4/klines/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 12:09:50 zhuk Exp $
|
||||
|
||||
COMMENT = Color Lines remake, tactical game for KDE
|
||||
DISTNAME = klines-${MODKDE4_VERSION}
|
||||
|
||||
WANTLIB = c m pthread stdc++
|
||||
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtSvg
|
||||
WANTLIB += ${KDE4LIB}/kdeui
|
||||
|
||||
MODKDE4_USE = games
|
||||
|
||||
RUN_DEPENDS = devel/desktop-file-utils \
|
||||
x11/gtk+2,-guic
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11/kde4/klines/distinfo
Normal file
2
x11/kde4/klines/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (kde/klines-4.10.2.tar.xz) = STxdbEtaMDag12EvluDkdmaBI+BjPTIq+4UkNb6mVW0=
|
||||
SIZE (kde/klines-4.10.2.tar.xz) = 958636
|
13
x11/kde4/klines/pkg/DESCR
Normal file
13
x11/kde4/klines/pkg/DESCR
Normal file
@ -0,0 +1,13 @@
|
||||
KolorLines is a simple but highly addictive, one player game for KDE.
|
||||
KolorLines has been inspired by well known game of Color Lines, written
|
||||
for DOS, by Olga Demina, Igor Ivkin and Gennady Denisov back in 1992.
|
||||
|
||||
The goal of KolorLines is quite plain. The player has to move the
|
||||
colored balls around the game board, gathering them into the lines of
|
||||
the same color by five. Once the line is complete it is removed from the
|
||||
board, therefore freeing precious space. In the same time the new balls
|
||||
keep arriving by three after each move, filling up the game board.
|
||||
|
||||
KolorLines cannot be won, and is played against the high score
|
||||
exclusively. The game ends once the whole game board is filled up
|
||||
with balls.
|
34
x11/kde4/klines/pkg/PLIST
Normal file
34
x11/kde4/klines/pkg/PLIST
Normal file
@ -0,0 +1,34 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/04/24 12:09:50 zhuk Exp $
|
||||
@bin bin/klines
|
||||
share/applications/kde4/klines.desktop
|
||||
share/apps/klines/
|
||||
share/apps/klines/klinesui.rc
|
||||
share/apps/klines/themes/
|
||||
share/apps/klines/themes/crystal.desktop
|
||||
share/apps/klines/themes/crystal.png
|
||||
share/apps/klines/themes/egyptian.desktop
|
||||
share/apps/klines/themes/egyptian.png
|
||||
share/apps/klines/themes/egyptian.svgz
|
||||
share/apps/klines/themes/klines-gems.desktop
|
||||
share/apps/klines/themes/klines-gems.png
|
||||
share/apps/klines/themes/klines-gems.svgz
|
||||
share/apps/klines/themes/klines_crystal.svgz
|
||||
share/apps/klines/themes/metal.desktop
|
||||
share/apps/klines/themes/metal.png
|
||||
share/apps/klines/themes/metal.svgz
|
||||
share/config.kcfg/klines.kcfg
|
||||
share/doc/HTML/en/klines/
|
||||
share/doc/HTML/en/klines/common
|
||||
share/doc/HTML/en/klines/gamescreen.png
|
||||
share/doc/HTML/en/klines/index.cache.bz2
|
||||
share/doc/HTML/en/klines/index.docbook
|
||||
share/icons/hicolor/128x128/apps/klines.png
|
||||
share/icons/hicolor/16x16/apps/klines.png
|
||||
share/icons/hicolor/22x22/apps/klines.png
|
||||
share/icons/hicolor/32x32/apps/klines.png
|
||||
share/icons/hicolor/48x48/apps/klines.png
|
||||
share/icons/hicolor/64x64/apps/klines.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
|
Loading…
Reference in New Issue
Block a user