Changeset 3c2936fe
- Timestamp:
- 05/03/2019 05:01:50 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 535af54
- Parents:
- d21c6551
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rd21c6551 r3c2936fe 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 2"> <!-- Always 2 digits -->3 <!ENTITY day "03"> <!-- Always 2 digits --> 4 4 <!ENTITY month "05"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "May 2nd, &year;">9 <!ENTITY releasedate "May 3rd, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/genlib.xml
rd21c6551 r3c2936fe 67 67 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grantlee.xml"/> 68 68 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gsl.xml"/> 69 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gspell.xml"/> 69 70 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="icu.xml"/> 70 71 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="jansson.xml"/> -
introduction/welcome/changelog.xml
rd21c6551 r3c2936fe 42 42 </listitem> 43 43 --> 44 45 <listitem> 46 <para>May 3rd, 2019</para> 47 <itemizedlist> 48 <listitem> 49 <para>[bdubbs] - Update to gedit-3.32.0. Fixes 50 <ulink url="&blfs-ticket-root;11808">#11808</ulink>.</para> 51 </listitem> 52 <listitem> 53 <para>[bdubbs] - Add gspell-1.8.1 in support of gedit.</para> 54 </listitem> 55 </itemizedlist> 56 </listitem> 44 57 45 58 <listitem> -
packages.ent
rd21c6551 r3c2936fe 66 66 <!ENTITY ed-version "1.15"> 67 67 <!ENTITY emacs-version "26.2"> 68 <!ENTITY gedit-version "3. 22.1">68 <!ENTITY gedit-version "3.32.0"> 69 69 <!ENTITY joe-version "4.6"> 70 70 <!ENTITY juffed-version "0.10.r71.gc3c1a3f"> … … 107 107 <!ENTITY grantlee-version "5.1.0"> 108 108 <!ENTITY gsl-version "2.5"> 109 <!ENTITY gspell-version "1.8.1"> 109 110 110 111 <!ENTITY icu-major "64"> -
postlfs/editors/gedit.xml
rd21c6551 r3c2936fe 7 7 <!ENTITY gedit-download-http "&gnome-download-http;/gedit/&gnome-minor-22;/gedit-&gedit-version;.tar.xz"> 8 8 <!ENTITY gedit-download-ftp "&gnome-download-ftp;/gedit/&gnome-minor-22;/gedit-&gedit-version;.tar.xz"> 9 <!ENTITY gedit-md5sum " b3ee39faa2f905c83cb158a9b4d3fb44">10 <!ENTITY gedit-size " 2.8MB">11 <!ENTITY gedit-buildsize "7 1 MB">12 <!ENTITY gedit-time "0. 8 SBU">9 <!ENTITY gedit-md5sum "c2c5ae4cf16f034113a0145101143ae0"> 10 <!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)"> 13 13 ]> 14 14 … … 76 76 <para role="required"> 77 77 <xref linkend="gsettings-desktop-schemas"/>, 78 <xref linkend="gtksourceview"/>, 78 <xref linkend="gspell"/>, 79 <xref linkend="gtksourceview4"/>, 79 80 <xref linkend="itstool"/>, and 80 81 <xref linkend="libpeas"/> … … 93 94 <para role="optional"> 94 95 <xref linkend="gtk-doc"/>, 95 <xref linkend="vala"/>, 96 <ulink url="http://ftp.acc.umu.se/pub/gnome/sources/gspell/">gspell</ulink>, and 96 <xref linkend="vala"/>, and 97 97 <ulink url="http://launchpad.net/zeitgeist">zeitgeist</ulink> 98 98 </para> … … 111 111 </para> 112 112 113 <screen><userinput>./configure --prefix=/usr --disable-spell && 114 make</userinput></screen> 113 <screen><userinput>mkdir build && 114 cd build && 115 116 meson --prefix=/usr -Dbuildtype=release .. && 117 ninja</userinput></screen> 115 118 116 119 <para> 117 T his package does not come with a test suite.120 To test the results, issue: <command>ninja test</command>. 118 121 </para> 119 122 … … 122 125 </para> 123 126 124 <screen role="root"><userinput> makeinstall</userinput></screen>127 <screen role="root"><userinput>ninja install</userinput></screen> 125 128 126 129 </sect2> … … 130 133 131 134 <para> 132 <parameter>--disable-spell</parameter>: Use this switch to disable 133 spell-checking capability. It is required if 134 <application>gspell</application> is not installed. 135 <parameter>-Ddocumentation=true</parameter>: Use this option 136 to build the reference manual. 135 137 </para> 136 137 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"138 href="../../xincludes/gtk-doc-rebuild.xml"/>139 138 140 139 </sect2> … … 150 149 <seglistitem> 151 150 <seg> 152 gedit and 153 gnome-text-editor (symlink to gedit) 151 gedit 154 152 </seg> 155 153 <seg>
Note:
See TracChangeset
for help on using the changeset viewer.