mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
• Update to sudo-1.8.14p3.
• Archive gtksourceview-2.10.5. Move gtksourceview-3.16.1 from "33. GNOME Libraries and Utilities - Libraries" to "25. X Libraries". • Add Leafpad and Geany to "6. Editors - Other Editors". git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16280 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
5044738ff3
commit
9d531873a1
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "22"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "23"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "07"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2015">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "July 22nd &year;">
|
||||
<!ENTITY releasedate "July 23rd &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
|
||||
|
@ -13,7 +13,6 @@
|
||||
<!ENTITY gjs-version "1.43.3">
|
||||
<!ENTITY gnome-desktop-version "3.16.2">
|
||||
<!ENTITY gnome-video-effects-version "0.4.1">
|
||||
<!ENTITY gtksourceview-version "3.16.1">
|
||||
<!ENTITY libgtop-version "2.30.0">
|
||||
<!ENTITY libpeas-version "1.14.0">
|
||||
<!ENTITY libwnck-version "3.14.0">
|
||||
|
@ -43,7 +43,6 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gjs.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-desktop.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-video-effects.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtksourceview.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgtop.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libpeas.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libwnck.xml"/>
|
||||
|
@ -44,6 +44,27 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>July 23rd, 2015</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[fernando] - Add Leafpad and Geany to
|
||||
"6. Editors - Other Editors".</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[fernando] - Archive gtksourceview-2.10.5.
|
||||
Move gtksourceview-3.16.1 from
|
||||
"33. GNOME Libraries and Utilities - Libraries" to
|
||||
"25. X Libraries". Fixes
|
||||
<ulink url="&blfs-ticket-root;6747">#6747</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to sudo-1.8.14p3. Fixes
|
||||
<ulink url="&blfs-ticket-root;6746">#6746</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>July 22nd, 2015</para>
|
||||
<itemizedlist>
|
||||
|
@ -36,7 +36,7 @@
|
||||
<!ENTITY shadow-version "4.2.1">
|
||||
<!ENTITY ssh-askpass-version "&openssh-version;">
|
||||
<!ENTITY stunnel-version "5.20">
|
||||
<!ENTITY sudo-version "1.8.14p2">
|
||||
<!ENTITY sudo-version "1.8.14p3">
|
||||
<!ENTITY tripwire-version "2.4.2.2">
|
||||
|
||||
<!-- Chapter 5 -->
|
||||
@ -476,6 +476,7 @@
|
||||
<!ENTITY gtk-engines-version "2.20.2">
|
||||
<!ENTITY gtkmm2-version "2.24.4">
|
||||
<!ENTITY gtkmm3-version "3.16.0">
|
||||
<!ENTITY gtksourceview-version "3.16.1">
|
||||
<!ENTITY imlib2-version "1.4.7">
|
||||
<!ENTITY keybinder2-version "0.3.0">
|
||||
<!ENTITY libnotify-version "0.7.6">
|
||||
@ -556,7 +557,6 @@
|
||||
<!-- Chapter 33 -->
|
||||
<!ENTITY midori-version "0.5.10">
|
||||
<!ENTITY parole-version "0.8.0">
|
||||
<!ENTITY gtksourceview2-version "2.10.5">
|
||||
<!ENTITY mousepad-version "0.4.0">
|
||||
<!ENTITY vte2-version "0.28.2">
|
||||
<!ENTITY xfce4-terminal-version "0.6.3">
|
||||
|
@ -15,10 +15,35 @@
|
||||
|
||||
<title>Other Editors</title>
|
||||
|
||||
<para><command>pico</command> is a text editor installed as a part
|
||||
of <xref linkend="re-alpine"/>.</para>
|
||||
|
||||
<para><command>mcedit</command> is a text editor installed as part
|
||||
of <xref linkend="mc"/>.</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
<ulink url="http://www.geany.org/">Geany</ulink> is a text editor using
|
||||
the <application>GTK+2</application> toolkit with basic features of an
|
||||
integrated development environment. It was developed to provide a small
|
||||
and fast IDE, which has only a few dependencies from other packages. It
|
||||
supports many filetypes and has some nice features.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<ulink url="http://tarot.freeshell.org/leafpad/">Leafpad</ulink> is a
|
||||
very simple text editor using the <application>GTK+2</application>
|
||||
toolkit.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<command>mcedit</command> is a text editor installed as part of <xref
|
||||
linkend="mc"/>.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<command>pico</command> is a text editor installed as a part of <xref
|
||||
linkend="re-alpine"/>.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
</sect1>
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<!ENTITY sudo-download-http "http://www.sudo.ws/dist/sudo-&sudo-version;.tar.gz">
|
||||
<!ENTITY sudo-download-ftp "ftp://ftp.sudo.ws/pub/sudo/sudo-&sudo-version;.tar.gz">
|
||||
<!ENTITY sudo-md5sum "150f6a2a53a5d29838bf75557543f151">
|
||||
<!ENTITY sudo-md5sum "93dbd1e47c136179ff1b01494c1c0e75">
|
||||
<!ENTITY sudo-size "2.5 MB">
|
||||
<!ENTITY sudo-buildsize "33 MB (with tests)">
|
||||
<!ENTITY sudo-time "0.5 SBU (with tests)">
|
||||
@ -270,7 +270,7 @@ chmod 644 /etc/pam.d/sudo</userinput></screen>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
|
@ -44,6 +44,7 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtk-engines.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtkmm2.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtkmm3.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtksourceview.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="imlib2.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="keybinder2.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdrm.xml"/>
|
||||
|
@ -22,7 +22,6 @@ $Date$
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="midori.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="parole.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtksourceview2.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mousepad.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vte2.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfce4-terminal.xml"/>
|
||||
|
@ -76,13 +76,13 @@
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="gtksourceview2"/> or
|
||||
<xref linkend="gtksourceview"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="dbus-glib"/>
|
||||
<xref linkend="dbus-glib"/> and
|
||||
<ulink url="http://ftp.gnome.org/pub/gnome/sources/gtksourceview/2.10/">gtksourceview-2</ulink>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">
|
||||
|
Loading…
Reference in New Issue
Block a user