Changeset 51dfb3e for gnome/platform
- Timestamp:
- 06/27/2019 08:55:17 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 9.0, 9.1, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- ff3264f
- Parents:
- e77adf7
- Location:
- gnome/platform
- Files:
-
- 26 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/platform/evolution-data-server.xml
re77adf7 r51dfb3e 16 16 17 17 <sect1 id="evolution-data-server" 18 xreflabel="evolution-data-server-&evolution-data-server-version;" revision="systemd">18 xreflabel="evolution-data-server-&evolution-data-server-version;"> 19 19 <?dbhtml filename="evolution-data-server.html"?> 20 20 -
gnome/platform/folks.xml
re77adf7 r51dfb3e 13 13 ]> 14 14 15 <sect1 id="folks" xreflabel="Folks-&folks-version;" revision="systemd">15 <sect1 id="folks" xreflabel="Folks-&folks-version;"> 16 16 <?dbhtml filename="folks.html"?> 17 17 … … 113 113 114 114 <screen><userinput>mkdir build && 115 cd 115 cd build && 116 116 117 117 meson --prefix=/usr --sysconfdir=/etc .. && -
gnome/platform/gdm.xml
re77adf7 r51dfb3e 13 13 ]> 14 14 15 <sect1 id="gdm" xreflabel="GDM-&gdm-version;" revision="systemd">15 <sect1 id="gdm" xreflabel="GDM-&gdm-version;"> 16 16 <?dbhtml filename="gdm.html"?> 17 17 … … 100 100 <xref role="runtime" linkend="gnome-session"/>, 101 101 <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> 103 104 </para> 104 105 … … 128 129 </para> 129 130 130 <screen><userinput>./configure --prefix=/usr \ 131 <screen revision="sysv"><userinput>sed 's@systemd@elogind@' -i data/pam-lfs/gdm-launch-environment.pam && 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 && 141 make</userinput></screen> 142 143 <screen revision="systemd"><userinput>./configure --prefix=/usr \ 131 144 --sysconfdir=/etc \ 132 145 --localstatedir=/var \ … … 145 158 </para> 146 159 147 <screen role="root"><userinput>make install && 160 <screen role="root" revision="sysv"><userinput>make install</userinput></screen> 161 162 <screen role="root" revision="systemd"><userinput>make install && 148 163 install -v -m644 data/gdm.service /lib/systemd/system/gdm.service</userinput></screen> 149 164 … … 214 229 215 230 <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"> 219 243 To start the <command>gdm</command> daemon at boot, enable 220 244 the previously installed systemd unit by running the following command … … 226 250 </indexterm> 227 251 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 && 260 sed /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 >> /etc/elogind/logind.conf << "EOF" 267 <literal>AllowSuspend=no 268 AllowHibernation=no</literal> 269 EOF</userinput></screen> 270 271 <screen role="root" revision="systemd"><userinput>systemctl enable gdm</userinput></screen> 229 272 230 273 </sect3> -
gnome/platform/geocode-glib.xml
re77adf7 r51dfb3e 15 15 ]> 16 16 17 <sect1 id="geocode-glib" xreflabel="geocode-glib-&geocode-glib-version;" revision="systemd">17 <sect1 id="geocode-glib" xreflabel="geocode-glib-&geocode-glib-version;"> 18 18 <?dbhtml filename="geocode-glib.html"?> 19 19 -
gnome/platform/gfbgraph.xml
re77adf7 r51dfb3e 13 13 ]> 14 14 15 <sect1 id="gfbgraph" xreflabel="gfbgraph-&gfbgraph-version;" revision="systemd">15 <sect1 id="gfbgraph" xreflabel="gfbgraph-&gfbgraph-version;"> 16 16 <?dbhtml filename="gfbgraph.html"?> 17 17 -
gnome/platform/gjs.xml
re77adf7 r51dfb3e 81 81 </para> 82 82 83 <bridgehead re vision="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"> 85 85 <xref linkend="gtk3"/> 86 86 </para> -
gnome/platform/gnome-backgrounds.xml
re77adf7 r51dfb3e 15 15 ]> 16 16 17 <sect1 id="gnome-backgrounds" xreflabel="gnome-backgrounds-&gnome-backgrounds-version;" revision="systemd">17 <sect1 id="gnome-backgrounds" xreflabel="gnome-backgrounds-&gnome-backgrounds-version;"> 18 18 <?dbhtml filename="gnome-backgrounds.html"?> 19 19 -
gnome/platform/gnome-bluetooth.xml
re77adf7 r51dfb3e 15 15 ]> 16 16 17 <sect1 id="gnome-bluetooth" xreflabel="gnome-bluetooth-&gnome-bluetooth-version;" revision="systemd">17 <sect1 id="gnome-bluetooth" xreflabel="gnome-bluetooth-&gnome-bluetooth-version;"> 18 18 <?dbhtml filename="gnome-bluetooth.html"?> 19 19 … … 97 97 <para role="optional"> 98 98 <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> 100 101 </para> 101 102 -
gnome/platform/gnome-control-center.xml
re77adf7 r51dfb3e 15 15 ]> 16 16 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;"> 18 18 <?dbhtml filename="gnome-control-center.html"?> 19 19 -
gnome/platform/gnome-menus.xml
re77adf7 r51dfb3e 15 15 ]> 16 16 17 <sect1 id="gnome-menus" xreflabel="gnome-menus-&gnome-menus-version;" revision="systemd">17 <sect1 id="gnome-menus" xreflabel="gnome-menus-&gnome-menus-version;"> 18 18 <?dbhtml filename="gnome-menus.html"?> 19 19 -
gnome/platform/gnome-online-accounts.xml
re77adf7 r51dfb3e 15 15 ]> 16 16 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;"> 18 18 <?dbhtml filename="gnome-online-accounts.html"?> 19 19 -
gnome/platform/gnome-session.xml
re77adf7 r51dfb3e 15 15 ]> 16 16 17 <sect1 id="gnome-session" xreflabel="gnome-session-&gnome-session-version;" revision="systemd">17 <sect1 id="gnome-session" xreflabel="gnome-session-&gnome-session-version;"> 18 18 <?dbhtml filename="gnome-session.html"?> 19 19 … … 78 78 <para role="required"> 79 79 <xref linkend="dbus-glib"/>, 80 <phrase revision="sysv"><xref role="runtime" linkend="elogind"/>,</phrase> 80 81 <xref linkend="gnome-desktop"/>, 81 82 <xref linkend="json-glib"/>, 82 83 <xref linkend="mesa"/>, 83 < xref linkend="systemd"/>,84 <phrase revision="systemd"><xref role="runtime" linkend="systemd"/>,</phrase> 84 85 and <xref linkend="upower"/> 85 86 </para> … … 118 119 </para> 119 120 120 <screen><userinput>mkdir build && 121 <screen revision="sysv"><userinput>mkdir build && 122 cd build && 123 124 meson --prefix=/usr \ 125 -Dsystemd_journal=false \ 126 .. && 127 ninja</userinput></screen> 128 129 <screen revision="systemd"><userinput>mkdir build && 121 130 cd build && 122 131 -
gnome/platform/gnome-settings-daemon.xml
re77adf7 r51dfb3e 15 15 ]> 16 16 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;"> 18 18 <?dbhtml filename="gnome-settings-daemon.html"?> 19 19 … … 89 89 <xref linkend="libwacom"/>, 90 90 <xref linkend="pulseaudio"/>, 91 <xref linkend="systemd"/>, 91 <phrase revision="sysv"><xref linkend="elogind"/>,</phrase> 92 <phrase revision="systemd"><xref linkend="systemd"/>,</phrase> 92 93 <xref linkend="upower"/>, and 93 94 <xref linkend="xorg-wacom-driver"/> -
gnome/platform/gnome-shell-extensions.xml
re77adf7 r51dfb3e 15 15 ]> 16 16 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;"> 18 18 <?dbhtml filename="gnome-shell-extensions.html"?> 19 19 -
gnome/platform/gnome-shell.xml
re77adf7 r51dfb3e 15 15 ]> 16 16 17 <sect1 id="gnome-shell" xreflabel="gnome-shell-&gnome-shell-version;" revision="systemd">17 <sect1 id="gnome-shell" xreflabel="gnome-shell-&gnome-shell-version;"> 18 18 <?dbhtml filename="gnome-shell.html"?> 19 19 … … 84 84 <xref linkend="sassc"/>, 85 85 <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> 87 88 </para> 88 89 -
gnome/platform/gnome-user-docs.xml
re77adf7 r51dfb3e 15 15 ]> 16 16 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;"> 18 18 <?dbhtml filename="gnome-user-docs.html"?> 19 19 -
gnome/platform/grilo.xml
re77adf7 r51dfb3e 13 13 ]> 14 14 15 <sect1 id="grilo" xreflabel="Grilo-&grilo-version;" revision="systemd">15 <sect1 id="grilo" xreflabel="Grilo-&grilo-version;"> 16 16 <?dbhtml filename="grilo.html"?> 17 17 … … 95 95 96 96 <screen><userinput>mkdir build && 97 cd build && 98 99 meson --prefix=/usr \ 97 cd build && 98 meson --prefix=/usr \ 100 99 --libexecdir=/usr/lib .. && 101 100 ninja</userinput></screen> -
gnome/platform/gvfs.xml
re77adf7 r51dfb3e 84 84 85 85 <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"> 94 87 <xref linkend="gcr"/>, 95 88 <xref linkend="gtk3"/>, … … 97 90 <xref linkend="libgdata"/>, 98 91 <xref linkend="libgudev"/>, 99 < !-- DJ, the below is for logind only. -renodr -->100 < xref linkend="systemd"/>,and92 <phrase revision="sysv"><xref linkend="elogind"/>,</phrase> 93 <phrase revision="systemd"><xref linkend="systemd"/>,</phrase> and 101 94 <xref linkend="udisks2"/> 102 95 </para> 103 96 104 97 <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"> 128 99 <xref linkend="apache"/>, 129 100 <xref linkend="avahi"/>, … … 173 144 -Dsmb=false \ 174 145 -Dtmpfilesdir=no \ 175 -Dlogind=false \176 146 -Ddnssd=false \ 177 147 -Dgoa=false \ -
gnome/platform/libchamplain.xml
re77adf7 r51dfb3e 9 9 <!ENTITY libchamplain-download-ftp 10 10 "&gnome-download-ftp;/libchamplain/0.12/libchamplain-&libchamplain-version;.tar.xz"> 11 <!ENTITY libchamplain-md5sum " a3015b1f32d80d65515f8042ce595b30">12 <!ENTITY libchamplain-size " 228KB">11 <!ENTITY libchamplain-md5sum "52a410767f4797657b505e439bf7ce83"> 12 <!ENTITY libchamplain-size "612 KB"> 13 13 <!ENTITY libchamplain-buildsize "10 MB"> 14 14 <!ENTITY libchamplain-time "0.1 SBU"> 15 15 ]> 16 16 17 <sect1 id="libchamplain" xreflabel="libchamplain-&libchamplain-version;" revision="systemd">17 <sect1 id="libchamplain" xreflabel="libchamplain-&libchamplain-version;"> 18 18 <?dbhtml filename="libchamplain.html"?> 19 19 … … 79 79 <xref linkend="clutter"/>, 80 80 <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"/> 84 83 </para> 85 84 … … 108 107 </para> 109 108 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 && 113 114 meson --prefix=/usr .. && 115 ninja</userinput></screen> 109 <screen><userinput>./configure --prefix=/usr \ 110 --enable-vala \ 111 --disable-static && 112 make</userinput></screen> 116 113 117 114 <para> … … 123 120 </para> 124 121 125 <screen role="root"><userinput> ninjainstall</userinput></screen>122 <screen role="root"><userinput>make install</userinput></screen> 126 123 127 124 </sect2> 128 <!-- 125 129 126 <sect2 role="commands"> 130 127 <title>Command Explanations</title> … … 143 140 144 141 </sect2> 145 -->146 142 147 143 <sect2 role="content"> … … 161 157 </seg> 162 158 <seg> 163 /usr/include/ champlain-0.12and164 /usr/share/gtk-doc/html/ champlain-0.12159 /usr/include/{libchamplain-0.12,libchamplain-gtk-0.12} and 160 /usr/share/gtk-doc/html/{libchamplain-0.12,libchamplain-gtk-0.12} 165 161 </seg> 166 162 </seglistitem> -
gnome/platform/libgdata.xml
re77adf7 r51dfb3e 7 7 <!ENTITY libgdata-download-http "&gnome-download-http;/libgdata/0.17/libgdata-&libgdata-version;.tar.xz"> 8 8 <!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 " 73MB (with tests)">12 <!ENTITY libgdata-time " 1.1SBU (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)"> 13 13 ]> 14 14 15 <sect1 id="libgdata" xreflabel="libgdata-&libgdata-version;" revision="systemd">15 <sect1 id="libgdata" xreflabel="libgdata-&libgdata-version;"> 16 16 <?dbhtml filename="libgdata.html"?> 17 17 … … 114 114 cd build && 115 115 116 meson --prefix=/usr -Dgtk_doc=false.. &&116 meson --prefix=/usr .. && 117 117 ninja</userinput></screen> 118 118 119 119 <para> 120 To test the results, issue: <command> ninja test</command>. Note that120 To test the results, issue: <command>make check</command>. Note that 121 121 the tests need network access. 122 122 </para> … … 126 126 </para> 127 127 128 <screen role="root"><userinput> ninjainstall</userinput></screen>128 <screen role="root"><userinput>make install</userinput></screen> 129 129 130 130 </sect2> … … 154 154 </seg> 155 155 <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 160 158 </seg> 161 159 </seglistitem> -
gnome/platform/libgee.xml
re77adf7 r51dfb3e 13 13 ]> 14 14 15 <sect1 id="libgee" xreflabel="libgee-&libgee-version;" revision="systemd">15 <sect1 id="libgee" xreflabel="libgee-&libgee-version;"> 16 16 <?dbhtml filename="libgee.html"?> 17 17 -
gnome/platform/libgweather.xml
re77adf7 r51dfb3e 15 15 ]> 16 16 17 <sect1 id="libgweather" xreflabel="libgweather-&libgweather-version;" revision="systemd">17 <sect1 id="libgweather" xreflabel="libgweather-&libgweather-version;"> 18 18 <?dbhtml filename="libgweather.html"?> 19 19 -
gnome/platform/mutter.xml
re77adf7 r51dfb3e 13 13 ]> 14 14 15 <sect1 id="mutter" xreflabel="Mutter-&mutter-version;" revision="systemd">15 <sect1 id="mutter" xreflabel="Mutter-&mutter-version;"> 16 16 <?dbhtml filename="mutter.html"?> 17 17 -
gnome/platform/platform.xml
re77adf7 r51dfb3e 14 14 <?dbhtml filename="core.html"?> 15 15 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> 18 17 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> 36 19 The objective of this section is to build a 37 20 <application>GNOME</application> desktop, since we have … … 71 54 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gsound.xml"/> 72 55 73 <!-- systemd: GNOME Desktop --> 74 <!-- trunk: Required Runtime Dependencies --> 56 <!-- GNOME Desktop --> 75 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dummy-desktop.xml"/> 76 58 <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="caribou.xml"/>--> -
gnome/platform/rest.xml
re77adf7 r51dfb3e 13 13 ]> 14 14 15 <sect1 id="rest" xreflabel="rest-&rest-version;" revision="systemd">15 <sect1 id="rest" xreflabel="rest-&rest-version;"> 16 16 <?dbhtml filename="rest.html"?> 17 17 -
gnome/platform/zenity.xml
re77adf7 r51dfb3e 13 13 ]> 14 14 15 <sect1 id="zenity" xreflabel="Zenity-&zenity-version;" revision="systemd">15 <sect1 id="zenity" xreflabel="Zenity-&zenity-version;"> 16 16 <?dbhtml filename="zenity.html"?> 17 17
Note:
See TracChangeset
for help on using the changeset viewer.