Changeset 7af92fe5
- Timestamp:
- 06/02/2013 07:23:30 PM (10 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- ad24d3e1
- Parents:
- 88647e80
- Files:
-
- 1 added
- 1 deleted
- 30 edited
Legend:
- Unmodified
- Added
- Removed
-
archive/kde/add/kdeaccessibility.xml
r88647e80 r7af92fe5 112 112 113 113 ./configure --prefix=$TRINITY_PREFIX \ 114 --with-qt -dir=$QTDIR \114 --with-qt4-dir=$QTDIR \ 115 115 --enable-closure \ 116 116 --with-alsa \ -
archive/kde/add/kdegames.xml
r88647e80 r7af92fe5 92 92 93 93 ./configure --prefix=$TRINITY_PREFIX \ 94 --with-qt -dir=$QTDIR \94 --with-qt4-dir=$QTDIR \ 95 95 --enable-closure \ 96 96 --with-extra-includes=$TRINITY_PREFIX/include \ -
archive/kde/add/kdemultimedia.xml
r88647e80 r7af92fe5 124 124 125 125 ./configure --prefix=$TRINITY_PREFIX \ 126 --with-qt -dir=$QTDIR \126 --with-qt4-dir=$QTDIR \ 127 127 --enable-closure \ 128 128 --with-vorbis \ -
archive/kde/add/kdetoys.xml
r88647e80 r7af92fe5 88 88 89 89 ./configure --prefix=$TRINITY_PREFIX \ 90 --with-qt -dir=$QTDIR \90 --with-qt4-dir=$QTDIR \ 91 91 --enable-closure \ 92 92 --with-extra-libs=$TRINITY_PREFIX/lib && -
archive/kde/add/kdeutils.xml
r88647e80 r7af92fe5 121 121 122 122 ./configure --prefix=$TRINITY_PREFIX \ 123 --with-qt -dir=$QTDIR \123 --with-qt4-dir=$QTDIR \ 124 124 --enable-closure \ 125 125 --with-extra-includes=$TRINITY_PREFIX/include \ -
general.ent
r88647e80 r7af92fe5 563 563 <!ENTITY pangox-version "0.0.2"> 564 564 <!ENTITY pangomm-version "2.28.4"> 565 <!ENTITY qt -version"4.8.4">565 <!ENTITY qt4-version "4.8.4"> 566 566 <!ENTITY shared-mime-info-version "1.1"> 567 567 <!ENTITY startup-notification-version "0.12"> … … 570 570 571 571 <!ENTITY gtk2-libdir "2.0/2.10.0"> 572 <!ENTITY qt -dir "$QTDIR">572 <!ENTITY qt4-dir "$QTDIR"> 573 573 574 574 <!-- Chapter 26 --> -
general/genlib/libdbusmenuqt.xml
r88647e80 r7af92fe5 70 70 <bridgehead renderas="sect4">Required</bridgehead> 71 71 <para role="required"> 72 <xref linkend="qt "/>72 <xref linkend="qt4"/> 73 73 </para> 74 74 … … 92 92 <screen><userinput>mkdir build && 93 93 cd build && 94 cmake -DCMAKE_INSTALL_PREFIX=&qt -dir; \94 cmake -DCMAKE_INSTALL_PREFIX=&qt4-dir; \ 95 95 -DWITH_DOC=OFF .. && 96 96 make</userinput></screen> … … 126 126 <seg>None</seg> 127 127 <seg>libdbusmenu-qt.so</seg> 128 <seg>&qt -dir;/include/dbusmenu-qt</seg>128 <seg>&qt4-dir;/include/dbusmenu-qt</seg> 129 129 </seglistitem> 130 130 </segmentedlist> -
general/genlib/qca.xml
r88647e80 r7af92fe5 72 72 <bridgehead renderas="sect4">Required</bridgehead> 73 73 <para role="required"> 74 <xref linkend="qt "/> and74 <xref linkend="qt4"/> and 75 75 <xref linkend="which"/> 76 76 </para> … … 88 88 89 89 <screen><userinput>sed -i '217s@set@this->set@' src/botantools/botan/botan/secmem.h && 90 ./configure --prefix=&qt -dir; \90 ./configure --prefix=&qt4-dir; \ 91 91 --certstore-path=/etc/ssl/ca-bundle.crt && 92 92 make</userinput></screen> … … 124 124 <seg>qcatool2 and qcatool2.debug</seg> 125 125 <seg>libqca.so and libqca.so.&qca-version;.debug</seg> 126 <seg>&qt -dir;/include/QtCrypto and &qt-dir;/share/qca</seg>126 <seg>&qt4-dir;/include/QtCrypto and &qt4-dir;/share/qca</seg> 127 127 </seglistitem> 128 128 </segmentedlist> -
general/genlib/qjson.xml
r88647e80 r7af92fe5 75 75 <bridgehead renderas="sect4">Required</bridgehead> 76 76 <para role="required"> 77 <xref linkend="qt "/> and77 <xref linkend="qt4"/> and 78 78 <xref linkend="cmake"/> 79 79 </para> … … 94 94 <screen><userinput>mkdir build && 95 95 cd build && 96 cmake -DCMAKE_INSTALL_PREFIX=&qt -dir; \96 cmake -DCMAKE_INSTALL_PREFIX=&qt4-dir; \ 97 97 -DCMAKE_BUILD_TYPE=Release \ 98 98 .. && … … 126 126 </seg> 127 127 <seg> 128 &qt -dir;/include/json and &qt-dir;/lib/cmake/qjson128 &qt4-dir;/include/json and &qt4-dir;/lib/cmake/qjson 129 129 </seg> 130 130 </seglistitem> -
general/genutils/graphviz.xml
r88647e80 r7af92fe5 101 101 <xref linkend="gs"/>, 102 102 <xref linkend="gtk2"/> and 103 <xref linkend="qt "/>103 <xref linkend="qt4"/> 104 104 </para> 105 105 -
general/genutils/pinentry.xml
r88647e80 r7af92fe5 72 72 <xref linkend="gtk2"/>, 73 73 <xref linkend="libcap2"/> and 74 <xref linkend="qt "/>74 <xref linkend="qt4"/> 75 75 </para> 76 76 -
general/graphlib/poppler.xml
r88647e80 r7af92fe5 132 132 <xref linkend="libxml2"/>, 133 133 <xref linkend="openjpeg"/> and 134 <xref linkend="qt "/> (the <filename>libpoppler-qt4.so</filename> library134 <xref linkend="qt4"/> (the <filename>libpoppler-qt4.so</filename> library 135 135 is needed for PDF support in <application>Okular</application>). 136 136 </para> -
general/prog/cmake.xml
r88647e80 r7af92fe5 87 87 <para role="optional"> 88 88 <xref linkend="subversion"/> (for testing) and 89 <xref linkend="qt "/> (for the Qt-based GUI)89 <xref linkend="qt4"/> (for the Qt-based GUI) 90 90 </para> 91 91 -
general/prog/doxygen.xml
r88647e80 r7af92fe5 94 94 <xref linkend="gs"/>, 95 95 <xref linkend="python2"/>, 96 <xref linkend="qt "/> (for doxywizard) and96 <xref linkend="qt4"/> (for doxywizard) and 97 97 <xref linkend="texlive"/> 98 98 </para> -
general/sysutils/strigi.xml
r88647e80 r7af92fe5 66 66 <bridgehead renderas="sect4">Recommended</bridgehead> 67 67 <para role="recommended"> 68 <xref linkend="qt "/> and68 <xref linkend="qt4"/> and 69 69 <xref linkend="dbus"/> 70 70 </para> -
kde/core/akonadi.xml
r88647e80 r7af92fe5 99 99 cd build && 100 100 cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \ 101 -DCMAKE_PREFIX_PATH=&qt -dir; \101 -DCMAKE_PREFIX_PATH=&qt4-dir; \ 102 102 -DCMAKE_BUILD_TYPE=Release \ 103 103 -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \ … … 116 116 <title>Command Explanations</title> 117 117 118 <para><option>-DCMAKE_PREFIX_PATH=&qt -dir;</option>: This switch is used to118 <para><option>-DCMAKE_PREFIX_PATH=&qt4-dir;</option>: This switch is used to 119 119 help <command>cmake</command> find <command>automoc4</command>.</para> 120 120 -
kde/core/attica.xml
r88647e80 r7af92fe5 71 71 <bridgehead renderas="sect4">Required</bridgehead> 72 72 <para role="required"> 73 <xref linkend="qt "/> and73 <xref linkend="qt4"/> and 74 74 <xref linkend="cmake"/> 75 75 </para> -
kde/core/automoc4.xml
r88647e80 r7af92fe5 73 73 <para role="required"> 74 74 <xref linkend="cmake"/> and 75 <xref linkend="qt "/>75 <xref linkend="qt4"/> 76 76 </para> 77 77 … … 89 89 <screen><userinput>mkdir build && 90 90 cd build && 91 cmake -DCMAKE_INSTALL_PREFIX=&qt -dir; .. &&91 cmake -DCMAKE_INSTALL_PREFIX=&qt4-dir; .. && 92 92 make</userinput></screen> 93 93 -
kde/core/config.xml
r88647e80 r7af92fe5 67 67 <title>Installing further KDE packages</title> 68 68 <para>Every subsequent package can be built while having <application>KDE</application> up and 69 running, but remember to keep <envar>&kde-dir;</envar> and <envar>&qt -dir;</envar> set.</para>69 running, but remember to keep <envar>&kde-dir;</envar> and <envar>&qt4-dir;</envar> set.</para> 70 70 </sect2> 71 71 -
kde/core/phonon.xml
r88647e80 r7af92fe5 90 90 <title>Installation of Phonon</title> 91 91 92 <para>Make sure that <xref linkend="qt "/> is compiled without the bundled92 <para>Make sure that <xref linkend="qt4"/> is compiled without the bundled 93 93 <application>Phonon</application> library. This package provides 94 94 a better implementation.</para> … … 99 99 <screen><userinput>mkdir build && 100 100 cd build && 101 cmake -DCMAKE_INSTALL_PREFIX=&qt -dir; \101 cmake -DCMAKE_INSTALL_PREFIX=&qt4-dir; \ 102 102 -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=TRUE \ 103 103 -DDBUS_INTERFACES_INSTALL_DIR=/usr/share/dbus-1/interfaces \ -
kde/core/polkit-qt.xml
r88647e80 r7af92fe5 87 87 <screen><userinput>mkdir build && 88 88 cd build && 89 CMAKE_PREFIX_PATH=&qt -dir; \89 CMAKE_PREFIX_PATH=&qt4-dir; \ 90 90 cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; .. && 91 91 make</userinput></screen> … … 104 104 <title>Command Explanations</title> 105 105 106 <para><option>CMAKE_PREFIX_PATH=&qt -dir;</option>: This option is set to106 <para><option>CMAKE_PREFIX_PATH=&qt4-dir;</option>: This option is set to 107 107 find <command>automoc4</command>.</para> 108 108 -
kde/core/qimageblitz.xml
r88647e80 r7af92fe5 71 71 <bridgehead renderas="sect4">Required</bridgehead> 72 72 <para role="required"> 73 <xref linkend="qt "/> and73 <xref linkend="qt4"/> and 74 74 <xref linkend="cmake"/> 75 75 </para> -
multimedia/videoutils/vlc.xml
r88647e80 r7af92fe5 102 102 <xref linkend="libgcrypt"/>, 103 103 <xref linkend="libmad"/> and 104 <xref linkend="qt "/> (<application>Qt</application> is required for the104 <xref linkend="qt4"/> (<application>Qt</application> is required for the 105 105 graphical user interface; without <application>Qt</application> you will 106 106 only be able to use the command line or <application>ncurses</application> -
networking/netprogs/wpa_supplicant.xml
r88647e80 r7af92fe5 89 89 <xref linkend="dbus"/>, 90 90 <xref linkend="libxml2"/> and 91 <xref linkend="qt "/>91 <xref linkend="qt4"/> 92 92 </para> 93 93 … … 190 190 191 191 <para> 192 If you have installed <xref linkend="qt "/> and wish to build192 If you have installed <xref linkend="qt4"/> and wish to build 193 193 the <application>WPA Supplicant</application> GUI program, run 194 194 the following commands: -
networking/netutils/avahi.xml
r88647e80 r7af92fe5 91 91 <bridgehead renderas="sect4">Optional</bridgehead> 92 92 <para role="optional"> 93 <xref linkend="qt "/>93 <xref linkend="qt4"/> 94 94 </para> 95 95 -
server/other/soprano.xml
r88647e80 r7af92fe5 79 79 <xref linkend="dbus"/>, 80 80 <xref linkend="cmake"/>, 81 <xref linkend="qt "/> and81 <xref linkend="qt4"/> and 82 82 <xref linkend="redland"/> 83 83 </para> -
x/lib/cairo.xml
r88647e80 r7af92fe5 106 106 <xref linkend="libdrm"/>, 107 107 <xref linkend="mesalib"/>, 108 <xref linkend="qt "/>,108 <xref linkend="qt4"/>, 109 109 <ulink url="http://code.google.com/p/skia/">Skia</ulink> and 110 110 <ulink url="http://www.valgrind.org">Valgrind</ulink> -
x/lib/lib.xml
r88647e80 r7af92fe5 50 50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pango.xml"/> 51 51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pangomm.xml"/> 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qt .xml"/>52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qt4.xml"/> 53 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="shared-mime-info.xml"/> 54 54 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="startup-notification.xml"/> -
xsoft/other/gnash.xml
r88647e80 r7af92fe5 104 104 <xref linkend="libogg"/>, 105 105 <xref linkend="libvorbis"/>, 106 <xref linkend="qt "/>,106 <xref linkend="qt4"/>, 107 107 <xref linkend="speex"/>, 108 108 <xref linkend="wget"/>, -
xsoft/other/transmission.xml
r88647e80 r7af92fe5 87 87 <para role="recommended"> 88 88 <xref linkend="gtk3"/> or 89 <xref linkend="qt "/>89 <xref linkend="qt4"/> 90 90 </para> 91 91 … … 112 112 113 113 <para> 114 If you have installed <xref linkend="qt "/> and would like to compile the114 If you have installed <xref linkend="qt4"/> and would like to compile the 115 115 Qt GUI, run the following commands: 116 116 </para>
Note:
See TracChangeset
for help on using the changeset viewer.