Ignore:
Timestamp:
02/20/2017 08:59:39 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a581662
Parents:
39a26d5
Message:

Tag kf5 and dependencies

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18369 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/kf5/kf5-frameworks.xml

    r39a26d5 r714105e  
    3131  independent of the KDE Display Environment (Plasma 5).</para>
    3232
    33   &lfs7a_checked;
     33  &lfs80_checked;
    3434
    3535  <para>The instructions below build all of the KDE Frameworks packages in one
     
    244244cd4290e76d0c07a3612b82257119a4df  kactivities-stats-5.31.0.tar.xz
    2452456105cf1f51b69cd9232aa662f8d2511a  krunner-5.31.0.tar.xz
    246 71ec95ef3c79e2a86de4872bb97daa0e  kjs-5.31.0.tar.xz
    247 aa244aa083a03be78a976a8a8cd6ed8c  kdelibs4support-5.31.0.tar.xz
    248 21a3859d1358a330fbdb83f3c184dd71  khtml-5.31.0.tar.xz
    249 49f65f405b4e3d49adf81247efce963f  kjsembed-5.31.0.tar.xz
    250 f287ac1073cae07f51178ad78f30cf4b  kmediaplayer-5.31.0.tar.xz
    251 743b48d58b23d386e4417081a4d456cb  kross-5.31.0.tar.xz
    252 #95cb43eb20e081db51709b0ab6bcfa96  prison-5.31.0.tar.xz</literal>
     246#95cb43eb20e081db51709b0ab6bcfa96  prison-5.31.0.tar.xz
     24771ec95ef3c79e2a86de4872bb97daa0e  portingAids/kjs-5.31.0.tar.xz
     248aa244aa083a03be78a976a8a8cd6ed8c  portingAids/kdelibs4support-5.31.0.tar.xz
     24921a3859d1358a330fbdb83f3c184dd71  portingAids/khtml-5.31.0.tar.xz
     25049f65f405b4e3d49adf81247efce963f  portingAids/kjsembed-5.31.0.tar.xz
     251f287ac1073cae07f51178ad78f30cf4b  portingAids/kmediaplayer-5.31.0.tar.xz
     252743b48d58b23d386e4417081a4d456cb  portingAids/kross-5.31.0.tar.xz</literal>
    253253EOF</userinput></screen>
    254254
     
    269269
    270270    <caution>
    271       <para>If inatalling in /opt and there is an existing /opt/kf5 either as a
    272       regular directory or a symbolic link, it should be removed (as root):</para>
    273 
    274       <screen><userinput>rm -rf /opt/kf5</userinput></screen>
     271
     272      <para>If installing in /opt and there is an existing /opt/kf5 either as a
     273      regular directory or a symbolic link, it should be reinitialized (as
     274      root):</para>
     275
     276      <screen role="root"><userinput>mv -v /opt/kf5 /opt/kf5.old                         &amp;&amp;
     277install -v -dm755           $KF5_PREFIX/{etc,share} &amp;&amp;
     278ln -sfv /etc/dbus-1         $KF5_PREFIX/etc         &amp;&amp;
     279ln -sfv /usr/share/dbus-1   $KF5_PREFIX/share</userinput></screen>
    275280    </caution>
    276281
     
    329334    symlink:</para>
    330335
    331     <screen><userinput>mv -v /opt/kf5 /opt/kf5-&kf5-version;
     336    <screen role="root"><userinput>mv -v /opt/kf5 /opt/kf5-&kf5-version;
    332337ln -sfvn kf5-&kf5-version; /opt/kf5</userinput></screen>
    333338
Note: See TracChangeset for help on using the changeset viewer.