source: gnome/core/gnome-packagekit.xml@ 81636128

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 81636128 was 81636128, checked in by Ken Moffat <ken@…>, 12 years ago

Add gnome-packagekit

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

  • Property mode set to 100644
File size: 10.2 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 gnome-packagekit-download-http "&gnome-download-http;/gnome-packagekit/3.2/gnome-packagekit-&gnome-packagekit-version;.tar.xz">
8 <!ENTITY gnome-packagekit-download-ftp "&gnome-download-ftp;/gnome-packagekit/3.2/gnome-packagekit-&gnome-packagekit-version;.tar.xz">
9 <!ENTITY gnome-packagekit-md5sum "2c4f10fd62f3b18041bc7f633132f86d">
10 <!ENTITY gnome-packagekit-size "4.2 MB">
11 <!ENTITY gnome-packagekit-buildsize "?? MB">
12 <!ENTITY gnome-packagekit-time "?? SBU">
13]>
14
15<sect1 id="gnome-packagekit" xreflabel="gnome-packagekit-&gnome-packagekit-version;">
16 <?dbhtml filename="gnome-packagekit.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>gnome-packagekit-&gnome-packagekit-version;</title>
24
25 <indexterm zone="gnome-packagekit">
26 <primary sortas="a-gnome-packagekit">gnome-packagekit</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to gnome-packagekit</title>
31
32 <para><application>gnome-packagekit</application> is the collection of graphical
33 tools for <application>PackageKit</application> to be used in the
34 <application>GNOME</application> desktop.</para>
35
36 &lfs68_built;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&gnome-packagekit-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&gnome-packagekit-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &gnome-packagekit-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &gnome-packagekit-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &gnome-packagekit-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &gnome-packagekit-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">gnome-packagekit Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required"><xref linkend="packagekit"/>,
64 <xref linkend="gtk3"/>,
65 <xref linkend="libnotify"/>,
66 <xref linkend="gnome-menus"/>,
67 <xref linkend="libcanberra"/>,
68 <xref linkend="gnome-control-center"/>, and
69 <xref linkend="upower"/></para>
70
71 <bridgehead renderas="sect4">Recommended</bridgehead>
72 <para role="recommended"><xref linkend="udev"/></para>
73
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/gnome-packagekit"/></para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of gnome-packagekit</title>
81
82 <para>Install <application>gnome-packagekit</application> by running the following
83 commands:</para>
84
85<screen><userinput>./configure --prefix=$GNOME_PREFIX \
86 --sysconfdir=$GNOME_SYSCONFDIR \
87 --libexecdir=$GNOME_PREFIX/lib/gnome-packagekit \
88 --disable-strict &amp;&amp;
89make</userinput></screen>
90
91 <para>To test the results, issue: <command>make check</command>.</para>
92
93 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
94
95<screen role="root"><userinput>make install</userinput></screen>
96
97 </sect2>
98
99 <sect2 role="commands">
100 <title>Command Explanations</title>
101
102 <para><parameter>--sysconfdir=$GNOME_SYSCONFDIR</parameter>: This parameter does
103 something mandatory for BLFS purposes.</para>
104
105 <para><parameter>--libexecdir=$GNOME_PREFIX/lib/gnome-packagekit</parameter>: This parameter does
106 something mandatory for BLFS purposes.</para>
107
108 <para><parameter>--disable-strict</parameter>: This parameter does
109 something mandatory for BLFS purposes.</para>
110
111 </sect2>
112
113 <sect2 role="content">
114 <title>Contents</title>
115
116 <segmentedlist>
117 <segtitle>Installed Programs</segtitle>
118 <segtitle>Installed Libraries</segtitle>
119 <segtitle>Installed Directories</segtitle>
120
121 <seglistitem>
122 <seg>genums.py, gpk-application, gpk-dbus-service, gpk-distro-upgrade, gpk-install-catalog, gpk-install-local-file, gpk-install-mime-type, gpk-install-package-name, gpk-install-provide-file, gpk-log, gpk-prefs, gpk-service-pack, gpk-update-viewer, and gtkwidgets.py</seg>
123 <seg>None</seg>
124 <seg><envar>$GNOME_PREFIX</envar>/share/{gnome-packagekit/icons/hicolor/{16x16/{actions,animations,status},22x22/{actions,animations,status},24x24/{actions,animations,status},48x48/{actions,animations,status},scalable/{actions,status}},gnome/help/gnome-packagekit/{C/figures,de/figures,el/figures,es/figures,fr/figures,gl/figures,oc/figures,pa/figures,pl/figures,sl/figures,sv/figures,zh_CN/figures},icons/hicolor/{16x16/mimetypes,22x22/mimetypes,24x24/mimetypes,48x48/mimetypes,scalable/mimetypes},omf/gnome-packagekit}</seg>
125 </seglistitem>
126 </segmentedlist>
127
128 <variablelist>
129 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
130 <?dbfo list-presentation="list"?>
131 <?dbhtml list-presentation="table"?>
132
133 <varlistentry id="genums.py">
134 <term><command>genums.py</command></term>
135 <listitem>
136 <para>does this .....</para>
137 <indexterm zone="gnome-packagekit genums.py">
138 <primary sortas="b-genums.py">genums.py</primary>
139 </indexterm>
140 </listitem>
141 </varlistentry>
142
143 <varlistentry id="gpk-application">
144 <term><command>gpk-application</command></term>
145 <listitem>
146 <para>does this .....</para>
147 <indexterm zone="gnome-packagekit gpk-application">
148 <primary sortas="b-gpk-application">gpk-application</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 <varlistentry id="gpk-dbus-service">
154 <term><command>gpk-dbus-service</command></term>
155 <listitem>
156 <para>does this .....</para>
157 <indexterm zone="gnome-packagekit gpk-dbus-service">
158 <primary sortas="b-gpk-dbus-service">gpk-dbus-service</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 <varlistentry id="gpk-distro-upgrade">
164 <term><command>gpk-distro-upgrade</command></term>
165 <listitem>
166 <para>does this .....</para>
167 <indexterm zone="gnome-packagekit gpk-distro-upgrade">
168 <primary sortas="b-gpk-distro-upgrade">gpk-distro-upgrade</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 <varlistentry id="gpk-install-catalog">
174 <term><command>gpk-install-catalog</command></term>
175 <listitem>
176 <para>does this .....</para>
177 <indexterm zone="gnome-packagekit gpk-install-catalog">
178 <primary sortas="b-gpk-install-catalog">gpk-install-catalog</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 <varlistentry id="gpk-install-local-file">
184 <term><command>gpk-install-local-file</command></term>
185 <listitem>
186 <para>does this .....</para>
187 <indexterm zone="gnome-packagekit gpk-install-local-file">
188 <primary sortas="b-gpk-install-local-file">gpk-install-local-file</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 <varlistentry id="gpk-install-mime-type">
194 <term><command>gpk-install-mime-type</command></term>
195 <listitem>
196 <para>does this .....</para>
197 <indexterm zone="gnome-packagekit gpk-install-mime-type">
198 <primary sortas="b-gpk-install-mime-type">gpk-install-mime-type</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 <varlistentry id="gpk-install-package-name">
204 <term><command>gpk-install-package-name</command></term>
205 <listitem>
206 <para>does this .....</para>
207 <indexterm zone="gnome-packagekit gpk-install-package-name">
208 <primary sortas="b-gpk-install-package-name">gpk-install-package-name</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 <varlistentry id="gpk-install-provide-file">
214 <term><command>gpk-install-provide-file</command></term>
215 <listitem>
216 <para>does this .....</para>
217 <indexterm zone="gnome-packagekit gpk-install-provide-file">
218 <primary sortas="b-gpk-install-provide-file">gpk-install-provide-file</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
223 <varlistentry id="gpk-log">
224 <term><command>gpk-log</command></term>
225 <listitem>
226 <para>does this .....</para>
227 <indexterm zone="gnome-packagekit gpk-log">
228 <primary sortas="b-gpk-log">gpk-log</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 <varlistentry id="gpk-prefs">
234 <term><command>gpk-prefs</command></term>
235 <listitem>
236 <para>does this .....</para>
237 <indexterm zone="gnome-packagekit gpk-prefs">
238 <primary sortas="b-gpk-prefs">gpk-prefs</primary>
239 </indexterm>
240 </listitem>
241 </varlistentry>
242
243 <varlistentry id="gpk-service-pack">
244 <term><command>gpk-service-pack</command></term>
245 <listitem>
246 <para>does this .....</para>
247 <indexterm zone="gnome-packagekit gpk-service-pack">
248 <primary sortas="b-gpk-service-pack">gpk-service-pack</primary>
249 </indexterm>
250 </listitem>
251 </varlistentry>
252
253 <varlistentry id="gpk-update-viewer">
254 <term><command>gpk-update-viewer</command></term>
255 <listitem>
256 <para>does this .....</para>
257 <indexterm zone="gnome-packagekit gpk-update-viewer">
258 <primary sortas="b-gpk-update-viewer">gpk-update-viewer</primary>
259 </indexterm>
260 </listitem>
261 </varlistentry>
262
263 <varlistentry id="gtkwidgets.py">
264 <term><command>gtkwidgets.py</command></term>
265 <listitem>
266 <para>does this .....</para>
267 <indexterm zone="gnome-packagekit gtkwidgets.py">
268 <primary sortas="b-gtkwidgets.py">gtkwidgets.py</primary>
269 </indexterm>
270 </listitem>
271 </varlistentry>
272
273 </variablelist>
274
275 </sect2>
276
277</sect1>
Note: See TracBrowser for help on using the repository browser.