
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
KDiamond is a three-in-a-row game (much like Bejeweled) for the KDE 4 desktop. It will ship with KDE 4.1 in Summer.
12 years ago
2008/02/27 - Version 0.3
performance and stability improvements
2008/02/15 - Version 0.2
port to Qt's Graphics View framework
new default theme with remove animation; configuration dialog to select theme
greeter removed; replaced by popup items on the board
timer can show minutes separately
sound events; configuration dialog to change the sounds
many bugfixes (see the commit log at http://websvn.kde.org/trunk/playground/games/kdiamond/?view=log for details)
2008/02/08 - Version 0.1
first version
12 years ago
2008/02/27 - Version 0.3
performance and stability improvements
2008/02/15 - Version 0.2
port to Qt's Graphics View framework
new default theme with remove animation; configuration dialog to select theme
greeter removed; replaced by popup items on the board
timer can show minutes separately
sound events; configuration dialog to change the sounds
many bugfixes (see the commit log at http://websvn.kde.org/trunk/playground/games/kdiamond/?view=log for details)
2008/02/08 - Version 0.1
first version
HappySmileMan
12 years ago
Someone else here asked for one and I was wondering how I'd make a patch or anything for the code, I've made the changes to the files in this tar.gz because I couldn't get it to compile from SVN.
tl;dr: How do I make patch of my changes.
Report
Ozzi
12 years ago
Report
dovidhalevi
12 years ago
(I do not think kubuntu stuff is comparable with Debian's)
Report
Ozzi
12 years ago
Quote:
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="1"
NEED_KDE="4.0.0"
inherit kde4-base versionator
PREFIX=${KDEDIR}
DESCRIPTION="KDiamond is a three-in-a-row game (much like Bejeweled) for the KDE 4 desktop"
HOMEPAGE="http://kdiamond.ages-skripte.org/"
SRC_URI="http://kdiamond.ages-skripte.org/downloads/${PN}-${PV}.tar.bz2"
KEYWORDS="~x86"
SLOT="kde-4"
LICENSE="GPL-2"
src_unpack() {
kde4-base_src_unpack
sed -i -e '/find_package(LibKDEGames REQUIRED)/d' ${S}/CMakeLists.txt || die "Sed failed"
}
Report
majewsky
12 years ago
What you can find there is a development version where huge parts of the internal code have been replaced. If you want to use a stable version you should get KDiamond from here.
Report
majewsky
12 years ago
However, the graphics are not as nice. The new graphics engine has problems with antialiasing and the old tiled background (this is hopefully solved by new artwork which is in process).
If you're brave, checkout the latest SVN revision and test the upcoming KDiamond 0.2!
Report
Aikurn
12 years ago
I'd like to suggest one thing though, a "timeless" game mode where you can play until there are no matches left.
Thanks!
Report
jackiebrown
12 years ago
Very nice though. I installed kdegames libs just to get this wonderful game.
Report