Changeset 6b7881d
- Timestamp:
- 10/15/2017 03:04:16 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 60ddbaf
- Parents:
- 4d89757
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r4d89757 r6b7881d 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 4"> <!-- Always 2 digits -->3 <!ENTITY day "15"> <!-- Always 2 digits --> 4 4 <!ENTITY month "10"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "October 1 4th, &year;">9 <!ENTITY releasedate "October 15th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/sysutils/colord.xml
r4d89757 r6b7881d 101 101 <xref linkend="libxslt"/>, 102 102 <xref linkend="sane"/>, 103 <ulink url="http://www.argyllcms.com/">Arg LLCMS</ulink>, and103 <ulink url="http://www.argyllcms.com/">ArgyllCMS</ulink>, and 104 104 <ulink url="https://github.com/scop/bash-completion/">Bash Completion</ulink> 105 105 </para> … … 112 112 <sect2 role="installation"> 113 113 <title>Installation of Colord</title> 114 114 <!-- Is this still relevant? 115 115 <warning> 116 116 <para> … … 119 119 and is only intended to be used by gnome-color-manager at this time. 120 120 </para> 121 </warning> 121 </warning>--> 122 122 123 123 <para> … … 136 136 </para> 137 137 138 <screen><userinput>./configure --prefix=/usr \ 138 <screen revision="sysv"><userinput>./configure --prefix=/usr \ 139 --sysconfdir=/etc \ 140 --localstatedir=/var \ 141 --with-daemon-user=colord \ 142 --enable-vala \ 143 --enable-daemon \ 144 --enable-session-helper \ 145 --enable-libcolordcompat \ 146 --disable-rpath \ 147 --disable-argyllcms-sensor \ 148 --disable-bash-completion \ 149 --disable-systemd-login \ 150 --disable-static && 151 make</userinput></screen> 152 153 <screen revision="systemd"><userinput>./configure --prefix=/usr \ 139 154 --sysconfdir=/etc \ 140 155 --localstatedir=/var \ … … 205 220 <parameter>--disable-argyllcms-sensor</parameter>: This switch disables 206 221 the ArgLLCMS sensor driver. Omit if you have 207 <ulink url="http://www.argyllcms.com/">Arg LLCMS</ulink> installed222 <ulink url="http://www.argyllcms.com/">ArgyllCMS</ulink> installed 208 223 and wish to use it. 209 224 </para> … … 212 227 <parameter>--disable-bash-completion</parameter>: This switch disables 213 228 Bash Completion support for Colord applications. 229 </para> 230 231 <para revision="sysv"> 232 <parameter>--disable-systemd-login</parameter>: This switch disables 233 support for <application>systemd</application> login in Colord 234 applications. Default is to enable, and to fail if systemd is not found 235 on the system. 214 236 </para> 215 237 -
introduction/welcome/changelog.xml
r4d89757 r6b7881d 42 42 </listitem> 43 43 --> 44 45 <listitem> 46 <para>October 15th, 2017</para> 47 <itemizedlist> 48 <listitem> 49 <para>[pierre] - Fix colord-1.3.5 build for SysV.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 44 54 <listitem> 45 55 <para>October 14th, 2017</para>
Note:
See TracChangeset
for help on using the changeset viewer.