[arch-commits] Commit in thunderbird/repos (20 files)
Ionut Biru
ibiru at archlinux.org
Tue Sep 6 23:13:55 UTC 2011
Date: Tuesday, September 6, 2011 @ 19:13:55
Author: ibiru
Revision: 137311
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
thunderbird/repos/extra-i686/PKGBUILD
(from rev 137310, thunderbird/trunk/PKGBUILD)
thunderbird/repos/extra-i686/mozconfig
(from rev 137310, thunderbird/trunk/mozconfig)
thunderbird/repos/extra-i686/thunderbird-3.0-lang.patch
(from rev 137310, thunderbird/trunk/thunderbird-3.0-lang.patch)
thunderbird/repos/extra-i686/thunderbird.desktop
(from rev 137310, thunderbird/trunk/thunderbird.desktop)
thunderbird/repos/extra-i686/thunderbird.install
(from rev 137310, thunderbird/trunk/thunderbird.install)
thunderbird/repos/extra-x86_64/PKGBUILD
(from rev 137310, thunderbird/trunk/PKGBUILD)
thunderbird/repos/extra-x86_64/mozconfig
(from rev 137310, thunderbird/trunk/mozconfig)
thunderbird/repos/extra-x86_64/thunderbird-3.0-lang.patch
(from rev 137310, thunderbird/trunk/thunderbird-3.0-lang.patch)
thunderbird/repos/extra-x86_64/thunderbird.desktop
(from rev 137310, thunderbird/trunk/thunderbird.desktop)
thunderbird/repos/extra-x86_64/thunderbird.install
(from rev 137310, thunderbird/trunk/thunderbird.install)
Deleted:
thunderbird/repos/extra-i686/PKGBUILD
thunderbird/repos/extra-i686/mozconfig
thunderbird/repos/extra-i686/thunderbird-3.0-lang.patch
thunderbird/repos/extra-i686/thunderbird.desktop
thunderbird/repos/extra-i686/thunderbird.install
thunderbird/repos/extra-x86_64/PKGBUILD
thunderbird/repos/extra-x86_64/mozconfig
thunderbird/repos/extra-x86_64/thunderbird-3.0-lang.patch
thunderbird/repos/extra-x86_64/thunderbird.desktop
thunderbird/repos/extra-x86_64/thunderbird.install
-----------------------------------------+
extra-i686/PKGBUILD | 111 ++++++++++++++----------------
extra-i686/mozconfig | 88 +++++++++++------------
extra-i686/thunderbird-3.0-lang.patch | 22 ++---
extra-i686/thunderbird.desktop | 26 +++----
extra-i686/thunderbird.install | 24 +++---
extra-x86_64/PKGBUILD | 111 ++++++++++++++----------------
extra-x86_64/mozconfig | 88 +++++++++++------------
extra-x86_64/thunderbird-3.0-lang.patch | 22 ++---
extra-x86_64/thunderbird.desktop | 26 +++----
extra-x86_64/thunderbird.install | 24 +++---
10 files changed, 270 insertions(+), 272 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2011-09-06 23:09:09 UTC (rev 137310)
+++ extra-i686/PKGBUILD 2011-09-06 23:13:55 UTC (rev 137311)
@@ -1,56 +0,0 @@
-# $Id$
-# Contributor: Alexander Baldeck <alexander at archlinux.org>
-# Contributor: Dale Blount <dale at archlinux.org>
-# Contributor: Anders Bostrom <anders.bostrom at home.se>
-pkgname=thunderbird
-pkgver=6.0.1
-pkgrel=1
-pkgdesc="Standalone Mail/News reader"
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL')
-url="http://www.mozilla.org/thunderbird/"
-depends=('gtk2' 'gcc-libs' 'mozilla-common' 'nss' 'libxt' 'shared-mime-info' 'alsa-lib' 'dbus-glib' 'hunspell' 'sqlite3>=3.7.4' 'desktop-file-utils' 'libnotify' 'libevent')
-makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'libidl2' 'wireless_tools' 'gconf' 'yasm' 'mesa')
-optdepends=('libcanberra: for sound support')
-options=(!buildflags)
-install=thunderbird.install
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${pkgver}/source/thunderbird-${pkgver}.source.tar.bz2
- mozconfig
- thunderbird.desktop
- thunderbird-3.0-lang.patch)
-md5sums=('603072c341a49c8f7268cf75b8f5a8dd'
- 'b8fd97ab4bfb2e4538b1e1340d70f915'
- 'af3e5b344d2edf1c7d61bb0a5a96de9a'
- '25b6fe16ac24cd5c852213e5c1adb272')
-
-build() {
- cd "${srcdir}/comm-release"
- patch -Np1 -i "${srcdir}/thunderbird-3.0-lang.patch"
-
- cp "${srcdir}/mozconfig" .mozconfig
-
- export LDFLAGS="-Wl,-rpath,/usr/lib/thunderbird-${pkgver} -Wl,-O1,--sort-common,--hash-style=gnu,--as-needed"
- export PYTHON="/usr/bin/python2"
-
- make -j1 -f client.mk build MOZ_MAKE_FLAGS="$MAKEFLAGS"
-}
-
-package() {
- cd "${srcdir}/comm-release"
- make -j1 -f client.mk DESTDIR="${pkgdir}" install
-
- for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
- install -Dm644 other-licenses/branding/thunderbird/mailicon${i/x*/}.png \
- "$pkgdir/usr/share/icons/hicolor/$i/apps/thunderbird.png"
- done
-
- install -Dm644 "${srcdir}/thunderbird.desktop" \
- "${pkgdir}/usr/share/applications/thunderbird.desktop"
-
- rm -rf "${pkgdir}/usr/lib/thunderbird-${pkgver}/dictionaries"
- ln -sf /usr/share/myspell/dicts "${pkgdir}/usr/lib/thunderbird-${pkgver}/dictionaries"
-
- # We don't want the development stuff
- rm -r "${pkgdir}"/usr/{include,lib/thunderbird-devel-${pkgver},share/idl}
-}
-
Copied: thunderbird/repos/extra-i686/PKGBUILD (from rev 137310, thunderbird/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-06 23:13:55 UTC (rev 137311)
@@ -0,0 +1,55 @@
+# $Id$
+# Contributor: Alexander Baldeck <alexander at archlinux.org>
+# Contributor: Dale Blount <dale at archlinux.org>
+# Contributor: Anders Bostrom <anders.bostrom at home.se>
+pkgname=thunderbird
+pkgver=6.0.2
+pkgrel=1
+pkgdesc="Standalone Mail/News reader"
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL')
+url="http://www.mozilla.org/thunderbird/"
+depends=('gtk2' 'gcc-libs' 'mozilla-common' 'nss' 'libxt' 'shared-mime-info' 'alsa-lib' 'dbus-glib' 'hunspell' 'sqlite3>=3.7.4' 'desktop-file-utils' 'libnotify' 'libevent')
+makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'libidl2' 'wireless_tools' 'gconf' 'yasm' 'mesa')
+optdepends=('libcanberra: for sound support')
+install=thunderbird.install
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${pkgver}/source/thunderbird-${pkgver}.source.tar.bz2
+ mozconfig
+ thunderbird.desktop
+ thunderbird-3.0-lang.patch)
+md5sums=('917a667fe21cfd103092dbc23a112192'
+ 'b8fd97ab4bfb2e4538b1e1340d70f915'
+ 'af3e5b344d2edf1c7d61bb0a5a96de9a'
+ '25b6fe16ac24cd5c852213e5c1adb272')
+
+build() {
+ cd "${srcdir}/comm-release"
+ patch -Np1 -i "${srcdir}/thunderbird-3.0-lang.patch"
+
+ cp "${srcdir}/mozconfig" .mozconfig
+
+ export LDFLAGS="-Wl,-rpath,/usr/lib/thunderbird-${pkgver} -Wl,-O1,--sort-common,--hash-style=gnu,--as-needed"
+ export PYTHON="/usr/bin/python2"
+
+ make -j1 -f client.mk build MOZ_MAKE_FLAGS="$MAKEFLAGS"
+}
+
+package() {
+ cd "${srcdir}/comm-release"
+ make -j1 -f client.mk DESTDIR="${pkgdir}" install
+
+ for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
+ install -Dm644 other-licenses/branding/thunderbird/mailicon${i/x*/}.png \
+ "$pkgdir/usr/share/icons/hicolor/$i/apps/thunderbird.png"
+ done
+
+ install -Dm644 "${srcdir}/thunderbird.desktop" \
+ "${pkgdir}/usr/share/applications/thunderbird.desktop"
+
+ rm -rf "${pkgdir}/usr/lib/thunderbird-${pkgver}/dictionaries"
+ ln -sf /usr/share/myspell/dicts "${pkgdir}/usr/lib/thunderbird-${pkgver}/dictionaries"
+
+ # We don't want the development stuff
+ rm -r "${pkgdir}"/usr/{include,lib/thunderbird-devel-${pkgver},share/idl}
+}
+
Deleted: extra-i686/mozconfig
===================================================================
--- extra-i686/mozconfig 2011-09-06 23:09:09 UTC (rev 137310)
+++ extra-i686/mozconfig 2011-09-06 23:13:55 UTC (rev 137311)
@@ -1,44 +0,0 @@
-mk_add_options MOZ_CO_PROJECT=mail
-ac_add_options --enable-application=mail
-
-ac_add_options --prefix=/usr
-ac_add_options --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-system-png
-ac_add_options --with-system-mng
-ac_add_options --enable-system-hunspell
-ac_add_options --enable-system-sqlite
-ac_add_options --with-system-libevent
-ac_add_options --enable-system-cairo
-ac_add_options --with-pthreads
-ac_add_options --disable-debug
-ac_add_options --disable-tests
-ac_add_options --disable-installer
-ac_add_options --disable-updater
-ac_add_options --disable-crashreporter
-ac_add_options --disable-xprint
-ac_add_options --disable-pedantic
-ac_add_options --enable-default-toolkit=cairo-gtk2
-ac_add_options --enable-strip
-ac_add_options --enable-pango
-ac_add_options --enable-xft
-ac_add_options --enable-svg
-ac_add_options --enable-canvas
-ac_add_options --enable-optimize
-ac_add_options --enable-official-branding
-
-ac_add_options --enable-gio
-ac_add_options --disable-gnomevfs
-ac_add_options --enable-gconf
-ac_add_options --enable-libnotify
-
-export BUILD_OFFICIAL=1
-export MOZILLA_OFFICIAL=1
-export USE_SHORT_LIBNAME=1
-mk_add_options BUILD_OFFICIAL=1
-mk_add_options MOZILLA_OFFICIAL=1
-mk_add_options USE_SHORT_LIBNAME=1
Copied: thunderbird/repos/extra-i686/mozconfig (from rev 137310, thunderbird/trunk/mozconfig)
===================================================================
--- extra-i686/mozconfig (rev 0)
+++ extra-i686/mozconfig 2011-09-06 23:13:55 UTC (rev 137311)
@@ -0,0 +1,44 @@
+mk_add_options MOZ_CO_PROJECT=mail
+ac_add_options --enable-application=mail
+
+ac_add_options --prefix=/usr
+ac_add_options --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-system-png
+ac_add_options --with-system-mng
+ac_add_options --enable-system-hunspell
+ac_add_options --enable-system-sqlite
+ac_add_options --with-system-libevent
+ac_add_options --enable-system-cairo
+ac_add_options --with-pthreads
+ac_add_options --disable-debug
+ac_add_options --disable-tests
+ac_add_options --disable-installer
+ac_add_options --disable-updater
+ac_add_options --disable-crashreporter
+ac_add_options --disable-xprint
+ac_add_options --disable-pedantic
+ac_add_options --enable-default-toolkit=cairo-gtk2
+ac_add_options --enable-strip
+ac_add_options --enable-pango
+ac_add_options --enable-xft
+ac_add_options --enable-svg
+ac_add_options --enable-canvas
+ac_add_options --enable-optimize
+ac_add_options --enable-official-branding
+
+ac_add_options --enable-gio
+ac_add_options --disable-gnomevfs
+ac_add_options --enable-gconf
+ac_add_options --enable-libnotify
+
+export BUILD_OFFICIAL=1
+export MOZILLA_OFFICIAL=1
+export USE_SHORT_LIBNAME=1
+mk_add_options BUILD_OFFICIAL=1
+mk_add_options MOZILLA_OFFICIAL=1
+mk_add_options USE_SHORT_LIBNAME=1
Deleted: extra-i686/thunderbird-3.0-lang.patch
===================================================================
--- extra-i686/thunderbird-3.0-lang.patch 2011-09-06 23:09:09 UTC (rev 137310)
+++ extra-i686/thunderbird-3.0-lang.patch 2011-09-06 23:13:55 UTC (rev 137311)
@@ -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
Copied: thunderbird/repos/extra-i686/thunderbird-3.0-lang.patch (from rev 137310, thunderbird/trunk/thunderbird-3.0-lang.patch)
===================================================================
--- extra-i686/thunderbird-3.0-lang.patch (rev 0)
+++ extra-i686/thunderbird-3.0-lang.patch 2011-09-06 23:13:55 UTC (rev 137311)
@@ -0,0 +1,11 @@
+--- 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
Deleted: extra-i686/thunderbird.desktop
===================================================================
--- extra-i686/thunderbird.desktop 2011-09-06 23:09:09 UTC (rev 137310)
+++ extra-i686/thunderbird.desktop 2011-09-06 23:13:55 UTC (rev 137311)
@@ -1,13 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Name=Thunderbird
-Comment=Mail & News Reader
-GenericName=Mail Client & News Reader
-Exec=thunderbird %u
-TryExec=thunderbird
-Icon=thunderbird
-Terminal=false
-Type=Application
-Categories=Network;Email;
-MimeType=message/rfc822;x-scheme-handler/mailto;
-StartupNotify=true
Copied: thunderbird/repos/extra-i686/thunderbird.desktop (from rev 137310, thunderbird/trunk/thunderbird.desktop)
===================================================================
--- extra-i686/thunderbird.desktop (rev 0)
+++ extra-i686/thunderbird.desktop 2011-09-06 23:13:55 UTC (rev 137311)
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Version=1.0
+Name=Thunderbird
+Comment=Mail & News Reader
+GenericName=Mail Client & News Reader
+Exec=thunderbird %u
+TryExec=thunderbird
+Icon=thunderbird
+Terminal=false
+Type=Application
+Categories=Network;Email;
+MimeType=message/rfc822;x-scheme-handler/mailto;
+StartupNotify=true
Deleted: extra-i686/thunderbird.install
===================================================================
--- extra-i686/thunderbird.install 2011-09-06 23:09:09 UTC (rev 137310)
+++ extra-i686/thunderbird.install 2011-09-06 23:13:55 UTC (rev 137311)
@@ -1,12 +0,0 @@
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: thunderbird/repos/extra-i686/thunderbird.install (from rev 137310, thunderbird/trunk/thunderbird.install)
===================================================================
--- extra-i686/thunderbird.install (rev 0)
+++ extra-i686/thunderbird.install 2011-09-06 23:13:55 UTC (rev 137311)
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2011-09-06 23:09:09 UTC (rev 137310)
+++ extra-x86_64/PKGBUILD 2011-09-06 23:13:55 UTC (rev 137311)
@@ -1,56 +0,0 @@
-# $Id$
-# Contributor: Alexander Baldeck <alexander at archlinux.org>
-# Contributor: Dale Blount <dale at archlinux.org>
-# Contributor: Anders Bostrom <anders.bostrom at home.se>
-pkgname=thunderbird
-pkgver=6.0.1
-pkgrel=1
-pkgdesc="Standalone Mail/News reader"
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL')
-url="http://www.mozilla.org/thunderbird/"
-depends=('gtk2' 'gcc-libs' 'mozilla-common' 'nss' 'libxt' 'shared-mime-info' 'alsa-lib' 'dbus-glib' 'hunspell' 'sqlite3>=3.7.4' 'desktop-file-utils' 'libnotify' 'libevent')
-makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'libidl2' 'wireless_tools' 'gconf' 'yasm' 'mesa')
-optdepends=('libcanberra: for sound support')
-options=(!buildflags)
-install=thunderbird.install
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${pkgver}/source/thunderbird-${pkgver}.source.tar.bz2
- mozconfig
- thunderbird.desktop
- thunderbird-3.0-lang.patch)
-md5sums=('603072c341a49c8f7268cf75b8f5a8dd'
- 'b8fd97ab4bfb2e4538b1e1340d70f915'
- 'af3e5b344d2edf1c7d61bb0a5a96de9a'
- '25b6fe16ac24cd5c852213e5c1adb272')
-
-build() {
- cd "${srcdir}/comm-release"
- patch -Np1 -i "${srcdir}/thunderbird-3.0-lang.patch"
-
- cp "${srcdir}/mozconfig" .mozconfig
-
- export LDFLAGS="-Wl,-rpath,/usr/lib/thunderbird-${pkgver} -Wl,-O1,--sort-common,--hash-style=gnu,--as-needed"
- export PYTHON="/usr/bin/python2"
-
- make -j1 -f client.mk build MOZ_MAKE_FLAGS="$MAKEFLAGS"
-}
-
-package() {
- cd "${srcdir}/comm-release"
- make -j1 -f client.mk DESTDIR="${pkgdir}" install
-
- for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
- install -Dm644 other-licenses/branding/thunderbird/mailicon${i/x*/}.png \
- "$pkgdir/usr/share/icons/hicolor/$i/apps/thunderbird.png"
- done
-
- install -Dm644 "${srcdir}/thunderbird.desktop" \
- "${pkgdir}/usr/share/applications/thunderbird.desktop"
-
- rm -rf "${pkgdir}/usr/lib/thunderbird-${pkgver}/dictionaries"
- ln -sf /usr/share/myspell/dicts "${pkgdir}/usr/lib/thunderbird-${pkgver}/dictionaries"
-
- # We don't want the development stuff
- rm -r "${pkgdir}"/usr/{include,lib/thunderbird-devel-${pkgver},share/idl}
-}
-
Copied: thunderbird/repos/extra-x86_64/PKGBUILD (from rev 137310, thunderbird/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2011-09-06 23:13:55 UTC (rev 137311)
@@ -0,0 +1,55 @@
+# $Id$
+# Contributor: Alexander Baldeck <alexander at archlinux.org>
+# Contributor: Dale Blount <dale at archlinux.org>
+# Contributor: Anders Bostrom <anders.bostrom at home.se>
+pkgname=thunderbird
+pkgver=6.0.2
+pkgrel=1
+pkgdesc="Standalone Mail/News reader"
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL')
+url="http://www.mozilla.org/thunderbird/"
+depends=('gtk2' 'gcc-libs' 'mozilla-common' 'nss' 'libxt' 'shared-mime-info' 'alsa-lib' 'dbus-glib' 'hunspell' 'sqlite3>=3.7.4' 'desktop-file-utils' 'libnotify' 'libevent')
+makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'libidl2' 'wireless_tools' 'gconf' 'yasm' 'mesa')
+optdepends=('libcanberra: for sound support')
+install=thunderbird.install
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${pkgver}/source/thunderbird-${pkgver}.source.tar.bz2
+ mozconfig
+ thunderbird.desktop
+ thunderbird-3.0-lang.patch)
+md5sums=('917a667fe21cfd103092dbc23a112192'
+ 'b8fd97ab4bfb2e4538b1e1340d70f915'
+ 'af3e5b344d2edf1c7d61bb0a5a96de9a'
+ '25b6fe16ac24cd5c852213e5c1adb272')
+
+build() {
+ cd "${srcdir}/comm-release"
+ patch -Np1 -i "${srcdir}/thunderbird-3.0-lang.patch"
+
+ cp "${srcdir}/mozconfig" .mozconfig
+
+ export LDFLAGS="-Wl,-rpath,/usr/lib/thunderbird-${pkgver} -Wl,-O1,--sort-common,--hash-style=gnu,--as-needed"
+ export PYTHON="/usr/bin/python2"
+
+ make -j1 -f client.mk build MOZ_MAKE_FLAGS="$MAKEFLAGS"
+}
+
+package() {
+ cd "${srcdir}/comm-release"
+ make -j1 -f client.mk DESTDIR="${pkgdir}" install
+
+ for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
+ install -Dm644 other-licenses/branding/thunderbird/mailicon${i/x*/}.png \
+ "$pkgdir/usr/share/icons/hicolor/$i/apps/thunderbird.png"
+ done
+
+ install -Dm644 "${srcdir}/thunderbird.desktop" \
+ "${pkgdir}/usr/share/applications/thunderbird.desktop"
+
+ rm -rf "${pkgdir}/usr/lib/thunderbird-${pkgver}/dictionaries"
+ ln -sf /usr/share/myspell/dicts "${pkgdir}/usr/lib/thunderbird-${pkgver}/dictionaries"
+
+ # We don't want the development stuff
+ rm -r "${pkgdir}"/usr/{include,lib/thunderbird-devel-${pkgver},share/idl}
+}
+
Deleted: extra-x86_64/mozconfig
===================================================================
--- extra-x86_64/mozconfig 2011-09-06 23:09:09 UTC (rev 137310)
+++ extra-x86_64/mozconfig 2011-09-06 23:13:55 UTC (rev 137311)
@@ -1,44 +0,0 @@
-mk_add_options MOZ_CO_PROJECT=mail
-ac_add_options --enable-application=mail
-
-ac_add_options --prefix=/usr
-ac_add_options --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-system-png
-ac_add_options --with-system-mng
-ac_add_options --enable-system-hunspell
-ac_add_options --enable-system-sqlite
-ac_add_options --with-system-libevent
-ac_add_options --enable-system-cairo
-ac_add_options --with-pthreads
-ac_add_options --disable-debug
-ac_add_options --disable-tests
-ac_add_options --disable-installer
-ac_add_options --disable-updater
-ac_add_options --disable-crashreporter
-ac_add_options --disable-xprint
-ac_add_options --disable-pedantic
-ac_add_options --enable-default-toolkit=cairo-gtk2
-ac_add_options --enable-strip
-ac_add_options --enable-pango
-ac_add_options --enable-xft
-ac_add_options --enable-svg
-ac_add_options --enable-canvas
-ac_add_options --enable-optimize
-ac_add_options --enable-official-branding
-
-ac_add_options --enable-gio
-ac_add_options --disable-gnomevfs
-ac_add_options --enable-gconf
-ac_add_options --enable-libnotify
-
-export BUILD_OFFICIAL=1
-export MOZILLA_OFFICIAL=1
-export USE_SHORT_LIBNAME=1
-mk_add_options BUILD_OFFICIAL=1
-mk_add_options MOZILLA_OFFICIAL=1
-mk_add_options USE_SHORT_LIBNAME=1
Copied: thunderbird/repos/extra-x86_64/mozconfig (from rev 137310, thunderbird/trunk/mozconfig)
===================================================================
--- extra-x86_64/mozconfig (rev 0)
+++ extra-x86_64/mozconfig 2011-09-06 23:13:55 UTC (rev 137311)
@@ -0,0 +1,44 @@
+mk_add_options MOZ_CO_PROJECT=mail
+ac_add_options --enable-application=mail
+
+ac_add_options --prefix=/usr
+ac_add_options --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-system-png
+ac_add_options --with-system-mng
+ac_add_options --enable-system-hunspell
+ac_add_options --enable-system-sqlite
+ac_add_options --with-system-libevent
+ac_add_options --enable-system-cairo
+ac_add_options --with-pthreads
+ac_add_options --disable-debug
+ac_add_options --disable-tests
+ac_add_options --disable-installer
+ac_add_options --disable-updater
+ac_add_options --disable-crashreporter
+ac_add_options --disable-xprint
+ac_add_options --disable-pedantic
+ac_add_options --enable-default-toolkit=cairo-gtk2
+ac_add_options --enable-strip
+ac_add_options --enable-pango
+ac_add_options --enable-xft
+ac_add_options --enable-svg
+ac_add_options --enable-canvas
+ac_add_options --enable-optimize
+ac_add_options --enable-official-branding
+
+ac_add_options --enable-gio
+ac_add_options --disable-gnomevfs
+ac_add_options --enable-gconf
+ac_add_options --enable-libnotify
+
+export BUILD_OFFICIAL=1
+export MOZILLA_OFFICIAL=1
+export USE_SHORT_LIBNAME=1
+mk_add_options BUILD_OFFICIAL=1
+mk_add_options MOZILLA_OFFICIAL=1
+mk_add_options USE_SHORT_LIBNAME=1
Deleted: extra-x86_64/thunderbird-3.0-lang.patch
===================================================================
--- extra-x86_64/thunderbird-3.0-lang.patch 2011-09-06 23:09:09 UTC (rev 137310)
+++ extra-x86_64/thunderbird-3.0-lang.patch 2011-09-06 23:13:55 UTC (rev 137311)
@@ -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
Copied: thunderbird/repos/extra-x86_64/thunderbird-3.0-lang.patch (from rev 137310, thunderbird/trunk/thunderbird-3.0-lang.patch)
===================================================================
--- extra-x86_64/thunderbird-3.0-lang.patch (rev 0)
+++ extra-x86_64/thunderbird-3.0-lang.patch 2011-09-06 23:13:55 UTC (rev 137311)
@@ -0,0 +1,11 @@
+--- 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
Deleted: extra-x86_64/thunderbird.desktop
===================================================================
--- extra-x86_64/thunderbird.desktop 2011-09-06 23:09:09 UTC (rev 137310)
+++ extra-x86_64/thunderbird.desktop 2011-09-06 23:13:55 UTC (rev 137311)
@@ -1,13 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Name=Thunderbird
-Comment=Mail & News Reader
-GenericName=Mail Client & News Reader
-Exec=thunderbird %u
-TryExec=thunderbird
-Icon=thunderbird
-Terminal=false
-Type=Application
-Categories=Network;Email;
-MimeType=message/rfc822;x-scheme-handler/mailto;
-StartupNotify=true
Copied: thunderbird/repos/extra-x86_64/thunderbird.desktop (from rev 137310, thunderbird/trunk/thunderbird.desktop)
===================================================================
--- extra-x86_64/thunderbird.desktop (rev 0)
+++ extra-x86_64/thunderbird.desktop 2011-09-06 23:13:55 UTC (rev 137311)
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Version=1.0
+Name=Thunderbird
+Comment=Mail & News Reader
+GenericName=Mail Client & News Reader
+Exec=thunderbird %u
+TryExec=thunderbird
+Icon=thunderbird
+Terminal=false
+Type=Application
+Categories=Network;Email;
+MimeType=message/rfc822;x-scheme-handler/mailto;
+StartupNotify=true
Deleted: extra-x86_64/thunderbird.install
===================================================================
--- extra-x86_64/thunderbird.install 2011-09-06 23:09:09 UTC (rev 137310)
+++ extra-x86_64/thunderbird.install 2011-09-06 23:13:55 UTC (rev 137311)
@@ -1,12 +0,0 @@
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: thunderbird/repos/extra-x86_64/thunderbird.install (from rev 137310, thunderbird/trunk/thunderbird.install)
===================================================================
--- extra-x86_64/thunderbird.install (rev 0)
+++ extra-x86_64/thunderbird.install 2011-09-06 23:13:55 UTC (rev 137311)
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list