Changeset 3ddb430
- Timestamp:
- 09/15/2012 04:55:06 PM (10 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, krejzi/svn, lazarus, nosym, perl-modules, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/test-20220226
- Children:
- 61b9fa2d
- Parents:
- 4520f55
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r4520f55 r3ddb430 4 4 --> 5 5 6 <!ENTITY day "1 4"> <!-- Always 2 digits -->6 <!ENTITY day "15"> <!-- Always 2 digits --> 7 7 <!ENTITY month "09"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2012"> … … 10 10 <!ENTITY copyholder "The BLFS Development Team"> 11 11 <!ENTITY version "&year;-&month;-&day;"> 12 <!ENTITY releasedate "September 1 4th, &year;">12 <!ENTITY releasedate "September 15th, &year;"> 13 13 <!-- <!ENTITY releasedate "November &day;st, &year;"> --> 14 14 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> -
introduction/welcome/changelog.xml
r4520f55 r3ddb430 44 44 45 45 --> 46 46 47 <listitem> 48 <para>September 15th, 2012</para> 49 <itemizedlist> 50 <listitem> 51 <para>[rthomsen] - Modify Qt instructions to set the $QTDIR 52 environment variable even when installing Qt in /usr. This is needed 53 by KDE packages.</para> 54 </listitem> 55 <listitem> 56 <para>[rthomsen] - Modify Phonon instructions so D-Bus files get 57 installed in the correct location.</para> 58 </listitem> 59 </itemizedlist> 60 </listitem> 61 62 <listitem> 47 63 <para>September 14th, 2012</para> 48 64 <itemizedlist> -
kde/core/phonon.xml
r4520f55 r3ddb430 101 101 cmake -DCMAKE_INSTALL_PREFIX=&qt-dir; \ 102 102 -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=TRUE \ 103 -DDBUS_INTERFACES_INSTALL_DIR=/usr/share/dbus-1/interfaces \ 103 104 .. && 104 105 make</userinput></screen> … … 116 117 This option ensures that the plugins and mkspecs files get installed in 117 118 the correct location.</para> 119 120 <para><option>-DDBUS_INTERFACES_INSTALL_DIR=/usr/share/dbus-1/interfaces</option>: 121 This option sets the correct installation path for a D-Bus interfaces file. 122 </para> 118 123 119 124 </sect2> -
x/lib/qt.xml
r4520f55 r3ddb430 245 245 <title>Configuration Information</title> 246 246 247 <para>If you installed <application>Qt</application> in /usr, create an 248 environment variable needed by certain packages. As the 249 <systemitem class="username">root</systemitem> user:</para> 250 251 <screen role="root"><userinput>cat > /etc/profile.d/qt.sh << EOF 252 <literal># Begin /etc/profile.d/qt.sh 253 254 QTDIR=/usr 255 256 export QTDIR 257 258 # End /etc/profile.d/qt.sh</literal> 259 EOF</userinput></screen> 260 247 261 <para>If you installed <application>Qt</application> in a location other 248 than /usr, you alsoneed to update the following configuration files so262 than /usr, you need to update the following configuration files so 249 263 that <application>Qt</application> is correctly found by other packages 250 264 and system processes.</para>
Note:
See TracChangeset
for help on using the changeset viewer.