Changeset 80ae32d


Ignore:
Timestamp:
07/27/2014 01:19:39 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
f17c309
Parents:
6c126c68
Message:

Move ibus to sysutils section.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13678 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general/sysutils/ibus-systemd.xml

    r6c126c68 r80ae32d  
    55  %general-entities;
    66
    7   <!-- <!ENTITY ibus-download-http "https://github.com/ibus/ibus/releases/download/&ibus-version;/ibus-&ibus-version;.tar.gz"> -->
    8   <!ENTITY ibus-download-http "http://ibus.googlecode.com/files/ibus-&ibus-version;.tar.gz">
     7  <!ENTITY ibus-download-http "https://github.com/ibus/ibus/releases/download/&ibus-version;/ibus-&ibus-version;.tar.gz">
    98  <!ENTITY ibus-download-ftp  " ">
    10   <!ENTITY ibus-md5sum        "59b8d2fbed3ceb14edac130f882ccfd4">
    11   <!ENTITY ibus-size          "2.0 MB">
     9  <!ENTITY ibus-md5sum        "b9fcfa20bd7b555bb4b438f719c0f2fb">
     10  <!ENTITY ibus-size          "2.1 MB">
    1211  <!ENTITY ibus-buildsize     "40 MB">
    1312  <!ENTITY ibus-time          "0.5 SBU">
     
    7776    <bridgehead renderas="sect4">Required</bridgehead>
    7877    <para role="required">
    79       <xref linkend="dconf"/>,
    80       <xref linkend="dbus"/>, and
     78      <xref linkend="dconf"/> and
    8179      <xref linkend="iso-codes"/>
    8280    </para>
     
    8684      <xref linkend="gobject-introspection"/>,
    8785      <xref linkend="gtk2"/>,
    88       <xref linkend="gtk3"/>, and
     86      <xref linkend="gtk3"/>,
     87      <xref linkend="libnotify"/>, and
    8988      <xref linkend="vala"/>
    9089    </para>
     
    9291    <bridgehead renderas="sect4">Optional</bridgehead>
    9392    <para role="optional">
    94       <xref linkend="dbus-python"/>,
    95       <xref linkend="gtk-doc"/>, and
    96       <xref linkend="pyxdg"/>
     93      <xref linkend="dbus-python"/> and
     94      <xref linkend="pygobject"/> (both to build the Python support library),
     95      <xref linkend="gtk-doc"/>,
     96      <xref linkend="python3"/>,
     97      <xref linkend="pyxdg"/> (for the <command>ibus-setup</command>), and
     98      <xref linkend="libxkbcommon"/> and
     99      <xref linkend="wayland"/> (both to build the Wayland support programs)
    97100    </para>
    98101
     
    110113    </para>
    111114
    112 <screen><userinput>./configure --prefix=/usr \
    113 --sysconfdir=/etc --enable-wayland &amp;&amp;
     115<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    114116make</userinput></screen>
    115117
    116118    <para>
    117       To test the results, issue: <command>make -k check</command>. Two
    118       tests may fail due to problems with the tests.
     119      To test the results, issue: <command>make -k check</command>.
     120      Some tests may fail for unknown reasons.
    119121    </para>
    120122
     
    124126
    125127<screen role="root"><userinput>make install</userinput></screen>
     128
    126129  </sect2>
    127130
     
    133136      of the <application>GTK+ 2</application> immodule. Use it if
    134137      you have not installed <application>GTK+ 2</application>.
     138    </para>
     139
     140    <para>
     141      <option>--enable-python-library</option>: This switch enables
     142      building of the <application>Python</application> support
     143      library. Use it if have installed the optional dependencies.
     144    </para>
     145
     146    <para>
     147      <option>--enable-wayland</option>: This switch enables building
     148      of the <application>Wayland</application> support programs.
     149      Use it if you have installed the optional dependencies.
     150    </para>
     151
     152    <para>
     153      <option>--with-python=python3</option>: This switch makes
     154      the <command>configure</command> look for
     155      <application>Python 3</application>. Use it if you want
     156      to build the <application>Python 3</application> support
     157      library alongside the <application>Python 2</application>
     158      one.
    135159    </para>
    136160
     
    200224        <listitem>
    201225          <para>
    202             contains <application>IBus</application> API functions.
     226            contains the <application>IBus</application> API functions.
    203227          </para>
    204228          <indexterm zone="ibus libibus-1.0">
  • general/sysutils/sysutils.xml

    r6c126c68 r80ae32d  
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gpm-systemd.xml"/>
    3131  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hdparm.xml"/>
     32  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ibus-systemd.xml"/>
    3233  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="initdtools.xml"/>
    3334  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lm_sensors.xml"/>
  • systemd.ent

    r6c126c68 r80ae32d  
    22<!ENTITY colord-gtk-version           "0.1.25">
    33<!ENTITY highlight-version            "3.18">
     4<!ENTITY ibus-version                 "1.5.8">
    45<!ENTITY libepoxy-version             "1.2">
    56<!ENTITY libevdev-version             "1.2.2">
Note: See TracChangeset for help on using the changeset viewer.