Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 170359 | Differences between
and this patch

Collapse All | Expand All

(-)eclass-/mozilla-launcher.eclass (-14 / +9 lines)
Lines 4-13 Link Here
4
4
5
inherit nsplugins multilib
5
inherit nsplugins multilib
6
6
7
if [[ ${PN: -4} != "-bin" ]] ; then
8
	IUSE="moznopango"
9
fi
10
11
# update_mozilla_launcher_symlinks
7
# update_mozilla_launcher_symlinks
12
# --------------------------------
8
# --------------------------------
13
# Create or remove the following symlinks in /usr/bin:
9
# Create or remove the following symlinks in /usr/bin:
Lines 70-76 Link Here
70
66
71
	dodir /usr/bin
67
	dodir /usr/bin
72
68
73
	if [[ ${PN: -4} == "-bin" ]]  || ! use moznopango; then
74
	cat <<EOF >${D}/usr/bin/${name}
69
	cat <<EOF >${D}/usr/bin/${name}
75
#!/bin/sh
70
#!/bin/sh
76
#
71
#
Lines 83-90 Link Here
83
export MOZ_PLUGIN_PATH=\${MOZ_PLUGIN_PATH:-/usr/$(get_libdir)/$PLUGINS_DIR}
78
export MOZ_PLUGIN_PATH=\${MOZ_PLUGIN_PATH:-/usr/$(get_libdir)/$PLUGINS_DIR}
84
exec /usr/libexec/mozilla-launcher "\$@"
79
exec /usr/libexec/mozilla-launcher "\$@"
85
EOF
80
EOF
86
	else
81
	if [[ ${PN: -4} != "-bin" ]] ; then
87
	cat <<EOF >${D}/usr/bin/${name}
82
	cat <<EOF >${D}/usr/bin/${name}-nopango
88
#!/bin/sh
83
#!/bin/sh
89
#
84
#
90
# Stub script to run mozilla-launcher.  We used to use a symlink here
85
# Stub script to run mozilla-launcher.  We used to use a symlink here
Lines 97-111 Link Here
97
export MOZ_DISABLE_PANGO=1
92
export MOZ_DISABLE_PANGO=1
98
exec /usr/libexec/mozilla-launcher "\$@"
93
exec /usr/libexec/mozilla-launcher "\$@"
99
EOF
94
EOF
100
	fi
101
	chmod 0755 ${D}/usr/bin/${name}
102
}
103
95
104
warn_mozilla_launcher_stub() {
96
	elog "Not all locales support the disabling of Pango."
105
97
	elog "If your locale does not support disabling Pango,"
106
	elog "Not all locales support the disabling of pango."
107
	elog "If your locale does not support disabling pango,"
108
	elog "please open a bug report on http://bugs.gentoo.org"
98
	elog "please open a bug report on http://bugs.gentoo.org"
109
	elog "Then we can filter around the problem with those"
99
	elog "Then we can filter around the problem with those"
110
	elog "specific locales."
100
	elog "specific locales."
101
102
	fi
103
104
	chmod 0755 ${D}/usr/bin/${name}
105
	chmod 0755 ${D}/usr/bin/${name}-nopango
111
}
106
}
(-)app-office/mozilla-sunbird-/files/icon/mozilla-sunbird-nopango.desktop (+8 lines)
Line 0 Link Here
1
[Desktop Entry]
2
Name=Mozilla Sunbird (-Pango)
3
Comment=Mozilla Sunbird Calendar
4
Exec=/usr/bin/sunbird-nopango
5
Icon=mozilla-sunbird-icon.png
6
Terminal=false
7
Type=Application
8
Categories=Application;Office;
(-)app-office/mozilla-sunbird-/files/icon/mozilla-sunbird-unbranded-nopango.desktop (+8 lines)
Line 0 Link Here
1
[Desktop Entry]
2
Name=Mozilla Sunbird (-Pango)
3
Comment=Mozilla Sunbird Calendar
4
Exec=/usr/bin/sunbird-nopango
5
Icon=mozilla-sunbird-unbranded-icon.png
6
Terminal=false
7
Type=Application
8
Categories=Application;Office;
(-)app-office/mozilla-sunbird-/mozilla-sunbird-0.3.1.ebuild (-2 / +3 lines)
Lines 75-82 Link Here
75
		elog "to any users on your network or the internet. Doing so puts yourself into"
