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

Ionut Biru ibiru at archlinux.org
Fri Jul 8 12:38:37 UTC 2011


    Date: Friday, July 8, 2011 @ 08:38:37
  Author: ibiru
Revision: 130845

update to 2.2

Modified:
  seamonkey/trunk/PKGBUILD
  seamonkey/trunk/mozconfig

-----------+
 PKGBUILD  |   23 ++++++++++-------------
 mozconfig |   15 ++++++++++++++-
 2 files changed, 24 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-07-08 10:59:23 UTC (rev 130844)
+++ PKGBUILD	2011-07-08 12:38:37 UTC (rev 130845)
@@ -1,48 +1,45 @@
 # $Id$
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 pkgname=seamonkey
-pkgver=2.1
+pkgver=2.2
 pkgrel=1
 pkgdesc="SeaMonkey internet suite"
 arch=('i686' 'x86_64')
 license=('MPL')
-depends=('gtk2' 'mozilla-common' 'hunspell' 'libxt' 'startup-notification' 'alsa-lib' 'dbus-glib' 'libnotify' 'desktop-file-utils')
-makedepends=('zip' 'pkg-config'  'python2' 'libidl2' 'yasm' 'wireless_tools' 'mesa')
+depends=('gtk2' 'mozilla-common' 'hunspell' 'libxt' 'startup-notification' 'alsa-lib' 'dbus-glib' 'libnotify' 'desktop-file-utils' 'sqlite3' 'libvpx' 'lcms' 'nspr' 'nss' 'libevent')
+makedepends=('zip' 'pkg-config'  'python2' 'libidl2' 'yasm' 'wireless_tools' 'mesa' 'gconf')
 install=$pkgname.install
 url="http://www.mozilla.org/projects/seamonkey"
 options=(!buildflags)
 source=(http://releases.mozilla.org/pub/mozilla.org/${pkgname}/releases/${pkgver}/source/${pkgname}-${pkgver}.source.tar.bz2
         mozconfig
         seamonkey.desktop
-        seamonkey-appversion.patch
         seamonkey-2.0-lang.patch)
-md5sums=('336d75d8891950a2aca253b7f64cada9'
-         '7100aebd5590f7a9681dd06383a29ab1'
+md5sums=('7b5a3d941f6fd5540e9e8adb068bd737'
+         '4f010afa06ccd3fe436b7bb24ae52f53'
          '6119a2254716752c9d08e366f8d4c048'
-         '41afe51e9cc56c35bb877743b790f3f6'
          '25b6fe16ac24cd5c852213e5c1adb272')
 
 build() {
-  cd "${srcdir}/comm-2.0"
-  patch -Np1 -i "${srcdir}/seamonkey-appversion.patch"
+  cd "${srcdir}/comm-release"
   patch -Np1 -i "${srcdir}/seamonkey-2.0-lang.patch"
 
   cp "${srcdir}/mozconfig" .mozconfig
   export CXXFLAGS="-fpermissive"
-  export LDFLAGS="-Wl,-rpath,/usr/lib/seamonkey-2.1"
+  export LDFLAGS="-Wl,-rpath,/usr/lib/seamonkey-${pkgver}"
 
   make -j1 -f client.mk build MOZ_MAKE_FLAGS="${MAKEFLAGS}"
 }
 
 package() {
-  cd "${srcdir}/comm-2.0"
+  cd "${srcdir}/comm-release"
 
   make -j1 -f client.mk DESTDIR="${pkgdir}" install
 
   #Remove included dictionaries, add symlink to system myspell path.
   #Note: this will cause file conflicts when users have installed dictionaries in the old location
-  rm -rf "${pkgdir}/usr/lib/seamonkey-2.1/dictionaries"
-  ln -sf /usr/share/myspell/dicts "${pkgdir}/usr/lib/seamonkey-2.1/dictionaries"
+  rm -rf "${pkgdir}/usr/lib/seamonkey-${pkgver}/dictionaries"
+  ln -sf /usr/share/myspell/dicts "${pkgdir}/usr/lib/seamonkey-${pkgver}/dictionaries"
 
   install -m755 -d "${pkgdir}/usr/share/applications"
   install -m755 -d "${pkgdir}/usr/share/pixmaps"

Modified: mozconfig
===================================================================
--- mozconfig	2011-07-08 10:59:23 UTC (rev 130844)
+++ mozconfig	2011-07-08 12:38:37 UTC (rev 130845)
@@ -3,12 +3,25 @@
 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-bz2
+ac_add_options --with-system-png
+ac_add_options --with-system-libevent
+ac_add_options --with-system-libvpx
 ac_add_options --enable-system-hunspell
+ac_add_options --enable-system-sqlite
 ac_add_options --enable-system-cairo
-ac_add_options --enable-startup-notification
+ac_add_options --enable-system-lcms
 ac_add_options --with-pthreads
 
 ac_add_options --enable-default-toolkit=cairo-gtk2
+ac_add_options --enable-jemalloc
+ac_add_options --enable-optimize
+ac_add_options --enable-strip
+ac_add_options --enable-install-strip
 
 ac_add_options --disable-javaxpcom
 ac_add_options --disable-crashreporter




More information about the arch-commits mailing list