mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Update to gedit-43.2
Also adjust the ticket numbers for tepl's reintroduction
This commit is contained in:
parent
a3717a9737
commit
c517fd0a5a
@ -42,12 +42,16 @@
|
||||
<para>December 28th, 2022</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to tepl-6.2.0. Fixes
|
||||
<para>[renodr] - Update to gedit-43.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;17266">#17266</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to tepl-6.2.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;17454">#17454</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Restore tepl from the archives in support of gedit.
|
||||
Fixes <ulink url="&blfs-ticket-root;17266">#17266</ulink>.</para>
|
||||
Fixes <ulink url="&blfs-ticket-root;17454">#17454</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to amtk-5.6.1. Fixes
|
||||
|
@ -62,7 +62,7 @@
|
||||
<!ENTITY bluefish-version "2.2.12">
|
||||
<!ENTITY ed-version "1.18">
|
||||
<!ENTITY emacs-version "28.2">
|
||||
<!ENTITY gedit-version "42.2">
|
||||
<!ENTITY gedit-version "43.2">
|
||||
<!ENTITY joe-version "4.6">
|
||||
<!ENTITY mousepad-version "0.5.10">
|
||||
<!ENTITY nano-version "7.1">
|
||||
|
@ -4,11 +4,11 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY gedit-download-http "&gnome-download-http;/gedit/&gnome-42;/gedit-&gedit-version;.tar.xz">
|
||||
<!ENTITY gedit-download-ftp "&gnome-download-ftp;/gedit/&gnome-42;/gedit-&gedit-version;.tar.xz">
|
||||
<!ENTITY gedit-md5sum "733fcdd4db8e344460995857381cfaac">
|
||||
<!ENTITY gedit-size "6.6 MB">
|
||||
<!ENTITY gedit-buildsize "59 MB (with tests)">
|
||||
<!ENTITY gedit-download-http "&gnome-download-http;/gedit/&gnome-43;/gedit-&gedit-version;.tar.xz">
|
||||
<!ENTITY gedit-download-ftp "&gnome-download-ftp;/gedit/&gnome-43;/gedit-&gedit-version;.tar.xz">
|
||||
<!ENTITY gedit-md5sum "7de5ce6a7bf002e59b2f68eb5d9c8f3a">
|
||||
<!ENTITY gedit-size "2.6 MB">
|
||||
<!ENTITY gedit-buildsize "69 MB (with tests)">
|
||||
<!ENTITY gedit-time "0.2 SBU (using parallelism=4; with tests)">
|
||||
]>
|
||||
|
||||
@ -73,8 +73,9 @@
|
||||
<xref linkend="git"/>,
|
||||
<xref linkend="gsettings-desktop-schemas"/>,
|
||||
<xref linkend="gtksourceview4"/>,
|
||||
<xref linkend="itstool"/>, and
|
||||
<xref linkend="libpeas"/>
|
||||
<xref linkend="itstool"/>,
|
||||
<xref linkend="libpeas"/>, and
|
||||
<xref linkend="tepl"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
@ -101,22 +102,13 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Gedit</title>
|
||||
|
||||
<!-- Fixed in gedit-41.0
|
||||
<para>
|
||||
First fix building with recent versions of
|
||||
<application>meson</application>:
|
||||
</para>
|
||||
|
||||
<screen><userinput>sed -i '/merge_file/{n;d}' data/meson.build</userinput></screen>
|
||||
-->
|
||||
|
||||
<para>
|
||||
Install <application>Gedit</application> by running the following
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>mkdir build &&
|
||||
cd build &&
|
||||
<screen><userinput>mkdir gedit-build &&
|
||||
cd gedit-build &&
|
||||
|
||||
meson --prefix=/usr --buildtype=release .. &&
|
||||
ninja</userinput></screen>
|
||||
@ -169,10 +161,10 @@ ninja</userinput></screen>
|
||||
gedit
|
||||
</seg>
|
||||
<seg>
|
||||
libgedit-41.0.so
|
||||
libgedit-43.so
|
||||
</seg>
|
||||
<seg>
|
||||
/usr/include/gedit-41 and
|
||||
/usr/include/gedit-43 and
|
||||
/usr/{lib,share,share/gtk-doc/html,share/help/*}/gedit
|
||||
</seg>
|
||||
</seglistitem>
|
||||
|
Loading…
Reference in New Issue
Block a user