Changeset becfbd8 for x


Ignore:
Timestamp:
04/21/2016 04:21:30 AM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8c0d48eb
Parents:
c744d53e
Message:

Update to kf5-5.21.0. Includes extra-cmake-modules,
lxqt-kguiaddons, lxqt-kwindowsystem, lxqt-solid,
breeze-icons, and oxygen-icons5. All are version 5.21.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17277 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
x
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • x/icons/breeze-icons.xml

    rc744d53e rbecfbd8  
    88  <!ENTITY breeze-icons-download-http "&kf5-download-http;/breeze-icons-&kf5-version;.tar.xz">
    99  <!ENTITY breeze-icons-download-ftp  " ">
    10   <!ENTITY breeze-icons-md5sum        "5b0cbd57e9d2ff7261a5b88fa37f9401">
    11   <!ENTITY breeze-icons-size          "1.5 MB">
    12   <!ENTITY breeze-icons-buildsize     "73 MB">
     10  <!ENTITY breeze-icons-md5sum        "2d293916db5ea309e2f4b3659c394a79">
     11  <!ENTITY breeze-icons-size          "1.4 MB">
     12  <!ENTITY breeze-icons-buildsize     "60 MB">
    1313  <!ENTITY breeze-icons-time          "less than 0.1 SBU">
    1414]>
  • x/icons/oxygen-icons5.xml

    rc744d53e rbecfbd8  
    77  <!ENTITY oxygen-icons5-download-http "http://download.kde.org/stable/frameworks/&oxygen-icons5-minor;/oxygen-icons5-&oxygen-icons5-version;.tar.xz">
    88  <!ENTITY oxygen-icons5-download-ftp  " ">
    9   <!ENTITY oxygen-icons5-md5sum        "989a432e49ba31a6315c72774af15791">
     9  <!ENTITY oxygen-icons5-md5sum        "630bdf3621e233f0f8ca5b0fdb7c0a65">
    1010  <!ENTITY oxygen-icons5-size          "222 MB">
    11   <!ENTITY oxygen-icons5-buildsize     "898 MB">
     11  <!ENTITY oxygen-icons5-buildsize     "450 MB">
    1212  <!ENTITY oxygen-icons5-time          "less than 0.1 SBU">
    1313]>
  • x/lib/qt4.xml

    rc744d53e rbecfbd8  
    533533export QT4DIR QTDIR
    534534
     535pathappend $$QT4DIR/qt/bin
     536
    535537# End /etc/profile.d/qt4.sh</literal>
    536538EOF</userinput></screen>
     
    546548      run-time cache file:
    547549   </para>
     550
     551   <note><para>If you installed <application>Qt4</application> in
     552   /usr with the commands specified above, the PATH entries
     553   in the scripts below need to be adjusted accordingly.</para></note>
    548554
    549555<screen role="root"><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; EOF
  • x/lib/qt5.xml

    rc744d53e rbecfbd8  
    455455QT5DIR=/usr
    456456export QT5DIR
     457pathappend $QT5DIR/bin/qt5
    457458
    458459# End /etc/profile.d/qt5.sh</literal>
Note: See TracChangeset for help on using the changeset viewer.