Ignore:
Timestamp:
08/31/2017 03:29:49 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
f3e9c22e
Parents:
a822cb5
Message:

LXQt applications:

  • change links to github
  • tag
  • update to obconf-qt-0.11.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxqt/apps/obconf-qt.xml

    ra822cb5 r575062a  
    55  %general-entities;
    66
    7   <!ENTITY obconf-qt-download-http "https://downloads.lxqt.org/obconf-qt/&obconf-qt-version;/obconf-qt-&obconf-qt-version;.tar.xz">
     7<!-- As of August 2017, downloads.lxqt.org is down. Use github archives
     8     instead, but keep the old link in case the host become available again.
     9     According to lxqt devs, they are working on it...
     10  <!ENTITY obconf-qt-download-http "https://downloads.lxqt.org/obconf-qt/&obconf-qt-version;/obconf-qt-&obconf-qt-version;.tar.xz">-->
     11  <!ENTITY obconf-qt-download-http "https://github.com/lxde/obconf-qt/releases/download/&obconf-qt-version;/obconf-qt-&obconf-qt-version;.tar.xz">
    812  <!ENTITY obconf-qt-download-ftp  " ">
    9   <!ENTITY obconf-qt-md5sum        "12de451f5ab442bf6174ea285f2670e9">
    10   <!ENTITY obconf-qt-size          "34 KB">
    11   <!ENTITY obconf-qt-buildsize     "2.1 MB">
    12   <!ENTITY obconf-qt-time          "0.15 SBU">
     13  <!ENTITY obconf-qt-md5sum        "f0f0d48d3e9c2477c1d2eb36cd85de96">
     14  <!ENTITY obconf-qt-size          "33 KB">
     15  <!ENTITY obconf-qt-buildsize     "2.9 MB">
     16  <!ENTITY obconf-qt-time          "0.5 SBU">
    1317]>
    1418
     
    3438      <application>OpenBox</application> Qt based configuration tool.</para>
    3539
    36     &lfs80_checked;
     40    &lfs81_checked;
    3741
    3842    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    118122<screen role="root"><userinput>make install</userinput></screen>
    119123
     124<!-- It seems the command below is not needed if lxqt-l10n and obconf-qt
     125     are both in LXQT_PREFIX.
     126     OTOH, a link needs to be created for the application icon to be found
     127     in menu...
    120128    <para>
    121129      If <xref linkend="lxqt-l10n"/> is not installed in <filename
     
    131139      Note that the above instruction works only if <envar>LXQT_PREFIX</envar>
    132140      has been set as explained in <xref linkend="lxqt-pre-install"/>.
    133     </para>
     141    </para>-->
     142
     143    <para>
     144      If you installed in /opt, again as the
     145      <systemitem class="username">root</systemitem> user:
     146    </para>
     147
     148<screen role="root"><userinput>if [ "$LXQT_PREFIX" != /usr ]; then
     149  ln -svf $LXQT_PREFIX/share/applications/obconf-qt.desktop \
     150          /usr/share/applications
     151fi</userinput></screen>
    134152
    135153  </sect2>
Note: See TracChangeset for help on using the changeset viewer.