source: archive/gnome-obsolete/system-tools-backends.xml@ 45ab6c7

11.0 11.1 11.2 11.3 12.0 12.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
Last change on this file since 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 4.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY system-tools-backends-download-http "&gnome-download-http;/system-tools-backends/2.9/system-tools-backends-&system-tools-backends-version;.tar.bz2">
8 <!ENTITY system-tools-backends-download-ftp "&gnome-download-ftp;/system-tools-backends/2.9/system-tools-backends-&system-tools-backends-version;.tar.bz2">
9 <!ENTITY system-tools-backends-md5sum "d12f83b03d0b9c2ed31557ed0193997b">
10 <!ENTITY system-tools-backends-size "450 KB">
11 <!ENTITY system-tools-backends-buildsize "5 MB">
12 <!ENTITY system-tools-backends-time "less than 0.1 SBU">
13]>
14
15<sect1 id="system-tools-backends"
16xreflabel="system-tools-backends-&system-tools-backends-version;">
17 <?dbhtml filename="system-tools-backends.html"?>
18
19 <sect1info>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>system-tools-backends-&system-tools-backends-version;</title>
24
25 <indexterm zone="system-tools-backends">
26 <primary sortas="a-System-tools-backends">System-tools-backends</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to system-tools-backends</title>
31
32 <para>The <application>system-tools-backends</application> are a set of
33 cross-platform scripts for Linux and other Unix systems. The backends
34 provide a standard XML interface for modifying the configuration regardless
35 of the distribution being used.</para>
36
37 &lfs65_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&system-tools-backends-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&system-tools-backends-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &system-tools-backends-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &system-tools-backends-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &system-tools-backends-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &system-tools-backends-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">system-tools-backends Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required"><xref linkend="intltool"/>,
65 <xref linkend="dbus-glib"/>, and
66 <xref linkend="polkit"/></para>
67
68 <bridgehead renderas="sect4">Optional</bridgehead>
69 <para role="optional"><ulink
70 url="http://search.cpan.org/~danberr/Net-DBus-0.33.6/">Net::DBus</ulink></para>
71
72 <para condition="html" role="usernotes">User Notes:
73 <ulink url="&blfs-wiki;/system-tools-backends"/></para>
74
75 </sect2>
76
77 <sect2 role="installation">
78 <title>Installation of system-tools-backends</title>
79
80 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
81 href="../../xincludes/without-gnome.xml"/>
82
83 <para>Install <application>system-tools-backends</application> by running
84 the following commands:</para>
85
86<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
87 --sysconfdir=&gnome-etc-dir; &amp;&amp;
88make</userinput></screen>
89
90 <para>This package does not come with a test suite.</para>
91
92 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
93
94<screen role="root"><userinput>make install</userinput></screen>
95
96 </sect2>
97
98 <sect2 role="commands">
99 <title>Command Explanations</title>
100
101 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
102 href="../../xincludes/gnome-prefix.xml"/>
103
104 </sect2>
105
106 <sect2 role="content">
107 <title>Contents</title>
108
109 <segmentedlist>
110 <segtitle>Installed Program</segtitle>
111 <segtitle>Installed Libraries</segtitle>
112 <segtitle>Installed Directories</segtitle>
113
114 <seglistitem>
115 <seg>system-tools-backends</seg>
116 <seg>None</seg>
117 <seg><envar>$GNOME_PREFIX</envar>/share/system-tools-backends-2.0/{files,
118 scripts/{Init,Network,Shares,Time,Users,Utils}}</seg>
119 </seglistitem>
120 </segmentedlist>
121
122 <variablelist>
123 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
124 <?dbfo list-presentation="list"?>
125 <?dbhtml list-presentation="table"?>
126
127 <varlistentry>
128 <term>System tools backend scripts</term>
129 <listitem>
130 <para>are configuration files, <application>Perl</application>
131 and shell scripts used to perform setup of various desktop frontend
132 processes and services.</para>
133 </listitem>
134 </varlistentry>
135
136 </variablelist>
137
138 </sect2>
139
140</sect1>
Note: See TracBrowser for help on using the repository browser.