Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (4b48b5c8bef50b1b3d9784aa8217de36d3a1446c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (4b48b5c8bef50b1b3d9784aa8217de36d3a1446c)
  • Date: Sun, 22 Mar 2009 20:38:41 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

kde4/HISTORY | 9 ++++++++-
kde4/KDE_DEPENDS | 2 +-
2 files changed, 9 insertions(+), 2 deletions(-)

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 &&

case $SPELL in
- kdelibs4) depends -sub "DBUS SSL OPENGL QT3" qt4 &&
+ kdelibs4) depends -sub "WEBKIT DBUS SSL OPENGL QT3" qt4 &&
depends iceauth &&
depends libice &&
depends libsm &&



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (4b48b5c8bef50b1b3d9784aa8217de36d3a1446c), Eric Sandall, 03/22/2009

Archive powered by MHonArc 2.6.24.

Top of Page