Author: rthomsen
Date: 2012-09-15 10:55:06 -0600 (Sat, 15 Sep 2012)
New Revision: 10668
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/kde/core/phonon.xml
trunk/BOOK/x/lib/qt.xml
Log:
Phonon and Qt corrections.
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2012-09-15 02:37:48 UTC (rev 10667)
+++ trunk/BOOK/general.ent 2012-09-15 16:55:06 UTC (rev 10668)
@@ -3,13 +3,13 @@
$Date$
-->
-<!ENTITY day "14"> <!-- Always 2 digits -->
+<!ENTITY day "15"> <!-- Always 2 digits -->
<!ENTITY month "09"> <!-- Always 2 digits -->
<!ENTITY year "2012">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "September 14th, &year;">
+<!ENTITY releasedate "September 15th, &year;">
<!-- <!ENTITY releasedate "November &day;st, &year;"> -->
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2012-09-15 02:37:48 UTC
(rev 10667)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2012-09-15 16:55:06 UTC
(rev 10668)
@@ -43,7 +43,23 @@
</listitem>
-->
+
<listitem>
+ <para>September 15th, 2012</para>
+ <itemizedlist>
+ <listitem>
+ <para>[rthomsen] - Modify Qt instructions to set the $QTDIR
+ environment variable even when installing Qt in /usr. This is needed
+ by KDE packages.</para>
+ </listitem>
+ <listitem>
+ <para>[rthomsen] - Modify Phonon instructions so D-Bus files get
+ installed in the correct location.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>September 14th, 2012</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/kde/core/phonon.xml
===================================================================
--- trunk/BOOK/kde/core/phonon.xml 2012-09-15 02:37:48 UTC (rev 10667)
+++ trunk/BOOK/kde/core/phonon.xml 2012-09-15 16:55:06 UTC (rev 10668)
@@ -100,6 +100,7 @@
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=&qt-dir; \
-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=TRUE \
+ -DDBUS_INTERFACES_INSTALL_DIR=/usr/share/dbus-1/interfaces \
.. &&
make</userinput></screen>
@@ -116,6 +117,10 @@
This option ensures that the plugins and mkspecs files get installed in
the correct location.</para>
+
<para><option>-DDBUS_INTERFACES_INSTALL_DIR=/usr/share/dbus-1/interfaces</option>:
+ This option sets the correct installation path for a D-Bus interfaces file.
+ </para>
+
</sect2>
<!--
Modified: trunk/BOOK/x/lib/qt.xml
===================================================================
--- trunk/BOOK/x/lib/qt.xml 2012-09-15 02:37:48 UTC (rev 10667)
+++ trunk/BOOK/x/lib/qt.xml 2012-09-15 16:55:06 UTC (rev 10668)
@@ -244,8 +244,22 @@
<sect3 id='qt-config'>
<title>Configuration Information</title>
+ <para>If you installed <application>Qt</application> in /usr, create an
+ environment variable needed by certain packages. As the
+ <systemitem class="username">root</systemitem> user:</para>
+
+<screen role="root"><userinput>cat > /etc/profile.d/qt.sh << EOF
+<literal># Begin /etc/profile.d/qt.sh
+
+QTDIR=/usr
+
+export QTDIR
+
+# End /etc/profile.d/qt.sh</literal>
+EOF</userinput></screen>
+
<para>If you installed <application>Qt</application> in a location other
- than /usr, you also need to update the following configuration files so
+ than /usr, you need to update the following configuration files so
that <application>Qt</application> is correctly found by other packages
and system processes.</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page