diff --git a/kde/core/core.xml b/kde/core/core.xml
index d93e5079d3..ac38414a15 100644
--- a/kde/core/core.xml
+++ b/kde/core/core.xml
@@ -2,7 +2,7 @@
KDE Core Packages
-&kde-core-arts;
+&arts;
&kde-libs;
&kde-base;
&kde-core-config;
diff --git a/multimedia/libdriv/libdriv.xml b/multimedia/libdriv/libdriv.xml
index 422aef518f..a0b11e4a94 100644
--- a/multimedia/libdriv/libdriv.xml
+++ b/multimedia/libdriv/libdriv.xml
@@ -9,7 +9,7 @@ which has the library listed as either a requirement, or as an option to
enable it to support certain functionality.
&alsa;
-&arts;
+&kde-core-arts;
&audiofile;
&esound;
&SDL;
diff --git a/pst/typesetting/typesetting.xml b/pst/typesetting/typesetting.xml
index 043cc8f832..6d5b2c0c72 100644
--- a/pst/typesetting/typesetting.xml
+++ b/pst/typesetting/typesetting.xml
@@ -2,7 +2,6 @@
Typesetting
-Placeholder for latex MathML?.
&tex;
diff --git a/x/lib/lesstif/lesstif-config.xml b/x/lib/lesstif/lesstif-config.xml
index 9a5c27694a..155759031a 100644
--- a/x/lib/lesstif/lesstif-config.xml
+++ b/x/lib/lesstif/lesstif-config.xml
@@ -17,9 +17,7 @@ installation, the following commands, executed in
lesstif-&lesstif-version;/test, will
suffice:
-
-./configure &&
-make
-
+./configure &&
+make
-
\ No newline at end of file
+
diff --git a/x/lib/lesstif/lesstif-intro.xml b/x/lib/lesstif/lesstif-intro.xml
index 657f6aa4c1..7de485082b 100644
--- a/x/lib/lesstif/lesstif-intro.xml
+++ b/x/lib/lesstif/lesstif-intro.xml
@@ -5,7 +5,8 @@
Download location (FTP):
Version used: &lesstif-version;
Package size: &lesstif-size;
-Estimated Disk space required: &lesstif-buildsize;
+Estimated Disk space required: &lesstif-buildsize;
+Estimated build time: &lesstif-time;
The lesstif package contains an Open Source version of
OSF/Motif(R).
diff --git a/x/lib/pango/pango-intro.xml b/x/lib/pango/pango-intro.xml
index 34ec4fcdce..5f3258c27f 100644
--- a/x/lib/pango/pango-intro.xml
+++ b/x/lib/pango/pango-intro.xml
@@ -14,6 +14,6 @@ the layout and rendering of text.
Pango depends on:
and
Pango will utilize:
-, , Xft2, fontconfig, and
+, , and
diff --git a/x/lib/qt/qt-inst.xml b/x/lib/qt/qt-inst.xml
index 5ad22a6cbe..d2d33db77e 100644
--- a/x/lib/qt/qt-inst.xml
+++ b/x/lib/qt/qt-inst.xml
@@ -6,8 +6,7 @@
-thread &&
make &&
make install &&
-if test -L /opt/qt; then rm /opt/qt; fi &&
-ln -s /opt/qt-&qt-version; /opt/qt &&
+ln -sfn /opt/qt-&qt-version; /opt/qt &&
ln -s /opt/qt/lib/libqt-mt.so /opt/qt/lib/libqt.so &&
cp -r doc/man /opt/qt/doc &&
cp -r examples /opt/qt/doc