[arch-commits] Commit in seamonkey/trunk (PKGBUILD mozconfig)
Ionut Biru
ibiru at archlinux.org
Tue Sep 27 21:22:24 UTC 2011
Date: Tuesday, September 27, 2011 @ 17:22:24
Author: ibiru
Revision: 138762
update to 2.4
Modified:
seamonkey/trunk/PKGBUILD
seamonkey/trunk/mozconfig
-----------+
PKGBUILD | 17 ++++++++---------
mozconfig | 2 --
2 files changed, 8 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-27 20:42:01 UTC (rev 138761)
+++ PKGBUILD 2011-09-27 21:22:24 UTC (rev 138762)
@@ -1,21 +1,21 @@
# $Id$
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=seamonkey
-pkgver=2.3.3
+pkgver=2.4
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' 'sqlite3' 'libvpx' 'lcms' 'nspr' 'nss' 'libevent')
-makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'libidl2' 'yasm' 'wireless_tools' 'mesa' 'gconf')
+depends=('gtk2' 'mozilla-common' 'hunspell' 'libxt' 'startup-notification' 'alsa-lib' 'dbus-glib' 'libnotify' 'desktop-file-utils' 'sqlite3' 'libvpx' 'nss' 'libevent')
+makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'libidl2' 'yasm' 'wireless_tools' 'mesa')
install=$pkgname.install
url="http://www.mozilla.org/projects/seamonkey"
source=(ftp://releases.mozilla.org/pub/mozilla.org/${pkgname}/releases/${pkgver}/source/${pkgname}-${pkgver}.source.tar.bz2
mozconfig
seamonkey.desktop
seamonkey-2.0-lang.patch)
-md5sums=('86983ddcffbafffa89f9fb7c981f12df'
- '4f010afa06ccd3fe436b7bb24ae52f53'
+md5sums=('81a660049415cc3a8c0886e2dab14573'
+ 'afc79e29c651803bfc5e6032d5ffb0e2'
'6119a2254716752c9d08e366f8d4c048'
'25b6fe16ac24cd5c852213e5c1adb272')
@@ -34,10 +34,9 @@
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-${pkgver}/dictionaries"
- ln -sf /usr/share/myspell/dicts "${pkgdir}/usr/lib/seamonkey-${pkgver}/dictionaries"
+ rm -rf "${pkgdir}"/usr/lib/seamonkey-${pkgver}/{dictionaries,hyphenation}
+ ln -sf /usr/share/hunspell "${pkgdir}/usr/lib/seamonkey-${pkgver}/dictionaries"
+ ln -sf /usr/share/hyphen "${pkgdir}/usr/lib/seamonkey-${pkgver}/hyphenation"
install -m755 -d "${pkgdir}/usr/share/applications"
install -m755 -d "${pkgdir}/usr/share/pixmaps"
Modified: mozconfig
===================================================================
--- mozconfig 2011-09-27 20:42:01 UTC (rev 138761)
+++ mozconfig 2011-09-27 21:22:24 UTC (rev 138762)
@@ -14,7 +14,6 @@
ac_add_options --enable-system-hunspell
ac_add_options --enable-system-sqlite
ac_add_options --enable-system-cairo
-ac_add_options --enable-system-lcms
ac_add_options --with-pthreads
ac_add_options --enable-default-toolkit=cairo-gtk2
@@ -35,7 +34,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