| 1 |
# Copyright 1999-2011 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.0.11.ebuild,v 1.10 2011/03/14 06:54:45 nirbheek Exp $
|
| 4 |
|
| 5 |
EAPI="2"
|
| 6 |
WANT_AUTOCONF="2.1"
|
| 7 |
|
| 8 |
inherit flag-o-matic toolchain-funcs eutils mozconfig-3 makeedit multilib fdo-mime autotools mozextension java-pkg-opt-2 python
|
| 9 |
|
| 10 |
PATCH="${PN}-2.0.7-patches-01"
|
| 11 |
EMVER="1.0.1"
|
| 12 |
|
| 13 |
LANGS="be ca cs de en-GB en-US es-AR es-ES fi fr gl hu it ja ka lt nb-NO nl pl pt-PT ru sk sv-SE tr zh-CN"
|
| 14 |
NOSHORTLANGS="en-GB es-AR es-ES nb-NO pt-PT sv-SE zh-CN"
|
| 15 |
|
| 16 |
MY_PV="${PV/_pre*}"
|
| 17 |
MY_PV="${MY_PV/_alpha/a}"
|
| 18 |
MY_PV="${MY_PV/_beta/b}"
|
| 19 |
MY_PV="${MY_PV/_rc/rc}"
|
| 20 |
MY_P="${PN}-${MY_PV}"
|
| 21 |
|
| 22 |
# release versions usually have language packs. So be careful with changing this.
|
| 23 |
HAS_LANGS="true"
|
| 24 |
if [[ ${PV} == *_pre* ]] ; then
|
| 25 |
# pre-releases. No need for arch teams to change KEYWORDS here.
|
| 26 |
|
| 27 |
REL_URI="ftp://ftp.mozilla.org/pub/mozilla.org/${PN}/nightly/${MY_PV}-candidates/build${PV##*_pre}"
|
| 28 |
#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
|
| 29 |
KEYWORDS=""
|
| 30 |
#HAS_LANGS="false"
|
| 31 |
else
|
| 32 |
# This is where arch teams should change the KEYWORDS.
|
| 33 |
|
| 34 |
REL_URI="http://releases.mozilla.org/pub/mozilla.org/${PN}/releases/${MY_PV}"
|
| 35 |
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
|
| 36 |
[[ ${PV} == *alpha* ]] && HAS_LANGS="false"
|
| 37 |
fi
|
| 38 |
|
| 39 |
DESCRIPTION="Seamonkey Web Browser"
|
| 40 |
HOMEPAGE="http://www.seamonkey-project.org"
|
| 41 |
|
| 42 |
SLOT="0"
|
| 43 |
LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
|
| 44 |
IUSE="+alsa +chatzilla +composer +crypt gnome java ldap +mailclient +roaming system-sqlite"
|
| 45 |
|
| 46 |
SRC_URI="${REL_URI}/source/${MY_P}.source.tar.bz2
|
| 47 |
http://dev.gentoo.org/~polynomial-c/mozilla/patchsets/${PATCH}.tar.bz2
|
| 48 |
crypt? ( mailclient? ( http://www.mozilla-enigmail.org/download/source/enigmail-${EMVER}.tar.gz ) )"
|
| 49 |
|
| 50 |
if ${HAS_LANGS} ; then
|
| 51 |
for X in ${LANGS} ; do
|
| 52 |
if [ "${X}" != "en" ] && [ "${X}" != "en-US" ]; then
|
| 53 |
SRC_URI="${SRC_URI}
|
| 54 |
linguas_${X/-/_}? ( ${REL_URI}/langpack/${MY_P}.${X}.langpack.xpi -> ${MY_P}-${X}.xpi )"
|
| 55 |
fi
|
| 56 |
IUSE="${IUSE} linguas_${X/-/_}"
|
| 57 |
# english is handled internally
|
| 58 |
if [ "${#X}" == 5 ] && ! has ${X} ${NOSHORTLANGS}; then
|
| 59 |
if [ "${X}" != "en-US" ]; then
|
| 60 |
SRC_URI="${SRC_URI}
|
| 61 |
linguas_${X%%-*}? ( ${REL_URI}/langpack/${MY_P}.${X}.langpack.xpi -> ${MY_P}-${X}.xpi )"
|
| 62 |
fi
|
| 63 |
IUSE="${IUSE} linguas_${X%%-*}"
|
| 64 |
fi
|
| 65 |
done
|
| 66 |
fi
|
| 67 |
|
| 68 |
RDEPEND="java? ( virtual/jre )
|
| 69 |
>=sys-devel/binutils-2.16.1
|
| 70 |
>=dev-libs/nss-3.12.8
|
| 71 |
>=dev-libs/nspr-4.8.6
|
| 72 |
alsa? ( media-libs/alsa-lib )
|
| 73 |
system-sqlite? ( >=dev-db/sqlite-3.6.22-r2[fts3,secure-delete] )
|
| 74 |
>=app-text/hunspell-1.2
|
| 75 |
>=x11-libs/gtk+-2.10.0
|
| 76 |
>=x11-libs/pango-1.14.0[X]
|
| 77 |
crypt? ( mailclient? ( >=app-crypt/gnupg-1.4 ) )
|
| 78 |
gnome? ( >=gnome-base/gnome-vfs-2.16.3
|
| 79 |
>=gnome-base/libgnomeui-2.16.1
|
| 80 |
>=gnome-base/gconf-2.16.0
|
| 81 |
>=gnome-base/libgnome-2.16.0 )"
|
| 82 |
|
| 83 |
DEPEND="${RDEPEND}
|
| 84 |
=dev-lang/python-2*[threads]
|
| 85 |
dev-util/pkgconfig
|
| 86 |
java? ( >=virtual/jdk-1.4 )"
|
| 87 |
|
| 88 |
S="${WORKDIR}/comm-1.9.1"
|
| 89 |
|
| 90 |
linguas() {
|
| 91 |
local LANG SLANG
|
| 92 |
for LANG in ${LINGUAS}; do
|
| 93 |
if has ${LANG} en en_US; then
|
| 94 |
has en ${linguas} || linguas="${linguas:+"${linguas} "}en"
|
| 95 |
continue
|
| 96 |
elif has ${LANG} ${LANGS//-/_}; then
|
| 97 |
has ${LANG//_/-} ${linguas} || linguas="${linguas:+"${linguas} "}${LANG//_/-}"
|
| 98 |
continue
|
| 99 |
elif [[ " ${LANGS} " == *" ${LANG}-"* ]]; then
|
| 100 |
for X in ${LANGS}; do
|
| 101 |
if [[ "${X}" == "${LANG}-"* ]] && \
|
| 102 |
[[ " ${NOSHORTLANGS} " != *" ${X} "* ]]; then
|
| 103 |
has ${X} ${linguas} || linguas="${linguas:+"${linguas} "}${X}"
|
| 104 |
continue 2
|
| 105 |
fi
|
| 106 |
done
|
| 107 |
fi
|
| 108 |
ewarn "Sorry, but ${PN} does not support the ${LANG} LINGUA"
|
| 109 |
done
|
| 110 |
}
|
| 111 |
|
| 112 |
src_unpack() {
|
| 113 |
unpack ${A}
|
| 114 |
|
| 115 |
if ${HAS_LANGS} ; then
|
| 116 |
linguas
|
| 117 |
for X in ${linguas}; do
|
| 118 |
# FIXME: Add support for unpacking xpis to portage
|
| 119 |
[[ ${X} != "en" ]] && xpi_unpack "${MY_P}-${X}.xpi"
|
| 120 |
done
|
| 121 |
if [[ ${linguas} != "" && ${linguas} != "en" ]]; then
|
| 122 |
einfo "Selected language packs (first will be default): ${linguas}"
|
| 123 |
fi
|
| 124 |
fi
|
| 125 |
}
|
| 126 |
|
| 127 |
pkg_setup() {
|
| 128 |
if [[ ${PV} == *_pre* ]] ; then
|
| 129 |
ewarn "You're using an unofficial release of ${PN}. Don't file any bug in"
|
| 130 |
ewarn "Gentoo's Bugtracker against this package in case it breaks for you."
|
| 131 |
ewarn "Those belong to upstream: https://bugzilla.mozilla.org"
|
| 132 |
fi
|
| 133 |
|
| 134 |
# Ensure we always build with C locale.
|
| 135 |
export LANG="C"
|
| 136 |
export LC_ALL="C"
|
| 137 |
export LC_MESSAGES="C"
|
| 138 |
export LC_CTYPE="C"
|
| 139 |
|
| 140 |
export BUILD_OFFICIAL=1
|
| 141 |
export MOZILLA_OFFICIAL=1
|
| 142 |
|
| 143 |
java-pkg-opt-2_pkg_setup
|
| 144 |
|
| 145 |
python_set_active_version 2
|
| 146 |
}
|
| 147 |
|
| 148 |
src_prepare() {
|
| 149 |
java-pkg-opt-2_src_prepare
|
| 150 |
|
| 151 |
# Apply our patches
|
| 152 |
EPATCH_SUFFIX="patch" \
|
| 153 |
EPATCH_FORCE="yes" \
|
| 154 |
epatch "${WORKDIR}/patch"
|
| 155 |
|
| 156 |
epatch "${FILESDIR}"/bug-606109.patch
|
| 157 |
epatch "${FILESDIR}"/${PN}-2.0-gtk+-2.21.patch
|
| 158 |
|
| 159 |
if use crypt && use mailclient ; then
|
| 160 |
mv "${WORKDIR}"/enigmail "${S}"/mailnews/extensions/enigmail
|
| 161 |
cd "${S}"/mailnews/extensions/enigmail || die
|
| 162 |
epatch "${FILESDIR}"/enigmail/70_enigmail-fix.patch
|
| 163 |
makemake2
|
| 164 |
cd "${S}"
|
| 165 |
fi
|
| 166 |
|
| 167 |
eautoreconf
|
| 168 |
}
|
| 169 |
|
| 170 |
src_configure() {
|
| 171 |
declare MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}"
|
| 172 |
MEXTENSIONS=""
|
| 173 |
|
| 174 |
####################################
|
| 175 |
#
|
| 176 |
# mozconfig, CFLAGS and CXXFLAGS setup
|
| 177 |
#
|
| 178 |
####################################
|
| 179 |
|
| 180 |
mozconfig_init
|
| 181 |
mozconfig_config
|
| 182 |
|
| 183 |
# seamonkey has issues with >=x11-libs/cairo-1.10.0 (bug #337813).
|
| 184 |
# If you don't like this blame upstream as they don't care about
|
| 185 |
# anything than their damned bundled shit!!!
|
| 186 |
sed '/--enable-system-cairo/s:enable:disable:' -i "${S}"/.mozconfig \
|
| 187 |
|| die
|
| 188 |
|
| 189 |
# It doesn't compile on alpha without this LDFLAGS
|
| 190 |
use alpha && append-ldflags "-Wl,--no-relax"
|
| 191 |
|
| 192 |
if ! use chatzilla ; then
|
| 193 |
MEXTENSIONS="${MEXTENSIONS},-irc"
|
| 194 |
fi
|
| 195 |
if ! use roaming ; then
|
| 196 |
MEXTENSIONS="${MEXTENSIONS},-sroaming"
|
| 197 |
fi
|
| 198 |
|
| 199 |
if ! use gnome ; then
|
| 200 |
MEXTENSIONS="${MEXTENSIONS},-gnomevfs"
|
| 201 |
fi
|
| 202 |
|
| 203 |
if ! use composer ; then
|
| 204 |
if ! use chatzilla && ! use mailclient ; then
|
| 205 |
mozconfig_annotate '-composer' --disable-composer
|
| 206 |
fi
|
| 207 |
fi
|
| 208 |
|
| 209 |
mozconfig_annotate '' --enable-crypto
|
| 210 |
mozconfig_annotate '' --enable-extensions="${MEXTENSIONS}"
|
| 211 |
mozconfig_annotate '' --enable-application=suite
|
| 212 |
mozconfig_annotate 'broken' --disable-mochitest
|
| 213 |
mozconfig_annotate 'broken' --disable-crashreporter
|
| 214 |
mozconfig_annotate '' --enable-system-hunspell
|
| 215 |
mozconfig_annotate '' --enable-jsd
|
| 216 |
mozconfig_annotate '' --enable-image-encoder=all
|
| 217 |
mozconfig_annotate '' --enable-canvas
|
| 218 |
mozconfig_annotate '' --with-system-nspr
|
| 219 |
mozconfig_annotate '' --with-system-nss
|
| 220 |
mozconfig_annotate '' --with-system-bz2
|
| 221 |
mozconfig_annotate '' --enable-oji --enable-mathml
|
| 222 |
mozconfig_annotate 'places' --enable-storage --enable-places --enable-places_bookmarks
|
| 223 |
mozconfig_annotate '' --disable-installer
|
| 224 |
mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}
|
| 225 |
mozconfig_annotate '' --enable-printing
|
| 226 |
|
| 227 |
# Enable/Disable based on USE flags
|
| 228 |
mozconfig_use_enable alsa ogg
|
| 229 |
mozconfig_use_enable alsa wave
|
| 230 |
mozconfig_use_enable gnome gnomevfs
|
| 231 |
mozconfig_use_enable gnome gnomeui
|
| 232 |
mozconfig_use_enable java javaxpcom
|
| 233 |
mozconfig_use_enable ldap
|
| 234 |
mozconfig_use_enable ldap ldap-experimental
|
| 235 |
mozconfig_use_enable mailclient mailnews
|
| 236 |
mozconfig_use_enable system-sqlite
|
| 237 |
|
| 238 |
# Finalize and report settings
|
| 239 |
mozconfig_final
|
| 240 |
|
| 241 |
if [[ $(gcc-major-version) -lt 4 ]]; then
|
| 242 |
append-cxxflags -fno-stack-protector
|
| 243 |
fi
|
| 244 |
|
| 245 |
####################################
|
| 246 |
#
|
| 247 |
# Configure and build
|
| 248 |
#
|
| 249 |
####################################
|
| 250 |
|
| 251 |
# Work around breakage in makeopts with --no-print-directory
|
| 252 |
MAKEOPTS="${MAKEOPTS/--no-print-directory/}"
|
| 253 |
|
| 254 |
CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getLD)" econf
|
| 255 |
}
|
| 256 |
|
| 257 |
src_compile() {
|
| 258 |
# Should the build use multiprocessing? Not enabled by default, as it tends to break.
|
| 259 |
[ "${WANT_MP}" = "true" ] && jobs=${MAKEOPTS} || jobs="-j1"
|
| 260 |
emake ${jobs} || die
|
| 261 |
|
| 262 |
# Only build enigmail extension if conditions are met.
|
| 263 |
if use crypt && use mailclient ; then
|
| 264 |
emake -C "${S}"/mailnews/extensions/enigmail || die "make enigmail failed"
|
| 265 |
emake -j1 -C "${S}"/mailnews/extensions/enigmail xpi || die "make enigmail xpi failed"
|
| 266 |
fi
|
| 267 |
}
|
| 268 |
|
| 269 |
src_install() {
|
| 270 |
declare MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}"
|
| 271 |
declare emid
|
| 272 |
|
| 273 |
emake DESTDIR="${D}" install || die "emake install failed"
|
| 274 |
|
| 275 |
if use crypt && use mailclient ; then
|
| 276 |
cd "${T}" || die
|
| 277 |
unzip "${S}"/mozilla/dist/bin/enigmail*.xpi install.rdf || die
|
| 278 |
emid=$(sed -n '/<em:id>/!d; s/.*\({.*}\).*/\1/; p; q' install.rdf)
|
| 279 |
|
| 280 |
dodir ${MOZILLA_FIVE_HOME}/extensions/${emid} || die
|
| 281 |
cd "${D}"${MOZILLA_FIVE_HOME}/extensions/${emid} || die
|
| 282 |
unzip "${S}"/mozilla/dist/bin/enigmail*.xpi || die
|
| 283 |
fi
|
| 284 |
|
| 285 |
if ${HAS_LANGS} ; then
|
| 286 |
linguas
|
| 287 |
for X in ${linguas}; do
|
| 288 |
[[ ${X} != "en" ]] && xpi_install "${WORKDIR}"/"${MY_P}-${X}"
|
| 289 |
done
|
| 290 |
fi
|
| 291 |
|
| 292 |
# Install icon and .desktop for menu entry
|
| 293 |
newicon "${S}"/suite/branding/content/icon64.png seamonkey.png || die
|
| 294 |
domenu "${FILESDIR}"/icon/seamonkey.desktop || die
|
| 295 |
|
| 296 |
# Add StartupNotify=true bug 290401
|
| 297 |
if use startup-notification ; then
|
| 298 |
echo "StartupNotify=true" >> "${D}"/usr/share/applications/seamonkey.desktop
|
| 299 |
fi
|
| 300 |
|
| 301 |
# Add our default prefs
|
| 302 |
sed "s|SEAMONKEY_PVR|${PVR}|" "${FILESDIR}"/all-gentoo.js \
|
| 303 |
> "${D}"${MOZILLA_FIVE_HOME}/defaults/pref/all-gentoo.js
|
| 304 |
|
| 305 |
# Plugins dir
|
| 306 |
rm -rf "${D}"${MOZILLA_FIVE_HOME}/plugins || die "failed to remove existing plugins dir"
|
| 307 |
dosym ../nsbrowser/plugins "${MOZILLA_FIVE_HOME}"/plugins || die
|
| 308 |
|
| 309 |
# shiny new man page
|
| 310 |
doman "${S}"/suite/app/${PN}.1 || die
|
| 311 |
}
|
| 312 |
|
| 313 |
pkg_preinst() {
|
| 314 |
declare MOZILLA_FIVE_HOME="${ROOT}/usr/$(get_libdir)/${PN}"
|
| 315 |
|
| 316 |
if [ -d ${MOZILLA_FIVE_HOME}/plugins ] ; then
|
| 317 |
rm ${MOZILLA_FIVE_HOME}/plugins -rf
|
| 318 |
fi
|
| 319 |
}
|
| 320 |
|
| 321 |
pkg_postinst() {
|
| 322 |
declare MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}"
|
| 323 |
|
| 324 |
# Update mimedb for the new .desktop file
|
| 325 |
fdo-mime_desktop_database_update
|
| 326 |
|
| 327 |
if use chatzilla ; then
|
| 328 |
elog "chatzilla is now an extension which can be en-/disabled and configured via"
|
| 329 |
elog "the Add-on manager."
|
| 330 |
fi
|
| 331 |
}
|