Changes in / [b2054970:1a05a6f]


Ignore:
Location:
xsoft
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/seamonkey.xml

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

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