Changeset 48b40684 for lxqt


Ignore:
Timestamp:
07/17/2023 09:14:07 PM (11 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
4ce77d1
Parents:
81a1d5fb
Message:

LXQt KDE Components: Remove the /usr/mkspecs directory.

Location:
lxqt/desktop
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • lxqt/desktop/lxqt-kconfig.xml

    r81a1d5fb r48b40684  
    113113<screen role="root"><userinput>make install</userinput></screen>
    114114
     115    <para>
     116      Finally, remove some unneeded files as the &root; user:
     117    </para>
     118
     119<screen role="root"><userinput>rm -rf /usr/mkspecs</userinput></screen>
     120
    115121  </sect2>
    116122
  • lxqt/desktop/lxqt-kidletime.xml

    r81a1d5fb r48b40684  
    109109<screen role="root"><userinput>make install</userinput></screen>
    110110
     111    <para>
     112      Finally, remove some unneeded files as the &root; user:
     113    </para>
     114
     115<screen role="root"><userinput>rm -rf /usr/mkspecs</userinput></screen>
     116
    111117  </sect2>
    112118
  • lxqt/desktop/lxqt-kwayland.xml

    r81a1d5fb r48b40684  
    102102      -DCMAKE_BUILD_TYPE=Release  \
    103103      -DBUILD_TESTING=OFF         \
    104       -DECM_MKSPECS_INSTALL_DIR=/usr/share/mkspecs/modules \
    105104      -Wno-dev ..                 &amp;&amp;
    106105make</userinput></screen>
     
    115114
    116115<screen role="root"><userinput>make install</userinput></screen>
     116
     117    <para>
     118      Finally, remove some unneeded files as the &root; user:
     119    </para>
     120
     121<screen role="root"><userinput>rm -rf /usr/mkspecs</userinput></screen>
    117122
    118123  </sect2>
     
    135140        <seg>
    136141          /usr/lib/cmake/KF5Wayland,
    137           /usr/include/KF5/KWayland,
    138           /usr/share/mkspecs, and
     142          /usr/include/KF5/KWayland, and
    139143          /usr/share/qlogging-categories5
    140144        </seg>
  • lxqt/desktop/lxqt-kwindowsystem.xml

    r81a1d5fb r48b40684  
    114114<screen role="root"><userinput>make install</userinput></screen>
    115115
     116    <para>
     117      Finally, remove some unneeded files as the &root; user:
     118    </para>
     119
     120<screen role="root"><userinput>rm -rf /usr/mkspecs</userinput></screen>
     121
    116122  </sect2>
    117123
  • lxqt/desktop/lxqt-libkscreen.xml

    r81a1d5fb r48b40684  
    112112<screen role="root"><userinput>make install</userinput></screen>
    113113
     114    <para>
     115      Finally, remove some unneeded files as the &root; user:
     116    </para>
     117
     118<screen role="root"><userinput>rm -rf /usr/mkspecs</userinput></screen>
     119
    114120  </sect2>
    115121
  • lxqt/desktop/lxqt-solid.xml

    r81a1d5fb r48b40684  
    118118<screen role="root"><userinput>make install</userinput></screen>
    119119
     120    <para>
     121      Finally, remove some unneeded files as the &root; user:
     122    </para>
     123
     124<screen role="root"><userinput>rm -rf /usr/mkspecs</userinput></screen>
     125
    120126  </sect2>
    121127
Note: See TracChangeset for help on using the changeset viewer.