Changeset 9d53187
- Timestamp:
- 07/23/2015 10:14:29 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 428191d
- Parents:
- 5044738
- Files:
-
- 10 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r5044738 r9d53187 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 2"> <!-- Always 2 digits -->3 <!ENTITY day "23"> <!-- Always 2 digits --> 4 4 <!ENTITY month "07"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2015"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "July 2 2nd &year;">9 <!ENTITY releasedate "July 23rd &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
gnome.ent
r5044738 r9d53187 14 14 <!ENTITY gnome-desktop-version "3.16.2"> 15 15 <!ENTITY gnome-video-effects-version "0.4.1"> 16 <!ENTITY gtksourceview-version "3.16.1">17 16 <!ENTITY libgtop-version "2.30.0"> 18 17 <!ENTITY libpeas-version "1.14.0"> -
gnome/platform/platform.xml
r5044738 r9d53187 44 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-desktop.xml"/> 45 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-video-effects.xml"/> 46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtksourceview.xml"/>47 46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgtop.xml"/> 48 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libpeas.xml"/> -
introduction/welcome/changelog.xml
r5044738 r9d53187 44 44 45 45 --> 46 47 <listitem> 48 <para>July 23rd, 2015</para> 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Add Leafpad and Geany to 52 "6. Editors - Other Editors".</para> 53 </listitem> 54 <listitem> 55 <para>[fernando] - Archive gtksourceview-2.10.5. 56 Move gtksourceview-3.16.1 from 57 "33. GNOME Libraries and Utilities - Libraries" to 58 "25. X Libraries". Fixes 59 <ulink url="&blfs-ticket-root;6747">#6747</ulink>.</para> 60 </listitem> 61 <listitem> 62 <para>[fernando] - Update to sudo-1.8.14p3. Fixes 63 <ulink url="&blfs-ticket-root;6746">#6746</ulink>.</para> 64 </listitem> 65 </itemizedlist> 66 </listitem> 46 67 47 68 <listitem> -
packages.ent
r5044738 r9d53187 37 37 <!ENTITY ssh-askpass-version "&openssh-version;"> 38 38 <!ENTITY stunnel-version "5.20"> 39 <!ENTITY sudo-version "1.8.14p 2">39 <!ENTITY sudo-version "1.8.14p3"> 40 40 <!ENTITY tripwire-version "2.4.2.2"> 41 41 … … 477 477 <!ENTITY gtkmm2-version "2.24.4"> 478 478 <!ENTITY gtkmm3-version "3.16.0"> 479 <!ENTITY gtksourceview-version "3.16.1"> 479 480 <!ENTITY imlib2-version "1.4.7"> 480 481 <!ENTITY keybinder2-version "0.3.0"> … … 557 558 <!ENTITY midori-version "0.5.10"> 558 559 <!ENTITY parole-version "0.8.0"> 559 <!ENTITY gtksourceview2-version "2.10.5">560 560 <!ENTITY mousepad-version "0.4.0"> 561 561 <!ENTITY vte2-version "0.28.2"> -
postlfs/editors/others.xml
r5044738 r9d53187 16 16 <title>Other Editors</title> 17 17 18 <para><command>pico</command> is a text editor installed as a part 19 of <xref linkend="re-alpine"/>.</para> 20 21 <para><command>mcedit</command> is a text editor installed as part 22 of <xref linkend="mc"/>.</para> 18 <itemizedlist> 19 <listitem> 20 <para> 21 <ulink url="http://www.geany.org/">Geany</ulink> is a text editor using 22 the <application>GTK+2</application> toolkit with basic features of an 23 integrated development environment. It was developed to provide a small 24 and fast IDE, which has only a few dependencies from other packages. It 25 supports many filetypes and has some nice features. 26 </para> 27 </listitem> 28 <listitem> 29 <para> 30 <ulink url="http://tarot.freeshell.org/leafpad/">Leafpad</ulink> is a 31 very simple text editor using the <application>GTK+2</application> 32 toolkit. 33 </para> 34 </listitem> 35 <listitem> 36 <para> 37 <command>mcedit</command> is a text editor installed as part of <xref 38 linkend="mc"/>. 39 </para> 40 </listitem> 41 <listitem> 42 <para> 43 <command>pico</command> is a text editor installed as a part of <xref 44 linkend="re-alpine"/>. 45 </para> 46 </listitem> 47 </itemizedlist> 23 48 24 49 </sect1> -
postlfs/security/sudo.xml
r5044738 r9d53187 7 7 <!ENTITY sudo-download-http "http://www.sudo.ws/dist/sudo-&sudo-version;.tar.gz"> 8 8 <!ENTITY sudo-download-ftp "ftp://ftp.sudo.ws/pub/sudo/sudo-&sudo-version;.tar.gz"> 9 <!ENTITY sudo-md5sum " 150f6a2a53a5d29838bf75557543f151">9 <!ENTITY sudo-md5sum "93dbd1e47c136179ff1b01494c1c0e75"> 10 10 <!ENTITY sudo-size "2.5 MB"> 11 11 <!ENTITY sudo-buildsize "33 MB (with tests)"> … … 271 271 <segmentedlist> 272 272 <segtitle>Installed Programs</segtitle> 273 <segtitle>Installed Libraries</segtitle> 273 <segtitle>Installed Libraries</segtitle> 274 274 <segtitle>Installed Directories</segtitle> 275 275 -
x/lib/lib.xml
r5044738 r9d53187 45 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtkmm2.xml"/> 46 46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtkmm3.xml"/> 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtksourceview.xml"/> 47 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="imlib2.xml"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="keybinder2.xml"/> -
xfce/apps/apps.xml
r5044738 r9d53187 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="midori.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="parole.xml"/> 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtksourceview2.xml"/>26 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mousepad.xml"/> 27 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vte2.xml"/> -
xfce/apps/mousepad.xml
r5044738 r9d53187 77 77 <bridgehead renderas="sect4">Required</bridgehead> 78 78 <para role="required"> 79 <xref linkend="gtksourceview2"/> or80 79 <xref linkend="gtksourceview"/> 81 80 </para> … … 83 82 <bridgehead renderas="sect4">Optional</bridgehead> 84 83 <para role="optional"> 85 <xref linkend="dbus-glib"/> 84 <xref linkend="dbus-glib"/> and 85 <ulink url="http://ftp.gnome.org/pub/gnome/sources/gtksourceview/2.10/">gtksourceview-2</ulink> 86 86 </para> 87 87
Note:
See TracChangeset
for help on using the changeset viewer.