[arch-commits] Commit in seamonkey/repos (16 files)
Kyle Keen
kkeen at nymeria.archlinux.org
Fri Sep 20 06:17:41 UTC 2013
Date: Friday, September 20, 2013 @ 08:17:41
Author: kkeen
Revision: 97439
archrelease: copy trunk to community-i686, community-x86_64
Added:
seamonkey/repos/community-i686/PKGBUILD
(from rev 97438, seamonkey/trunk/PKGBUILD)
seamonkey/repos/community-i686/mozconfig
(from rev 97438, seamonkey/trunk/mozconfig)
seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 97438, seamonkey/trunk/seamonkey-2.0-lang.patch)
seamonkey/repos/community-i686/seamonkey.install
(from rev 97438, seamonkey/trunk/seamonkey.install)
seamonkey/repos/community-x86_64/PKGBUILD
(from rev 97438, seamonkey/trunk/PKGBUILD)
seamonkey/repos/community-x86_64/mozconfig
(from rev 97438, seamonkey/trunk/mozconfig)
seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 97438, seamonkey/trunk/seamonkey-2.0-lang.patch)
seamonkey/repos/community-x86_64/seamonkey.install
(from rev 97438, seamonkey/trunk/seamonkey.install)
Deleted:
seamonkey/repos/community-i686/PKGBUILD
seamonkey/repos/community-i686/mozconfig
seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
seamonkey/repos/community-i686/seamonkey.install
seamonkey/repos/community-x86_64/PKGBUILD
seamonkey/repos/community-x86_64/mozconfig
seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
seamonkey/repos/community-x86_64/seamonkey.install
-------------------------------------------+
/PKGBUILD | 134 ++++++++++++++++++++++++++++
/mozconfig | 72 +++++++++++++++
/seamonkey-2.0-lang.patch | 22 ++++
/seamonkey.install | 24 +++++
community-i686/PKGBUILD | 67 --------------
community-i686/mozconfig | 36 -------
community-i686/seamonkey-2.0-lang.patch | 11 --
community-i686/seamonkey.install | 12 --
community-x86_64/PKGBUILD | 67 --------------
community-x86_64/mozconfig | 36 -------
community-x86_64/seamonkey-2.0-lang.patch | 11 --
community-x86_64/seamonkey.install | 12 --
12 files changed, 252 insertions(+), 252 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-09-20 06:16:41 UTC (rev 97438)
+++ community-i686/PKGBUILD 2013-09-20 06:17:41 UTC (rev 97439)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgname=seamonkey
-pkgver=2.20
-pkgrel=1
-pkgdesc="SeaMonkey internet suite"
-arch=('i686' 'x86_64')
-license=('MPL')
-depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 'mime-types' 'mozilla-common' 'nss' 'sqlite' 'startup-notification')
-makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'yasm' 'wireless_tools' 'mesa' 'autoconf2.13' 'imake' 'python3')
-install=$pkgname.install
-url="http://www.seamonkey-project.org/"
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/$pkgname/releases/$pkgver/source/$pkgname-$pkgver.source.tar.bz2
- mozconfig
- seamonkey-2.0-lang.patch)
-md5sums=('04b961790658233b7dafb5222b251bf5'
- 'dda7576dd4ef9d11f368f095dcdd4d08'
- '25b6fe16ac24cd5c852213e5c1adb272')
-
-prepare() {
- cd comm-release
- cp ../mozconfig .mozconfig
- patch -Np1 -i ../seamonkey-2.0-lang.patch
-
- # Don't exit with error when some libs are missing which we have in
- # system.
- sed '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' \
- -i suite/installer/Makefile.in
-
- # configure script misdetects the preprocessor without an optimization level
- sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' configure
-}
-
-build() {
- cd comm-release
-
- export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver"
- export MOZ_MAKE_FLAGS="$MAKEFLAGS"
- unset MAKEFLAGS
- unset CPPFLAGS
-
- make -j1 -f client.mk build
-}
-
-package() {
- cd comm-release
-
- make -j1 -f client.mk DESTDIR="$pkgdir" install
-
- rm -rf "$pkgdir"/usr/lib/seamonkey-$pkgver/{dictionaries,hyphenation}
- ln -s /usr/share/hunspell "$pkgdir/usr/lib/seamonkey-$pkgver/dictionaries"
- ln -s /usr/share/hyphen "$pkgdir/usr/lib/seamonkey-$pkgver/hyphenation"
-
- install -Dm644 suite/branding/nightly/icons/gtk/seamonkey.png \
- "$pkgdir/usr/share/pixmaps/seamonkey.png"
-
- install -Dm644 mozilla/toolkit/mozapps/installer/linux/rpm/mozilla.desktop \
- "$pkgdir/usr/share/applications/seamonkey.desktop"
- sed -i 's/@MOZ_APP_DISPLAYNAME@/SeaMonkey internet suite/' \
- "$pkgdir/usr/share/applications/seamonkey.desktop"
- sed -i 's/@MOZ_APP_NAME@/seamonkey/' "$pkgdir/usr/share/applications/seamonkey.desktop"
-
- rm -f "$pkgdir/usr/lib/pkgconfig/"seamonkey-ns{s,pr}.pc
- rm -r "$pkgdir"/usr/{include,lib/seamonkey-devel-$pkgver,share/idl}
-}
-
Copied: seamonkey/repos/community-i686/PKGBUILD (from rev 97438, seamonkey/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-20 06:17:41 UTC (rev 97439)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=seamonkey
+pkgver=2.21
+pkgrel=1
+pkgdesc="SeaMonkey internet suite"
+arch=('i686' 'x86_64')
+license=('MPL')
+depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 'mime-types' 'mozilla-common' 'nss' 'sqlite' 'startup-notification')
+makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'yasm' 'wireless_tools' 'mesa' 'autoconf2.13' 'imake' 'python3')
+install=$pkgname.install
+url="http://www.seamonkey-project.org/"
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/$pkgname/releases/$pkgver/source/$pkgname-$pkgver.source.tar.bz2
+ mozconfig
+ seamonkey-2.0-lang.patch)
+md5sums=('f2ddfea12f80aab48cc3cfca9f15f2a2'
+ '925c96ed78ac587ac90d29cccc22bcbb'
+ '25b6fe16ac24cd5c852213e5c1adb272')
+
+prepare() {
+ cd comm-release
+ cp ../mozconfig .mozconfig
+ patch -Np1 -i ../seamonkey-2.0-lang.patch
+
+ # Don't exit with error when some libs are missing which we have in
+ # system.
+ sed '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' \
+ -i suite/installer/Makefile.in
+
+ # configure script misdetects the preprocessor without an optimization level
+ sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' configure
+}
+
+build() {
+ cd comm-release
+
+ export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver"
+ export MOZ_MAKE_FLAGS="$MAKEFLAGS"
+ unset MAKEFLAGS
+ unset CPPFLAGS
+
+ make -j1 -f client.mk build
+}
+
+package() {
+ cd comm-release
+
+ make -j1 -f client.mk DESTDIR="$pkgdir" install
+
+ rm -rf "$pkgdir"/usr/lib/seamonkey-$pkgver/{dictionaries,hyphenation}
+ ln -s /usr/share/hunspell "$pkgdir/usr/lib/seamonkey-$pkgver/dictionaries"
+ ln -s /usr/share/hyphen "$pkgdir/usr/lib/seamonkey-$pkgver/hyphenation"
+
+ install -Dm644 suite/branding/nightly/icons/gtk/seamonkey.png \
+ "$pkgdir/usr/share/pixmaps/seamonkey.png"
+
+ install -Dm644 mozilla/toolkit/mozapps/installer/linux/rpm/mozilla.desktop \
+ "$pkgdir/usr/share/applications/seamonkey.desktop"
+ sed -i 's/@MOZ_APP_DISPLAYNAME@/SeaMonkey internet suite/' \
+ "$pkgdir/usr/share/applications/seamonkey.desktop"
+ sed -i 's/@MOZ_APP_NAME@/seamonkey/' "$pkgdir/usr/share/applications/seamonkey.desktop"
+
+ rm -f "$pkgdir/usr/lib/pkgconfig/"seamonkey-ns{s,pr}.pc
+ rm -r "$pkgdir"/usr/{include,lib/seamonkey-devel-$pkgver,share/idl}
+}
+
Deleted: community-i686/mozconfig
===================================================================
--- community-i686/mozconfig 2013-09-20 06:16:41 UTC (rev 97438)
+++ community-i686/mozconfig 2013-09-20 06:17:41 UTC (rev 97439)
@@ -1,36 +0,0 @@
-ac_add_options --enable-application=suite
-
-ac_add_options --prefix=/usr
-ac_add_options --libdir=/usr/lib
-
-# System libraries
-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-ffi
-#ac_add_options --enable-system-cairo
-ac_add_options --with-pthreads
-ac_add_options --enable-system-pixman
-
-# Features
-ac_add_options --enable-startup-notification
-ac_add_options --enable-safe-browsing
-ac_add_options --enable-gio
-#ac_add_options --enable-gstreamer
-#ac_add_options --enable-pulseaudio
-
-
-ac_add_options --disable-gnomevfs
-ac_add_options --disable-crashreporter
-ac_add_options --disable-updater
-ac_add_options --disable-tests
-ac_add_options --disable-installer
-
-export MOZILLA_OFFICIAL=1
Copied: seamonkey/repos/community-i686/mozconfig (from rev 97438, seamonkey/trunk/mozconfig)
===================================================================
--- community-i686/mozconfig (rev 0)
+++ community-i686/mozconfig 2013-09-20 06:17:41 UTC (rev 97439)
@@ -0,0 +1,36 @@
+ac_add_options --enable-application=suite
+
+ac_add_options --prefix=/usr
+ac_add_options --libdir=/usr/lib
+
+# System libraries
+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-ffi
+#ac_add_options --enable-system-cairo
+ac_add_options --with-pthreads
+ac_add_options --enable-system-pixman
+
+# Features
+ac_add_options --enable-startup-notification
+ac_add_options --enable-safe-browsing
+ac_add_options --enable-gio
+ac_add_options --disable-gstreamer
+#ac_add_options --enable-pulseaudio
+
+
+ac_add_options --disable-gnomevfs
+ac_add_options --disable-crashreporter
+ac_add_options --disable-updater
+ac_add_options --disable-tests
+ac_add_options --disable-installer
+
+export MOZILLA_OFFICIAL=1
Deleted: community-i686/seamonkey-2.0-lang.patch
===================================================================
--- community-i686/seamonkey-2.0-lang.patch 2013-09-20 06:16:41 UTC (rev 97438)
+++ community-i686/seamonkey-2.0-lang.patch 2013-09-20 06:17:41 UTC (rev 97439)
@@ -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/community-i686/seamonkey-2.0-lang.patch (from rev 97438, seamonkey/trunk/seamonkey-2.0-lang.patch)
===================================================================
--- community-i686/seamonkey-2.0-lang.patch (rev 0)
+++ community-i686/seamonkey-2.0-lang.patch 2013-09-20 06:17:41 UTC (rev 97439)
@@ -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: community-i686/seamonkey.install
===================================================================
--- community-i686/seamonkey.install 2013-09-20 06:16:41 UTC (rev 97438)
+++ community-i686/seamonkey.install 2013-09-20 06:17:41 UTC (rev 97439)
@@ -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/community-i686/seamonkey.install (from rev 97438, seamonkey/trunk/seamonkey.install)
===================================================================
--- community-i686/seamonkey.install (rev 0)
+++ community-i686/seamonkey.install 2013-09-20 06:17:41 UTC (rev 97439)
@@ -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
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2013-09-20 06:16:41 UTC (rev 97438)
+++ community-x86_64/PKGBUILD 2013-09-20 06:17:41 UTC (rev 97439)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-
-pkgname=seamonkey
-pkgver=2.20
-pkgrel=1
-pkgdesc="SeaMonkey internet suite"
-arch=('i686' 'x86_64')
-license=('MPL')
-depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 'mime-types' 'mozilla-common' 'nss' 'sqlite' 'startup-notification')
-makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'yasm' 'wireless_tools' 'mesa' 'autoconf2.13' 'imake' 'python3')
-install=$pkgname.install
-url="http://www.seamonkey-project.org/"
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/$pkgname/releases/$pkgver/source/$pkgname-$pkgver.source.tar.bz2
- mozconfig
- seamonkey-2.0-lang.patch)
-md5sums=('04b961790658233b7dafb5222b251bf5'
- 'dda7576dd4ef9d11f368f095dcdd4d08'
- '25b6fe16ac24cd5c852213e5c1adb272')
-
-prepare() {
- cd comm-release
- cp ../mozconfig .mozconfig
- patch -Np1 -i ../seamonkey-2.0-lang.patch
-
- # Don't exit with error when some libs are missing which we have in
- # system.
- sed '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' \
- -i suite/installer/Makefile.in
-
- # configure script misdetects the preprocessor without an optimization level
- sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' configure
-}
-
-build() {
- cd comm-release
-
- export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver"
- export MOZ_MAKE_FLAGS="$MAKEFLAGS"
- unset MAKEFLAGS
- unset CPPFLAGS
-
- make -j1 -f client.mk build
-}
-
-package() {
- cd comm-release
-
- make -j1 -f client.mk DESTDIR="$pkgdir" install
-
- rm -rf "$pkgdir"/usr/lib/seamonkey-$pkgver/{dictionaries,hyphenation}
- ln -s /usr/share/hunspell "$pkgdir/usr/lib/seamonkey-$pkgver/dictionaries"
- ln -s /usr/share/hyphen "$pkgdir/usr/lib/seamonkey-$pkgver/hyphenation"
-
- install -Dm644 suite/branding/nightly/icons/gtk/seamonkey.png \
- "$pkgdir/usr/share/pixmaps/seamonkey.png"
-
- install -Dm644 mozilla/toolkit/mozapps/installer/linux/rpm/mozilla.desktop \
- "$pkgdir/usr/share/applications/seamonkey.desktop"
- sed -i 's/@MOZ_APP_DISPLAYNAME@/SeaMonkey internet suite/' \
- "$pkgdir/usr/share/applications/seamonkey.desktop"
- sed -i 's/@MOZ_APP_NAME@/seamonkey/' "$pkgdir/usr/share/applications/seamonkey.desktop"
-
- rm -f "$pkgdir/usr/lib/pkgconfig/"seamonkey-ns{s,pr}.pc
- rm -r "$pkgdir"/usr/{include,lib/seamonkey-devel-$pkgver,share/idl}
-}
-
Copied: seamonkey/repos/community-x86_64/PKGBUILD (from rev 97438, seamonkey/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-09-20 06:17:41 UTC (rev 97439)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=seamonkey
+pkgver=2.21
+pkgrel=1
+pkgdesc="SeaMonkey internet suite"
+arch=('i686' 'x86_64')
+license=('MPL')
+depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 'mime-types' 'mozilla-common' 'nss' 'sqlite' 'startup-notification')
+makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'yasm' 'wireless_tools' 'mesa' 'autoconf2.13' 'imake' 'python3')
+install=$pkgname.install
+url="http://www.seamonkey-project.org/"
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/$pkgname/releases/$pkgver/source/$pkgname-$pkgver.source.tar.bz2
+ mozconfig
+ seamonkey-2.0-lang.patch)
+md5sums=('f2ddfea12f80aab48cc3cfca9f15f2a2'
+ '925c96ed78ac587ac90d29cccc22bcbb'
+ '25b6fe16ac24cd5c852213e5c1adb272')
+
+prepare() {
+ cd comm-release
+ cp ../mozconfig .mozconfig
+ patch -Np1 -i ../seamonkey-2.0-lang.patch
+
+ # Don't exit with error when some libs are missing which we have in
+ # system.
+ sed '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' \
+ -i suite/installer/Makefile.in
+
+ # configure script misdetects the preprocessor without an optimization level
+ sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' configure
+}
+
+build() {
+ cd comm-release
+
+ export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver"
+ export MOZ_MAKE_FLAGS="$MAKEFLAGS"
+ unset MAKEFLAGS
+ unset CPPFLAGS
+
+ make -j1 -f client.mk build
+}
+
+package() {
+ cd comm-release
+
+ make -j1 -f client.mk DESTDIR="$pkgdir" install
+
+ rm -rf "$pkgdir"/usr/lib/seamonkey-$pkgver/{dictionaries,hyphenation}
+ ln -s /usr/share/hunspell "$pkgdir/usr/lib/seamonkey-$pkgver/dictionaries"
+ ln -s /usr/share/hyphen "$pkgdir/usr/lib/seamonkey-$pkgver/hyphenation"
+
+ install -Dm644 suite/branding/nightly/icons/gtk/seamonkey.png \
+ "$pkgdir/usr/share/pixmaps/seamonkey.png"
+
+ install -Dm644 mozilla/toolkit/mozapps/installer/linux/rpm/mozilla.desktop \
+ "$pkgdir/usr/share/applications/seamonkey.desktop"
+ sed -i 's/@MOZ_APP_DISPLAYNAME@/SeaMonkey internet suite/' \
+ "$pkgdir/usr/share/applications/seamonkey.desktop"
+ sed -i 's/@MOZ_APP_NAME@/seamonkey/' "$pkgdir/usr/share/applications/seamonkey.desktop"
+
+ rm -f "$pkgdir/usr/lib/pkgconfig/"seamonkey-ns{s,pr}.pc
+ rm -r "$pkgdir"/usr/{include,lib/seamonkey-devel-$pkgver,share/idl}
+}
+
Deleted: community-x86_64/mozconfig
===================================================================
--- community-x86_64/mozconfig 2013-09-20 06:16:41 UTC (rev 97438)
+++ community-x86_64/mozconfig 2013-09-20 06:17:41 UTC (rev 97439)
@@ -1,36 +0,0 @@
-ac_add_options --enable-application=suite
-
-ac_add_options --prefix=/usr
-ac_add_options --libdir=/usr/lib
-
-# System libraries
-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-ffi
-#ac_add_options --enable-system-cairo
-ac_add_options --with-pthreads
-ac_add_options --enable-system-pixman
-
-# Features
-ac_add_options --enable-startup-notification
-ac_add_options --enable-safe-browsing
-ac_add_options --enable-gio
-#ac_add_options --enable-gstreamer
-#ac_add_options --enable-pulseaudio
-
-
-ac_add_options --disable-gnomevfs
-ac_add_options --disable-crashreporter
-ac_add_options --disable-updater
-ac_add_options --disable-tests
-ac_add_options --disable-installer
-
-export MOZILLA_OFFICIAL=1
Copied: seamonkey/repos/community-x86_64/mozconfig (from rev 97438, seamonkey/trunk/mozconfig)
===================================================================
--- community-x86_64/mozconfig (rev 0)
+++ community-x86_64/mozconfig 2013-09-20 06:17:41 UTC (rev 97439)
@@ -0,0 +1,36 @@
+ac_add_options --enable-application=suite
+
+ac_add_options --prefix=/usr
+ac_add_options --libdir=/usr/lib
+
+# System libraries
+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-ffi
+#ac_add_options --enable-system-cairo
+ac_add_options --with-pthreads
+ac_add_options --enable-system-pixman
+
+# Features
+ac_add_options --enable-startup-notification
+ac_add_options --enable-safe-browsing
+ac_add_options --enable-gio
+ac_add_options --disable-gstreamer
+#ac_add_options --enable-pulseaudio
+
+
+ac_add_options --disable-gnomevfs
+ac_add_options --disable-crashreporter
+ac_add_options --disable-updater
+ac_add_options --disable-tests
+ac_add_options --disable-installer
+
+export MOZILLA_OFFICIAL=1
Deleted: community-x86_64/seamonkey-2.0-lang.patch
===================================================================
--- community-x86_64/seamonkey-2.0-lang.patch 2013-09-20 06:16:41 UTC (rev 97438)
+++ community-x86_64/seamonkey-2.0-lang.patch 2013-09-20 06:17:41 UTC (rev 97439)
@@ -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/community-x86_64/seamonkey-2.0-lang.patch (from rev 97438, seamonkey/trunk/seamonkey-2.0-lang.patch)
===================================================================
--- community-x86_64/seamonkey-2.0-lang.patch (rev 0)
+++ community-x86_64/seamonkey-2.0-lang.patch 2013-09-20 06:17:41 UTC (rev 97439)
@@ -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: community-x86_64/seamonkey.install
===================================================================
--- community-x86_64/seamonkey.install 2013-09-20 06:16:41 UTC (rev 97438)
+++ community-x86_64/seamonkey.install 2013-09-20 06:17:41 UTC (rev 97439)
@@ -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/community-x86_64/seamonkey.install (from rev 97438, seamonkey/trunk/seamonkey.install)
===================================================================
--- community-x86_64/seamonkey.install (rev 0)
+++ community-x86_64/seamonkey.install 2013-09-20 06:17:41 UTC (rev 97439)
@@ -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