source: gnome-systemd/applications/polari.xml@ b09f386

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since b09f386 was 4804ba0, checked in by Krejzi <krejzi@…>, 10 years ago

Switch to gnome-minor entity.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13749 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.1 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 polari-download-http
8 "&gnome-download-http;/polari/&gnome-minor;/polari-&polari-version;.tar.xz">
9 <!ENTITY polari-download-ftp
10 "&gnome-download-ftp;/polari/&gnome-minor;/polari-&polari-version;.tar.xz">
11 <!ENTITY polari-md5sum "a1f98170c52286a53b91deae1275c2e5">
12 <!ENTITY polari-size "396 KB">
13 <!ENTITY polari-buildsize "5.6 MB">
14 <!ENTITY polari-time "less than 0.1 SBU">
15]>
16
17<sect1 id="polari" xreflabel="polari-&polari-version;">
18 <?dbhtml filename="polari.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>polari-&polari-version;</title>
26
27 <indexterm zone="polari">
28 <primary sortas="a-polari">polari</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Polari</title>
33
34 <para>
35 The <application>Polari</application> is an Internet Relay Chat (IRC) client designed for GNOME 3.
36 </para>
37
38 &lfs75_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&polari-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&polari-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &polari-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &polari-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &polari-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &polari-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Polari Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="gtk3"/>, and
79 <xref linkend="telepathy-glib"/>
80 </para>
81
82 <bridgehead renderas="sect4">Recommended</bridgehead>
83 <para role="recommended">
84 <xref linkend="desktop-file-utils"/>,
85 <xref linkend="gobject-introspection"/>, and
86 <xref linkend="gjs"/>
87 </para>
88
89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/polari"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of Polari</title>
96
97 <para>
98 Install <application>Polari</application> by
99 running the following commands:
100 </para>
101
102<screen><userinput>./configure --prefix=/usr &amp;&amp;
103make</userinput></screen>
104
105 <para>
106 This package does not come with a test suite.
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>make install</userinput></screen>
114
115 </sect2>
116
117 <sect2 role="content">
118 <title>Contents</title>
119
120 <segmentedlist>
121 <segtitle>Installed Programs</segtitle>
122 <segtitle>Installed Libraries</segtitle>
123 <segtitle>Installed Directories</segtitle>
124
125 <seglistitem>
126 <seg>
127 polari
128 </seg>
129 <seg>
130 libpolari-1.0.so
131 </seg>
132 <seg>
133 /usr/lib/polari
134 /usr/share/polari
135 </seg>
136 </seglistitem>
137 </segmentedlist>
138
139 <variablelist>
140 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
141 <?dbfo list-presentation="list"?>
142 <?dbhtml list-presentation="table"?>
143
144 <varlistentry id="polari-prog">
145 <term><command>polari</command></term>
146 <listitem>
147 <para>
148 is the <application>GNOME Polari</application> Daemon.
149 </para>
150 <indexterm zone="polari polari-prog">
151 <primary sortas="b-polari">polari</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 </variablelist>
157
158 </sect2>
159
160</sect1>
Note: See TracBrowser for help on using the repository browser.