forked from ports/contrib
thunderbird: update
This commit is contained in:
parent
08a8a1862e
commit
e6975fe32d
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,2 @@
|
||||
6a2ce7acdbf91e7adbfb64caa7ccf831 elif_fix.patch
|
||||
080c26dcb0ed563519a6061139a0bf92 thunderbird-2.0.0.22-source.tar.bz2
|
||||
27a96933666d2cc13cac736620f1b95a thunderbird.desktop
|
||||
9a564ac2489b1b0f9348dc298b913f6c thunderbird-3.0.source.tar.bz2
|
||||
25c8e3e5edfffd2f8eb712d730dd0f88 thunderbird.desktop
|
||||
|
@ -2,32 +2,36 @@
|
||||
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
|
||||
# Packager: Simone Rota, sip at crux dot nu
|
||||
# URL: http://www.mozillamessaging.com/en-US/thunderbird/
|
||||
# Depends on: nss gtk libidl
|
||||
# Depends on: python gtk dbus-glib alsa-lib libidl nss
|
||||
|
||||
name=thunderbird
|
||||
version=2.0.0.22
|
||||
version=3.0
|
||||
release=1
|
||||
source=(ftp://ftp.mozilla.org/pub/mozilla.org/$name/releases/$version/source/$name-$version-source.tar.bz2
|
||||
$name.desktop elif_fix.patch)
|
||||
source=(http://mozilla.snt.utwente.nl/$name/releases/$version/source/$name-$version.source.tar.bz2
|
||||
$name.desktop)
|
||||
|
||||
build() {
|
||||
cd mozilla
|
||||
patch -p1 -i ../elif_fix.patch
|
||||
cd comm-1.9.1
|
||||
./configure --prefix=/usr \
|
||||
--enable-application=mail \
|
||||
--with-system-{nspr,nss} \
|
||||
--with-system-jpeg \
|
||||
--with-system-zlib \
|
||||
--with-system-png \
|
||||
--enable-official-branding \
|
||||
--enable-extensions \
|
||||
--enable-svg \
|
||||
--enable-svg-renderer=cairo \
|
||||
--disable-installer \
|
||||
--disable-updater \
|
||||
--enable-optimize="$CFLAGS" \
|
||||
--enable-system-cairo
|
||||
--with-distribution-id=CRUX \
|
||||
--disable-gnomevfs \
|
||||
--disable-installer \
|
||||
--disable-updater \
|
||||
--enable-optimize="$(grep -o .O. <<< "${CFLAGS}")" \
|
||||
--enable-xterm-updates \
|
||||
--enable-system-cairo \
|
||||
--enable-system-sqlite \
|
||||
--disable-tests \
|
||||
--with-default-mozilla-five-home
|
||||
# crux libpng doesn't support apng
|
||||
# --with-system-png
|
||||
make
|
||||
sed -i '98d' mail/installer/Makefile
|
||||
make DESTDIR=$PKG install
|
||||
install -D -m 0644 $SRC/$name.desktop $PKG/usr/share/applications/$name.desktop
|
||||
find $PKG -iname '*README*' -delete
|
||||
|
@ -2,7 +2,7 @@
|
||||
Name=Thunderbird
|
||||
Comment=Mail & News Reader
|
||||
Exec=thunderbird
|
||||
Icon=/usr/lib/thunderbird-2.0.0.22/icons/default.xpm
|
||||
Icon=/usr/lib/thunderbird-3.0/chrome/icons/default/default48.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Application;Network;
|
||||
|
Loading…
x
Reference in New Issue
Block a user