Ignore:
Timestamp:
02/09/2022 12:47:33 AM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.1, 11.2, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
cf63c3d
Parents:
0894002
Message:

Package updates.
Update to LVM2.2.03.15.
Update to gpgme-1.17.0.
Update to imlib2-1.8.0.
Update to xkeyboard-config-2.35.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xkeyboard-config.xml

    r0894002 r0a18d81  
    66
    77  <!ENTITY xkeyboard-config-download-http
    8   "&xorg-download-http;/data/xkeyboard-config/xkeyboard-config-&xkeyboard-config-version;.tar.bz2">
     8  "&xorg-download-http;/data/xkeyboard-config/xkeyboard-config-&xkeyboard-config-version;.tar.xz">
    99  <!ENTITY xkeyboard-config-download-ftp
    10   "&xorg-download-ftp;/data/xkeyboard-config/xkeyboard-config-&xkeyboard-config-version;.tar.bz2">
    11   <!ENTITY xkeyboard-config-md5sum        "59eee0166c214c692d084e27ba33ec56">
    12   <!ENTITY xkeyboard-config-size          "1.7 MB">
    13   <!ENTITY xkeyboard-config-buildsize     "21 MB">
     10  "&xorg-download-ftp;/data/xkeyboard-config/xkeyboard-config-&xkeyboard-config-version;.tar.xz">
     11  <!ENTITY xkeyboard-config-md5sum        "54049980498775f34d473ccf81e49338">
     12  <!ENTITY xkeyboard-config-size          "852 KB">
     13  <!ENTITY xkeyboard-config-buildsize     "14 MB">
    1414  <!ENTITY xkeyboard-config-time          "less than 0.1 SBU">
    1515]>
     
    9292    </para>
    9393
    94 <screen><userinput>./configure $XORG_CONFIG --with-xkb-rules-symlink=xorg &amp;&amp;
    95 make</userinput></screen>
     94<screen><userinput>sed -i -E 's/(ln -s)/\1f/' rules/meson.build &amp;&amp;
     95
     96mkdir build &amp;&amp;
     97cd    build &amp;&amp;
     98
     99meson --prefix=$XORG_PREFIX --buildtype=release .. &amp;&amp;
     100ninja</userinput></screen>
    96101
    97102    <para>
     
    103108    </para>
    104109
    105 <screen role="root"><userinput>make install</userinput></screen>
     110<screen role="root"><userinput>ninja install</userinput></screen>
    106111
    107112  </sect2>
    108 
    109113  <sect2 role="commands">
    110114    <title>Command Explanations</title>
    111115
    112116    <para>
    113       <parameter>--with-xkb-rules-symlink=xorg</parameter>: By default, the
     117      <command>sed ... rules/meson.build</command>: Make sure
     118      a symlink is created even if it already exists.
     119    </para>
     120<!--
     121    <para>
     122      <parameter>- -with-xkb-rules-symlink=xorg</parameter>: By default, the
    114123      XKB rules installed are named "base". This creates symlinks named
    115124      "xorg" to those rules, which is the default name used by Xorg.
    116125    </para>
     126-->
    117127
    118128  </sect2>
    119 
    120129  <sect2 role="content">
    121130    <title>Contents</title>
Note: See TracChangeset for help on using the changeset viewer.