mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
131 lines
3.5 KiB
XML
131 lines
3.5 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY kcolorpicker-download-http "https://github.com/ksnip/kColorPicker/archive/refs/tags/v&kcolorpicker-version;/kColorPicker-&kcolorpicker-version;.tar.gz">
|
|
<!ENTITY kcolorpicker-download-ftp " ">
|
|
<!ENTITY kcolorpicker-md5sum "58a14db496f2e782be9abc4b604b5334">
|
|
<!ENTITY kcolorpicker-size "16 KB">
|
|
<!ENTITY kcolorpicker-buildsize "1.8 MB">
|
|
<!ENTITY kcolorpicker-time "less than 0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="kcolorpicker" xreflabel="kcolorpicker-&kcolorpicker-version;">
|
|
<?dbhtml filename="kcolorpicker.html"?>
|
|
|
|
<title>kColorPicker-&kcolorpicker-version;</title>
|
|
|
|
<indexterm zone="kcolorpicker">
|
|
<primary sortas="a-kcolorpicker">kcolorpicker</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to kColorPicker</title>
|
|
|
|
<para>
|
|
kColorPicker is a QToolButton library with a color popup menu, which
|
|
lets you select colors. The popup menu features a color dialog button
|
|
which can be used to add custom colors to the popup menu.
|
|
</para>
|
|
|
|
&lfs113_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&kcolorpicker-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&kcolorpicker-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &kcolorpicker-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &kcolorpicker-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &kcolorpicker-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &kcolorpicker-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">kColorPicker Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="cmake"/> and <xref linkend="qt5"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/kcolorpicker"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of kColorPicker</title>
|
|
|
|
<para>
|
|
Install <application>kColorPicker</application> by
|
|
running the following commands:
|
|
</para>
|
|
|
|
<screen><userinput>mkdir build &&
|
|
cd build &&
|
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
.. &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>None</seg>
|
|
<seg>
|
|
libkColorPicker.a
|
|
</seg>
|
|
<seg>
|
|
/usr/lib/cmake/kColorPicker
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|