Changeset 1819

Show
Ignore:
Timestamp:
03/01/07 05:58:28 (23 months ago)
Author:
alexander
Message:

Package updates

Location:
trunk
Files:
6 modified

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r1818 r1819  
    256256        ch-libjpeg ch-libtiff ch-openssh ch-glib2 ch-giflib ch-imlib ch-imlib2 \ 
    257257        ch-gc ch-w3m ch-lftp ch-cairo ch-hicolor-icon-theme \ 
    258         ch-pango ch-atk ch-gtk2 stop-here ch-cvs ch-popt ch-samba ch-libIDL ch-seamonkey \ 
     258        ch-pango ch-atk ch-gtk2 ch-cvs ch-popt ch-samba ch-libIDL ch-seamonkey stop-here \ 
    259259        ch-librsvg ch-startup-notification chroot-gvim ch-xfce ch-vte ch-exo \ 
    260260        ch-Terminal ch-mousepad ch-irssi ch-gaim \ 
  • trunk/packages/cvs/Makefile

    r1816 r1819  
    99SHA-$(FILE)= 5dfa11da84a890d7d61516fd450c001dc24bcc0d 
    1010 
    11 PATCH1= $(NM)-1.11.21-zlib-1.patch 
     11PATCH1= $(NM)-1.11.22-zlib-1.patch 
    1212URL-$(PATCH1)= $(HTTPBLFS)/$(NM)/$(PATCH1) 
    1313SHA-$(PATCH1)= 0d20bab8a6b6e419a8c900d082b487ad6a3aec38 
  • trunk/packages/samba/Makefile

    r1734 r1819  
    22 
    33NM= samba 
    4 VRS= 3.0.23c 
     4VRS= 3.0.24 
    55DIR= $(NM)-$(VRS) 
    66 
    77FILE= $(DIR).tar.gz 
    8 URL-$(FILE)= http://us2.samba.org/$(NM)/ftp/old-versions/$(FILE) 
    9 SHA-$(FILE)= a5361d54ac5fafe34ae17e0fa14c864bcdf16089 
     8URL-$(FILE)= http://us3.samba.org/$(NM)/ftp/old-versions/$(FILE) 
     9SHA-$(FILE)= 216020b58abca191b8146f76f98a8bda3508fcd3 
    1010 
    1111# Targets 
  • trunk/packages/seamonkey/.mozconfig

    r1800 r1819  
    1414ac_add_options --disable-freetype2 
    1515ac_add_options --enable-svg 
    16 ac_add_options --enable-optimize="-Os" 
     16ac_add_options --enable-optimize="-O2" 
    1717ac_add_options --disable-debug 
    1818ac_add_options --disable-tests 
     
    2222ac_add_options --disable-installer 
    2323ac_add_options --disable-updater 
    24 ac_add_options --enable-ctl 
     24ac_add_options --enable-pango 
  • trunk/packages/seamonkey/Makefile

    r1816 r1819  
    22 
    33NM= seamonkey 
    4 VRS= 1.0.5 
     4VRS= 1.1 
    55DIR= mozilla 
    66 
    77FILE= $(NM)-$(VRS).source.tar.bz2 
    88URL-$(FILE)= http://ftp.mozilla.org/pub/mozilla.org/$(NM)/releases/$(VRS)/$(FILE) 
    9 SHA-$(FILE)= 60be0112e369a06958c0295ad2de995ab476cef1 
     9SHA-$(FILE)= 8e778d72d0bab597a641ce02cc2872bc1e3d9f82 
    1010 
    1111# Targets 
  • trunk/root/.mozilla/default/79exklwh.slt/prefs.js

    r1766 r1819  
    1111 
    1212user_pref("browser.preferences.lastpanel", 0); 
    13 user_pref("browser.search.defaultengine", "engine:///usr/lib/seamonkey-1.0.5/searchplugins/google.src"); 
     13user_pref("browser.search.defaultengine", "engine:///usr/lib/seamonkey-1.1/searchplugins/google.src"); 
    1414user_pref("browser.startup.homepage", "file:///usr/share/LFS-BOOK-SVN-HTML/index.html"); 
    15 user_pref("browser.startup.homepage_override.mstone", "rv:1.8.0.7"); 
     15user_pref("browser.startup.homepage_override.mstone", "rv:1.8.1.2pre"); 
    1616user_pref("dom.disable_open_during_load", true); 
    1717user_pref("extensions.disabledObsolete", true);