Changeset 3ecbab71


Ignore:
Timestamp:
06/27/2019 03:30:58 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
9291127
Parents:
dba5b87
Message:

Merge to HEAD 21741.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • gnome.ent

    rdba5b87 r3ecbab71  
    4141<!ENTITY libpeas-version                   "1.22.0">
    4242<!ENTITY libwnck-version                   "3.32.0">
    43 <!ENTITY evolution-data-server-version     "3.32.1">
     43<!ENTITY evolution-data-server-version     "3.32.3">
    4444<!ENTITY folks-version                     "0.12.1">
    4545<!ENTITY gfbgraph-version                  "0.2.3">
  • gnome/platform/evolution-data-server.xml

    rdba5b87 r3ecbab71  
    99  <!ENTITY evolution-data-server-download-ftp
    1010           "&gnome-download-ftp;/evolution-data-server/&gnome-minor-32;/evolution-data-server-&evolution-data-server-version;.tar.xz">
    11   <!ENTITY evolution-data-server-md5sum        "8832c259a5914b6a27ba4abde681254a">
     11  <!ENTITY evolution-data-server-md5sum        "de4bd459d977d86f8be189b9fe60636e">
    1212  <!ENTITY evolution-data-server-size          "4.4 MB">
    1313  <!ENTITY evolution-data-server-buildsize     "194 MB">
    14   <!ENTITY evolution-data-server-time          "1.9 SBU">
     14  <!ENTITY evolution-data-server-time          "1.8 SBU">
    1515]>
    1616
     
    127127    </para>
    128128
    129 <screen><userinput>mkdir build &amp;&amp;
     129<screen revision="sysv"><userinput>mkdir build &amp;&amp;
     130cd    build &amp;&amp;
     131
     132cmake -DCMAKE_INSTALL_PREFIX=/usr   \
     133      -DSYSCONF_INSTALL_DIR=/etc    \
     134      -DENABLE_VALA_BINDINGS=ON     \
     135      -DENABLE_INSTALLED_TESTS=ON   \
     136      -DENABLE_GOOGLE=ON            \
     137      -DWITH_OPENLDAP=OFF           \
     138      -DWITH_KRB5=OFF               \
     139      -DENABLE_INTROSPECTION=ON     \
     140      -DENABLE_GTK_DOC=OFF          \
     141      -DWITH_SYSTEMDSYSTEMUNITDIR=  \
     142      .. &amp;&amp;
     143make</userinput></screen>
     144
     145<screen revision="systemd"><userinput>mkdir build &amp;&amp;
    130146cd    build &amp;&amp;
    131147
  • gnome/platform/libgweather.xml

    rdba5b87 r3ecbab71  
    129129    <title>Command Explanations</title>
    130130
    131     <para><option>-Dgtk_doc</option>: Use this parameter if
     131    <para><option>-Dgtk_doc=true</option>: Use this parameter if
    132132    <application>GTK-Doc</application> is installed and you wish to rebuild and
    133133    install the API documentation.</para>
  • introduction/welcome/changelog.xml

    rdba5b87 r3ecbab71  
    4545      <para>June 26th, 2019</para>
    4646      <itemizedlist>
     47        <listitem revision="systemd">
     48          <para>[renodr] - Update to evolution-data-server-3.32.3. Part of
     49          <ulink url="&blfs-ticket-root;12025">#12025</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Disable the installation of systemd unit files in
     53          at-spi2-core on SysV systems.</para>
     54        </listitem>
     55        <listitem revision="systemd">
     56          <para>[renodr] - Update to libgdata-0.17.10. Fixes
     57          <ulink url="&blfs-ticket-root;12195">#12195</ulink>.</para>
     58        </listitem>
     59        <listitem revision="systemd">
     60          <para>[renodr] - Update to libchamplain-0.12.19. Fixes
     61          <ulink url="&blfs-ticket-root;11706">#11706</ulink>.</para>
     62        </listitem>
    4763        <listitem>
    4864          <para>[renodr] - Update to newt-0.52.21. Fixes
  • x/lib/at-spi2-core.xml

    rdba5b87 r3ecbab71  
    114114    </para>
    115115
    116 <screen><userinput>mkdir build &amp;&amp;
     116<screen revision="sysv"><userinput>mkdir build &amp;&amp;
     117cd    build &amp;&amp;
     118
     119meson --prefix=/usr     \
     120      --sysconfdir=/etc \
     121      -Dsystemd_user_dir=no .. &amp;&amp;
     122ninja</userinput></screen>
     123
     124<screen revision="systemd"><userinput>mkdir build &amp;&amp;
    117125cd    build &amp;&amp;
    118126
     
    135143  </sect2>
    136144
    137 <!--
    138   <sect2 role="commands">
     145
     146  <sect2 role="commands" revision="sysv">
    139147    <title>Command Explanations</title>
    140148
    141     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    142       href="../../xincludes/gtk-doc-rebuild.xml"/>
    143 
    144   </sect2>
    145 -->
     149    <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     150       href="../../xincludes/gtk-doc-rebuild.xml"/> -->
     151
     152    <para>
     153      <parameter>-Dsystemd_user_dir=no</parameter>: This flag disables the
     154      installation of systemd unit files on SysV, where they are unable to be
     155      used.
     156    </para>
     157
     158  </sect2>
    146159
    147160  <sect2 role="content">
Note: See TracChangeset for help on using the changeset viewer.