Changeset 1819
- Timestamp:
- 03/01/07 05:58:28 (23 months ago)
- Location:
- trunk
- Files:
-
- 6 modified
-
Makefile (modified) (1 diff)
-
packages/cvs/Makefile (modified) (1 diff)
-
packages/samba/Makefile (modified) (1 diff)
-
packages/seamonkey/.mozconfig (modified) (2 diffs)
-
packages/seamonkey/Makefile (modified) (1 diff)
-
root/.mozilla/default/79exklwh.slt/prefs.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r1818 r1819 256 256 ch-libjpeg ch-libtiff ch-openssh ch-glib2 ch-giflib ch-imlib ch-imlib2 \ 257 257 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 \ 259 259 ch-librsvg ch-startup-notification chroot-gvim ch-xfce ch-vte ch-exo \ 260 260 ch-Terminal ch-mousepad ch-irssi ch-gaim \ -
trunk/packages/cvs/Makefile
r1816 r1819 9 9 SHA-$(FILE)= 5dfa11da84a890d7d61516fd450c001dc24bcc0d 10 10 11 PATCH1= $(NM)-1.11.2 1-zlib-1.patch11 PATCH1= $(NM)-1.11.22-zlib-1.patch 12 12 URL-$(PATCH1)= $(HTTPBLFS)/$(NM)/$(PATCH1) 13 13 SHA-$(PATCH1)= 0d20bab8a6b6e419a8c900d082b487ad6a3aec38 -
trunk/packages/samba/Makefile
r1734 r1819 2 2 3 3 NM= samba 4 VRS= 3.0.2 3c4 VRS= 3.0.24 5 5 DIR= $(NM)-$(VRS) 6 6 7 7 FILE= $(DIR).tar.gz 8 URL-$(FILE)= http://us 2.samba.org/$(NM)/ftp/old-versions/$(FILE)9 SHA-$(FILE)= a5361d54ac5fafe34ae17e0fa14c864bcdf160898 URL-$(FILE)= http://us3.samba.org/$(NM)/ftp/old-versions/$(FILE) 9 SHA-$(FILE)= 216020b58abca191b8146f76f98a8bda3508fcd3 10 10 11 11 # Targets -
trunk/packages/seamonkey/.mozconfig
r1800 r1819 14 14 ac_add_options --disable-freetype2 15 15 ac_add_options --enable-svg 16 ac_add_options --enable-optimize="-O s"16 ac_add_options --enable-optimize="-O2" 17 17 ac_add_options --disable-debug 18 18 ac_add_options --disable-tests … … 22 22 ac_add_options --disable-installer 23 23 ac_add_options --disable-updater 24 ac_add_options --enable- ctl24 ac_add_options --enable-pango -
trunk/packages/seamonkey/Makefile
r1816 r1819 2 2 3 3 NM= seamonkey 4 VRS= 1. 0.54 VRS= 1.1 5 5 DIR= mozilla 6 6 7 7 FILE= $(NM)-$(VRS).source.tar.bz2 8 8 URL-$(FILE)= http://ftp.mozilla.org/pub/mozilla.org/$(NM)/releases/$(VRS)/$(FILE) 9 SHA-$(FILE)= 60be0112e369a06958c0295ad2de995ab476cef19 SHA-$(FILE)= 8e778d72d0bab597a641ce02cc2872bc1e3d9f82 10 10 11 11 # Targets -
trunk/root/.mozilla/default/79exklwh.slt/prefs.js
r1766 r1819 11 11 12 12 user_pref("browser.preferences.lastpanel", 0); 13 user_pref("browser.search.defaultengine", "engine:///usr/lib/seamonkey-1. 0.5/searchplugins/google.src");13 user_pref("browser.search.defaultengine", "engine:///usr/lib/seamonkey-1.1/searchplugins/google.src"); 14 14 user_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");15 user_pref("browser.startup.homepage_override.mstone", "rv:1.8.1.2pre"); 16 16 user_pref("dom.disable_open_during_load", true); 17 17 user_pref("extensions.disabledObsolete", true);
