Ignore:
Timestamp:
08/31/2021 07:02:08 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
b2054970
Parents:
f44ab56
Message:

Tweak formatting.
Fix spacing and make a line shorter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/thunderbird.xml

    rf44ab56 r1eb967d9  
    186186ac_add_options --with-system-nss
    187187ac_add_options --with-system-icu
     188
    188189# The elf-hack causes failed installs on some machines.
    189190# It is supposed to improve startup time and it shrinks libxul.so
     
    359360<screen role="root"><userinput>mkdir -pv /usr/share/{applications,pixmaps} &amp;&amp;
    360361
    361 cat &gt; /usr/share/applications/thunderbird.desktop &lt;&lt; "EOF" &amp;&amp;
     362MIMETYPE="text/html;text/xml;application/xhtml+xml;application/xml"
     363MIMETYPE="$MIMETYPE;application/rss+xml;x-scheme-handler/mailto;"
     364
     365cat &gt; /usr/share/applications/thunderbird.desktop &lt;&lt; EOF &amp;&amp;
    362366<literal>[Desktop Entry]
    363367Name=Thunderbird Mail
     
    369373Icon=thunderbird
    370374Categories=Network;Email;
    371 MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;x-scheme-handler/mailto;
     375MimeType=$MIMETYPE
    372376StartupNotify=true</literal>
    373377EOF
     378
     379unset MIMETYPE
    374380
    375381ln -sfv /usr/lib/thunderbird/chrome/icons/default/default256.png \
Note: See TracChangeset for help on using the changeset viewer.