From 7df74fb5549e9af63e83706d73e6086e8dfb3ed9 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Mon, 4 Jan 2021 19:18:17 +0100 Subject: [PATCH] KDiamond: improved summary/description --- kde-apps/kdiamond/kdiamond-20.12.0.recipe | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/kde-apps/kdiamond/kdiamond-20.12.0.recipe b/kde-apps/kdiamond/kdiamond-20.12.0.recipe index 8089dc061..607b6049e 100644 --- a/kde-apps/kdiamond/kdiamond-20.12.0.recipe +++ b/kde-apps/kdiamond/kdiamond-20.12.0.recipe @@ -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"