Patch kdiff3 so it will build with KDE 4.5.2

The DocBook DTD version must be at least 4.2 for validation.  Add a patch
to change version number in the DOCTYPE.

Submitted by Karn Kallio

svn path=/nixpkgs/trunk/; revision=24382
This commit is contained in:
Yury G. Kudryashov
2010-10-20 11:59:13 +00:00
parent b86b382b50
commit 51ac7f1a27
2 changed files with 48 additions and 0 deletions
+3
View File
@@ -10,6 +10,9 @@ stdenv.mkDerivation rec {
# kdebase allows having a konqueror plugin built
buildInputs = [ cmake qt4 perl kdelibs automoc4 phonon gettext kdebase ];
# Adjust the version of the DocBook XML to 4.2 ( so that it validates ).
patches = [ ./adjust-docbook-xml-version-to-4.2.patch ];
meta = {
homepage = http://kdiff3.sourceforge.net/;
license = "GPLv2+";