Changeset 1eb967d9
- Timestamp:
- 08/31/2021 07:02:08 PM (2 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- b2054970
- Parents:
- f44ab56
- Location:
- xsoft
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
xsoft/graphweb/seamonkey.xml
rf44ab56 r1eb967d9 280 280 281 281 <screen><userinput>export CC=gcc CXX=g++ && 282 ./mach configure 282 ./mach configure && 283 283 ./mach build</userinput></screen> 284 284 … … 302 302 303 303 304 <screen role="root"><userinput>./mach install &&305 chown -R 0:0 /usr/lib/seamonkey 304 <screen role="root"><userinput>./mach install && 305 chown -R 0:0 /usr/lib/seamonkey && 306 306 307 307 cp -v $(find -name seamonkey.1 | head -n1) /usr/share/man/man1</userinput></screen> -
xsoft/other/thunderbird.xml
rf44ab56 r1eb967d9 186 186 ac_add_options --with-system-nss 187 187 ac_add_options --with-system-icu 188 188 189 # The elf-hack causes failed installs on some machines. 189 190 # It is supposed to improve startup time and it shrinks libxul.so … … 359 360 <screen role="root"><userinput>mkdir -pv /usr/share/{applications,pixmaps} && 360 361 361 cat > /usr/share/applications/thunderbird.desktop << "EOF" && 362 MIMETYPE="text/html;text/xml;application/xhtml+xml;application/xml" 363 MIMETYPE="$MIMETYPE;application/rss+xml;x-scheme-handler/mailto;" 364 365 cat > /usr/share/applications/thunderbird.desktop << EOF && 362 366 <literal>[Desktop Entry] 363 367 Name=Thunderbird Mail … … 369 373 Icon=thunderbird 370 374 Categories=Network;Email; 371 MimeType= text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;x-scheme-handler/mailto;375 MimeType=$MIMETYPE 372 376 StartupNotify=true</literal> 373 377 EOF 378 379 unset MIMETYPE 374 380 375 381 ln -sfv /usr/lib/thunderbird/chrome/icons/default/default256.png \
Note:
See TracChangeset
for help on using the changeset viewer.