Changeset 41ddd5f
- Timestamp:
- 03/02/2014 03:40:57 AM (11 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 4b072fd
- Parents:
- 3b00d20
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
x/lib/qt4.xml
r3b00d20 r41ddd5f 233 233 234 234 <screen><userinput>export QTDIR=/opt/qt-&qt4-version; && 235 export QTLINK=/opt/qt &&235 export QTLINK=/opt/qt4 && 236 236 237 237 sed -i -e "/#if/d" -e "/#error/d" -e "/#endif/d" \ … … 265 265 266 266 <screen role="root"><userinput>make install 267 ln -svfn $QTDIR /opt/qt </userinput></screen>267 ln -svfn $QTDIR /opt/qt4</userinput></screen> 268 268 269 269 <para> … … 274 274 275 275 <screen role="root"><userinput>for file in `basename -a -s .prl $QTDIR/lib/lib*.prl`; do 276 sed -r'/^QMAKE_PRL_BUILD_DIR/d' \277 -r's/(QMAKE_PRL_LIBS =).*/\1/' \278 -i $QTDIR/lib/${file}.prl276 sed -r -e '/^QMAKE_PRL_BUILD_DIR/d' \ 277 -e 's/(QMAKE_PRL_LIBS =).*/\1/' \ 278 -i $QTDIR/lib/${file}.prl 279 279 280 280 perl -pi -e "s, -L$PWD/?\S+,,g" $QTDIR/lib/pkgconfig/${file##lib}.pc … … 462 462 </para> 463 463 464 <screen role="root"><userinput>cat > /etc/profile.d/qt .sh << EOF465 <literal># Begin /etc/profile.d/qt .sh464 <screen role="root"><userinput>cat > /etc/profile.d/qt4.sh << EOF 465 <literal># Begin /etc/profile.d/qt4.sh 466 466 467 467 QTDIR=/usr 468 468 export QTDIR 469 469 470 # End /etc/profile.d/qt .sh</literal>470 # End /etc/profile.d/qt4.sh</literal> 471 471 EOF</userinput></screen> 472 472 … … 485 485 <literal># Begin Qt addition 486 486 487 /opt/qt /lib487 /opt/qt4/lib 488 488 489 489 # End Qt addition</literal> … … 498 498 <para> 499 499 As the <systemitem class="username">root</systemitem> user, create 500 the <filename>/etc/profile.d/qt .sh</filename> file:500 the <filename>/etc/profile.d/qt4.sh</filename> file: 501 501 </para> 502 502 503 <screen role="root"><userinput>cat > /etc/profile.d/qt .sh << EOF504 <literal># Begin /etc/profile.d/qt .sh505 506 QTDIR=/opt/qt 507 508 pathappend /opt/qt /bin PATH509 pathappend /opt/qt /lib/pkgconfig PKG_CONFIG_PATH503 <screen role="root"><userinput>cat > /etc/profile.d/qt4.sh << EOF 504 <literal># Begin /etc/profile.d/qt4.sh 505 506 QTDIR=/opt/qt4 507 508 pathappend /opt/qt4/bin PATH 509 pathappend /opt/qt4/lib/pkgconfig PKG_CONFIG_PATH 510 510 511 511 export QTDIR 512 512 513 # End /etc/profile.d/qt .sh</literal>513 # End /etc/profile.d/qt4.sh</literal> 514 514 EOF</userinput></screen> 515 515 … … 553 553 /usr/share/qt4 554 554 OR 555 /opt/qt and555 /opt/qt4 and 556 556 /opt/qt-&qt4-version; 557 557 </seg> -
xsoft/other/gnash.xml
r3b00d20 r41ddd5f 38 38 </para> 39 39 40 &lfs7 4_checked;40 &lfs75_checked; 41 41 42 42 <bridgehead renderas="sect3">Package Information</bridgehead>
Note:
See TracChangeset
for help on using the changeset viewer.