Changeset d4ef6ae
- Timestamp:
- 10/24/2019 07:23:56 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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:
- 420d60b
- Parents:
- 2c01125
- Files:
-
- 6 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r2c01125 rd4ef6ae 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 3"> <!-- Always 2 digits -->3 <!ENTITY day "24"> <!-- Always 2 digits --> 4 4 <!ENTITY month "10"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "October 2 3rd, &year;">9 <!ENTITY releasedate "October 24th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/libxkbcommon.xml
r2c01125 rd4ef6ae 7 7 <!ENTITY libxkbcommon-download-http "https://xkbcommon.org/download/libxkbcommon-&libxkbcommon-version;.tar.xz"> 8 8 <!ENTITY libxkbcommon-download-ftp " "> 9 <!ENTITY libxkbcommon-md5sum " 56748f6c0e0389c6f7c1ce1acbd5e95a">9 <!ENTITY libxkbcommon-md5sum "4662756fd73ab0ac9e32efdad8f807f6"> 10 10 <!ENTITY libxkbcommon-size "368 KB"> 11 <!ENTITY libxkbcommon-buildsize "2 7MB (with tests)">12 <!ENTITY libxkbcommon-time " less than0.1 SBU (with tests)">11 <!ENTITY libxkbcommon-buildsize "25 MB (with tests)"> 12 <!ENTITY libxkbcommon-time "0.1 SBU (with tests)"> 13 13 ]> 14 14 … … 85 85 </para> 86 86 87 <bridgehead renderas="sect4">Optional</bridgehead> 88 <para role="optional"> 89 <xref linkend="doxygen"/> 90 </para> 91 87 92 <para condition="html" role="usernotes">User Notes: 88 93 <ulink url="&blfs-wiki;/libxkbcommon"/> … … 101 106 cd build && 102 107 103 meson --prefix=/usr .. &&108 meson --prefix=/usr -Denable-docs=false .. && 104 109 ninja</userinput></screen> 105 110 … … 112 117 </para> 113 118 114 <screen role="root"><userinput>ninja install && 115 mv -v /usr/share/doc/libxkbcommon{,-&libxkbcommon-version;}</userinput></screen> 116 117 </sect2> 118 <!-- 119 <screen role="root"><userinput>ninja install</userinput></screen> 120 121 </sect2> 122 119 123 <sect2 role="commands"> 120 124 <title>Command Explanations</title> 121 125 126 <!-- 122 127 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 123 128 href="../../xincludes/static-libraries.xml"/> 124 129 125 130 <para> 126 <option>- i-disable-x11</option>: Use this switch if you131 <option>- -disable-x11</option>: Use this switch if you 127 132 have not installed <xref linkend="libxcb"/> and 128 133 don't need the <filename>libxkbcommon-x11.so</filename> 129 134 library. 130 135 </para> 131 132 </sect2> 133 --> 136 --> 137 138 <para> 139 <parameter>-Denable-docs=false</parameter>: This switch disables 140 documentation generation. Remove it if <xref linkend="doxygen"/> is 141 installed. 142 </para> 143 144 <para> 145 <command>mv -v /usr/share/doc/libxkbcommon{,-&libxkbcommon-version;}</command>: 146 If you removed -Denable-docs=false, use this command to install the 147 documentation in a versioned directory. 148 </para> 149 150 </sect2> 151 134 152 <sect2 role="content"> 135 153 <title>Contents</title> -
gnome.ent
r2c01125 rd4ef6ae 95 95 <!ENTITY seahorse-version "3.34"> 96 96 <!ENTITY vinagre-version "3.22.0"> 97 <! ENTITY vino-version "3.22.0">97 <!--<!ENTITY vino-version "3.22.0">--> -
gnome/applications/applications.xml
r2c01125 rd4ef6ae 47 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="seahorse.xml"/> 48 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vinagre.xml"/> 49 < xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vino.xml"/>49 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vino.xml"/> --> 50 50 51 51 </chapter> -
introduction/welcome/changelog.xml
r2c01125 rd4ef6ae 43 43 --> 44 44 <listitem> 45 <para>October 24th, 2019</para> 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Update to libxkbcommon-0.9.1. Fixes 49 <ulink url="&blfs-ticket-root;12681">#12681</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[renodr] - Archive Vino. Will be replaced with 53 gnome-remote-desktop soon.</para> 54 </listitem> 55 </itemizedlist> 56 </listitem> 57 58 <listitem> 45 59 <para>October 23rd, 2019</para> 46 60 <itemizedlist> -
packages.ent
r2c01125 rd4ef6ae 158 158 <!ENTITY libusb-compat-version "0.1.5"> 159 159 <!ENTITY libuv-version "1.33.1"> 160 <!ENTITY libxkbcommon-version "0.9. 0">160 <!ENTITY libxkbcommon-version "0.9.1"> 161 161 <!-- the libxml2-version is also used for the python2 module, 162 162 which is built separately after libxml2.so has been installed,
Note:
See TracChangeset
for help on using the changeset viewer.