Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/icecat/files: gentoo-default-prefs.js 2000-icecat-5_gentoo_install_dirs.patch
Date: Tue, 28 Jun 2011 22:08:13
Message-Id: 20110628220757.9D7CF20057@flycatcher.gentoo.org
1 polynomial-c 11/06/28 22:07:57
2
3 Added: gentoo-default-prefs.js
4 2000-icecat-5_gentoo_install_dirs.patch
5 Log:
6 Version bump (bug #373191)
7
8 (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 www-client/icecat/files/gentoo-default-prefs.js
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/icecat/files/gentoo-default-prefs.js?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/icecat/files/gentoo-default-prefs.js?rev=1.1&content-type=text/plain
15
16 Index: gentoo-default-prefs.js
17 ===================================================================
18 pref("app.update.enabled", false);
19 pref("app.update.autoInstallEnabled", false);
20 pref("browser.display.use_system_colors", true);
21 pref("browser.link.open_external", 3);
22 pref("general.smoothScroll", true);
23 pref("general.autoScroll", false);
24 pref("browser.tabs.tabMinWidth", 15);
25 pref("browser.backspace_action", 0);
26 pref("browser.urlbar.hideGoButton", true);
27 pref("accessibility.typeaheadfind", true);
28 pref("browser.shell.checkDefaultBrowser", false);
29 pref("browser.EULA.override", true);
30 pref("general.useragent.vendor", "Gentoo");
31 pref("intl.locale.matchOS", true);
32
33
34
35 1.1 www-client/icecat/files/2000-icecat-5_gentoo_install_dirs.patch
36
37 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/icecat/files/2000-icecat-5_gentoo_install_dirs.patch?rev=1.1&view=markup
38 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/icecat/files/2000-icecat-5_gentoo_install_dirs.patch?rev=1.1&content-type=text/plain
39
40 Index: 2000-icecat-5_gentoo_install_dirs.patch
41 ===================================================================
42 --- config/autoconf.mk.in.orig 2007-08-03 22:02:32.000000000 +0200
43 +++ config/autoconf.mk.in 2007-08-03 22:07:00.000000000 +0200
44 @@ -58,14 +58,14 @@
45 prefix = @prefix@
46 exec_prefix = @exec_prefix@
47 bindir = @bindir@
48 -includedir = @includedir@/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
49 +includedir = @includedir@/icecat
50 libdir = @libdir@
51 datadir = @datadir@
52 mandir = @mandir@
53 -idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
54 +idldir = $(includedir)/icecat/idl
55
56 -installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
57 -sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION)
58 +installdir = $(libdir)/icecat
59 +sdkdir = $(libdir)/icecat
60
61 DIST = $(DEPTH)/dist
62 LIBXUL_SDK = @LIBXUL_SDK@