[arch-commits] Commit in thunderbird/trunk (PKGBUILD mozconfig)

Ionut Biru ibiru at archlinux.org
Tue Sep 27 17:35:25 UTC 2011


    Date: Tuesday, September 27, 2011 @ 13:35:24
  Author: ibiru
Revision: 138713

update to 7.0

Modified:
  thunderbird/trunk/PKGBUILD
  thunderbird/trunk/mozconfig

-----------+
 PKGBUILD  |   15 ++++++++-------
 mozconfig |    1 -
 2 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-09-27 17:32:46 UTC (rev 138712)
+++ PKGBUILD	2011-09-27 17:35:24 UTC (rev 138713)
@@ -3,22 +3,22 @@
 # Contributor: Dale Blount <dale at archlinux.org>
 # Contributor: Anders Bostrom <anders.bostrom at home.se>
 pkgname=thunderbird
-pkgver=6.0.2
+pkgver=7.0
 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')
+depends=('gtk2' 'mozilla-common' 'nss' 'libxt' 'shared-mime-info' 'alsa-lib' 'dbus-glib' 'hunspell' 'sqlite3>=3.7.4' 'desktop-file-utils' 'libnotify' 'libevent' 'hicolor-icon-theme')
+makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'libidl2' 'wireless_tools' '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'
+md5sums=('6a4b2dbdc2324f52c019a3a8dee6dad4'
+         'a53394cfe721b5ff743ae2918fab2798'
          'af3e5b344d2edf1c7d61bb0a5a96de9a'
          '25b6fe16ac24cd5c852213e5c1adb272')
 
@@ -46,8 +46,9 @@
   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"
+  rm -rf "${pkgdir}"/usr/lib/thunderbird-${pkgver}/{dictionaries,hyphenation}
+  ln -sf /usr/share/hunspell "${pkgdir}/usr/lib/thunderbird-${pkgver}/dictionaries"
+  ln -sf /usr/share/hyphen "${pkgdir}/usr/lib/thunderbird-${pkgver}/hyphenation"
 
   # We don't want the development stuff
   rm -r "${pkgdir}"/usr/{include,lib/thunderbird-devel-${pkgver},share/idl}

Modified: mozconfig
===================================================================
--- mozconfig	2011-09-27 17:32:46 UTC (rev 138712)
+++ mozconfig	2011-09-27 17:35:24 UTC (rev 138713)
@@ -33,7 +33,6 @@
 
 ac_add_options --enable-gio
 ac_add_options --disable-gnomevfs
-ac_add_options --enable-gconf
 ac_add_options --enable-libnotify
 
 export BUILD_OFFICIAL=1




More information about the arch-commits mailing list