source: lxqt/desktop/lxqt-openssh-askpass.xml@ fb9f0f9

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since fb9f0f9 was fb9f0f9, checked in by Bruce Dubbs <bdubbs@…>, 8 months ago

Update to lxqt-1.4.0 and associated packages.

  • 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 lxqt-openssh-askpass-download-http "https://github.com/lxqt/lxqt-openssh-askpass/releases/download/&lxqt-version;/lxqt-openssh-askpass-&lxqt-version;.tar.xz">
8 <!ENTITY lxqt-openssh-askpass-download-ftp " ">
9 <!ENTITY lxqt-openssh-askpass-md5sum "be5108335d14959730836c60cf84b4a4">
10 <!ENTITY lxqt-openssh-askpass-size "20 KB">
11 <!ENTITY lxqt-openssh-askpass-buildsize "1.2 MB">
12 <!ENTITY lxqt-openssh-askpass-time "less than 0.1 SBU">
13]>
14
15<sect1 id="lxqt-openssh-askpass" xreflabel="lxqt-openssh-askpass-&lxqt-version;">
16 <?dbhtml filename="lxqt-openssh-askpass.html"?>
17
18
19 <title>lxqt-openssh-askpass-&lxqt-version;</title>
20
21 <indexterm zone="lxqt-openssh-askpass">
22 <primary sortas="a-lxqt-openssh-askpass">lxqt-openssh-askpass</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to lxqt-openssh-askpass</title>
27
28 <para>
29 The <application>lxqt-openssh-askpass</application> package is a GUI
30 to query credentials on behalf of other programs.
31 </para>
32
33 &lfs120_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&lxqt-openssh-askpass-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&lxqt-openssh-askpass-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &lxqt-openssh-askpass-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &lxqt-openssh-askpass-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &lxqt-openssh-askpass-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &lxqt-openssh-askpass-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">lxqt-openssh-askpass Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="liblxqt"/>
74 </para>
75
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of lxqt-openssh-askpass</title>
80
81 <para>
82 Install <application>lxqt-openssh-askpass</application> by running the
83 following commands:
84 </para>
85
86<screen><userinput>mkdir -v build &amp;&amp;
87cd build &amp;&amp;
88
89cmake -DCMAKE_INSTALL_PREFIX=/usr \
90 -DCMAKE_BUILD_TYPE=Release \
91 .. &amp;&amp;
92make</userinput></screen>
93
94 <para>
95 This package does not come with a test suite.
96 </para>
97
98 <para>
99 Now, as the &root; user:
100 </para>
101
102<screen role="root"><userinput>make install</userinput></screen>
103
104 </sect2>
105
106 <sect2 role="content">
107 <title>Contents</title>
108
109 <segmentedlist>
110 <segtitle>Installed Programs</segtitle>
111 <segtitle>Installed Libraries</segtitle>
112 <segtitle>Installed Directories</segtitle>
113
114 <seglistitem>
115 <seg>
116 lxqt-openssh-askpass
117 </seg>
118 <seg>
119 None
120 </seg>
121 <seg>
122 None
123 </seg>
124 </seglistitem>
125 </segmentedlist>
126
127 <variablelist>
128 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
129 <?dbfo list-presentation="list"?>
130 <?dbhtml list-presentation="table"?>
131
132 <varlistentry id="lxqt-openssh-askpass-prog">
133 <term><command>lxqt-config-openssh-askpass</command></term>
134 <listitem>
135 <para>
136 queries a user for credentials on behalf of another program
137 </para>
138 <indexterm zone="lxqt-openssh-askpass lxqt-openssh-askpass-prog">
139 <primary sortas="b-lxqt-openssh-askpass">lxqt-openssh-askpass</primary>
140 </indexterm>
141 </listitem>
142 </varlistentry>
143
144 </variablelist>
145
146 </sect2>
147
148</sect1>
Note: See TracBrowser for help on using the repository browser.