diff options
Diffstat (limited to 'thunderbird3')
-rw-r--r-- | thunderbird3/PKGBUILD | 58 | ||||
-rw-r--r-- | thunderbird3/default_locale.patch | 11 | ||||
-rw-r--r-- | thunderbird3/mozconfig | 36 | ||||
-rw-r--r-- | thunderbird3/thunderbird3.desktop | 10 |
4 files changed, 0 insertions, 115 deletions
diff --git a/thunderbird3/PKGBUILD b/thunderbird3/PKGBUILD deleted file mode 100644 index 0301f91..0000000 --- a/thunderbird3/PKGBUILD +++ /dev/null @@ -1,58 +0,0 @@ -# Contibutor: Andreas Schönfelder <passtschu at freenet dot de> - -pkgname=thunderbird3 -pkgver=3.0rc1 -_basever=${pkgver/rc*/} -pkgrel=3 -pkgdesc="Standalone Mail/News reader (installs besides thunderbird2)" -arch=('i686' 'x86_64') -license=('MPL' 'GPL') -url="http://www.mozilla.org/projects/thunderbird" -depends=('gtk2>=2.14.7' 'gcc-libs>=4.3.3' 'libidl2' 'mozilla-common' 'libxt' 'shared-mime-info') -makedepends=('zip' 'pkgconfig' 'imagemagick' 'libgnomeui' 'dbus' 'python') -options=('!ccache' '!distcc') -source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${pkgver}/source/thunderbird-${pkgver}.source.tar.bz2 - mozconfig - thunderbird3.desktop - default_locale.patch) -md5sums=('49028d9de4c4e167d469bbd4c6665b8c' - '8a3b273574d76f6cb3a255afce84e00c' - 'da268f4dbf6fbb8efa13221f39d9fb32' - '25b6fe16ac24cd5c852213e5c1adb272') - -build() { - cd "${srcdir}" - cp "${srcdir}/mozconfig" comm-1.9.1/.mozconfig - cd comm-1.9.1/ - - patch -Np1 -i "${srcdir}/default_locale.patch" || return 1 - - unset CFLAGS - unset CXXFLAGS - unset LDFLAGS - - if [ "${CARCH}" = "x86_64" ]; then - echo "ac_cv_visibility_pragma=no" >> .mozconfig - fi - - export MOZ_PROJECT=mail - - make -f client.mk build || return 1 - make -j1 DESTDIR="${pkgdir}" -C objdir-tb install|| return 1 - - rm -rf "${pkgdir}/usr/bin/defaults" - - mv "${pkgdir}/usr/bin/thunderbird"{,3} - install -m755 -d "${pkgdir}/usr/share/applications" - install -m755 -d "${pkgdir}/usr/share/pixmaps" - install -m644 "${srcdir}/comm-1.9.1/other-licenses/branding/thunderbird/mailicon48.png" "${pkgdir}/usr/share/pixmaps/thunderbird3.png" - - #Is this a bug??? What happened to default.xpm?! - convert "${srcdir}/comm-1.9.1/other-licenses/branding/thunderbird/"{mailicon48.png,default.xpm} - - install -m644 "${srcdir}/comm-1.9.1/other-licenses/branding/thunderbird/default.xpm" \ - "${pkgdir}/usr/lib/thunderbird-${_basever}/icons/" || return 1 - install -m644 "${srcdir}/thunderbird3.desktop" "${pkgdir}/usr/share/applications/" - - rm -f ${pkgdir}/usr/lib/pkgconfig/thunderbird-ns{s,pr}.pc -} diff --git a/thunderbird3/default_locale.patch b/thunderbird3/default_locale.patch deleted file mode 100644 index b9f4a5c..0000000 --- a/thunderbird3/default_locale.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- comm-1.9.1/mozilla/modules/libpref/src/init/all.js 2009-10-11 02:12:44.000000000 +0200 -+++ comm-1.9.1/mozilla/modules/libpref/src/init/all.js 2009-09-16 02:56:45.000000000 +0200 -@@ -890,7 +890,7 @@ - pref("intl.charset.detector", "chrome://global/locale/intl.properties"); - pref("intl.charset.default", "chrome://global-platform/locale/intl.properties"); - pref("intl.ellipsis", "chrome://global-platform/locale/intl.properties"); --pref("intl.locale.matchOS", false); -+pref("intl.locale.matchOS", true); - // fallback charset list for Unicode conversion (converting from Unicode) - // currently used for mail send only to handle symbol characters (e.g Euro, trademark, smartquotes) - // for ISO-8859-1 diff --git a/thunderbird3/mozconfig b/thunderbird3/mozconfig deleted file mode 100644 index db7abae..0000000 --- a/thunderbird3/mozconfig +++ /dev/null @@ -1,36 +0,0 @@ -mk_add_options MOZ_CO_PROJECT=mail -ac_add_options --enable-application=mail -mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir-tb/ -mk_add_options AUTOCONF=autoconf-2.13 - -ac_add_options --prefix=/usr --libdir=/usr/lib - -#ac_add_options --with-system-nspr -#ac_add_options --with-system-nss -#ac_add_options --with-system-jpeg -ac_add_options --with-system-zlib -ac_add_options --with-pthreads -ac_add_options --disable-tests -ac_add_options --disable-debug -ac_add_options --disable-installer -ac_add_options --enable-optimize -ac_add_options --enable-xinerama -ac_add_options --enable-default-toolkit=cairo-gtk2 -ac_add_options --enable-official-branding -ac_add_options --disable-xprint -ac_add_options --disable-strip -ac_add_options --disable-install-strip -ac_add_options --enable-pango -ac_add_options --enable-system-cairo -ac_add_options --enable-svg -ac_add_options --enable-canvas -ac_add_options --disable-crashreporter -ac_add_options --enable-static -ac_add_options --enable-calendar - -mk_add_options MOZ_MAKE_FLAGS=-j3 - -export BUILD_OFFICIAL=1 -export MOZILLA_OFFICIAL=1 -mk_add_options BUILD_OFFICIAL=1 -mk_add_options MOZILLA_OFFICIAL=1 diff --git a/thunderbird3/thunderbird3.desktop b/thunderbird3/thunderbird3.desktop deleted file mode 100644 index 619f6f9..0000000 --- a/thunderbird3/thunderbird3.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Thunderbird3 -Comment=Mail & News Reader -Exec=thunderbird3 -Icon=thunderbird3.png -Terminal=false -Type=Application -Categories=Application;Network; -StartupNotify=true |