Changeset 6c40c5ef


Ignore:
Timestamp:
07/19/2015 06:11:06 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:
008a1824
Parents:
8137b30
Message:
  • qupzilla-1.8.6: More fixes, now, it is host on anduin.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxqt/apps/qupzilla.xml

    r8137b30 r6c40c5ef  
    55  %general-entities;
    66
    7   <!ENTITY qupzilla-download-http "https://github.com/QupZilla/qupzilla/archive/v&qupzilla-version;.tar.gz">
     7  <!ENTITY qupzilla-download-http "&sources-anduin-other-http;/qupzilla-&qupzilla-version;.tar.gz">
    88  <!ENTITY qupzilla-download-ftp  " ">
    9   <!ENTITY qupzilla-md5sum        "e80ad1b6e26212f3d43908c2ad87ba4d">
    10   <!ENTITY qupzilla-size          "4.5 MB">
     9  <!ENTITY qupzilla-md5sum        "78d91565e53d981337bd0173ee62398e">
     10  <!ENTITY qupzilla-size          "45 MB">
    1111  <!ENTITY qupzilla-buildsize     "79 MB">
    1212  <!ENTITY qupzilla-time          "3.1 SBU">
     
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
    41 
    42 
    43     <note>
    44       <para>
    45         Notice that v&qupzilla-version;.tar.gz is the downloaded file name.
    46         This was obtained by compressing a directory named <filename
    47         class="directory">qupzilla-&qupzilla-version;</filename>. This is not
    48         convenient. It is better to rename the file to
    49         <filename>qupzilla-&qupzilla-version;.tar.gz</filename>.
    50         Alternatively, you can do it automatically, downloading with the
    51         command <command>wget ... -O
    52         <filename>qupzilla-&qupzilla-version;.tar.gz</filename></command>.
    53       </para>
    54     </note>
    5541
    5642    <itemizedlist spacing="compact">
     
    148134
    149135<screen><userinput>export QUPZILLA_PREFIX=/usr \
    150        USE_WEBGL=true &amp;&amp;
     136       USE_WEBGL=true       &amp;&amp;
    151137
    152138qmake &amp;&amp;
     
    189175    <note>
    190176      <para>
    191         If you wish to use any the following variables, they need to be
     177        If you wish to use any of the following variables, they need to be
    192178        exported.  You can add them to the <command>export</command> block in
    193179        the main instructions.  Alternatively, instead of exporting, they can
Note: See TracChangeset for help on using the changeset viewer.