Changeset 3b9bfde
- Timestamp:
- 05/01/2019 08:22:42 AM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.0, 9.1, gimp3, 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, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- b57de40
- Parents:
- 568e425
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r568e425 r3b9bfde 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 30"> <!-- Always 2 digits -->4 <!ENTITY month "0 4"> <!-- Always 2 digits -->3 <!ENTITY day "01"> <!-- Always 2 digits --> 4 <!ENTITY month "05"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> 6 6 <!ENTITY copyrightdate "2001-&year;"> 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate " April 30th, &year;">9 <!ENTITY releasedate "May 1st, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/perl-deps/perl-datetime-timezone.xml
r568e425 r3b9bfde 68 68 <title>Installation of DateTime::TimeZone</title> 69 69 70 <!-- which of the next instructions to use? -->71 70 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 72 71 href="../../../xincludes/perl-standard-install.xml"/> 73 74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"75 href="../../../xincludes/perl-build-install.xml"/>76 72 77 73 </sect3> -
introduction/welcome/changelog.xml
r568e425 r3b9bfde 42 42 </listitem> 43 43 --> 44 45 <listitem> 46 <para>May 1st, 2019</para> 47 <itemizedlist> 48 <listitem> 49 <para>[pierre] - Remove spurious instructions in DateTime::TimeZone 50 (perl module dependency).</para> 51 </listitem> 52 <listitem> 53 <para>[pierre] - Update server version to 1.20.4 in tigervnc, and 54 fix instructions that were using undefined variables.</para> 55 </listitem> 56 <listitem> 57 <para>[pierre] - Add the --with-system-gpgmepp switch to libreoffice: 58 fixes building with gawk-5.0, and allows using a system library 59 instead of the bundled one.</para> 60 </listitem> 61 </itemizedlist> 62 </listitem> 44 63 45 64 <listitem> -
xsoft/office/libreoffice.xml
r568e425 r3b9bfde 191 191 <xref linkend="glm"/>, 192 192 <xref linkend="glu"/>, 193 <xref linkend="gpgme"/>, 193 194 <xref linkend="graphite2"/>, 194 195 <xref linkend="gst10-plugins-base"/>, … … 381 382 --with-system-expat \ 382 383 --with-system-glm \ 384 --with-system-gpgmepp \ 383 385 --with-system-graphite \ 384 386 --with-system-harfbuzz \ -
xsoft/other/tigervnc.xml
r568e425 r3b9bfde 11 11 <!ENTITY tigervnc-buildsize "94 MB"> 12 12 <!ENTITY tigervnc-time "1.3 SBU"> 13 <!ENTITY tigervnc-xorg-version "1.20. 0">13 <!ENTITY tigervnc-xorg-version "1.20.4"> 14 14 ]> 15 15 … … 107 107 108 108 <screen><userinput># Put code in place 109 pushd unix/xserver && 110 tar -xf $DIR/xorg-server-$XORG_VER.tar.bz2 --strip-components=1 && 111 patch -Np1 -i ../xserver120.patch && 112 popd && 109 tar -xf ../xorg-server-&tigervnc-xorg-version;.tar.bz2 \ 110 --strip-components=1 \ 111 -C unix/xserver && 112 ( cd unix/xserver && 113 patch -Np1 -i ../xserver120.patch ) && 113 114 114 115 # Build viewer … … 144 145 145 146 #Install server 146 pushd unix/xserver/hw/vnc && 147 make install && 148 popd && 147 ( cd unix/xserver/hw/vnc && make install ) && 149 148 150 149 [ -e /usr/bin/Xvnc ] || ln -svf $XORG_PREFIX/bin/Xvnc /usr/bin/Xvnc</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.