Changeset ed74a9a


Ignore:
Timestamp:
07/12/2016 05:36:30 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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, nosym, 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:
534de2d
Parents:
cd32525
Message:

Bring back grantlee and add grantlee and xapian to khelpcenter required deps.

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

Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general/genlib/genlib.xml

    rcd32525 red74a9a  
    6363  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gmime.xml"/>
    6464  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gobject-introspection.xml"/>
     65  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grantlee.xml"/>
    6566  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gsl.xml"/>
    6667  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="icu.xml"/>
  • general/genlib/grantlee.xml

    rcd32525 red74a9a  
    88           "http://downloads.grantlee.org/grantlee-&grantlee-version;.tar.gz">
    99  <!ENTITY grantlee-download-ftp  " ">
    10   <!ENTITY grantlee-md5sum        "775f22dac0953029b414ed3b7379098c">
     10  <!ENTITY grantlee-md5sum        "57989ae9f7c113e682ef1713a6f1e92a">
    1111  <!ENTITY grantlee-size          "1.1 MB">
    12   <!ENTITY grantlee-buildsize     "21 MB">
    13   <!ENTITY grantlee-time          "0.8 SBU">
     12  <!ENTITY grantlee-buildsize     "23 MB">
     13  <!ENTITY grantlee-time          "1.2 SBU">
    1414]>
    1515
     
    6767    <bridgehead renderas="sect4">Required</bridgehead>
    6868    <para role="required">
    69       <xref linkend="cmake"/> and <xref linkend="qt4"/>
     69      <xref linkend="cmake"/> and <xref linkend="qt5"/>
    7070    </para>
    7171
  • introduction/welcome/changelog.xml

    rcd32525 red74a9a  
    4444
    4545-->
     46    <listitem>
     47      <para>July 12th, 2016</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[dj] - Reintroduce Grantlee-5.1.0.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[dj] - Add required dependency for Grantlee and Xapian to
     54          khelpcenter.</para>
     55        </listitem>
     56      </itemizedlist>
     57    </listitem>
     58
    4659    <listitem>
    4760      <para>July 11th, 2016</para>
  • kde/kf5-apps/khelpcenter.xml

    rcd32525 red74a9a  
    7575    <bridgehead renderas="sect4">Required</bridgehead>
    7676    <para role="required">
    77       <xref linkend="kf5-frameworks"/> and
    78       <xref linkend="libxml2"/>
     77      <xref linkend="grantlee"/>,
     78      <xref linkend="kf5-frameworks"/>,
     79      <xref linkend="libxml2"/>, and
     80      <xref linkend="xapian"/>
    7981    </para>
    8082
  • packages.ent

    rcd32525 red74a9a  
    9797<!ENTITY gmime-version                "2.6.20">
    9898<!ENTITY gobject-introspection-version "1.48.0">
    99 <!ENTITY grantlee-version             "0.5.1">
     99<!ENTITY grantlee-version             "5.1.0">
    100100<!ENTITY gsl-version                  "2.1">
    101101
Note: See TracChangeset for help on using the changeset viewer.