Ignore:
Timestamp:
04/28/2012 09:38:42 AM (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:
61f9c87
Parents:
41337e8
Message:

Make which required dependency of gnome-doc-utils since every package requiring it needs which, gvfs 1.12.2, gcalctool 6.4.1.1, gucharmap 3.4.1, gnome-contacts 3.4.0 and gnome-system-monitor 3.4.1. Comment out Gnome pre and post configuration pages for now untill I think of new stategy for it. Most of gnome post-configuration is explained on gnome-session page

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/gcalctool.xml

    r41337e8 r0e15d3a  
    55  %general-entities;
    66
    7   <!ENTITY gcalctool-download-http "&gnome-download-http;/gcalctool/6.2/gcalctool-&gcalctool-version;.tar.xz">
    8   <!ENTITY gcalctool-download-ftp  "&gnome-download-ftp;/gcalctool/6.2/gcalctool-&gcalctool-version;.tar.xz">
    9   <!ENTITY gcalctool-md5sum        "2ec304f118735f6268d38741394a3b9e">
    10   <!ENTITY gcalctool-size          "977 KB">
     7  <!ENTITY gcalctool-download-http "&gnome-download-http;/gcalctool/6.4/gcalctool-&gcalctool-version;.tar.xz">
     8  <!ENTITY gcalctool-download-ftp  "&gnome-download-ftp;/gcalctool/6.4/gcalctool-&gcalctool-version;.tar.xz">
     9  <!ENTITY gcalctool-md5sum        "ea604540f86e2c6a52579b68e7d047e9">
     10  <!ENTITY gcalctool-size          "988 KB">
    1111  <!ENTITY gcalctool-buildsize     "31 MB">
    12   <!ENTITY gcalctool-time          "0.8 SBU">
     12  <!ENTITY gcalctool-time          "0.6 SBU">
    1313]>
    1414
     
    6262
    6363    <bridgehead renderas="sect4">Required</bridgehead>
    64     <para role="required"><xref linkend="GConf"/>,
    65     <xref linkend="gnome-doc-utils"/>,
    66     <xref linkend="gtk3"/>, and
    67     <xref linkend="which"/></para>
     64    <para role="required">
     65      <xref linkend="gnome-doc-utils"/>,
     66      <xref linkend="gtk3"/> and
     67      <xref linkend="itstool"/>
     68    </para>
    6869
    6970    <bridgehead renderas="sect4">Recommended</bridgehead>
    70     <para role="recommended"><xref linkend="rarian"/></para>
     71    <para role="recommended">
     72      <xref linkend="rarian"/>
     73    </para>
    7174
    7275    <para condition="html" role="usernotes">User Notes:
     
    8184    commands:</para>
    8285
    83 <screen><userinput>./configure --prefix=$GNOME_PREFIX &amp;&amp;
     86<screen><userinput>./configure --prefix=/usr &amp;&amp;
    8487make</userinput></screen>
    8588
     
    9295  </sect2>
    9396
    94   <sect2 role="commands">
     97<!--  <sect2 role="commands">
    9598    <title>Command Explanations</title>
    9699
     
    98101    href="../../xincludes/gnome-prefix.xml"/>
    99102
    100   </sect2>
     103  </sect2> -->
    101104
    102105  <sect2 role="content">
     
    105108    <segmentedlist>
    106109      <segtitle>Installed Programs</segtitle>
    107       <segtitle>Installed Libraries</segtitle>
    108110      <segtitle>Installed Directories</segtitle>
    109111
    110112      <seglistitem>
    111         <seg>gcalccmd and gcalctool</seg>
    112         <seg>None</seg>
    113         <seg><envar>$GNOME_PREFIX</envar>/share/{gcalctool,
    114         gnome/help/gcalctool/*}</seg>
     113        <seg>
     114          gcalccmd and gcalctool
     115        </seg>
     116        <seg>
     117          /usr/share/help/*/gcalctool and /usr/share/gcalctool
     118        </seg>
    115119      </seglistitem>
    116120    </segmentedlist>
     
    124128        <term><command>gcalctool</command></term>
    125129        <listitem>
    126           <para>is a desktop calculator for
    127           <application>GNOME</application>.</para>
     130          <para>is the official calculator of the
     131          <application>GNOME</application> desktop.</para>
    128132          <indexterm zone="gcalctool gcalctool-prog">
    129133            <primary sortas="b-gcalctool">gcalctool</primary>
Note: See TracChangeset for help on using the changeset viewer.