Changeset 18d6eae2


Ignore:
Timestamp:
07/20/2015 08:20:31 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 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:
d90cdc8
Parents:
5eb80f7
Message:
  • Add chrpath-0.16.
  • Add QScintilla-gpl-2.9.
  • Add juffed-0.10.r71.gc3c1a3f.
  • Fixes for lximage-qt-0.4.0 and obconf-qt-0.9.0.8.g1ce85f1.
  • Replace "_" by "-" in lximage-qt-0.4.0 and obconf-qt-0.9.0.8.g1ce85f1 file names.

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

Files:
3 added
5 edited
2 moved

Legend:

Unmodified
Added
Removed
  • general/genutils/genutils.xml

    r5eb80f7 r18d6eae2  
    2323<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appdata-tools.xml"/> -->
    2424  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="appstream-glib.xml"/>
     25  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="chrpath.xml"/>
    2526  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="compface.xml"/>
    2627  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="desktop-file-utils.xml"/>
  • lxqt/apps/apps.xml

    r5eb80f7 r18d6eae2  
    2121  </para>
    2222
    23   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lximage_qt.xml"/>
    24   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="obconf_qt.xml"/>
     23  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lximage-qt.xml"/>
     24  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="obconf-qt.xml"/>
     25  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qscintilla.xml"/>
     26  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="juffed.xml"/>
    2527  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qtermwidget.xml"/>
    2628  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qterminal.xml"/>
  • lxqt/apps/qterminal.xml

    r5eb80f7 r18d6eae2  
    173173        <listitem>
    174174          <para>
    175             a lightweight terminal emulator for the
    176             <application>Qt</application> desktop.
     175            is a <application>Qt</application> based lightweight terminal
     176            emulator for.
    177177          </para>
    178178          <indexterm zone="qterminal qterminal-prog">
  • lxqt/apps/qupzilla.xml

    r5eb80f7 r18d6eae2  
    55  %general-entities;
    66
    7   <!ENTITY qupzilla-download-http "&sources-anduin-other-http;/qupzilla-&qupzilla-version;.tar.gz">
     7  <!ENTITY qupzilla-download-http "http://anduin.linuxfromscratch.org/sources/BLFS/conglomeration/qupzilla/qupzilla-&qupzilla-version;.tar.gz">
    88  <!ENTITY qupzilla-download-ftp  " ">
    99  <!ENTITY qupzilla-md5sum        "24c4033cbf20223eb73a33af9c037862">
     
    104104    </para>
    105105
    106 <screen><userinput>sed -e '/qtlocalpeer/ i #include &lt;QDataStream&gt;'             \
     106<screen><userinput>sed -e '/qtlocalpeer/ i #include &lt;QDataStream&gt;' \
    107107    -i src/lib/3rdparty/qtsingleapplication/qtlocalpeer.cpp &amp;&amp;
    108108
    109 sed -e '/QHash/ i #include &lt;QObject&gt;'                     \
     109sed -e '/QHash/ i #include &lt;QObject&gt;' \
    110110    -i src/plugins/TabManager/tldextractor/tldextractor.h</userinput></screen>
    111111
  • packages.ent

    r5eb80f7 r18d6eae2  
    187187<!-- Chapter 11 -->
    188188<!ENTITY appstream-glib-version       "0.4.0">
     189<!ENTITY chrpath-version              "0.16">
    189190<!ENTITY compface-version             "1.5.2">
    190191<!ENTITY desktop-file-utils-version   "0.22">
     
    614615<!ENTITY qterminal-version            "0.6.0">
    615616<!ENTITY qupzilla-version             "1.8.6">
     617<!ENTITY qscintilla-version           "2.9">
     618<!ENTITY juffed-version               "0.10.r71.gc3c1a3f">
    616619
    617620<!-- Part X -->
Note: See TracChangeset for help on using the changeset viewer.