Changeset 49d3336
- Timestamp:
- 03/04/2014 01:30:09 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 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:
- 4f161b1
- Parents:
- 7300611
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r7300611 r49d3336 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 3"> <!-- Always 2 digits -->3 <!ENTITY day "04"> <!-- Always 2 digits --> 4 4 <!ENTITY month "03"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2014"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "March 3rd, &year;">9 <!ENTITY releasedate "March 4th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r7300611 r49d3336 46 46 47 47 <listitem> 48 <para>March 4th, 2014</para> 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Tweaks, reformats and fixes: setqt, Qt-5.2.1, 52 Qt-4.8.5, LibreOffice-4.2.0, WebKitGTK+-1.10.2 and 53 WebKitGTK+-2.2.4.</para> 54 </listitem> 55 </itemizedlist> 56 </listitem> 57 58 <listitem> 48 59 <para>March 3rd, 2014</para> 49 60 <itemizedlist> -
x/lib/qt4.xml
r7300611 r49d3336 156 156 </para> 157 157 158 <screen><userinput>export QT LINK=/usr158 <screen><userinput>export QT4LINK=/usr 159 159 160 160 sed -i -e "/#if/d" -e "/#error/d" -e "/#endif/d" \ … … 232 232 </para> 233 233 234 <screen><userinput>export QT DIR=/opt/qt-&qt4-version; &&235 export QT LINK=/opt/qt4 &&234 <screen><userinput>export QT4DIR=/opt/qt-&qt4-version; && 235 export QT4LINK=/opt/qt4 && 236 236 237 237 sed -i -e "/#if/d" -e "/#error/d" -e "/#endif/d" \ … … 241 241 src/3rdparty/webkit/Source/WebKit2/DerivedSources.pro && 242 242 243 ./configure -prefix $QTDIR\243 ./configure -prefix $QT4DIR \ 244 244 -sysconfdir /etc/xdg \ 245 245 -confirm-license \ … … 265 265 266 266 <screen role="root"><userinput>make install 267 ln -svfn $QT DIR /opt/qt4</userinput></screen>267 ln -svfn $QT4DIR /opt/qt4</userinput></screen> 268 268 269 269 <para> … … 273 273 </para> 274 274 275 <screen role="root"><userinput>for file in `basename -a -s .prl $QT DIR/lib/lib*.prl`; do275 <screen role="root"><userinput>for file in `basename -a -s .prl $QT4DIR/lib/lib*.prl`; do 276 276 sed -r -e '/^QMAKE_PRL_BUILD_DIR/d' \ 277 277 -e 's/(QMAKE_PRL_LIBS =).*/\1/' \ 278 -i $QT DIR/lib/${file}.prl279 280 perl -pi -e "s, -L$PWD/?\S+,,g" $QT DIR/lib/pkgconfig/${file##lib}.pc278 -i $QT4DIR/lib/${file}.prl 279 280 perl -pi -e "s, -L$PWD/?\S+,,g" $QT4DIR/lib/pkgconfig/${file##lib}.pc 281 281 done 282 282 … … 288 288 <para> 289 289 For all methods, install images and create the menu entries 290 for installed applications. Be sure that the <envar>QT LINK</envar>290 for installed applications. Be sure that the <envar>QT4LINK</envar> 291 291 variable is defined in root's environment and 292 292 as the <systemitem class="username">root</systemitem> user: … … 314 314 Name=Qt4 Assistant 315 315 Comment=Shows Qt4 documentation and examples 316 Exec=$QT LINK/bin/assistant316 Exec=$QT4LINK/bin/assistant 317 317 Icon=assistant-qt4.png 318 318 Terminal=false … … 326 326 Name=Qt4 Designer 327 327 Comment=Design GUIs for Qt4 applications 328 Exec=$QT LINK/bin/designer328 Exec=$QT4LINK/bin/designer 329 329 Icon=designer-qt4.png 330 330 MimeType=application/x-designer; … … 339 339 Name=Qt4 Linguist 340 340 Comment=Add translations to Qt4 applications 341 Exec=$QT LINK/bin/linguist341 Exec=$QT4LINK/bin/linguist 342 342 Icon=linguist-qt4.png 343 343 MimeType=text/vnd.trolltech.linguist;application/x-linguist; … … 353 353 GenericName=D-Bus Debugger 354 354 Comment=Debug D-Bus applications 355 Exec=$QT LINK/bin/qdbusviewer355 Exec=$QT4LINK/bin/qdbusviewer 356 356 Icon=qdbusviewer-qt4.png 357 357 Terminal=false … … 365 365 Name=Qt4 Config 366 366 Comment=Configure Qt4 behavior, styles, fonts 367 Exec=$QT LINK/bin/qtconfig367 Exec=$QT4LINK/bin/qtconfig 368 368 Icon=qt4logo.png 369 369 Terminal=false … … 465 465 <literal># Begin /etc/profile.d/qt4.sh 466 466 467 QT DIR=/usr468 export QT DIR467 QT4DIR=/usr 468 export QT4DIR 469 469 470 470 # End /etc/profile.d/qt4.sh</literal> … … 504 504 <literal># Begin /etc/profile.d/qt4.sh 505 505 506 QT DIR=/opt/qt4506 QT4DIR=/opt/qt4 507 507 508 508 pathappend /opt/qt4/bin PATH 509 509 pathappend /opt/qt4/lib/pkgconfig PKG_CONFIG_PATH 510 510 511 export QT DIR511 export QT4DIR 512 512 513 513 # End /etc/profile.d/qt4.sh</literal> -
x/lib/qt5.xml
r7300611 r49d3336 454 454 <literal># Begin /etc/profile.d/qt5.sh 455 455 456 QT DIR=/usr456 QT5DIR=/usr 457 457 export QT5DIR 458 458 -
x/lib/webkitgtk.xml
r7300611 r49d3336 149 149 </para> 150 150 151 <screen role="root"><userinput>make install</userinput></screen> 151 <screen role="root"><userinput>make install && 152 rm -rf /usr/share/gtk-doc/html/webkitgtk-1.0 && 153 mv -vi /usr/share/gtk-doc/html/webkitgtk{,-1.0}</userinput></screen> 152 154 </sect2> 153 155 154 156 <sect2 role="commands"> 155 157 <title>Command Explanations</title> 158 159 <para> 160 <command>mv -vi /usr/share/gtk-doc/html/webkitgtk{,-1.0}</command>: 161 There is a conflict with the directory installed with same name by 162 <xref linkend="webkitgtk2"/>. 163 </para> 156 164 157 165 <para> … … 192 200 </seg> 193 201 <seg> 194 libjavascriptcoregtk-1.0.so and libwebkit -1.0.so202 libjavascriptcoregtk-1.0.so and libwebkitgtk-1.0.so 195 203 </seg> 196 204 <seg> 197 /usr/include/webkit-1.0 and 205 /usr/include/webkit-1.0, 206 /usr/share/gtk-doc/html/webkitgtk-1.0 and 198 207 /usr/share/webkit-1.0 199 208 </seg> -
x/lib/webkitgtk2.xml
r7300611 r49d3336 159 159 </para> 160 160 161 <screen role="root"><userinput>make install</userinput></screen> 161 <screen role="root"><userinput>make install && 162 rm -rf /usr/share/gtk-doc/html/webkitgtk-2.0 && 163 mv -vi /usr/share/gtk-doc/html/webkitgtk{,-2.0}</userinput></screen> 162 164 </sect2> 163 165 164 166 <sect2 role="commands"> 165 167 <title>Command Explanations</title> 168 169 <para> 170 <command>mv -vi /usr/share/gtk-doc/html/webkitgtk{,-2.0}</command>: 171 There is a conflict with the directory installed with same name by 172 <xref linkend="webkitgtk"/>. 173 </para> 166 174 167 175 <para> … … 210 218 <seg> 211 219 /usr/include/webkitgtk-3.0, 212 /usr/lib/webkitgtk3, 213 /usr/share/gtk-doc/html/webkitgtk, 220 /usr/share/gtk-doc/html/webkitgtk-2.0, 214 221 /usr/share/gtk-doc/html/webkit2gtk and 215 222 /usr/share/webkitgtk-3.0 -
xincludes/setqt.xml
r7300611 r49d3336 19 19 <screen role="root"><userinput>cat > /usr/bin/setqt4 << 'EOF' 20 20 <literal>if [ "x$QT5DIR" != "x/usr" ]; then pathremove $QT5DIR/bin; fi 21 if [ "x$QT DIR" != "x/usr" ]; then pathprepend $QTDIR/bin;fi21 if [ "x$QT4DIR" != "x/usr" ]; then pathprepend $QT4DIR/bin; fi 22 22 echo $PATH</literal> 23 23 EOF</userinput></screen> 24 24 25 25 <screen role="root"><userinput>cat > /usr/bin/setqt5 << 'EOF' 26 <literal>if [ "x$QT DIR" != "x/usr" ]; then pathremove $QTDIR/bin;fi26 <literal>if [ "x$QT4DIR" != "x/usr" ]; then pathremove $QT4DIR/bin; fi 27 27 if [ "x$QT5DIR" != "x/usr" ]; then pathprepend $QT5DIR/bin; fi 28 28 echo $PATH</literal> -
xsoft/office/libreoffice.xml
r7300611 r49d3336 377 377 </para> 378 378 379 <screen role="root"><userinput>make distro-pack-install &&379 <screen role="root"><userinput>make distro-pack-install && 380 380 install -v -m755 -d $LO_PREFIX/share/appdata && 381 381 install -v -m644 sysui/desktop/appstream-appdata/*.xml \ … … 387 387 </para> 388 388 389 <screen role="root"><userinput>chown -cR 0:0 dictionaries/ &&389 <screen role="root"><userinput>chown -cR 0:0 dictionaries/ && 390 390 mkdir -pv $LO_PREFIX/lib/libreoffice/share/extensions/dict-en && 391 391 cp -vR dictionaries/en/* $LO_PREFIX/lib/libreoffice/share/extensions/dict-en &&
Note:
See TracChangeset
for help on using the changeset viewer.