void-packages/srcpkgs/thunderbird/template
2014-04-02 12:58:58 +02:00

47 lines
1.7 KiB
Plaintext

# Template build file for 'thunderbird'.
pkgname=thunderbird
version=24.4.0
revision=1
lib32disabled=yes
wrksrc="comm-esr24"
short_desc="Standalone Mail/News reader"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.mozilla.org/thunderbird/"
license="MPL-1.1, GPL-2, LGPL-2.1"
distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.bz2"
checksum=9aecdc2bf00cbe33629169aca8225a30d2674f4d372e845c2fc38c5d9f2bc7b6
hostmakedepends="unzip zip perl python yasm pkg-config"
makedepends="python-devel cairo-devel libjpeg-turbo-devel
pixman-devel nss-devel>=3.15.4 sqlite-devel libXrender-devel
gtk+-devel libevent-devel libvpx-devel hunspell-devel>=1.3.2
startup-notification-devel dbus-glib-devel alsa-lib-devel
wireless_tools-devel libXScrnSaver-devel libSM-devel libXt-devel"
depends="desktop-file-utils hicolor-icon-theme"
do_build() {
cp -f ${FILESDIR}/mozconfig .mozconfig
export LDFLAGS="-Wl,-R/usr/lib/thunderbird"
SHELL=/bin/bash make ${makejobs} -f client.mk MOZ_MAKE_FLAGS="${makejobs}"
}
do_install() {
make -f client.mk DESTDIR=${DESTDIR} install
vinstall ${FILESDIR}/vendor.js 644 usr/lib/thunderbird/defaults/pref
vinstall ${FILESDIR}/thunderbird.desktop 644 usr/share/applications
for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
vinstall other-licenses/branding/thunderbird/mailicon${i%x*}.png 644 \
usr/share/icons/hicolor/${i}/apps thunderbird.png
done
rm -rf ${DESTDIR}/usr/lib/thunderbird/{dictionaries,hyphenation}
ln -sf /usr/share/hunspell ${DESTDIR}/usr/lib/thunderbird/dictionaries
ln -sf /usr/share/hyphen ${DESTDIR}/usr/lib/thunderbird/hyphenation
# We don't want the development stuff
rm -r ${DESTDIR}/usr/{include,lib/thunderbird-devel,share/idl}
}