KDiamond: improved summary/description

This commit is contained in:
Humdinger
2021-01-04 19:18:17 +01:00
parent 497cb35c61
commit 7df74fb554

View File

@@ -1,16 +1,18 @@
SUMMARY="The object of the game is to build lines of three similar diamonds"
SUMMARY="A puzzle game moving similar Diamonds into lines"
DESCRIPTION="KDiamond is a single player puzzle game.
The player is presented with a rectangular grid containing several types of diamonds.\
The object of the game is to swap neighbored diamonds to assemble a line of three similar \
diamonds. These lines will vanish and the board will be refilled with new diamonds.
The game time is limited, try to build as much lines as possible to earn a high score. \
Click on one diamond, then on one of its neighbors. The diamonds will then be swapped. \
If no line of at least three diamonds is formed by the swap, it will be reverted. \
The status bar displays the game time left, and the number of points you have earned."
The player is presented with a rectangular grid containing several types of \
diamonds. The objective of the game is to swap neighbored diamonds to assemble \
a line of three similar diamonds. These lines will vanish and the board will \
be refilled with new diamonds.
Game time is limited, try to build as many lines as possible to earn a high \
score.
Click on one diamond, then on one of its neighbors to swap their position. \
If no line of at least three diamonds is formed the swap will be reverted. \
The status bar displays the game time left and the number of points so far."
HOMEPAGE="https://apps.kde.org/kdiamond"
COPYRIGHT="2010-2020 KDE Organisation"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kdiamond-$portVersion.tar.xz"
CHECKSUM_SHA256="f1531c598595c2765d7ba6faccd82cba6d1de2e651033851515a094146cfddc7"
SOURCE_DIR="kdiamond-$portVersion"