KSquares is modeled after the well known pen and paper based game
of Dots and Boxes. The idea behind KSquares is to construct squares by interconnecting the dots on the grid. Up to four players can play this game together, taking turns. The trick is regardless of who has constructed most of the square, it is the player who completes the square that gets the point for it. To win the game round player has to collect the most points by covering the most area with the squares of player's own color.
This commit is contained in:
parent
d89e5d0eaf
commit
ce600f0118
15
x11/kde4/ksquares/Makefile
Normal file
15
x11/kde4/ksquares/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 12:45:08 zhuk Exp $
|
||||
|
||||
COMMENT = Dots-and-Boxes-like game for KDE
|
||||
DISTNAME = ksquares-${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/ksquares/distinfo
Normal file
2
x11/kde4/ksquares/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (kde/ksquares-4.10.2.tar.xz) = 9P6QXVq5qutTKgnzhfwqvkxcVOmvpEh6LdhPWwHK6cc=
|
||||
SIZE (kde/ksquares-4.10.2.tar.xz) = 85508
|
8
x11/kde4/ksquares/pkg/DESCR
Normal file
8
x11/kde4/ksquares/pkg/DESCR
Normal file
@ -0,0 +1,8 @@
|
||||
KSquares is modeled after the well known pen and paper based game
|
||||
of Dots and Boxes. The idea behind KSquares is to construct squares
|
||||
by interconnecting the dots on the grid. Up to four players can
|
||||
play this game together, taking turns. The trick is regardless of
|
||||
who has constructed most of the square, it is the player who completes
|
||||
the square that gets the point for it. To win the game round player
|
||||
has to collect the most points by covering the most area with the
|
||||
squares of player's own color.
|
20
x11/kde4/ksquares/pkg/PLIST
Normal file
20
x11/kde4/ksquares/pkg/PLIST
Normal file
@ -0,0 +1,20 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/04/24 12:45:08 zhuk Exp $
|
||||
@bin bin/ksquares
|
||||
share/applications/kde4/ksquares.desktop
|
||||
share/apps/ksquares/
|
||||
share/apps/ksquares/ksquaresui.rc
|
||||
share/config.kcfg/ksquares.kcfg
|
||||
share/doc/HTML/en/ksquares/
|
||||
share/doc/HTML/en/ksquares/common
|
||||
share/doc/HTML/en/ksquares/index.cache.bz2
|
||||
share/doc/HTML/en/ksquares/index.docbook
|
||||
share/icons/hicolor/128x128/apps/ksquares.png
|
||||
share/icons/hicolor/16x16/apps/ksquares.png
|
||||
share/icons/hicolor/22x22/apps/ksquares.png
|
||||
share/icons/hicolor/32x32/apps/ksquares.png
|
||||
share/icons/hicolor/48x48/apps/ksquares.png
|
||||
share/icons/hicolor/64x64/apps/ksquares.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