75
		elog "to any users on your network or the internet. Doing so puts yourself into"
76
		elog "a legal problem with mozilla foundation"
76
		elog "a legal problem with mozilla foundation"
77
	fi
77
	fi
78
79
	use moznopango && warn_mozilla_launcher_stub
80
}
78
}
81
79
82
src_unpack() {
80
src_unpack() {
Lines 188-197 Link Here
188
	if ! use bindist; then
186
	if ! use bindist; then
189
		doicon "${FILESDIR}"/icon/${PN}-icon.png
187
		doicon "${FILESDIR}"/icon/${PN}-icon.png
190
		domenu "${FILESDIR}"/icon/${PN}.desktop
188
		domenu "${FILESDIR}"/icon/${PN}.desktop
189
		domenu "${FILESDIR}"/icon/${PN}-nopango.desktop
191
	else
190
	else
192
		doicon "${FILESDIR}"/icon/${PN}-unbranded-icon.png
191
		doicon "${FILESDIR}"/icon/${PN}-unbranded-icon.png
193
		newmenu "${FILESDIR}"/icon/${PN}-unbranded.desktop \
192
		newmenu "${FILESDIR}"/icon/${PN}-unbranded.desktop \
194
			${PN}.desktop
193
			${PN}.desktop
194
		newmenu "${FILESDIR}"/icon/${PN}-unbranded-nopango.desktop \
195
			${PN}-nopango.desktop
195
196
196
	fi
197
	fi
197
}
198
}
(-)mail-client/mozilla-thunderbird-/files/icon/mozilla-thunderbird-nopango.desktop (+8 lines)
Line 0 Link Here
1
[Desktop Entry]
2
Name=Mozilla Thunderbird (-Pango)
3
Comment=Mail & News Reader
4
Exec=/usr/bin/thunderbird-nopango
5
Icon=thunderbird-icon.png
6
Terminal=false
7
Type=Application
8
Categories=Application;Network;
(-)mail-client/mozilla-thunderbird-/files/icon/mozilla-thunderbird-unbranded-nopango.desktop (+8 lines)
Line 0 Link Here
1
[Desktop Entry]
2
Name=Mozilla Thunderbird (-Pango)
3
Comment=Mail & News Reader
4
Exec=/usr/bin/thunderbird-nopango
5
Icon=thunderbird-icon-unbranded.png
6
Terminal=false
7
Type=Application
8
Categories=Application;Network;
(-)mail-client/mozilla-thunderbird-/mozilla-thunderbird-1.5.0.10.ebuild (-2 / +1 lines)
Lines 78-85 Link Here
78
		eerror "Please add 'X' to your USE flags, and re-emerge cairo."
78
		eerror "Please add 'X' to your USE flags, and re-emerge cairo."
79
		die "Cairo needs X"
79
		die "Cairo needs X"
80
	fi
80
	fi
81
82
	use moznopango && warn_mozilla_launcher_stub
