Changeset 9c0463d


Ignore:
Timestamp:
01/27/2022 05:07:59 PM (2 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a8d67ac6, c6c43396
Parents:
988edafd
Message:

Move Grantlee from General Libraries to X Libraries.

I've had a TODO list item after a Discussion with Bruce about this particular
package since last package freeze. Because of it's reliance on Qt5 and the fact
that it's only used for KHelpCenter, it really does not belong in
General Libraries. Moving it to X Libraries should suffice in this case,
since it doesn't really fit in KF5 either.

In addition, update the dependencies and the installed files list, and
add short descriptions for the two libraries installed by this package.

Files:
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general/genlib/genlib.xml

    r988edafd r9c0463d  
    7070  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gmime3.xml"/>
    7171  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gobject-introspection.xml"/>
    72   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grantlee.xml"/>
     72<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grantlee.xml"/> -->
    7373  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gsl.xml"/>
    7474  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gspell.xml"/>
  • introduction/welcome/changelog.xml

    r988edafd r9c0463d  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Move Grantlee to X Libraries and significantly
     49          overhaul it's contents.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[pierre] - Update to mesa-21.3.5. Fixes
    4953          <ulink url="&blfs-ticket-root;16018">#16018</ulink>.</para>
  • x/lib/grantlee.xml

    r988edafd r9c0463d  
    8181    </para>
    8282
     83    <bridgehead renderas="sect4">Optional</bridgehead>
     84    <para role="optional">
     85      <xref linkend="doxygen"/> (for documentation)
     86    </para>
     87
    8388    <para condition="html" role="usernotes">User Notes:
    8489    <ulink url="&blfs-wiki;/grantlee"/></para>
     
    125130        <seg>none</seg>
    126131        <seg>
    127            libgrantlee_core.so and
    128            libgrantlee_gui.so
     132          libGrantlee_Templates.so and
     133          libGrantlee_TextDocument.so
    129134        </seg>
    130135        <seg>
    131            /usr/lib/cmake/grantlee,
    132            /usr/lib/grantlee/0.4, and
    133            /usr/include/grantlee</seg>
     136          /usr/lib/cmake/Grantlee5,
     137          /usr/lib/grantlee/5.2, and
     138          /usr/include/grantlee</seg>
    134139      </seglistitem>
    135140    </segmentedlist>
     141
     142    <variablelist>
     143      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     144      <?dbfo list-presentation="list"?>
     145      <?dbhtml list-presentation="table"?>
     146
     147      <varlistentry id="libGrantlee_Templates">
     148        <term><filename class="libraryfile">libGrantlee_Templates.so</filename></term>
     149        <listitem>
     150          <para>
     151            contains common documentation templates for separating documents
     152            from their structure
     153          </para>
     154          <indexterm zone="grantlee libGrantlee_Templates">
     155            <primary sortas="c-libGrantlee_Templates">libGrantlee_Templates.so</primary>
     156          </indexterm>
     157        </listitem>
     158      </varlistentry>
     159
     160      <varlistentry id="libGrantlee_TextDocument">
     161        <term><filename class="libraryfile">libGrantlee_TextDocument.so</filename></term>
     162        <listitem>
     163          <para>
     164            contains functions that allow separating the content of text
     165            documents from their structure.
     166          </para>
     167          <indexterm zone="grantlee libGrantlee_TextDocument">
     168            <primary sortas="c-libGrantlee_TextDocument">libGrantlee_TextDocument.so</primary>
     169          </indexterm>
     170        </listitem>
     171      </varlistentry>
     172    </variablelist>
     173
    136174  </sect2>
    137175
  • x/lib/lib.xml

    r988edafd r9c0463d  
    4343  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glu.xml"/>
    4444  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="goffice010.xml"/>
     45  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grantlee.xml"/>
    4546  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="graphene.xml"/>
    4647  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtk+2.xml"/>
Note: See TracChangeset for help on using the changeset viewer.