Changeset a2c7abf


Ignore:
Timestamp:
02/16/2019 04:52:17 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
8d524b72
Parents:
4b1b99e8
Message:

Merge to HEAD 21163.
Remove elogind as a dependency for gvfs.
Fix accountsservice build with elogind.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/accountsservice.xml

    r4b1b99e8 ra2c7abf  
    113113cd build &amp;&amp;
    114114
    115 meson --prefix=/usr            \
    116             -Dadmin_group=adm  \
    117             -Dsystemd=true     \
     115meson --prefix=/usr                   \
     116            -Dadmin_group=adm         \
     117            -Delogind=true            \
     118            -Dsystemdsystemunitdir=no \
    118119            .. &amp;&amp;
    119120ninja</userinput></screen>
  • gnome/applications/gnome-color-manager.xml

    r4b1b99e8 ra2c7abf  
    110110  <sect2 role="installation">
    111111    <title>Installation of GNOME Color Manager</title>
     112
     113    <para>
     114      If <xref linkend="docbook-utils"/> is installed, disable installation
     115      of the man pages to avoid a build failure:
     116    </para>
     117
     118<screen><userinput>sed /subdir\(\'man/d -i meson.build</userinput></screen>
    112119
    113120    <para>
  • gnome/platform/gvfs.xml

    r4b1b99e8 ra2c7abf  
    8585    <bridgehead renderas="sect4">Recommended</bridgehead>
    8686    <para role="recommended" revision="sysv">
    87       <xref linkend="elogind"/>,
    8887      <xref linkend="gcr"/>,
    8988      <xref linkend="gtk3"/>,
  • introduction/welcome/changelog.xml

    r4b1b99e8 ra2c7abf  
    4343-->
    4444
     45    <listitem>
     46      <para>February 16th, 2019</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[dj] - Add sed to fix Gnome Color Manager build when
     50          DocBook-Utils is installed.</para>
     51        </listitem>
     52        <listitem revision="sysv">
     53          <para>[dj] - Remove elogind as a dependency for gvfs.</para>
     54        </listitem>
     55        <listitem revision="sysv">
     56          <para>[dj] - Fix accountsservice build with elogind.</para>
     57        </listitem>
     58      </itemizedlist>
     59    </listitem>
     60 
    4561    <listitem>
    4662      <para>February 15th, 2019</para>
Note: See TracChangeset for help on using the changeset viewer.