Ignore:
Timestamp:
03/06/2024 06:34:58 AM (8 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
ken/TL2024, trunk, xry111/llvm18
Children:
5e614d47
Parents:
81575be
Message:

Update most of kde-gear

There are still a few packages that need testing and the book updated.
The kf6 adn plasma packages referenced in LXQt are incorrect and need
to be changed to reference kf5 packages for now.

Note that there is a new package, plasma-activities, that is needed in
the kde-gear section, but needed to be taken from the plasma6 set of
packages.

kio-extras is no longer needed for the packages in the book.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/kf5-apps/konsole5.xml

    r81575be rf806bbf2  
    55  %general-entities;
    66
    7   <!ENTITY konsole5-download-http "&kf5apps-download-http;/konsole-&kf5apps-version;.tar.xz">
    8   <!ENTITY konsole5-download-ftp  " ">
    9   <!ENTITY konsole5-md5sum        "7c7297f44101d0765c9d843fc99a44d6">
    10   <!ENTITY konsole5-size          "1.8 MB">
    11   <!ENTITY konsole5-buildsize     "54 MB">
    12   <!ENTITY konsole5-time          "0.5 SBU (using parallelism=4)">
     7  <!ENTITY konsole-download-http "&kf5apps-download-http;/konsole-&kf5apps-version;.tar.xz">
     8  <!ENTITY konsole-download-ftp  " ">
     9  <!ENTITY konsole-md5sum        "d6195f0b41d438428c2e433ff45b4c1b">
     10  <!ENTITY konsole-size          "1.7 MB">
     11  <!ENTITY konsole-buildsize     "60 MB">
     12  <!ENTITY konsole-time          "0.7 SBU (using parallelism=4)">
    1313]>
    1414
    15 <sect1 id="konsole5" xreflabel="Konsole-&kf5apps-version;">
    16   <?dbhtml filename="konsole5.html"?>
     15<sect1 id="konsole" xreflabel="Konsole-&kf5apps-version;">
     16  <?dbhtml filename="konsole.html"?>
    1717
    1818
    1919  <title>Konsole-&kf5apps-version;</title>
    2020
    21   <indexterm zone="konsole5">
     21  <indexterm zone="konsole">
    2222    <primary sortas="a-Konsole">Konsole</primary>
    2323  </indexterm>
     
    2727
    2828    <para>
    29       The <application>Konsole</application> package is a KF5 based terminal
     29      The <application>Konsole</application> package is a KF6 based terminal
    3030      emulator.
    3131    </para>
     
    3737      <listitem>
    3838        <para>
    39           Download (HTTP): <ulink url="&konsole5-download-http;"/>
     39          Download (HTTP): <ulink url="&konsole-download-http;"/>
    4040        </para>
    4141      </listitem>
    4242      <listitem>
    4343        <para>
    44           Download (FTP): <ulink url="&konsole5-download-ftp;"/>
     44          Download (FTP): <ulink url="&konsole-download-ftp;"/>
    4545        </para>
    4646      </listitem>
    4747      <listitem>
    4848        <para>
    49           Download MD5 sum: &konsole5-md5sum;
     49          Download MD5 sum: &konsole-md5sum;
    5050        </para>
    5151      </listitem>
    5252      <listitem>
    5353        <para>
    54           Download size: &konsole5-size;
     54          Download size: &konsole-size;
    5555        </para>
    5656      </listitem>
    5757      <listitem>
    5858        <para>
    59           Estimated disk space required: &konsole5-buildsize;
     59          Estimated disk space required: &konsole-buildsize;
    6060        </para>
    6161      </listitem>
    6262      <listitem>
    6363        <para>
    64           Estimated build time: &konsole5-time;
     64          Estimated build time: &konsole-time;
    6565        </para>
    6666      </listitem>
     
    113113cd    build &amp;&amp;
    114114
    115 cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
     115cmake -DCMAKE_INSTALL_PREFIX=$KF6_PREFIX \
    116116      -DCMAKE_BUILD_TYPE=Release         \
    117117      -DBUILD_TESTING=OFF                \
     
    144144        </seg>
    145145        <seg>
    146           libkdeinit5_konsole.so and libkonsoleprivate.so
     146          libkdeinit6_konsole.so and libkonsoleprivate.so
    147147        </seg>
    148148        <seg>
    149           $KF5_PREFIX/share/doc/HTML/*/konsole,
    150           $KF5_PREFIX/share/konsole, and
    151           $KF5_PREFIX/share/kxmlgui5/konsole
     149          $KF6_PREFIX/share/doc/HTML/*/konsole,
     150          $KF6_PREFIX/share/konsole, and
     151          $KF6_PREFIX/share/kxmlgui6/konsole
    152152        </seg>
    153153      </seglistitem>
     
    159159      <?dbhtml list-presentation="table"?>
    160160
    161      <varlistentry id="konsole5-prog">
     161     <varlistentry id="konsole-prog">
    162162        <term><command>konsole</command></term>
    163163        <listitem>
     
    166166             interface
    167167          </para>
    168           <indexterm zone="konsole5 konsole5-prog">
     168          <indexterm zone="konsole konsole-prog">
    169169            <primary sortas="b-konsole">konsole</primary>
    170170          </indexterm>
     
    172172      </varlistentry>
    173173
    174      <varlistentry id="konsoleprofile5">
     174     <varlistentry id="konsoleprofile">
    175175        <term><command>konsoleprofile</command></term>
    176176        <listitem>
     
    179179            options
    180180          </para>
    181           <indexterm zone="konsole5 konsoleprofile5">
     181          <indexterm zone="konsole konsoleprofile">
    182182            <primary sortas="b-konsoleprofile">konsoleprofile</primary>
    183183          </indexterm>
Note: See TracChangeset for help on using the changeset viewer.