KMines is the classic Minesweeper game. The idea is to uncover all
the squares without blowing up any mines. When a mine is blown up, the game is over. Hint: try to use middle mouse button.
This commit is contained in:
parent
c2d9917b51
commit
36d2d6fa29
12
x11/kde4/kmines/Makefile
Normal file
12
x11/kde4/kmines/Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 12:11:55 zhuk Exp $
|
||||
|
||||
COMMENT = minesweeper game for KDE
|
||||
DISTNAME = kmines-${MODKDE4_VERSION}
|
||||
|
||||
WANTLIB = c m pthread stdc++
|
||||
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtSvg
|
||||
WANTLIB += ${KDE4LIB}/kdeui
|
||||
|
||||
MODKDE4_USE = games
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11/kde4/kmines/distinfo
Normal file
2
x11/kde4/kmines/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (kde/kmines-4.10.2.tar.xz) = 1Sa8Ss5hxtTJtSkuO2S+BPpZ6OGvDdQiSOXxYzHZ2R4=
|
||||
SIZE (kde/kmines-4.10.2.tar.xz) = 659568
|
3
x11/kde4/kmines/pkg/DESCR
Normal file
3
x11/kde4/kmines/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
KMines is the classic Minesweeper game. The idea is to uncover all
|
||||
the squares without blowing up any mines. When a mine is blown up,
|
||||
the game is over.
|
35
x11/kde4/kmines/pkg/PLIST
Normal file
35
x11/kde4/kmines/pkg/PLIST
Normal file
@ -0,0 +1,35 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/04/24 12:11:55 zhuk Exp $
|
||||
@conflict kdegames-<4.10
|
||||
@bin bin/kmines
|
||||
share/applications/kde4/kmines.desktop
|
||||
share/apps/kmines/
|
||||
share/apps/kmines/kmines.notifyrc
|
||||
share/apps/kmines/kminesui.rc
|
||||
share/apps/kmines/themes/
|
||||
share/apps/kmines/themes/classic.desktop
|
||||
share/apps/kmines/themes/classic_preview.png
|
||||
share/apps/kmines/themes/default.desktop
|
||||
share/apps/kmines/themes/default_preview.png
|
||||
share/apps/kmines/themes/graveyard-mayhem-preview.png
|
||||
share/apps/kmines/themes/graveyard-mayhem.desktop
|
||||
share/apps/kmines/themes/graveyard-mayhem.svgz
|
||||
share/apps/kmines/themes/green.desktop
|
||||
share/apps/kmines/themes/green.png
|
||||
share/apps/kmines/themes/kmines_classic.svgz
|
||||
share/apps/kmines/themes/kmines_green.svgz
|
||||
share/apps/kmines/themes/kmines_oxygen.svgz
|
||||
share/config/kmines.knsrc
|
||||
share/doc/HTML/en/kmines/
|
||||
share/doc/HTML/en/kmines/common
|
||||
share/doc/HTML/en/kmines/index.cache.bz2
|
||||
share/doc/HTML/en/kmines/index.docbook
|
||||
share/icons/hicolor/128x128/apps/kmines.png
|
||||
share/icons/hicolor/16x16/apps/kmines.png
|
||||
share/icons/hicolor/22x22/apps/kmines.png
|
||||
share/icons/hicolor/32x32/apps/kmines.png
|
||||
share/icons/hicolor/48x48/apps/kmines.png
|
||||
share/icons/hicolor/64x64/apps/kmines.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