source: gnome/add/gnome-devel-docs.xml@ ef6d249

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 ef6d249 was ef6d249, checked in by Krejzi <krejzi@…>, 12 years ago

ghex 3.4.0, nemiver 0.9.2, seahorse 3.4.1, totem 3.4.1. Made rarian recommended where it was optional.

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

  • Property mode set to 100644
File size: 3.6 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-devel-docs-download-http
8 "&gnome-download-http;/gnome-devel-docs/3.4/gnome-devel-docs-&gnome-devel-docs-version;.tar.xz">
9 <!ENTITY gnome-devel-docs-download-ftp
10 "&gnome-download-ftp;/gnome-devel-docs/3.4/gnome-devel-docs-&gnome-devel-docs-version;.tar.xz">
11 <!ENTITY gnome-devel-docs-md5sum "041dc56bda5a542c404351ea4efb2898">
12 <!ENTITY gnome-devel-docs-size "5.9 MB">
13 <!ENTITY gnome-devel-docs-buildsize "52 MB">
14 <!ENTITY gnome-devel-docs-time "1.8 SBU">
15]>
16
17<sect1 id="gnome-devel-docs" xreflabel="gnome-devel-docs-&gnome-devel-docs-version;">
18 <?dbhtml filename="gnome-devel-docs.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gnome-devel-docs-&gnome-devel-docs-version;</title>
26
27 <indexterm zone="gnome-devel-docs">
28 <primary sortas="a-gnome-devel-docs">gnome-devel-docs</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to gnome-devel-docs</title>
33
34 <para>The <application>gnome-devel-docs</application> package contains documentation
35 on a11y for developing the <application>GNOME</application> desktop environment.</para>
36
37 &lfs70_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&gnome-devel-docs-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&gnome-devel-docs-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &gnome-devel-docs-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &gnome-devel-docs-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &gnome-devel-docs-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &gnome-devel-docs-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">gnome-devel-docs Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required">
65 <xref linkend="gnome-doc-utils"/>
66 </para>
67
68 <bridgehead renderas="sect4">Recommended</bridgehead>
69 <para role="recommended">
70 <xref linkend="rarian"/>
71 </para>
72
73 <para condition="html" role="usernotes">User Notes:
74 <ulink url="&blfs-wiki;/gnome-devel-docs"/></para>
75
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of gnome-devel-docs</title>
80
81 <para>Install <application>gnome-devel-docs</application> by running the following
82 commands:</para>
83
84<screen><userinput>./configure --prefix=/usr &amp;&amp;
85make</userinput></screen>
86
87 <para>This package&apos;s testsuite is only intended to be used by the
88 maintainer to check i18n files.</para>
89
90 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
91
92<screen role="root"><userinput>make install</userinput></screen>
93
94 </sect2>
95
96 <sect2 role="content">
97 <title>Contents</title>
98
99 <segmentedlist>
100 <segtitle>Installed Directories</segtitle>
101
102 <seglistitem>
103 <seg>
104 /usr/share/gnome/help/{accessibility-devel-guide,gnome-devel-demos},
105 /usr/share/gnome/help/{hig-book,integration-guide} and
106 /usr/share/gnome/help/{optimization-guide,platform-overview}
107 </seg>
108 </seglistitem>
109 </segmentedlist>
110
111
112 </sect2>
113
114</sect1>
Note: See TracBrowser for help on using the repository browser.