[arch-commits] Commit in seamonkey/repos/extra-i686 (11 files)

Ionut Biru ibiru at archlinux.org
Wed Aug 17 09:01:44 UTC 2011


    Date: Wednesday, August 17, 2011 @ 05:01:44
  Author: ibiru
Revision: 135688

archrelease: copy trunk to extra-i686

Added:
  seamonkey/repos/extra-i686/PKGBUILD
    (from rev 135687, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/extra-i686/mozconfig
    (from rev 135687, seamonkey/trunk/mozconfig)
  seamonkey/repos/extra-i686/seamonkey-2.0-lang.patch
    (from rev 135687, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/extra-i686/seamonkey.desktop
    (from rev 135687, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/extra-i686/seamonkey.install
    (from rev 135687, seamonkey/trunk/seamonkey.install)
Deleted:
  seamonkey/repos/extra-i686/PKGBUILD
  seamonkey/repos/extra-i686/mozconfig
  seamonkey/repos/extra-i686/seamonkey-2.0-lang.patch
  seamonkey/repos/extra-i686/seamonkey-appversion.patch
  seamonkey/repos/extra-i686/seamonkey.desktop
  seamonkey/repos/extra-i686/seamonkey.install

----------------------------+
 PKGBUILD                   |  101 +++++++++++++++++++++----------------------
 mozconfig                  |   88 ++++++++++++++++++-------------------
 seamonkey-2.0-lang.patch   |   22 ++++-----
 seamonkey-appversion.patch |   12 -----
 seamonkey.desktop          |   22 ++++-----
 seamonkey.install          |   24 +++++-----
 6 files changed, 128 insertions(+), 141 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-17 08:26:37 UTC (rev 135687)
+++ PKGBUILD	2011-08-17 09:01:44 UTC (rev 135688)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-pkgname=seamonkey
-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' '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-2.0-lang.patch)
-md5sums=('7b5a3d941f6fd5540e9e8adb068bd737'
-         '4f010afa06ccd3fe436b7bb24ae52f53'
-         '6119a2254716752c9d08e366f8d4c048'
-         '25b6fe16ac24cd5c852213e5c1adb272')
-
-build() {
-  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-${pkgver}"
-
-  make -j1 -f client.mk build MOZ_MAKE_FLAGS="${MAKEFLAGS}"
-}
-
-package() {
-  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-${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"
-  install -m644 suite/branding/nightly/icons/gtk/seamonkey.png \
-                "${pkgdir}/usr/share/pixmaps/"
-  install -m644 "${srcdir}/seamonkey.desktop" "${pkgdir}/usr/share/applications/"
-
-  rm -f "${pkgdir}/usr/lib/pkgconfig/"seamonkey-ns{s,pr}.pc
-}

Copied: seamonkey/repos/extra-i686/PKGBUILD (from rev 135687, seamonkey/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2011-08-17 09:01:44 UTC (rev 135688)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+pkgname=seamonkey
+pkgver=2.3
+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')
+install=$pkgname.install
+url="http://www.mozilla.org/projects/seamonkey"
+options=(!buildflags)
+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=('86caf64b1a0cee27f39c375bbf05223d'
+         '4f010afa06ccd3fe436b7bb24ae52f53'
+         '6119a2254716752c9d08e366f8d4c048'
+         '25b6fe16ac24cd5c852213e5c1adb272')
+
+build() {
+  cd "${srcdir}/comm-release"
+  patch -Np1 -i "${srcdir}/seamonkey-2.0-lang.patch"
+
+  cp "${srcdir}/mozconfig" .mozconfig
+  export LDFLAGS="-Wl,-rpath,/usr/lib/seamonkey-${pkgver} -Wl,-O1,--sort-common,--hash-style=gnu,--as-needed"
+
+  make -j1 -f client.mk build MOZ_MAKE_FLAGS="${MAKEFLAGS}"
+}
+
+package() {
+  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-${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"
+  install -m644 suite/branding/nightly/icons/gtk/seamonkey.png \
+                "${pkgdir}/usr/share/pixmaps/"
+  install -m644 "${srcdir}/seamonkey.desktop" "${pkgdir}/usr/share/applications/"
+
+  rm -f "${pkgdir}/usr/lib/pkgconfig/"seamonkey-ns{s,pr}.pc
+}

Deleted: mozconfig
===================================================================
--- mozconfig	2011-08-17 08:26:37 UTC (rev 135687)
+++ mozconfig	2011-08-17 09:01:44 UTC (rev 135688)
@@ -1,44 +0,0 @@
-ac_add_options --enable-application=suite
-
-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-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
-ac_add_options --disable-updater
-ac_add_options --disable-tests
-ac_add_options --disable-xprint
-ac_add_options --disable-mochitest
-ac_add_options --disable-debug
-ac_add_options --disable-installer
-ac_add_options --disable-pedantic
-
-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
-mk_add_options BUILD_OFFICIAL=1
-mk_add_options MOZILLA_OFFICIAL=1

Copied: seamonkey/repos/extra-i686/mozconfig (from rev 135687, seamonkey/trunk/mozconfig)
===================================================================
--- mozconfig	                        (rev 0)
+++ mozconfig	2011-08-17 09:01:44 UTC (rev 135688)
@@ -0,0 +1,44 @@
+ac_add_options --enable-application=suite
+
+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-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
+ac_add_options --disable-updater
+ac_add_options --disable-tests
+ac_add_options --disable-xprint
+ac_add_options --disable-mochitest
+ac_add_options --disable-debug
+ac_add_options --disable-installer
+ac_add_options --disable-pedantic
+
+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
+mk_add_options BUILD_OFFICIAL=1
+mk_add_options MOZILLA_OFFICIAL=1

Deleted: seamonkey-2.0-lang.patch
===================================================================
--- seamonkey-2.0-lang.patch	2011-08-17 08:26:37 UTC (rev 135687)
+++ seamonkey-2.0-lang.patch	2011-08-17 09:01:44 UTC (rev 135688)
@@ -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: seamonkey/repos/extra-i686/seamonkey-2.0-lang.patch (from rev 135687, seamonkey/trunk/seamonkey-2.0-lang.patch)
===================================================================
--- seamonkey-2.0-lang.patch	                        (rev 0)
+++ seamonkey-2.0-lang.patch	2011-08-17 09:01:44 UTC (rev 135688)
@@ -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: seamonkey-appversion.patch
===================================================================
--- seamonkey-appversion.patch	2011-08-17 08:26:37 UTC (rev 135687)
+++ seamonkey-appversion.patch	2011-08-17 09:01:44 UTC (rev 135688)
@@ -1,12 +0,0 @@
-diff -Nur comm-2.0.orig//suite/installer/Makefile.in comm-2.0/suite/installer/Makefile.in
---- comm-2.0.orig//suite/installer/Makefile.in	2011-06-18 19:04:41.592250768 +0000
-+++ comm-2.0/suite/installer/Makefile.in	2011-06-18 19:05:40.416090761 +0000
-@@ -42,6 +42,8 @@
- 
- include $(DEPTH)/config/autoconf.mk
- 
-+MOZ_APP_VERSION="2.1"
-+
- include $(topsrcdir)/config/rules.mk
- 
- MOZ_PKG_REMOVALS = $(srcdir)/removed-files.in

Deleted: seamonkey.desktop
===================================================================
--- seamonkey.desktop	2011-08-17 08:26:37 UTC (rev 135687)
+++ seamonkey.desktop	2011-08-17 09:01:44 UTC (rev 135688)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Exec=seamonkey %u
-Icon=seamonkey
-Type=Application
-Terminal=false
-MultipleArgs=false
-Name=SeaMonkey internet suite
-MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;message/rfc822;x-scheme-handler/mailto;
-StartupNotify=false
-Categories=Application;Network;

Copied: seamonkey/repos/extra-i686/seamonkey.desktop (from rev 135687, seamonkey/trunk/seamonkey.desktop)
===================================================================
--- seamonkey.desktop	                        (rev 0)
+++ seamonkey.desktop	2011-08-17 09:01:44 UTC (rev 135688)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Exec=seamonkey %u
+Icon=seamonkey
+Type=Application
+Terminal=false
+MultipleArgs=false
+Name=SeaMonkey internet suite
+MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;message/rfc822;x-scheme-handler/mailto;
+StartupNotify=false
+Categories=Application;Network;

Deleted: seamonkey.install
===================================================================
--- seamonkey.install	2011-08-17 08:26:37 UTC (rev 135687)
+++ seamonkey.install	2011-08-17 09:01:44 UTC (rev 135688)
@@ -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 $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: seamonkey/repos/extra-i686/seamonkey.install (from rev 135687, seamonkey/trunk/seamonkey.install)
===================================================================
--- seamonkey.install	                        (rev 0)
+++ seamonkey.install	2011-08-17 09:01:44 UTC (rev 135688)
@@ -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 $1
+}
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list