Ignore:
Timestamp:
04/29/2012 03:00:16 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
17bcb81
Parents:
07078cc
Message:

anjuta 3.4.0, cheese 3.4.1, devhelp 3.4.1, evolution 3.4.1, file-roller 3.4.1, gedit 3.4.1, glade 3.12.0, gnome-applets 3.4.1, gnome-devel-docs 3.4.1, gnome-games 3.4.1, nautilus-sendto 3.0.2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/gedit.xml

    r07078cc r82027623  
    55  %general-entities;
    66
    7   <!ENTITY gedit-download-http "&gnome-download-http;/gedit/&gnome-version;/gedit-&gedit-version;.tar.xz">
    8   <!ENTITY gedit-download-ftp  "&gnome-download-ftp;/gedit/&gnome-version;/gedit-&gedit-version;.tar.xz">
    9   <!ENTITY gedit-md5sum        "f7d27116971e2d7336231353de7dd2e9">
     7  <!ENTITY gedit-download-http "&gnome-download-http;/gedit/3.4/gedit-&gedit-version;.tar.xz">
     8  <!ENTITY gedit-download-ftp  "&gnome-download-ftp;/gedit/3.4/gedit-&gedit-version;.tar.xz">
     9  <!ENTITY gedit-md5sum        "f3d057140091dc28aef81bbe3bfca029">
    1010  <!ENTITY gedit-size          "2.8 MB">
    11   <!ENTITY gedit-buildsize     "95 MB">
     11  <!ENTITY gedit-buildsize     "105 MB">
    1212  <!ENTITY gedit-time          "1.8 SBU">
    1313]>
     
    6060
    6161    <bridgehead renderas="sect4">Required</bridgehead>
    62     <para role="required"><xref linkend="gnome-doc-utils"/>,
    63     <xref linkend="gsettings-desktop-schemas"/>,
    64     <xref linkend="gtk-doc"/>,
    65     <xref linkend="gtk3"/>,
    66     <xref linkend="gtksourceview"/>,
    67     <xref linkend="libpeas"/>, and
    68     <xref linkend="which"/></para>
     62    <para role="required">
     63      <xref linkend="gnome-doc-utils"/>,
     64      <xref linkend="gsettings-desktop-schemas"/>,
     65      <xref linkend="gtksourceview"/>,
     66      <xref linkend="itstool"/> and
     67      <xref linkend="libpeas"/>
     68    </para>
    6969
    7070    <bridgehead renderas="sect4">Recommended</bridgehead>
    71     <para role="recommended"><xref linkend="enchant"/> and
    72     <xref linkend="iso-codes"/> (to Provide Spell-Checking Capability),
    73     <xref linkend="rarian"/></para>
     71    <para role="recommended">
     72      <xref linkend="enchant"/> and
     73      <xref linkend="iso-codes"/> (to Provide Spell-Checking Capability),
     74      <xref linkend="libsoup"/> and
     75      <xref linkend="pygobject3"/>
     76    </para>
    7477
    7578    <bridgehead renderas="sect4">Optional</bridgehead>
    76     <para role="optional"><xref linkend="attr"/>,
    77     <xref linkend="libsoup"/>,
    78     <xref linkend="pygobject3"/>, and
    79     <ulink url="http://launchpad.net/libzeitgeist">libzeitgeist</ulink></para>
     79    <para role="optional">
     80      <xref linkend="gobject-introspection"/>,
     81      <xref linkend="gtk-doc"/> and
     82      <ulink url="http://launchpad.net/libzeitgeist">libzeitgeist</ulink>
     83    </para>
    8084
    8185    <para condition="html" role="usernotes">User Notes:
     
    9094    commands:</para>
    9195
    92 <!-- /usr/lib/gedit is created for plugins, reuse for libexec's gedit-bugreport.sh -->
    93 <screen><userinput>./configure --prefix=$GNOME_PREFIX \
    94             --libexecdir=$GNOME_PREFIX/lib/gedit &amp;&amp;
     96<screen><userinput>./configure --prefix=/usr \
     97            --libexecdir=/usr/lib &amp;&amp;
    9598make</userinput></screen>
    9699
     
    107110    <title>Command Explanations</title>
    108111
    109     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    110     href="../../xincludes/gnome-prefix.xml"/>
     112<!--    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     113    href="../../xincludes/gnome-prefix.xml"/> -->
    111114
    112     <para><command>--libexecdir=$GNOME_PREFIX/lib/gedit</command> : this
    113     parameter ensures the libexec file is installed to the same directory as
    114     the plugins, instead of creating
    115     <filename class="directory">$GNOME_PREFIX/libexec</filename></para>
     115    <para><command>--libexecdir=/usr/lib</command> : this
     116    parameter ensures the bugreport script is installed to the same
     117    directory as the plugins, instead of creating
     118    <filename class="directory">/usr/libexec</filename></para>
    116119
    117120    <para><option>--disable-spell</option>: Use this parameter to disables
     
    122125    href="../../xincludes/gtk-doc-rebuild.xml"/>
    123126
    124     <para><option>--disable-scrollkeeper</option>: Use this parameter if you
    125     wish to disable the updates to the scrollkeeper database.</para>
    126 
    127127  </sect2>
    128128
     
    131131
    132132    <segmentedlist>
    133       <segtitle>Installed Programs</segtitle>
    134       <segtitle>Installed Libraries</segtitle>
     133      <segtitle>Installed Program</segtitle>
     134      <segtitle>Installed Library</segtitle>
    135135      <segtitle>Installed Directories</segtitle>
    136136
    137137      <seglistitem>
    138         <seg>gedit and gnome-text-editor (a symlink to gedit)</seg>
    139         <seg>libgedit-private.so, libchangecase.so, libdocinfo.so, libfilebrowser.so,
    140         libmodelines.so, libsort.so, libspell.so, libtime.so</seg>
    141         <!-- slimmed as much as possible, reformatted to avoid whitespace at wrong places -->
    142         <seg><envar>$GNOME_PREFIX</envar>/include/gedit-3.0,
    143         <envar>$GNOME_PREFIX</envar>/lib/gedit,
    144         <envar>$GNOME_PREFIX</envar>/share/gedit-2,
    145         <envar>$GNOME_PREFIX</envar>/share/gnome/help/gedit,
    146         <envar>$GNOME_PREFIX</envar>/share/gtk-doc/html,
    147         <envar>$GNOME_PREFIX</envar>/share/omf/gedit</seg>
     138        <seg>
     139          gedit
     140        </seg>
     141        <seg>
     142          libgedit-private.so
     143        </seg>
     144        <seg>
     145          /usr/include/gedit-3.0, /usr/lib/gedit,
     146          /usr/share/gedit, /usr/share/gtk-doc/html/gedit
     147          and /usr/share/help/*/gedit
     148        </seg>
    148149      </seglistitem>
    149150    </segmentedlist>
     
    158159        <listitem>
    159160          <para>is a lightweight text editor integrated with the
    160           GNOME desktop.</para>
     161          GNOME Desktop.</para>
    161162          <indexterm zone="gedit gedit-prog">
    162163            <primary sortas="b-gedit">gedit</primary>
Note: See TracChangeset for help on using the changeset viewer.