Changeset 51dfb3e for gnome/platform


Ignore:
Timestamp:
06/27/2019 08:55:17 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ff3264f
Parents:
e77adf7
Message:

Move BLFS/trunk/BOOK and BLFS/trunk/bootscripts to
BLFS/branches/old-trunk-20190627 and BLFS/branches/old-bootscripts-20190627.

Move BLFS/branches/elogind-book and BLFS/branches/elogind-bootscripts
to trunk.

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

Location:
gnome/platform
Files:
26 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/evolution-data-server.xml

    re77adf7 r51dfb3e  
    1616
    1717<sect1 id="evolution-data-server"
    18 xreflabel="evolution-data-server-&evolution-data-server-version;" revision="systemd">
     18xreflabel="evolution-data-server-&evolution-data-server-version;">
    1919  <?dbhtml filename="evolution-data-server.html"?>
    2020
  • gnome/platform/folks.xml

    re77adf7 r51dfb3e  
    1313]>
    1414
    15 <sect1 id="folks" xreflabel="Folks-&folks-version;" revision="systemd">
     15<sect1 id="folks" xreflabel="Folks-&folks-version;">
    1616  <?dbhtml filename="folks.html"?>
    1717
     
    113113
    114114<screen><userinput>mkdir build &amp;&amp;
    115 cd    build &amp;&amp;
     115cd build &amp;&amp;
    116116
    117117meson --prefix=/usr --sysconfdir=/etc .. &amp;&amp;
  • gnome/platform/gdm.xml

    re77adf7 r51dfb3e  
    1313]>
    1414
    15 <sect1 id="gdm" xreflabel="GDM-&gdm-version;" revision="systemd">
     15<sect1 id="gdm" xreflabel="GDM-&gdm-version;">
    1616  <?dbhtml filename="gdm.html"?>
    1717
     
    100100      <xref role="runtime" linkend="gnome-session"/>,
    101101      <xref role="runtime" linkend="gnome-shell"/>, and
    102       <xref role="runtime" linkend="systemd"/>
     102      <phrase revision="sysv"><xref role="runtime" linkend="elogind"/></phrase>
     103      <phrase revision="systemd"><xref role="runtime" linkend="systemd"/></phrase>
    103104    </para>
    104105
     
    128129    </para>
    129130
    130 <screen><userinput>./configure --prefix=/usr         \
     131<screen revision="sysv"><userinput>sed 's@systemd@elogind@' -i data/pam-lfs/gdm-launch-environment.pam &amp;&amp;
     132
     133./configure --prefix=/usr         \
     134            --sysconfdir=/etc     \
     135            --localstatedir=/var  \
     136            --without-plymouth    \
     137            --disable-static      \
     138            --enable-gdm-xsession \
     139            --with-systemdsystemunitdir=no \
     140            --with-pam-mod-dir=/lib/security &amp;&amp;
     141make</userinput></screen>
     142
     143<screen revision="systemd"><userinput>./configure --prefix=/usr         \
    131144            --sysconfdir=/etc     \
    132145            --localstatedir=/var  \
     
    145158    </para>
    146159
    147 <screen role="root"><userinput>make install &amp;&amp;
     160<screen role="root" revision="sysv"><userinput>make install</userinput></screen>
     161
     162<screen role="root" revision="systemd"><userinput>make install &amp;&amp;
    148163install -v -m644 data/gdm.service /lib/systemd/system/gdm.service</userinput></screen>   
    149164
     
    214229
    215230    <sect3 id="gdm-init">
    216       <title>Systemd Units</title>
    217 
    218       <para>
     231      <title><phrase revision="sysv">Boot Script</phrase>
     232             <phrase revision="systemd">Systemd Unit</phrase></title>
     233
     234      <para revision="sysv">
     235        To start the <command>gdm</command> automatically when the system
     236        is booted, install the <filename>/etc/rc.d/init.d/gdm</filename>
     237        init script included in the <xref linkend="bootscripts"/> package and
     238        set the default runlevel to 5 (graphical login) as the
     239        <systemitem class="username">root</systemitem> user:
     240      </para>
     241
     242      <para revision="systemd">
    219243        To start the <command>gdm</command> daemon at boot, enable
    220244        the previously installed systemd unit by running the following command
     
    226250      </indexterm>
    227251
    228 <screen role="root"><userinput>systemctl enable gdm</userinput></screen>
     252      <para revision="sysv">
     253        In order to permanently set the default to 5, starting the
     254        <command>gdm</command> greeter screen automatically, you can modify
     255        <filename>/etc/inittab</filename>. As the  <systemitem
     256        class="username">root</systemitem> user:
     257      </para>
     258
     259<screen role="root" revision="sysv"><userinput>make install-gdm &amp;&amp;
     260sed /initdefault/s/3/5/ -i /etc/inittab</userinput></screen>
     261
     262      <para revision="sysv">
     263          You should also disable default elogind power management:
     264      </para>
     265
     266<screen role="root" revision="sysv"><userinput>cat &gt;&gt; /etc/elogind/logind.conf &lt;&lt; "EOF"
     267<literal>AllowSuspend=no
     268AllowHibernation=no</literal>
     269EOF</userinput></screen>
     270
     271<screen role="root" revision="systemd"><userinput>systemctl enable gdm</userinput></screen>
    229272
    230273    </sect3>
  • gnome/platform/geocode-glib.xml

    re77adf7 r51dfb3e  
    1515]>
    1616
    17 <sect1 id="geocode-glib" xreflabel="geocode-glib-&geocode-glib-version;" revision="systemd">
     17<sect1 id="geocode-glib" xreflabel="geocode-glib-&geocode-glib-version;">
    1818  <?dbhtml filename="geocode-glib.html"?>
    1919
  • gnome/platform/gfbgraph.xml

    re77adf7 r51dfb3e  
    1313]>
    1414
    15 <sect1 id="gfbgraph" xreflabel="gfbgraph-&gfbgraph-version;" revision="systemd">
     15<sect1 id="gfbgraph" xreflabel="gfbgraph-&gfbgraph-version;">
    1616  <?dbhtml filename="gfbgraph.html"?>
    1717
  • gnome/platform/gjs.xml

    re77adf7 r51dfb3e  
    8181    </para>
    8282
    83     <bridgehead revision="systemd" renderas="sect4">Recommended (required for GNOME)</bridgehead>
    84     <para role="recommended" revision="systemd">
     83    <bridgehead renderas="sect4">Recommended (required for GNOME)</bridgehead>
     84    <para role="recommended">
    8585      <xref linkend="gtk3"/>
    8686    </para>
  • gnome/platform/gnome-backgrounds.xml

    re77adf7 r51dfb3e  
    1515]>
    1616
    17 <sect1 id="gnome-backgrounds" xreflabel="gnome-backgrounds-&gnome-backgrounds-version;" revision="systemd">
     17<sect1 id="gnome-backgrounds" xreflabel="gnome-backgrounds-&gnome-backgrounds-version;">
    1818  <?dbhtml filename="gnome-backgrounds.html"?>
    1919
  • gnome/platform/gnome-bluetooth.xml

    re77adf7 r51dfb3e  
    1515]>
    1616
    17 <sect1 id="gnome-bluetooth" xreflabel="gnome-bluetooth-&gnome-bluetooth-version;" revision="systemd">
     17<sect1 id="gnome-bluetooth" xreflabel="gnome-bluetooth-&gnome-bluetooth-version;">
    1818  <?dbhtml filename="gnome-bluetooth.html"?>
    1919
     
    9797    <para role="optional">
    9898      <xref role="runtime" linkend="bluez"/> and
    99       <xref role="runtime" linkend="systemd"/>
     99      <phrase revision="sysv"><xref role="runtime" linkend="elogind"/></phrase>
     100      <phrase revision="systemd"><xref role="runtime" linkend="systemd"/></phrase>
    100101    </para>
    101102
  • gnome/platform/gnome-control-center.xml

    re77adf7 r51dfb3e  
    1515]>
    1616
    17 <sect1 id="gnome-control-center" xreflabel="gnome-control-center-&gnome-control-center-version;" revision="systemd">
     17<sect1 id="gnome-control-center" xreflabel="gnome-control-center-&gnome-control-center-version;">
    1818  <?dbhtml filename="gnome-control-center.html"?>
    1919
  • gnome/platform/gnome-menus.xml

    re77adf7 r51dfb3e  
    1515]>
    1616
    17 <sect1 id="gnome-menus" xreflabel="gnome-menus-&gnome-menus-version;" revision="systemd">
     17<sect1 id="gnome-menus" xreflabel="gnome-menus-&gnome-menus-version;">
    1818  <?dbhtml filename="gnome-menus.html"?>
    1919
  • gnome/platform/gnome-online-accounts.xml

    re77adf7 r51dfb3e  
    1515]>
    1616
    17 <sect1 id="gnome-online-accounts" xreflabel="gnome-online-accounts-&gnome-online-accounts-version;" revision="systemd">
     17<sect1 id="gnome-online-accounts" xreflabel="gnome-online-accounts-&gnome-online-accounts-version;">
    1818  <?dbhtml filename="gnome-online-accounts.html"?>
    1919
  • gnome/platform/gnome-session.xml

    re77adf7 r51dfb3e  
    1515]>
    1616
    17 <sect1 id="gnome-session" xreflabel="gnome-session-&gnome-session-version;" revision="systemd">
     17<sect1 id="gnome-session" xreflabel="gnome-session-&gnome-session-version;">
    1818  <?dbhtml filename="gnome-session.html"?>
    1919
     
    7878    <para role="required">
    7979      <xref linkend="dbus-glib"/>,
     80      <phrase revision="sysv"><xref role="runtime" linkend="elogind"/>,</phrase>
    8081      <xref linkend="gnome-desktop"/>,
    8182      <xref linkend="json-glib"/>,
    8283      <xref linkend="mesa"/>,
    83       <xref linkend="systemd"/>,
     84      <phrase revision="systemd"><xref role="runtime" linkend="systemd"/>,</phrase>
    8485      and <xref linkend="upower"/>
    8586    </para>
     
    118119    </para>
    119120
    120 <screen><userinput>mkdir build &amp;&amp;
     121<screen revision="sysv"><userinput>mkdir build &amp;&amp;
     122cd    build &amp;&amp;
     123
     124meson --prefix=/usr           \
     125      -Dsystemd_journal=false \
     126      .. &amp;&amp;
     127ninja</userinput></screen>
     128
     129<screen revision="systemd"><userinput>mkdir build &amp;&amp;
    121130cd    build &amp;&amp;
    122131
  • gnome/platform/gnome-settings-daemon.xml

    re77adf7 r51dfb3e  
    1515]>
    1616
    17 <sect1 id="gnome-settings-daemon" xreflabel="gnome-settings-daemon-&gnome-settings-daemon-version;" revision="systemd">
     17<sect1 id="gnome-settings-daemon" xreflabel="gnome-settings-daemon-&gnome-settings-daemon-version;">
    1818  <?dbhtml filename="gnome-settings-daemon.html"?>
    1919
     
    8989      <xref linkend="libwacom"/>,
    9090      <xref linkend="pulseaudio"/>,
    91       <xref linkend="systemd"/>,
     91      <phrase revision="sysv"><xref linkend="elogind"/>,</phrase>
     92      <phrase revision="systemd"><xref linkend="systemd"/>,</phrase>
    9293      <xref linkend="upower"/>, and
    9394      <xref linkend="xorg-wacom-driver"/>
  • gnome/platform/gnome-shell-extensions.xml

    re77adf7 r51dfb3e  
    1515]>
    1616
    17 <sect1 id="gnome-shell-extensions" xreflabel="gnome-shell-extensions-&gnome-shell-extensions-version;" revision="systemd">
     17<sect1 id="gnome-shell-extensions" xreflabel="gnome-shell-extensions-&gnome-shell-extensions-version;">
    1818  <?dbhtml filename="gnome-shell-extensions.html"?>
    1919
  • gnome/platform/gnome-shell.xml

    re77adf7 r51dfb3e  
    1515]>
    1616
    17 <sect1 id="gnome-shell" xreflabel="gnome-shell-&gnome-shell-version;" revision="systemd">
     17<sect1 id="gnome-shell" xreflabel="gnome-shell-&gnome-shell-version;">
    1818  <?dbhtml filename="gnome-shell.html"?>
    1919
     
    8484      <xref linkend="sassc"/>,
    8585      <xref linkend="startup-notification"/>, and
    86       <xref linkend="systemd"/>
     86      <phrase revision="sysv"><xref linkend="elogind"/></phrase>
     87      <phrase revision="systemd"><xref linkend="systemd"/></phrase>
    8788    </para>
    8889
  • gnome/platform/gnome-user-docs.xml

    re77adf7 r51dfb3e  
    1515]>
    1616
    17 <sect1 id="gnome-user-docs" xreflabel="gnome-user-docs-&gnome-user-docs-version;" revision="systemd">
     17<sect1 id="gnome-user-docs" xreflabel="gnome-user-docs-&gnome-user-docs-version;">
    1818  <?dbhtml filename="gnome-user-docs.html"?>
    1919
  • gnome/platform/grilo.xml

    re77adf7 r51dfb3e  
    1313]>
    1414
    15 <sect1 id="grilo" xreflabel="Grilo-&grilo-version;" revision="systemd">
     15<sect1 id="grilo" xreflabel="Grilo-&grilo-version;">
    1616  <?dbhtml filename="grilo.html"?>
    1717
     
    9595
    9696<screen><userinput>mkdir build &amp;&amp;
    97 cd    build &amp;&amp;
    98 
    99 meson --prefix=/usr            \
     97cd build    &amp;&amp;
     98meson --prefix=/usr \
    10099      --libexecdir=/usr/lib .. &amp;&amp;
    101100ninja</userinput></screen>
  • gnome/platform/gvfs.xml

    re77adf7 r51dfb3e  
    8484
    8585    <bridgehead renderas="sect4">Recommended</bridgehead>
    86     <para role="recommended" revision="sysv">
    87       <xref linkend="gcr"/>,
    88       <xref linkend="gtk3"/>,
    89       <xref linkend="libcdio"/>,
    90       <xref linkend="libgudev"/> and
    91       <xref linkend="udisks2"/>
    92     </para>
    93     <para role="recommended" revision="systemd">
     86    <para role="recommended">
    9487      <xref linkend="gcr"/>,
    9588      <xref linkend="gtk3"/>,
     
    9790      <xref linkend="libgdata"/>,
    9891      <xref linkend="libgudev"/>,
    99       <!-- DJ, the below is for logind only. -renodr -->
    100       <xref linkend="systemd"/>, and
     92      <phrase revision="sysv"><xref linkend="elogind"/>,</phrase>
     93      <phrase revision="systemd"><xref linkend="systemd"/>,</phrase> and
    10194      <xref linkend="udisks2"/>
    10295    </para>
    10396
    10497    <bridgehead renderas="sect4">Optional</bridgehead>
    105     <para role="optional" revision="sysv">
    106       <xref linkend="apache"/>,
    107       <xref linkend="avahi"/>,
    108       <xref linkend="bluez"/>,
    109       <xref linkend="dbus-glib"/>,
    110       <xref linkend="fuse2"/>,
    111       <xref linkend="gtk-doc"/>,
    112       <xref linkend="libarchive"/>,
    113       <xref linkend="libgcrypt"/>,
    114       <xref linkend="libxml2"/>,
    115       <xref linkend="libxslt"/>,
    116       <xref linkend="openssh"/>,
    117       <xref linkend="samba"/>,
    118       <ulink url="&gnome-download-http;/gnome-online-accounts">GNOME Online Accounts</ulink>,
    119       <ulink url="http://www.videolan.org/developers/libbluray.html">libbluray</ulink>,
    120       <ulink url="http://www.gphoto.org/">libgphoto2</ulink>,
    121       <ulink url="http://www.libimobiledevice.org/">libimobiledevice</ulink>,
    122       <ulink url="http://sourceforge.net/projects/libmtp/">libmtp</ulink>,
    123       <ulink url="https://github.com/sahlberg/libnfs/">libnfs</ulink>, and
    124       <ulink url="http://twistedmatrix.com/trac/">Twisted</ulink>,
    125     </para>
    126 
    127     <para role="optional" revision="systemd">
     98    <para role="optional">
    12899      <xref linkend="apache"/>,
    129100      <xref linkend="avahi"/>,
     
    173144      -Dsmb=false       \
    174145      -Dtmpfilesdir=no  \
    175       -Dlogind=false    \
    176146      -Ddnssd=false     \
    177147      -Dgoa=false       \
  • gnome/platform/libchamplain.xml

    re77adf7 r51dfb3e  
    99  <!ENTITY libchamplain-download-ftp
    1010           "&gnome-download-ftp;/libchamplain/0.12/libchamplain-&libchamplain-version;.tar.xz">
    11   <!ENTITY libchamplain-md5sum        "a3015b1f32d80d65515f8042ce595b30">
    12   <!ENTITY libchamplain-size          "228 KB">
     11  <!ENTITY libchamplain-md5sum        "52a410767f4797657b505e439bf7ce83">
     12  <!ENTITY libchamplain-size          "612 KB">
    1313  <!ENTITY libchamplain-buildsize     "10 MB">
    1414  <!ENTITY libchamplain-time          "0.1 SBU">
    1515]>
    1616
    17 <sect1 id="libchamplain" xreflabel="libchamplain-&libchamplain-version;" revision="systemd">
     17<sect1 id="libchamplain" xreflabel="libchamplain-&libchamplain-version;">
    1818  <?dbhtml filename="libchamplain.html"?>
    1919
     
    7979      <xref linkend="clutter"/>,
    8080      <xref linkend="clutter-gtk"/>,
    81       <xref linkend="gtk3"/>,
    82       <xref linkend="libsoup"/>, and
    83       <xref linkend="sqlite"/>
     81      <xref linkend="gtk3"/>, and
     82      <xref linkend="libsoup"/>
    8483    </para>
    8584
     
    108107    </para>
    109108
    110 <!-- Because there is still rudimentary autotools support, there is already a
    111      build directory. Change into it and go from there :-) -->
    112 <screen><userinput>cd build &amp;&amp;
    113 
    114 meson --prefix=/usr .. &amp;&amp;
    115 ninja</userinput></screen>
     109<screen><userinput>./configure --prefix=/usr     \
     110            --enable-vala     \
     111            --disable-static  &amp;&amp;
     112make</userinput></screen>
    116113
    117114    <para>
     
    123120    </para>
    124121
    125 <screen role="root"><userinput>ninja install</userinput></screen>
     122<screen role="root"><userinput>make install</userinput></screen>
    126123
    127124  </sect2>
    128   <!--
     125
    129126  <sect2 role="commands">
    130127    <title>Command Explanations</title>
     
    143140
    144141  </sect2>
    145   -->
    146142
    147143  <sect2 role="content">
     
    161157        </seg>
    162158        <seg>
    163           /usr/include/champlain-0.12 and
    164           /usr/share/gtk-doc/html/champlain-0.12
     159          /usr/include/{libchamplain-0.12,libchamplain-gtk-0.12} and
     160          /usr/share/gtk-doc/html/{libchamplain-0.12,libchamplain-gtk-0.12}
    165161        </seg>
    166162      </seglistitem>
  • gnome/platform/libgdata.xml

    re77adf7 r51dfb3e  
    77  <!ENTITY libgdata-download-http "&gnome-download-http;/libgdata/0.17/libgdata-&libgdata-version;.tar.xz">
    88  <!ENTITY libgdata-download-ftp  "&gnome-download-ftp;/libgdata/0.17/libgdata-&libgdata-version;.tar.xz">
    9   <!ENTITY libgdata-md5sum        "d858d411ad394c275643b14993dfeed4">
    10   <!ENTITY libgdata-size          "820 KB">
    11   <!ENTITY libgdata-buildsize     "73 MB (with tests)">
    12   <!ENTITY libgdata-time          "1.1 SBU (with tests)">
     9  <!ENTITY libgdata-md5sum        "cd41fec52a0f0ba999eb60025e0ac806">
     10  <!ENTITY libgdata-size          "1.4 MB">
     11  <!ENTITY libgdata-buildsize     "64 MB (with tests)">
     12  <!ENTITY libgdata-time          "0.7 SBU (with tests)">
    1313]>
    1414
    15 <sect1 id="libgdata" xreflabel="libgdata-&libgdata-version;" revision="systemd">
     15<sect1 id="libgdata" xreflabel="libgdata-&libgdata-version;">
    1616  <?dbhtml filename="libgdata.html"?>
    1717
     
    114114cd    build &amp;&amp;
    115115
    116 meson --prefix=/usr -Dgtk_doc=false .. &amp;&amp;
     116meson --prefix=/usr .. &amp;&amp;
    117117ninja</userinput></screen>
    118118
    119119    <para>
    120       To test the results, issue: <command>ninja test</command>. Note that
     120      To test the results, issue: <command>make check</command>. Note that
    121121      the tests need network access.
    122122    </para>
     
    126126    </para>
    127127
    128 <screen role="root"><userinput>ninja install</userinput></screen>
     128<screen role="root"><userinput>make install</userinput></screen>
    129129
    130130  </sect2>
     
    154154        </seg>
    155155        <seg>
    156           /usr/include/libgdata,
    157           /usr/libexec/installed-tests/libgdata,
    158           /usr/share/gtk-doc/html/gdata, and
    159           /usr/share/installed-tests/libgdata
     156          /usr/include/libgdata and
     157          /usr/share/gtk-doc/html/gdata
    160158        </seg>
    161159      </seglistitem>
  • gnome/platform/libgee.xml

    re77adf7 r51dfb3e  
    1313]>
    1414
    15 <sect1 id="libgee" xreflabel="libgee-&libgee-version;" revision="systemd">
     15<sect1 id="libgee" xreflabel="libgee-&libgee-version;">
    1616  <?dbhtml filename="libgee.html"?>
    1717
  • gnome/platform/libgweather.xml

    re77adf7 r51dfb3e  
    1515]>
    1616
    17 <sect1 id="libgweather" xreflabel="libgweather-&libgweather-version;" revision="systemd">
     17<sect1 id="libgweather" xreflabel="libgweather-&libgweather-version;">
    1818  <?dbhtml filename="libgweather.html"?>
    1919
  • gnome/platform/mutter.xml

    re77adf7 r51dfb3e  
    1313]>
    1414
    15 <sect1 id="mutter" xreflabel="Mutter-&mutter-version;" revision="systemd">
     15<sect1 id="mutter" xreflabel="Mutter-&mutter-version;">
    1616  <?dbhtml filename="mutter.html"?>
    1717
  • gnome/platform/platform.xml

    re77adf7 r51dfb3e  
    1414  <?dbhtml filename="core.html"?>
    1515
    16   <title><phrase revision="sysv">GNOME Libraries and Utilities</phrase>
    17          <phrase revision="systemd">GNOME Libraries and Desktop</phrase></title>
     16  <title>GNOME Libraries and Desktop</title>
    1817
    19   <para revision="sysv">
    20     The objective of this section is not to build a
    21     <application>GNOME</application> desktop, because it depends on
    22     <application>systemd</application>, which BLFS doesn't support. Rather, it
    23     provides packages required for some platform independent
    24     <application>GNOME</application> applications to build and run properly
    25     under any Window Manager (e.g.
    26     <application>Fluxbox</application>,
    27     <application>Icewm</application>,
    28     <application>Openbox</application>,
    29     <application>Sawfish</application>), or Desktop Environment (e.g.
    30     <application>KDE</application>,
    31     <application>XFCE</application>,
    32     <application>LXDE</application>).
    33   </para>
    34 
    35   <para revision="systemd">
     18  <para>
    3619    The objective of this section is to build a
    3720    <application>GNOME</application> desktop, since we have
     
    7154  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gsound.xml"/>
    7255
    73 <!-- systemd: GNOME Desktop -->
    74 <!-- trunk: Required Runtime Dependencies -->
     56<!-- GNOME Desktop -->
    7557  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dummy-desktop.xml"/>
    7658  <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="caribou.xml"/>-->
  • gnome/platform/rest.xml

    re77adf7 r51dfb3e  
    1313]>
    1414
    15 <sect1 id="rest" xreflabel="rest-&rest-version;" revision="systemd">
     15<sect1 id="rest" xreflabel="rest-&rest-version;">
    1616  <?dbhtml filename="rest.html"?>
    1717
  • gnome/platform/zenity.xml

    re77adf7 r51dfb3e  
    1313]>
    1414
    15 <sect1 id="zenity" xreflabel="Zenity-&zenity-version;" revision="systemd">
     15<sect1 id="zenity" xreflabel="Zenity-&zenity-version;">
    1616  <?dbhtml filename="zenity.html"?>
    1717
Note: See TracChangeset for help on using the changeset viewer.