Changes in / [1a05a6f:b2054970]


Ignore:
Location:
xsoft
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/seamonkey.xml

    r1a05a6f rb2054970  
    280280
    281281<screen><userinput>export CC=gcc CXX=g++ &amp;&amp;
    282 ./mach configure                           &amp;&amp;
     282./mach configure      &amp;&amp;
    283283./mach build</userinput></screen>
    284284
     
    302302
    303303
    304 <screen role="root"><userinput>./mach install &amp;&amp;
    305 chown -R 0:0 /usr/lib/seamonkey         &amp;&amp;
     304<screen role="root"><userinput>./mach install                  &amp;&amp;
     305chown -R 0:0 /usr/lib/seamonkey &amp;&amp;
    306306
    307307cp -v $(find -name seamonkey.1 | head -n1) /usr/share/man/man1</userinput></screen>
  • xsoft/other/thunderbird.xml

    r1a05a6f rb2054970  
    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.