83
}
81
}
84
82
85
src_unpack() {
83
src_unpack() {
Lines 226-231 Link Here
226
	# instead of /usr/share/gnome/apps/Internet (18 Jun 2004 agriffis)
224
	# instead of /usr/share/gnome/apps/Internet (18 Jun 2004 agriffis)
227
	insinto /usr/share/applications
225
	insinto /usr/share/applications
228
	doins ${FILESDIR}/icon/${PN}.desktop
226
	doins ${FILESDIR}/icon/${PN}.desktop
227
	doins ${FILESDIR}/icon/${PN}-nopango.desktop
229
228
230
	####################################
229
	####################################
231
	#
230
	#
(-)mail-client/mozilla-thunderbird-/mozilla-thunderbird-1.5.0.8.ebuild (-4 / +1 lines)
Lines 71-80 Link Here
71
	done
71
	done
72
}
72
}
73
73
74
pkg_setup() {
75
	use moznopango && warn_mozilla_launcher_stub
76
}
77
78
src_unpack() {
74
src_unpack() {
79
	unpack thunderbird-${PV}-source.tar.bz2 ${P}-patches-${PVER}.tar.bz2
75
	unpack thunderbird-${PV}-source.tar.bz2 ${P}-patches-${PVER}.tar.bz2
80
76
Lines 211-216 Link Here
211
	# instead of /usr/share/gnome/apps/Internet (18 Jun 2004 agriffis)
207
	# instead of /usr/share/gnome/apps/Internet (18 Jun 2004 agriffis)
212
	insinto /usr/share/applications
208
	insinto /usr/share/applications
213
	doins ${FILESDIR}/icon/${PN}.desktop
209
	doins ${FILESDIR}/icon/${PN}.desktop
210
	doins ${FILESDIR}/icon/${PN}-nopango.desktop
214
211
215
	####################################
212
	####################################
216
	#
213
	#
(-)mail-client/mozilla-thunderbird-/mozilla-thunderbird-1.5.0.9.ebuild (-2 / +1 lines)
Lines 78-85 Link Here
78
		eerror "Please add 'X' to your USE flags, and re-emerge cairo."
78
		eerror "Please add 'X' to your USE flags, and re-emerge cairo."
79
		die "Cairo needs X"
79
		die "Cairo needs X"
80
	fi
80
	fi
81
82
	use moznopango && warn_mozilla_launcher_stub
83
}
81
}
84
82
85
src_unpack() {
83
src_unpack() {
Lines 226-231 Link Here
226
	# instead of /usr/share/gnome/apps/Internet (18 Jun 2004 agriffis)
224
	# instead of /usr/share/gnome/apps/Internet (18 Jun 2004 agriffis)
227
	insinto /usr/share/applications
225
	insinto /usr/share/applications
228
	doins ${FILESDIR}/icon/${PN}.desktop
226
	doins ${FILESDIR}/icon/${PN}.desktop
227
	doins ${FILESDIR}/icon/${PN}-nopango.desktop
229
228
230
	####################################
229
	####################################
231
	#
230
	#
(-)mail-client/mozilla-thunderbird-/mozilla-thunderbird-2.0_beta2.ebuild (-4 / +3 lines)
Lines 80-89 Link Here
80
	einfo "Selected language packs (first will be default): $linguas"
80
	einfo "Selected language packs (first will be default): $linguas"
81
}
81
}
82
82
83
pkg_setup() {
84
	use moznopango && warn_mozilla_launcher_stub
85
}
86
87
src_unpack() {
83
src_unpack() {
88
	unpack ${A}
84
	unpack ${A}
89
85
Lines 214-223 Link Here
214
	if ! use bindist; then
210
	if ! use bindist; then
215
		doicon "${FILESDIR}"/icon/thunderbird-icon.png
211
		doicon "${FILESDIR}"/icon/thunderbird-icon.png
216
		domenu "${FILESDIR}"/icon/${PN}.desktop
212
		domenu "${FILESDIR}"/icon/${PN}.desktop
213
		domenu "${FILESDIR}"/icon/${PN}-nopango.desktop
217
	else
214
	else
218
		doicon "${FILESDIR}"/icon/thunderbird-icon-unbranded.png
215
		doicon "${FILESDIR}"/icon/thunderbird-icon-unbranded.png
219
		newmenu "${FILESDIR}"/icon/${PN}-unbranded.desktop \
216
		newmenu "${FILESDIR}"/icon/${PN}-unbranded.desktop \
220
			${PN}.desktop
217
			${PN}.desktop
218
		newmenu "${FILESDIR}"/icon/${PN}-unbranded-nopango.desktop \
219
			${PN}-nopango.desktop
221
	fi
220
	fi
222
	####################################
221
	####################################
223
	#
222
	#
(-)www-client/mozilla-firefox-/files/icon/mozilla-firefox-1.5-nopango.desktop (+9 lines)
Line 0 Link Here
1
[Desktop Entry]
2
Name=Mozilla Firefox (-Pango)
3
Comment=Web Browser
4
Exec=/usr/bin/firefox-nopango %U
5
Icon=firefox-icon.png
6
Terminal=false
7
Type=Application
8
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml
9
Categories=Application;Network;
(-)www-client/mozilla-firefox-/files/icon/mozilla-firefox-1.5-unbranded-nopango.desktop (+9 lines)
Line 0 Link Here
1
[Desktop Entry]
2
Name=Bon Echo (-Pango)
3
Comment=Web Browser
4
Exec=/usr/bin/firefox-nopango %U
5
Icon=firefox-icon-unbranded.png
6
Terminal=false
7
Type=Application
8
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml
9
Categories=Application;Network;
(-)www-client/mozilla-firefox-/mozilla-firefox-1.5.0.10.ebuild (-2 / +1 lines)
Lines 81-88 Link Here
81
	eerror "Please add 'X' to your USE flags, and re-emerge cairo."
81
	eerror "Please add 'X' to your USE flags, and re-emerge cairo."
82
	die "Cairo needs X"
82
	die "Cairo needs X"
83
	fi
83
	fi
84
85
	use moznopango && warn_mozilla_launcher_stub
86
}
84
}
87
85
88
src_unpack() {
86
src_unpack() {
Lines 227-232 Link Here
227
	# Install icon and .desktop for menu entry
225
	# Install icon and .desktop for menu entry
228
	doicon ${FILESDIR}/icon/firefox-icon.png
226
	doicon ${FILESDIR}/icon/firefox-icon.png
229
	domenu ${FILESDIR}/icon/mozilla-firefox-1.5.desktop
227
	domenu ${FILESDIR}/icon/mozilla-firefox-1.5.desktop
228
	domenu ${FILESDIR}/icon/mozilla-firefox-1.5-nopango.desktop
230
229
231
	# Fix icons to look the same everywhere
230
	# Fix icons to look the same everywhere
232
	insinto ${MOZILLA_FIVE_HOME}/icons
231
	insinto ${MOZILLA_FIVE_HOME}/icons
(-)www-client/mozilla-firefox-/mozilla-firefox-1.5.0.7.ebuild (+1 lines)
Lines 229-234 Link Here
229
	# Install icon and .desktop for menu entry
229
	# Install icon and .desktop for menu entry
230
	doicon ${FILESDIR}/icon/firefox-icon.png
230
	doicon ${FILESDIR}/icon/firefox-icon.png
231
	domenu ${FILESDIR}/icon/mozilla-firefox-1.5.desktop
231
	domenu ${FILESDIR}/icon/mozilla-firefox-1.5.desktop
232
	domenu ${FILESDIR}/icon/mozilla-firefox-1.5-nopango.desktop
232
233
233
	# Fix icons to look the same everywhere
234
	# Fix icons to look the same everywhere
234
	insinto ${MOZILLA_FIVE_HOME}/icons
235
	insinto ${MOZILLA_FIVE_HOME}/icons
(-)www-client/mozilla-firefox-/mozilla-firefox-1.5.0.8.ebuild (-2 / +1 lines)
Lines 84-91 Link Here
84
	eerror "Please add 'X' to your USE flags, and re-emerge cairo."
84
	eerror "Please add 'X' to your USE flags, and re-emerge cairo."
85
	die "Cairo needs X"
85
	die "Cairo needs X"
86
	fi
86
	fi
87
88
	use moznopango && warn_mozilla_launcher_stub
89
}
87
}
90
88
91
src_unpack() {
89
src_unpack() {
Lines 231-236 Link Here
231
	# Install icon and .desktop for menu entry
229
	# Install icon and .desktop for menu entry
232
	doicon ${FILESDIR}/icon/firefox-icon.png
230
	doicon ${FILESDIR}/icon/firefox-icon.png
233
	domenu ${FILESDIR}/icon/mozilla-firefox-1.5.desktop
231
	domenu ${FILESDIR}/icon/mozilla-firefox-1.5.desktop
232
	domenu ${FILESDIR}/icon/mozilla-firefox-1.5-nopango.desktop
234
233
235
	# Fix icons to look the same everywhere
234
	# Fix icons to look the same everywhere
236
	insinto ${MOZILLA_FIVE_HOME}/icons
235
	insinto ${MOZILLA_FIVE_HOME}/icons
(-)www-client/mozilla-firefox-/mozilla-firefox-1.5.0.9.ebuild (-2 / +1 lines)
Lines 81-88 Link Here
81
	eerror "Please add 'X' to your USE flags, and re-emerge cairo."
81
	eerror "Please add 'X' to your USE flags, and re-emerge cairo."
82
	die "Cairo needs X"
82
	die "Cairo needs X"
83
	fi
83
	fi
84
85
	use moznopango && warn_mozilla_launcher_stub
86
}
84
}
87
85
88
src_unpack() {
86
src_unpack() {
Lines 227-232 Link Here
227
	# Install icon and .desktop for menu entry
225
	# Install icon and .desktop for menu entry
228
	doicon ${FILESDIR}/icon/firefox-icon.png
226
	doicon ${FILESDIR}/icon/firefox-icon.png
229
	domenu ${FILESDIR}/icon/mozilla-firefox-1.5.desktop
227
	domenu ${FILESDIR}/icon/mozilla-firefox-1.5.desktop
228
	domenu ${FILESDIR}/icon/mozilla-firefox-1.5-nopango.desktop
230
229
231
	# Fix icons to look the same everywhere
230
	# Fix icons to look the same everywhere
232
	insinto ${MOZILLA_FIVE_HOME}/icons
231
	insinto ${MOZILLA_FIVE_HOME}/icons
(-)www-client/mozilla-firefox-/mozilla-firefox-2.0.0.2.ebuild (-2 / +4 lines)
Lines 94-101 Link Here
94
		einfo "to any users on your network or the internet. Doing so puts yourself into"
94
		einfo "to any users on your network or the internet. Doing so puts yourself into"
95
		einfo "a legal problem with mozilla foundation"
95
		einfo "a legal problem with mozilla foundation"
96
	fi
96
	fi
97
98
	use moznopango && warn_mozilla_launcher_stub
99
}
97
}
100
98
101
src_unpack() {
99
src_unpack() {
Lines 229-238 Link Here
229
		doicon "${FILESDIR}"/icon/firefox-icon.png
227
		doicon "${FILESDIR}"/icon/firefox-icon.png
230
		newmenu "${FILESDIR}"/icon/mozilla-firefox-1.5.desktop \
228
		newmenu "${FILESDIR}"/icon/mozilla-firefox-1.5.desktop \
231
			mozilla-firefox-2.0.desktop
229
			mozilla-firefox-2.0.desktop
230
		newmenu "${FILESDIR}"/icon/mozilla-firefox-1.5-nopango.desktop \
231
			mozilla-firefox-2.0-nopango.desktop
232
	else
232
	else
233
		doicon "${FILESDIR}"/icon/firefox-icon-unbranded.png
233
		doicon "${FILESDIR}"/icon/firefox-icon-unbranded.png
234
		newmenu "${FILESDIR}"/icon/mozilla-firefox-1.5-unbranded.desktop \
234
		newmenu "${FILESDIR}"/icon/mozilla-firefox-1.5-unbranded.desktop \
235
			mozilla-firefox-2.0.desktop
235
			mozilla-firefox-2.0.desktop
236
		newmenu "${FILESDIR}"/icon/mozilla-firefox-1.5-unbranded-nopango.desktop \
237
			mozilla-firefox-2.0-nopango.desktop
236
	fi
238
	fi
237
239
238
	# Fix icons to look the same everywhere
240
	# Fix icons to look the same everywhere
(-)www-client/seamonkey-/files/icon/seamonkey-nopango.desktop (+8 lines)
Line 0 Link Here
1
[Desktop Entry]
2
Name=SeaMonkey (-Pango)
3
Comment=Web Browser
4
Exec=seamonkey-nopango
5
Icon=seamonkey.png
6
Terminal=false
7
Type=Application
8
Categories=Application;Network;
(-)www-client/seamonkey-/seamonkey-1.0.7.ebuild (-4 / +1 lines)
Lines 35-44 Link Here
35
35
36
S=${WORKDIR}/mozilla
36
S=${WORKDIR}/mozilla
37
37
38
pkg_setup() {
39
	use moznopango && warn_mozilla_launcher_stub
40
}
41
42
src_unpack() {
38
src_unpack() {
43
	unpack ${P}.source.tar.bz2 ${PATCH}.tar.bz2
39
	unpack ${P}.source.tar.bz2 ${PATCH}.tar.bz2
44
40
Lines 196-201 Link Here
196
	# instead of /usr/share/gnome/apps/Internet (18 Jun 2004 agriffis)
192
	# instead of /usr/share/gnome/apps/Internet (18 Jun 2004 agriffis)
197
	insinto /usr/share/applications
193
	insinto /usr/share/applications
198
	doins ${FILESDIR}/icon/${PN}.desktop
194
	doins ${FILESDIR}/icon/${PN}.desktop
195
	doins ${FILESDIR}/icon/${PN}-nopango.desktop
199
196
200
	# Fix icons to look the same everywhere
197
	# Fix icons to look the same everywhere
201
	insinto ${MOZILLA_FIVE_HOME}/icons
198
	insinto ${MOZILLA_FIVE_HOME}/icons
(-)www-client/seamonkey-/seamonkey-1.0.8.ebuild (-4 / +1 lines)
Lines 35-44 Link Here
35
35
36
S=${WORKDIR}/mozilla
36
S=${WORKDIR}/mozilla
37
37
38
pkg_setup() {
39
	use moznopango && warn_mozilla_launcher_stub
40
}
41
42
src_unpack() {
38
src_unpack() {
43
	unpack ${P}.source.tar.bz2 ${PATCH}.tar.bz2
39
	unpack ${P}.source.tar.bz2 ${PATCH}.tar.bz2
44
40
Lines 196-201 Link Here
196
	# instead of /usr/share/gnome/apps/Internet (18 Jun 2004 agriffis)
192
	# instead of /usr/share/gnome/apps/Internet (18 Jun 2004 agriffis)
197
	insinto /usr/share/applications
193
	insinto /usr/share/applications
198
	doins ${FILESDIR}/icon/${PN}.desktop
194
	doins ${FILESDIR}/icon/${PN}.desktop
195
	doins ${FILESDIR}/icon/${PN}-nopango.desktop
199
196
200
	# Fix icons to look the same everywhere
197
	# Fix icons to look the same everywhere
201
	insinto ${MOZILLA_FIVE_HOME}/icons
198
	insinto ${MOZILLA_FIVE_HOME}/icons
(-)www-client/seamonkey-/seamonkey-1.1.1.ebuild (-4 / +1 lines)
Lines 41-50 Link Here
41
export BUILD_OFFICIAL=1
41
export BUILD_OFFICIAL=1
42
export MOZILLA_OFFICIAL=1
42
export MOZILLA_OFFICIAL=1
43
43
44
pkg_setup() {
45
	use moznopango && warn_mozilla_launcher_stub
46
}
47
48
src_unpack() {
44
src_unpack() {
49
	unpack ${P}.source.tar.bz2 ${PATCH}.tar.bz2
45
	unpack ${P}.source.tar.bz2 ${PATCH}.tar.bz2
50
46
Lines 205-210 Link Here
205
	# instead of /usr/share/gnome/apps/Internet (18 Jun 2004 agriffis)
201
	# instead of /usr/share/gnome/apps/Internet (18 Jun 2004 agriffis)
206
	insinto /usr/share/applications
202
	insinto /usr/share/applications
207
	doins ${FILESDIR}/icon/${PN}.desktop
203
	doins ${FILESDIR}/icon/${PN}.desktop
204
	doins ${FILESDIR}/icon/${PN}-nopango.desktop
208
205
209
	# Fix icons to look the same everywhere
206
	# Fix icons to look the same everywhere
210
	insinto ${MOZILLA_FIVE_HOME}/icons
207
	insinto ${MOZILLA_FIVE_HOME}/icons
(-)profiles/use.local.desc- (-5 lines)
Lines 221-227 Link Here
221
app-office/imposter:iksemel - Enable externel iksemel parsing support.
221
app-office/imposter:iksemel - Enable externel iksemel parsing support.
222
app-office/kmymoney2:hbci - Adds HBCI online banking support
222
app-office/kmymoney2:hbci - Adds HBCI online banking support
223
app-office/ledger:gnuplot - Enable gnuplot support
223
app-office/ledger:gnuplot - Enable gnuplot support
224
app-office/mozilla-sunbird:moznopango - Disable pango during runtime
225
app-office/openoffice:binfilter - Enable support for legacy StarOffice 5.x and earlier file formats
224
app-office/openoffice:binfilter - Enable support for legacy StarOffice 5.x and earlier file formats
226
app-office/openoffice:branding - Enable Gentoo branded splash screen
225
app-office/openoffice:branding - Enable Gentoo branded splash screen
227
app-office/openoffice:odk - Build the Office Development Kit
226
app-office/openoffice:odk - Build the Office Development Kit
Lines 752-758 Link Here
752
mail-client/mail-notification:pop - Enable support for pop
751
mail-client/mail-notification:pop - Enable support for pop
753
mail-client/mail-notification:sylpheed - Enable support for MH mailboxes used by sylpheed
752
mail-client/mail-notification:sylpheed - Enable support for MH mailboxes used by sylpheed
754
mail-client/mozilla-thunderbird:mozdom - Enable mozilla DOM
753
mail-client/mozilla-thunderbird:mozdom - Enable mozilla DOM
755
mail-client/mozilla-thunderbird:moznopango - Disable pango during runtime
756
mail-client/mozilla-thunderbird:replytolist - Enable reply-to-list plugin
754
mail-client/mozilla-thunderbird:replytolist - Enable reply-to-list plugin
757
mail-client/mutt:buffysize - Enables buffysize workaround, see bug 72422
755
mail-client/mutt:buffysize - Enables buffysize workaround, see bug 72422
758
mail-client/mutt:gpgme - Enable support for gpgme
756
mail-client/mutt:gpgme - Enable support for gpgme
Lines 1832-1844 Link Here
1832
www-client/mozilla:moznocompose - Disable building of mozilla's HTML editor component
1830
www-client/mozilla:moznocompose - Disable building of mozilla's HTML editor component
1833
www-client/mozilla:moznoirc - Disable building of mozilla's IRC client
1831
www-client/mozilla:moznoirc - Disable building of mozilla's IRC client
1834
www-client/mozilla:moznomail - Disable building mozilla's mail client
1832
www-client/mozilla:moznomail - Disable building mozilla's mail client
1835
www-client/mozilla:moznopango - Disable pango during runtime
1836
www-client/mozilla:moznoxft - Disable XFT support in mozilla (also firefox, thunderbird)
1833
www-client/mozilla:moznoxft - Disable XFT support in mozilla (also firefox, thunderbird)
1837
www-client/mozilla:mozsvg - Enable SVG support in mozilla and firefox
1834
www-client/mozilla:mozsvg - Enable SVG support in mozilla and firefox
1838
www-client/mozilla-firefox:filepicker - enable old gtkfilepicker from 1.0.x firefox
1835
www-client/mozilla-firefox:filepicker - enable old gtkfilepicker from 1.0.x firefox
1839
www-client/mozilla-firefox:mozbranding - Enable official branding
1836
www-client/mozilla-firefox:mozbranding - Enable official branding
1840
www-client/mozilla-firefox:mozdevelop - Enable features for web developers (e.g. Venkman)
1837
www-client/mozilla-firefox:mozdevelop - Enable features for web developers (e.g. Venkman)
1841
www-client/mozilla-firefox:moznopango - Disable pango during runtime
1842
www-client/mozilla-firefox:restrict-javascript - Pull in noscript extension to disable javascript globally, putting user fully in control of the sites he/she visits
1838
www-client/mozilla-firefox:restrict-javascript - Pull in noscript extension to disable javascript globally, putting user fully in control of the sites he/she visits
1843
www-client/mozilla-firefox:xforms - XForms is a standard to split up XHTML into XForms, instance data, and user interface
1839
www-client/mozilla-firefox:xforms - XForms is a standard to split up XHTML into XForms, instance data, and user interface
1844
www-client/mozilla-launcher:aoss - Add support for media-libs/alsa-oss - playing sounds from browser via OSS emulation
1840
www-client/mozilla-launcher:aoss - Add support for media-libs/alsa-oss - playing sounds from browser via OSS emulation
Lines 1848-1854 Link Here
1848
www-client/seamonkey:moznocompose - Disable building of mozilla's HTML editor component
1844
www-client/seamonkey:moznocompose - Disable building of mozilla's HTML editor component
1849
www-client/seamonkey:moznoirc - Disable building of mozilla's IRC client
1845
www-client/seamonkey:moznoirc - Disable building of mozilla's IRC client
1850
www-client/seamonkey:moznomail - Disable building mozilla's mail client
1846
www-client/seamonkey:moznomail - Disable building mozilla's mail client
1851
www-client/seamonkey:moznopango - Disable pango during runtime
1852
www-client/seamonkey:moznoroaming - sroaming extension support
1847
www-client/seamonkey:moznoroaming - sroaming extension support
1853
www-client/seamonkey:xforms - XForms is a standard to split up XHTML into XForms, instance data, and user interface
1848
www-client/seamonkey:xforms - XForms is a standard to split up XHTML into XForms, instance data, and user interface
1854
www-client/w3m:async - Enables asynchronous fetch
1849
www-client/w3m:async - Enables asynchronous fetch

Return to bug 170359