source: x/lib/kcolorpicker.xml@ 498e62a

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 498e62a was a9a66319, checked in by Bruce Dubbs <bdubbs@…>, 21 months ago

Tags

  • Property mode set to 100644
File size: 3.5 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 kcolorpicker-download-http "https://github.com/ksnip/kColorPicker/archive/refs/tags/v&kcolorpicker-version;/kColorPicker-&kcolorpicker-version;.tar.gz">
8 <!ENTITY kcolorpicker-download-ftp " ">
9 <!ENTITY kcolorpicker-md5sum "58a14db496f2e782be9abc4b604b5334">
10 <!ENTITY kcolorpicker-size "16 KB">
11 <!ENTITY kcolorpicker-buildsize "1.8 MB">
12 <!ENTITY kcolorpicker-time "less than 0.1 SBU">
13]>
14
15<sect1 id="kcolorpicker" xreflabel="kcolorpicker-&kcolorpicker-version;">
16 <?dbhtml filename="kcolorpicker.html"?>
17
18 <title>kColorPicker-&kcolorpicker-version;</title>
19
20 <indexterm zone="kcolorpicker">
21 <primary sortas="a-kcolorpicker">kcolorpicker</primary>
22 </indexterm>
23
24 <sect2 role="package">
25 <title>Introduction to kColorPicker</title>
26
27 <para>
28 kColorPicker is a QToolButton library with a color popup menu, which
29 lets you select colors. The popup menu features a color dialog button
30 which can be used to add custom colors to the popup menu.
31 </para>
32
33 &lfs112_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&kcolorpicker-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&kcolorpicker-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &kcolorpicker-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &kcolorpicker-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &kcolorpicker-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &kcolorpicker-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">kColorPicker Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="cmake"/> and <xref linkend="qt5"/>
74 </para>
75
76 <para condition="html" role="usernotes">User Notes:
77 <ulink url="&blfs-wiki;/kcolorpicker"/></para>
78
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of kColorPicker</title>
83
84 <para>
85 Install <application>kColorPicker</application> by
86 running the following commands:
87 </para>
88
89<screen><userinput>mkdir build &amp;&amp;
90cd build &amp;&amp;
91
92cmake -DCMAKE_INSTALL_PREFIX=/usr \
93 -DCMAKE_BUILD_TYPE=Release \
94 .. &amp;&amp;
95make</userinput></screen>
96
97 <para>
98 This package does not come with a test suite.
99 </para>
100
101 <para>
102 Now, as the <systemitem class="username">root</systemitem> user:
103 </para>
104
105<screen role="root"><userinput>make install</userinput></screen>
106
107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
113 <segtitle>Installed Programs</segtitle>
114 <segtitle>Installed Libraries</segtitle>
115 <segtitle>Installed Directories</segtitle>
116
117 <seglistitem>
118 <seg>None</seg>
119 <seg>
120 libkColorPicker.a
121 </seg>
122 <seg>
123 /usr/lib/cmake/kColorPicker
124 </seg>
125 </seglistitem>
126 </segmentedlist>
127
128 </sect2>
129
130</sect1>
Note: See TracBrowser for help on using the repository browser.