Changeset fbbe92f for postlfs/editors


Ignore:
Timestamp:
03/27/2020 08:16:34 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2f0555f
Parents:
cb5164ad
Message:

Update to gedit-3.36.1
Add amtk
Add tepl
Add uchardet

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/gedit.xml

    rcb5164ad rfbbe92f  
    55  %general-entities;
    66
    7   <!ENTITY gedit-download-http "&gnome-download-http;/gedit/&gnome-minor-34;/gedit-&gedit-version;.tar.xz">
    8   <!ENTITY gedit-download-ftp  "&gnome-download-ftp;/gedit/&gnome-minor-34;/gedit-&gedit-version;.tar.xz">
    9   <!ENTITY gedit-md5sum        "4bca1d0a13db186cd84619b4bff42238">
     7  <!ENTITY gedit-download-http "&gnome-download-http;/gedit/&gnome-minor-36;/gedit-&gedit-version;.tar.xz">
     8  <!ENTITY gedit-download-ftp  "&gnome-download-ftp;/gedit/&gnome-minor-36;/gedit-&gedit-version;.tar.xz">
     9  <!ENTITY gedit-md5sum        "6fec25c845ee279976a29bd7c2701f2d">
    1010  <!ENTITY gedit-size          "14 MB">
    11   <!ENTITY gedit-buildsize     "70 MB (with tests)">
    12   <!ENTITY gedit-time          "0.4 SBU (using parallelism=4; with tests)">
     11  <!ENTITY gedit-buildsize     "88 MB (with tests)">
     12  <!ENTITY gedit-time          "0.6 SBU (using parallelism=4; with tests)">
    1313]>
    1414
     
    7979      <xref linkend="gspell"/>,
    8080      <xref linkend="gtksourceview4"/>,
    81       <xref linkend="itstool"/>, and
    82       <xref linkend="libpeas"/>
     81      <xref linkend="itstool"/>,
     82      <xref linkend="libpeas"/>, and
     83      <xref linkend="tepl"/>
    8384    </para>
    8485
     
    8687    <para role="recommended">
    8788      <xref role="runtime" linkend="gvfs"/> (runtime),
    88       <xref linkend="iso-codes"/>,
    89       <xref linkend="libsoup"/>, and
     89      <xref linkend="iso-codes"/>, and
    9090      <xref linkend="pygobject3"/>
    9191      (<application>Python</application> 3 module)
     
    137137
    138138    <para>
    139       <option>-Ddocumentation=true</option>: Use this option
     139      <parameter>-Duser_documentation=false</parameter>: This switch disables
     140      generating the user documentation. Omit this switch if you have
     141      <xref linkend="gtk-doc"/> installed and wish to generate the user
     142      documentation.
     143    </para>
     144
     145    <para>
     146      <option>-Dgtk_doc=true</option>: Use this option
    140147      to build the reference manual (needs <xref linkend="gtk-doc"/>).
    141148    </para>
     
    156163        </seg>
    157164        <seg>
    158           libgedit.so
     165          libgedit-3.36.so
    159166        </seg>
    160167        <seg>
    161           /usr/include/gedit-3.14 and
    162           /usr/{lib,libexec,share,share/gtk-doc/html,share/help/*}/gedit
     168          /usr/include/gedit-3.36 and
     169          /usr/{lib,share,share/gtk-doc/html,share/help/*}/gedit
    163170        </seg>
    164171      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.