Changeset a1cfa44
- Timestamp:
- 02/21/2018 10:36:24 AM (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:
- 51d1fdbe
- Parents:
- a29d9e0
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
ra29d9e0 ra1cfa44 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 0"> <!-- Always 2 digits -->3 <!ENTITY day "21"> <!-- Always 2 digits --> 4 4 <!ENTITY month "02"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "February 2 0th, &year;">9 <!ENTITY releasedate "February 21st, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
ra29d9e0 ra1cfa44 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>February 21st, 2018</para> 46 <itemizedlist> 47 <listitem> 48 <para>[pierre] - Various fixes for lightdm: allow building 49 without itstool and exo, and allow a DE in /opt.</para> 50 </listitem> 51 <listitem> 52 <para>[pierre] - Fix building W3M with openssl-1.1.</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 56 44 57 <listitem> 45 58 <para>February 20th, 2018</para> -
networking/textweb/w3m.xml
ra29d9e0 ra1cfa44 33 33 also be used as a text-mode WWW browser.</para> 34 34 35 &lfs8 1_checked;35 &lfs82_checked; 36 36 37 37 <bridgehead renderas="sect3">Package Information</bridgehead> … … 75 75 <para role="optional"> 76 76 <xref linkend="gpm"/>, 77 <xref linkend="openssl10"/>, 77 <!-- <xref linkend="openssl10"/>,--> 78 78 <xref linkend="imlib2"/>, 79 79 <xref linkend="gtk2"/>, … … 99 99 commands:</para> 100 100 101 <screen><userinput>patch -Np1 -i ../w3m-&w3m-version;-bdwgc72-1.patch && 102 sed -i 's/file_handle/file_foo/' istream.{c,h} && 101 <screen><userinput> 102 patch -Np1 -i ../w3m-&w3m-version;-bdwgc72-1.patch && 103 sed -i 's/file_handle/file_foo/' istream.{c,h} && 103 104 sed -i 's#gdk-pixbuf-xlib-2.0#& x11#' configure && 104 105 PKG_CONFIG_PATH="/usr/lib/openssl-1.0/pkgconfig:$PKG_CONFIG_PATH" \ 106 ./configure --prefix=/usr --sysconfdir=/etc && 105 sed -i '/USE_EGD/s/define/undef/' config.h.in && 106 107 108 ./configure --prefix=/usr --sysconfdir=/etc && 107 109 make</userinput></screen> 108 110 … … 136 138 using <xref linkend="gtk2"/> as its image library. It has no impact if 137 139 <xref linkend="gtk2"/> is not installed.</para> 140 141 <para> 142 <command>sed -i '/USE_EGD/s/define/undef/' config.h.in</command>: Allows 143 building against <application>openssl-1.1</application>. 144 </para> 138 145 139 146 <para><parameter>--sysconfdir=/etc</parameter>: This option puts the -
x/dm/lightdm.xml
ra29d9e0 ra1cfa44 44 44 </para> 45 45 46 &lfs8 1_checked;46 &lfs82_checked; 47 47 48 48 <bridgehead renderas="sect3">Lightdm Package Information</bridgehead> … … 144 144 <xref linkend="at-spi2-core"/>, 145 145 <xref linkend="exo"/>, 146 <xref linkend="gtk-doc"/>, 146 <xref linkend="gtk-doc"/>, 147 147 <xref linkend="itstool"/>, 148 148 <xref linkend="qt5"/>, … … 201 201 202 202 <screen role="root"><userinput>make install && 203 cp tests/src/lightdm-session /usr/bin && 203 sed '\@/bin/sh@a\ 204 \ 205 . /etc/profile' tests/src/lightdm-session > /usr/bin/lightdm-session && 206 chmod a+x /usr/bin/lightdm-session && 204 207 rm -rf /etc/init && 205 208 install -v -dm755 -o lightdm -g lightdm /var/lib/lightdm && … … 236 239 </para> 237 240 238 <screen ><userinput>make install</userinput></screen>241 <screen role="root"><userinput>make install</userinput></screen> 239 242 240 243 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.