New commits:
commit 4b48b5c8bef50b1b3d9784aa8217de36d3a1446c
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
Old kde4/HISTORY entry mentions DEPENDS instead of KDE_DEPENDS
commit 2fd56b469f23dca0d4d4b37b15eed44a4d831766
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
kde4/KDE_DEPENDS: kdelibs4 requires qt4 built with WebKit:
CMake Error: The following variables are used in this project,
but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly
in the CMake files: QT_QTWEBKIT_LIBRARY (ADVANCED)
linked by target "plasma" in directory /usr/src/kdelibs-4.2.1/plasma
diff --git a/kde4/HISTORY b/kde4/HISTORY
index 7744e49..8016f2d 100644
--- a/kde4/HISTORY
+++ b/kde4/HISTORY
@@ -1,5 +1,12 @@
+2009-03-22 Eric Sandall <sandalle AT sourcemage.org>
+ * KDE_DEPENDS: kdelibs4 requires qt4 built with WebKit:
+ CMake Error: The following variables are used in this project, but
they are set to NOTFOUND.
+ Please set them or make sure they are set and tested correctly in
the CMake files:
+ QT_QTWEBKIT_LIBRARY (ADVANCED)
+ linked by target "plasma" in directory
/usr/src/kdelibs-4.2.1/plasma
+
2009-02-11 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: kdelibs4 depends on pcre (to avoid uselessness)
+ * KDE_DEPENDS: kdelibs4 depends on pcre (to avoid uselessness)
-- checking for module 'libpcre'
-- package 'libpcre' not found
-- Could NOT find PCRE (missing: PCRE_INCLUDE_DIR
PCRE_PCRE_LIBRARY PCRE_PCREPOSIX_LIBRARY)
diff --git a/kde4/KDE_DEPENDS b/kde4/KDE_DEPENDS
index 7cc8aa2..b0bf034 100755
--- a/kde4/KDE_DEPENDS
+++ b/kde4/KDE_DEPENDS
@@ -2,7 +2,7 @@ depends g++ &&
depends cmake &&