[arch-commits] Commit in seamonkey/repos (20 files)

2016-12-23 Thread Kyle Keen
Date: Friday, December 23, 2016 @ 09:11:54
  Author: kkeen
Revision: 201241

archrelease: copy trunk to community-i686, community-x86_64

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 201240, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 201240, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/rhbz-966424.patch
(from rev 201240, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 201240, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 201240, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 201240, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/rhbz-966424.patch
(from rev 201240, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 201240, seamonkey/trunk/seamonkey-2.0-lang.patch)
Deleted:
  seamonkey/repos/community-i686/PKGBUILD
  seamonkey/repos/community-i686/mozconfig
  seamonkey/repos/community-i686/mozilla-1245076-1.patch
  seamonkey/repos/community-i686/mozilla-1245076.patch
  seamonkey/repos/community-i686/rhbz-966424.patch
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
  seamonkey/repos/community-x86_64/PKGBUILD
  seamonkey/repos/community-x86_64/mozconfig
  seamonkey/repos/community-x86_64/mozilla-1245076-1.patch
  seamonkey/repos/community-x86_64/mozilla-1245076.patch
  seamonkey/repos/community-x86_64/rhbz-966424.patch
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch

---+
 /PKGBUILD |  168 
 /mozconfig|   72 
 /rhbz-966424.patch|   46 +++
 /seamonkey-2.0-lang.patch |   22 +++
 community-i686/PKGBUILD   |   92 ---
 community-i686/mozconfig  |   36 --
 community-i686/mozilla-1245076-1.patch|   49 
 community-i686/mozilla-1245076.patch  |   23 ---
 community-i686/rhbz-966424.patch  |   23 ---
 community-i686/seamonkey-2.0-lang.patch   |   11 -
 community-x86_64/PKGBUILD |   92 ---
 community-x86_64/mozconfig|   36 --
 community-x86_64/mozilla-1245076-1.patch  |   49 
 community-x86_64/mozilla-1245076.patch|   23 ---
 community-x86_64/rhbz-966424.patch|   23 ---
 community-x86_64/seamonkey-2.0-lang.patch |   11 -
 16 files changed, 308 insertions(+), 468 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-23 09:11:33 UTC (rev 201240)
+++ community-i686/PKGBUILD 2016-12-23 09:11:54 UTC (rev 201241)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgname=seamonkey
-pkgver=2.40
-pkgrel=7
-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' 'libpulse' 'icu' 'gconf')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3' 'gst-plugins-base')
-optdepends=('gst-plugins-base: vorbis decoding, ogg demuxing'
-'gst-plugins-bad: aac, vp8 and opus decoding'
-'gst-plugins-good: webm and mp4 demuxing'
-'gst-plugins-ugly: h.264 decoding')
-url="http://www.seamonkey-project.org/;
-source=(https://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz
-mozconfig
-seamonkey-2.0-lang.patch
-rhbz-966424.patch
-mozilla-1245076.patch
-mozilla-1245076-1.patch)
-md5sums=('5789df8f96e14577c275f10fdf8462f3'
- '9b6d65e9b77acf9fd7c6e3578a5d2acd'
- '25b6fe16ac24cd5c852213e5c1adb272'
- '8c1578232b7a60fa1caa9a0b322d1e2b'
- '43550e772f110a338d5a42914ee2c3a6'
- '772aac58e3a7e8a32bedd898bc35dc90')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cp ../mozconfig .mozconfig
-  #patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  # FS#48404
-  echo "ac_add_options --enable-gstreamer=1.0" >> .mozconfig
-
-  # https://bugs.archlinux.org/task/41689
-  patch -Np1 -d mozilla -i ../../rhbz-966424.patch
-
-  # Don't exit with error when some libs are missing which we have in
-  # system.
-  sed -i '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' suite/installer/Makefile.in
-
-  # configure script misdetects the preprocessor without an optimization level
-  sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' configure
-
-  # 2.26 build fix from wgnie (blfs ch 37)
-  sed -i 's/$(MOZ_ZLIB_CFLAGS)/& $(MOZ_PIXMAN_CFLAGS)/' config/config.mk
-
-  # GCC 6
-  patch -Np1 -d mozilla -i 

[arch-commits] Commit in seamonkey/repos (20 files)

2016-11-27 Thread Evangelos Foutras
Date: Sunday, November 27, 2016 @ 14:02:14
  Author: foutrelis
Revision: 197028

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  seamonkey/repos/community-staging-i686/
  seamonkey/repos/community-staging-i686/PKGBUILD
(from rev 197027, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-staging-i686/hunspell14.patch
(from rev 197027, seamonkey/trunk/hunspell14.patch)
  seamonkey/repos/community-staging-i686/hunspell141.patch
(from rev 197027, seamonkey/trunk/hunspell141.patch)
  seamonkey/repos/community-staging-i686/hunspell15.patch
(from rev 197027, seamonkey/trunk/hunspell15.patch)
  seamonkey/repos/community-staging-i686/mozconfig
(from rev 197027, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-staging-i686/mozilla-1245076-1.patch
(from rev 197027, seamonkey/trunk/mozilla-1245076-1.patch)
  seamonkey/repos/community-staging-i686/mozilla-1245076.patch
(from rev 197027, seamonkey/trunk/mozilla-1245076.patch)
  seamonkey/repos/community-staging-i686/rhbz-966424.patch
(from rev 197027, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-staging-i686/seamonkey-2.0-lang.patch
(from rev 197027, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-staging-x86_64/
  seamonkey/repos/community-staging-x86_64/PKGBUILD
(from rev 197027, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-staging-x86_64/hunspell14.patch
(from rev 197027, seamonkey/trunk/hunspell14.patch)
  seamonkey/repos/community-staging-x86_64/hunspell141.patch
(from rev 197027, seamonkey/trunk/hunspell141.patch)
  seamonkey/repos/community-staging-x86_64/hunspell15.patch
(from rev 197027, seamonkey/trunk/hunspell15.patch)
  seamonkey/repos/community-staging-x86_64/mozconfig
(from rev 197027, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-staging-x86_64/mozilla-1245076-1.patch
(from rev 197027, seamonkey/trunk/mozilla-1245076-1.patch)
  seamonkey/repos/community-staging-x86_64/mozilla-1245076.patch
(from rev 197027, seamonkey/trunk/mozilla-1245076.patch)
  seamonkey/repos/community-staging-x86_64/rhbz-966424.patch
(from rev 197027, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-staging-x86_64/seamonkey-2.0-lang.patch
(from rev 197027, seamonkey/trunk/seamonkey-2.0-lang.patch)

---+
 community-staging-i686/PKGBUILD   |  103 
 community-staging-i686/hunspell14.patch   |33504 
 community-staging-i686/hunspell141.patch  |   45 
 community-staging-i686/hunspell15.patch   |12946 +++
 community-staging-i686/mozconfig  |   36 
 community-staging-i686/mozilla-1245076-1.patch|   49 
 community-staging-i686/mozilla-1245076.patch  |   23 
 community-staging-i686/rhbz-966424.patch  |   23 
 community-staging-i686/seamonkey-2.0-lang.patch   |   11 
 community-staging-x86_64/PKGBUILD |  103 
 community-staging-x86_64/hunspell14.patch |33504 
 community-staging-x86_64/hunspell141.patch|   45 
 community-staging-x86_64/hunspell15.patch |12946 +++
 community-staging-x86_64/mozconfig|   36 
 community-staging-x86_64/mozilla-1245076-1.patch  |   49 
 community-staging-x86_64/mozilla-1245076.patch|   23 
 community-staging-x86_64/rhbz-966424.patch|   23 
 community-staging-x86_64/seamonkey-2.0-lang.patch |   11 
 18 files changed, 93480 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 197027:197028 to see the changes.


[arch-commits] Commit in seamonkey/repos (20 files)

2016-03-14 Thread Kyle Keen
Date: Monday, March 14, 2016 @ 18:56:46
  Author: kkeen
Revision: 166744

archrelease: copy trunk to community-i686, community-x86_64

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 166743, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 166743, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/rhbz-966424.patch
(from rev 166743, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 166743, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-i686/seamonkey.install
(from rev 166743, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 166743, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 166743, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/rhbz-966424.patch
(from rev 166743, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 166743, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 166743, seamonkey/trunk/seamonkey.install)
Deleted:
  seamonkey/repos/community-i686/PKGBUILD
  seamonkey/repos/community-i686/mozconfig
  seamonkey/repos/community-i686/rhbz-966424.patch
  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/rhbz-966424.patch
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 /PKGBUILD |  162 
 /mozconfig|   72 
 /rhbz-966424.patch|   46 +++
 /seamonkey-2.0-lang.patch |   22 +++
 /seamonkey.install|   24 
 community-i686/PKGBUILD   |   81 --
 community-i686/mozconfig  |   36 --
 community-i686/rhbz-966424.patch  |   23 ---
 community-i686/seamonkey-2.0-lang.patch   |   11 -
 community-i686/seamonkey.install  |   12 --
 community-x86_64/PKGBUILD |   81 --
 community-x86_64/mozconfig|   36 --
 community-x86_64/rhbz-966424.patch|   23 ---
 community-x86_64/seamonkey-2.0-lang.patch |   11 -
 community-x86_64/seamonkey.install|   12 --
 15 files changed, 326 insertions(+), 326 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-14 17:56:06 UTC (rev 166743)
+++ community-i686/PKGBUILD 2016-03-14 17:56:46 UTC (rev 166744)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgname=seamonkey
-pkgver=2.39
-pkgrel=3
-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' 'libpulse' 'icu' 'gconf')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3' 'gst-plugins-base')
-optdepends=('gst-plugins-base: vorbis decoding, ogg demuxing'
-'gst-plugins-bad: aac, vp8 and opus decoding'
-'gst-plugins-good: webm and mp4 demuxing'
-'gst-plugins-ugly: h.264 decoding')
-install=$pkgname.install
-url="http://www.seamonkey-project.org/;
-source=(https://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz
-mozconfig
-seamonkey-2.0-lang.patch
-rhbz-966424.patch)
-md5sums=('eb571346b1ad00d3197d48aa0a906102'
- '9b6d65e9b77acf9fd7c6e3578a5d2acd'
- '25b6fe16ac24cd5c852213e5c1adb272'
- '8c1578232b7a60fa1caa9a0b322d1e2b')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cp ../mozconfig .mozconfig
-  #patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  # FS#48404
-  echo "ac_add_options --enable-gstreamer=1.0" >> .mozconfig
-
-  # https://bugs.archlinux.org/task/41689
-  patch -Np1 -d mozilla -i ../../rhbz-966424.patch
-
-  # Don't exit with error when some libs are missing which we have in
-  # system.
-  sed -i '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' suite/installer/Makefile.in
-
-  # configure script misdetects the preprocessor without an optimization level
-  sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' configure
-
-  # 2.26 build fix from wgnie (blfs ch 37)
-  sed -i 's/$(MOZ_ZLIB_CFLAGS)/& $(MOZ_PIXMAN_CFLAGS)/' config/config.mk
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver"
-  export MOZ_MAKE_FLAGS="$MAKEFLAGS"
-  

[arch-commits] Commit in seamonkey/repos (20 files)

2016-03-12 Thread Kyle Keen
Date: Saturday, March 12, 2016 @ 15:22:09
  Author: kkeen
Revision: 166394

archrelease: copy trunk to community-i686, community-x86_64

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 166393, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 166393, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/rhbz-966424.patch
(from rev 166393, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 166393, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-i686/seamonkey.install
(from rev 166393, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 166393, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 166393, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/rhbz-966424.patch
(from rev 166393, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 166393, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 166393, seamonkey/trunk/seamonkey.install)
Deleted:
  seamonkey/repos/community-i686/PKGBUILD
  seamonkey/repos/community-i686/mozconfig
  seamonkey/repos/community-i686/rhbz-966424.patch
  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/rhbz-966424.patch
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 /PKGBUILD |  162 
 /mozconfig|   72 
 /rhbz-966424.patch|   46 +++
 /seamonkey-2.0-lang.patch |   22 +++
 /seamonkey.install|   24 
 community-i686/PKGBUILD   |   78 -
 community-i686/mozconfig  |   36 --
 community-i686/rhbz-966424.patch  |   23 ---
 community-i686/seamonkey-2.0-lang.patch   |   11 -
 community-i686/seamonkey.install  |   12 --
 community-x86_64/PKGBUILD |   78 -
 community-x86_64/mozconfig|   36 --
 community-x86_64/rhbz-966424.patch|   23 ---
 community-x86_64/seamonkey-2.0-lang.patch |   11 -
 community-x86_64/seamonkey.install|   12 --
 15 files changed, 326 insertions(+), 320 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-12 14:20:10 UTC (rev 166393)
+++ community-i686/PKGBUILD 2016-03-12 14:22:09 UTC (rev 166394)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgname=seamonkey
-pkgver=2.39
-pkgrel=2
-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' 'libpulse' 'icu' 'gconf')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3' 'gstreamer0.10-base')
-optdepends=('gstreamer0.10-base-plugins: vorbis decoding, ogg demuxing'
-'gstreamer0.10-bad-plugins: aac, vp8 and opus decoding'
-'gstreamer0.10-good-plugins: webm and mp4 demuxing'
-'gstreamer0.10-ugly-plugins: h.264 decoding')
-install=$pkgname.install
-url="http://www.seamonkey-project.org/;
-source=(https://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz
-mozconfig
-seamonkey-2.0-lang.patch
-rhbz-966424.patch)
-md5sums=('eb571346b1ad00d3197d48aa0a906102'
- '9b6d65e9b77acf9fd7c6e3578a5d2acd'
- '25b6fe16ac24cd5c852213e5c1adb272'
- '8c1578232b7a60fa1caa9a0b322d1e2b')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cp ../mozconfig .mozconfig
-  #patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  # https://bugs.archlinux.org/task/41689
-  patch -Np1 -d mozilla -i ../../rhbz-966424.patch
-
-  # Don't exit with error when some libs are missing which we have in
-  # system.
-  sed -i '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' suite/installer/Makefile.in
-
-  # configure script misdetects the preprocessor without an optimization level
-  sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' configure
-
-  # 2.26 build fix from wgnie (blfs ch 37)
-  sed -i 's/$(MOZ_ZLIB_CFLAGS)/& $(MOZ_PIXMAN_CFLAGS)/' config/config.mk
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver"
-  export MOZ_MAKE_FLAGS="$MAKEFLAGS"
-  unset MAKEFLAGS
-  unset CPPFLAGS
-
-  

[arch-commits] Commit in seamonkey/repos (20 files)

2015-11-11 Thread Kyle Keen
Date: Wednesday, November 11, 2015 @ 16:17:37
  Author: kkeen
Revision: 146589

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  seamonkey/repos/community-testing-i686/PKGBUILD
(from rev 146588, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-testing-i686/mozconfig
(from rev 146588, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-testing-i686/rhbz-966424.patch
(from rev 146588, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-testing-i686/seamonkey-2.0-lang.patch
(from rev 146588, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-testing-i686/seamonkey.install
(from rev 146588, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-testing-x86_64/PKGBUILD
(from rev 146588, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-testing-x86_64/mozconfig
(from rev 146588, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-testing-x86_64/rhbz-966424.patch
(from rev 146588, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-testing-x86_64/seamonkey-2.0-lang.patch
(from rev 146588, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-testing-x86_64/seamonkey.install
(from rev 146588, seamonkey/trunk/seamonkey.install)
Deleted:
  seamonkey/repos/community-testing-i686/PKGBUILD
  seamonkey/repos/community-testing-i686/mozconfig
  seamonkey/repos/community-testing-i686/rhbz-966424.patch
  seamonkey/repos/community-testing-i686/seamonkey-2.0-lang.patch
  seamonkey/repos/community-testing-i686/seamonkey.install
  seamonkey/repos/community-testing-x86_64/PKGBUILD
  seamonkey/repos/community-testing-x86_64/mozconfig
  seamonkey/repos/community-testing-x86_64/rhbz-966424.patch
  seamonkey/repos/community-testing-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/community-testing-x86_64/seamonkey.install

---+
 /PKGBUILD |  156 
 /mozconfig|   72 +
 /rhbz-966424.patch|   46 +
 /seamonkey-2.0-lang.patch |   22 ++
 /seamonkey.install|   24 +++
 community-testing-i686/PKGBUILD   |   78 --
 community-testing-i686/mozconfig  |   36 
 community-testing-i686/rhbz-966424.patch  |   23 --
 community-testing-i686/seamonkey-2.0-lang.patch   |   11 -
 community-testing-i686/seamonkey.install  |   12 -
 community-testing-x86_64/PKGBUILD |   78 --
 community-testing-x86_64/mozconfig|   36 
 community-testing-x86_64/rhbz-966424.patch|   23 --
 community-testing-x86_64/seamonkey-2.0-lang.patch |   11 -
 community-testing-x86_64/seamonkey.install|   12 -
 15 files changed, 320 insertions(+), 320 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-11-11 15:17:01 UTC (rev 146588)
+++ community-testing-i686/PKGBUILD 2015-11-11 15:17:37 UTC (rev 146589)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgname=seamonkey
-pkgver=2.38
-pkgrel=2
-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' 'libpulse' 'icu' 'gconf')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3' 'gstreamer0.10-base')
-optdepends=('gstreamer0.10-base-plugins: vorbis decoding, ogg demuxing'
-'gstreamer0.10-bad-plugins: aac, vp8 and opus decoding'
-'gstreamer0.10-good-plugins: webm and mp4 demuxing'
-'gstreamer0.10-ugly-plugins: h.264 decoding')
-install=$pkgname.install
-url="http://www.seamonkey-project.org/;
-source=(https://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz
-mozconfig
-seamonkey-2.0-lang.patch
-rhbz-966424.patch)
-md5sums=('d77b2550665a94a88c69368f4cf54833'
- '9b6d65e9b77acf9fd7c6e3578a5d2acd'
- '25b6fe16ac24cd5c852213e5c1adb272'
- '8c1578232b7a60fa1caa9a0b322d1e2b')
-
-prepare() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  #patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  # https://bugs.archlinux.org/task/41689
-  patch -Np1 -d mozilla -i ../../rhbz-966424.patch
-
-  # Don't exit with error when some libs are missing which we have in
-  # system.
-  sed -i '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' suite/installer/Makefile.in
-
-  # configure script misdetects the preprocessor without an optimization level
-  sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' configure
-
-  # 2.26 

[arch-commits] Commit in seamonkey/repos (20 files)

2015-10-05 Thread Kyle Keen
Date: Monday, October 5, 2015 @ 15:51:47
  Author: kkeen
Revision: 143005

archrelease: copy trunk to community-i686, community-x86_64

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 143004, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 143004, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/rhbz-966424.patch
(from rev 143004, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 143004, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-i686/seamonkey.install
(from rev 143004, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 143004, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 143004, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/rhbz-966424.patch
(from rev 143004, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 143004, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 143004, seamonkey/trunk/seamonkey.install)
Deleted:
  seamonkey/repos/community-i686/PKGBUILD
  seamonkey/repos/community-i686/mozconfig
  seamonkey/repos/community-i686/rhbz-966424.patch
  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/rhbz-966424.patch
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 /PKGBUILD |  156 
 /mozconfig|   72 
 /rhbz-966424.patch|   46 
 /seamonkey-2.0-lang.patch |   22 +++
 /seamonkey.install|   24 
 community-i686/PKGBUILD   |   78 --
 community-i686/mozconfig  |   36 --
 community-i686/rhbz-966424.patch  |   23 
 community-i686/seamonkey-2.0-lang.patch   |   11 -
 community-i686/seamonkey.install  |   12 --
 community-x86_64/PKGBUILD |   78 --
 community-x86_64/mozconfig|   36 --
 community-x86_64/rhbz-966424.patch|   23 
 community-x86_64/seamonkey-2.0-lang.patch |   11 -
 community-x86_64/seamonkey.install|   12 --
 15 files changed, 320 insertions(+), 320 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-05 13:50:47 UTC (rev 143004)
+++ community-i686/PKGBUILD 2015-10-05 13:51:47 UTC (rev 143005)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgname=seamonkey
-pkgver=2.35
-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' 'libpulse' 'icu')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3' 'gstreamer0.10-base')
-optdepends=('gstreamer0.10-base-plugins: vorbis decoding, ogg demuxing'
-'gstreamer0.10-bad-plugins: aac, vp8 and opus decoding'
-'gstreamer0.10-good-plugins: webm and mp4 demuxing'
-'gstreamer0.10-ugly-plugins: h.264 decoding')
-install=$pkgname.install
-url="http://www.seamonkey-project.org/;
-source=(https://ftp.mozilla.org/pub/mozilla.org/$pkgname/releases/$pkgver/source/$pkgname-$pkgver.source.tar.bz2
-mozconfig
-seamonkey-2.0-lang.patch
-rhbz-966424.patch)
-md5sums=('feeb58801e8fcb114d9fb79dee6ca721'
- '9b6d65e9b77acf9fd7c6e3578a5d2acd'
- '25b6fe16ac24cd5c852213e5c1adb272'
- '8c1578232b7a60fa1caa9a0b322d1e2b')
-
-prepare() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  #patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  # https://bugs.archlinux.org/task/41689
-  patch -Np1 -d mozilla -i ../../rhbz-966424.patch
-
-  # Don't exit with error when some libs are missing which we have in
-  # system.
-  sed -i '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' suite/installer/Makefile.in
-
-  # configure script misdetects the preprocessor without an optimization level
-  sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' configure
-
-  # 2.26 build fix from wgnie (blfs ch 37)
-  sed -i 's/$(MOZ_ZLIB_CFLAGS)/& $(MOZ_PIXMAN_CFLAGS)/' config/config.mk
-}
-
-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 

[arch-commits] Commit in seamonkey/repos (20 files)

2015-09-04 Thread Kyle Keen
Date: Friday, September 4, 2015 @ 13:35:28
  Author: kkeen
Revision: 139199

archrelease: copy trunk to community-i686, community-x86_64

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 139198, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 139198, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/rhbz-966424.patch
(from rev 139198, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 139198, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-i686/seamonkey.install
(from rev 139198, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 139198, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 139198, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/rhbz-966424.patch
(from rev 139198, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 139198, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 139198, seamonkey/trunk/seamonkey.install)
Deleted:
  seamonkey/repos/community-i686/PKGBUILD
  seamonkey/repos/community-i686/mozconfig
  seamonkey/repos/community-i686/rhbz-966424.patch
  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/rhbz-966424.patch
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 /PKGBUILD |  156 
 /mozconfig|   72 
 /rhbz-966424.patch|   46 
 /seamonkey-2.0-lang.patch |   22 +++
 /seamonkey.install|   24 
 community-i686/PKGBUILD   |   78 --
 community-i686/mozconfig  |   36 --
 community-i686/rhbz-966424.patch  |   23 
 community-i686/seamonkey-2.0-lang.patch   |   11 -
 community-i686/seamonkey.install  |   12 --
 community-x86_64/PKGBUILD |   78 --
 community-x86_64/mozconfig|   36 --
 community-x86_64/rhbz-966424.patch|   23 
 community-x86_64/seamonkey-2.0-lang.patch |   11 -
 community-x86_64/seamonkey.install|   12 --
 15 files changed, 320 insertions(+), 320 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-04 11:34:53 UTC (rev 139198)
+++ community-i686/PKGBUILD 2015-09-04 11:35:28 UTC (rev 139199)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgname=seamonkey
-pkgver=2.33.1
-pkgrel=2
-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' 'libpulse' 'icu')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3' 'gstreamer0.10-base')
-optdepends=('gstreamer0.10-base-plugins: vorbis decoding, ogg demuxing'
-'gstreamer0.10-bad-plugins: aac, vp8 and opus decoding'
-'gstreamer0.10-good-plugins: webm and mp4 demuxing'
-'gstreamer0.10-ugly-plugins: h.264 decoding')
-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
-rhbz-966424.patch)
-md5sums=('d9b1f863cb8808ca92a2d9ac004ae5ee'
- '9b6d65e9b77acf9fd7c6e3578a5d2acd'
- '25b6fe16ac24cd5c852213e5c1adb272'
- '8c1578232b7a60fa1caa9a0b322d1e2b')
-
-prepare() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  #patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  # https://bugs.archlinux.org/task/41689
-  patch -Np1 -d mozilla -i ../../rhbz-966424.patch
-
-  # Don't exit with error when some libs are missing which we have in
-  # system.
-  sed -i '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' suite/installer/Makefile.in
-
-  # configure script misdetects the preprocessor without an optimization level
-  sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' configure
-
-  # 2.26 build fix from wgnie (blfs ch 37)
-  sed -i 's/$(MOZ_ZLIB_CFLAGS)/& $(MOZ_PIXMAN_CFLAGS)/' config/config.mk
-}
-
-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 

[arch-commits] Commit in seamonkey/repos (20 files)

2015-03-25 Thread Kyle Keen
Date: Thursday, March 26, 2015 @ 03:38:35
  Author: kkeen
Revision: 129930

archrelease: copy trunk to community-i686, community-x86_64

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 129929, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 129929, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/rhbz-966424.patch
(from rev 129929, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 129929, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-i686/seamonkey.install
(from rev 129929, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 129929, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 129929, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/rhbz-966424.patch
(from rev 129929, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 129929, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 129929, seamonkey/trunk/seamonkey.install)
Deleted:
  seamonkey/repos/community-i686/PKGBUILD
  seamonkey/repos/community-i686/mozconfig
  seamonkey/repos/community-i686/rhbz-966424.patch
  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/rhbz-966424.patch
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 /PKGBUILD |  156 
 /mozconfig|   72 
 /rhbz-966424.patch|   46 
 /seamonkey-2.0-lang.patch |   22 +++
 /seamonkey.install|   24 
 community-i686/PKGBUILD   |   78 --
 community-i686/mozconfig  |   36 --
 community-i686/rhbz-966424.patch  |   23 
 community-i686/seamonkey-2.0-lang.patch   |   11 -
 community-i686/seamonkey.install  |   12 --
 community-x86_64/PKGBUILD |   78 --
 community-x86_64/mozconfig|   36 --
 community-x86_64/rhbz-966424.patch|   23 
 community-x86_64/seamonkey-2.0-lang.patch |   11 -
 community-x86_64/seamonkey.install|   12 --
 15 files changed, 320 insertions(+), 320 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-26 02:38:00 UTC (rev 129929)
+++ community-i686/PKGBUILD 2015-03-26 02:38:35 UTC (rev 129930)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-
-pkgname=seamonkey
-pkgver=2.33
-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' 'libpulse' 'icu')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3' 'gstreamer0.10-base')
-optdepends=('gstreamer0.10-base-plugins: vorbis decoding, ogg demuxing'
-'gstreamer0.10-bad-plugins: aac, vp8 and opus decoding'
-'gstreamer0.10-good-plugins: webm and mp4 demuxing'
-'gstreamer0.10-ugly-plugins: h.264 decoding')
-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
-rhbz-966424.patch)
-md5sums=('94a2ff3ac33602218fea4dfb5ef4af16'
- '9b6d65e9b77acf9fd7c6e3578a5d2acd'
- '25b6fe16ac24cd5c852213e5c1adb272'
- '8c1578232b7a60fa1caa9a0b322d1e2b')
-
-prepare() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  #patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  # https://bugs.archlinux.org/task/41689
-  patch -Np1 -d mozilla -i ../../rhbz-966424.patch
-
-  # Don't exit with error when some libs are missing which we have in
-  # system.
-  sed -i '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' suite/installer/Makefile.in
-
-  # configure script misdetects the preprocessor without an optimization level
-  sed -i '/ac_cpp=/s/$CPPFLAGS/ -O2/' configure
-
-  # 2.26 build fix from wgnie (blfs ch 37)
-  sed -i 's/$(MOZ_ZLIB_CFLAGS)/ $(MOZ_PIXMAN_CFLAGS)/' config/config.mk
-}
-
-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
-}
-

[arch-commits] Commit in seamonkey/repos (20 files)

2015-03-11 Thread Kyle Keen
Date: Thursday, March 12, 2015 @ 04:25:07
  Author: kkeen
Revision: 129088

archrelease: copy trunk to community-i686, community-x86_64

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 129087, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 129087, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/rhbz-966424.patch
(from rev 129087, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 129087, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-i686/seamonkey.install
(from rev 129087, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 129087, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 129087, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/rhbz-966424.patch
(from rev 129087, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 129087, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 129087, seamonkey/trunk/seamonkey.install)
Deleted:
  seamonkey/repos/community-i686/PKGBUILD
  seamonkey/repos/community-i686/mozconfig
  seamonkey/repos/community-i686/rhbz-966424.patch
  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/rhbz-966424.patch
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 /PKGBUILD |  156 
 /mozconfig|   72 
 /rhbz-966424.patch|   46 
 /seamonkey-2.0-lang.patch |   22 +++
 /seamonkey.install|   24 
 community-i686/PKGBUILD   |   78 --
 community-i686/mozconfig  |   36 --
 community-i686/rhbz-966424.patch  |   23 
 community-i686/seamonkey-2.0-lang.patch   |   11 -
 community-i686/seamonkey.install  |   12 --
 community-x86_64/PKGBUILD |   78 --
 community-x86_64/mozconfig|   36 --
 community-x86_64/rhbz-966424.patch|   23 
 community-x86_64/seamonkey-2.0-lang.patch |   11 -
 community-x86_64/seamonkey.install|   12 --
 15 files changed, 320 insertions(+), 320 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-12 03:24:29 UTC (rev 129087)
+++ community-i686/PKGBUILD 2015-03-12 03:25:07 UTC (rev 129088)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-
-pkgname=seamonkey
-pkgver=2.32.1
-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' 'libpulse' 'icu')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3' 'gstreamer0.10-base')
-optdepends=('gstreamer0.10-base-plugins: vorbis decoding, ogg demuxing'
-'gstreamer0.10-bad-plugins: aac, vp8 and opus decoding'
-'gstreamer0.10-good-plugins: webm and mp4 demuxing'
-'gstreamer0.10-ugly-plugins: h.264 decoding')
-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
-rhbz-966424.patch)
-md5sums=('88a90d29af5f05e12a9c91e4c4d57c6e'
- '9b6d65e9b77acf9fd7c6e3578a5d2acd'
- '25b6fe16ac24cd5c852213e5c1adb272'
- '8c1578232b7a60fa1caa9a0b322d1e2b')
-
-prepare() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  #patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  # https://bugs.archlinux.org/task/41689
-  patch -Np1 -d mozilla -i ../../rhbz-966424.patch
-
-  # Don't exit with error when some libs are missing which we have in
-  # system.
-  sed -i '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' suite/installer/Makefile.in
-
-  # configure script misdetects the preprocessor without an optimization level
-  sed -i '/ac_cpp=/s/$CPPFLAGS/ -O2/' configure
-
-  # 2.26 build fix from wgnie (blfs ch 37)
-  sed -i 's/$(MOZ_ZLIB_CFLAGS)/ $(MOZ_PIXMAN_CFLAGS)/' config/config.mk
-}
-
-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
-}
-

[arch-commits] Commit in seamonkey/repos (20 files)

2015-02-06 Thread Kyle Keen
Date: Saturday, February 7, 2015 @ 05:31:51
  Author: kkeen
Revision: 127211

archrelease: copy trunk to community-i686, community-x86_64

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 127210, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 127210, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/rhbz-966424.patch
(from rev 127210, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 127210, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-i686/seamonkey.install
(from rev 127210, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 127210, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 127210, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/rhbz-966424.patch
(from rev 127210, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 127210, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 127210, seamonkey/trunk/seamonkey.install)
Deleted:
  seamonkey/repos/community-i686/PKGBUILD
  seamonkey/repos/community-i686/mozconfig
  seamonkey/repos/community-i686/rhbz-966424.patch
  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/rhbz-966424.patch
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 /PKGBUILD |  156 
 /mozconfig|   72 
 /rhbz-966424.patch|   46 
 /seamonkey-2.0-lang.patch |   22 +++
 /seamonkey.install|   24 
 community-i686/PKGBUILD   |   78 --
 community-i686/mozconfig  |   36 --
 community-i686/rhbz-966424.patch  |   23 
 community-i686/seamonkey-2.0-lang.patch   |   11 -
 community-i686/seamonkey.install  |   12 --
 community-x86_64/PKGBUILD |   78 --
 community-x86_64/mozconfig|   36 --
 community-x86_64/rhbz-966424.patch|   23 
 community-x86_64/seamonkey-2.0-lang.patch |   11 -
 community-x86_64/seamonkey.install|   12 --
 15 files changed, 320 insertions(+), 320 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-07 04:27:45 UTC (rev 127210)
+++ community-i686/PKGBUILD 2015-02-07 04:31:51 UTC (rev 127211)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-
-pkgname=seamonkey
-pkgver=2.32
-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' 'libpulse' 'icu')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3' 'gstreamer0.10-base')
-optdepends=('gstreamer0.10-base-plugins: vorbis decoding, ogg demuxing'
-'gstreamer0.10-bad-plugins: aac, vp8 and opus decoding'
-'gstreamer0.10-good-plugins: webm and mp4 demuxing'
-'gstreamer0.10-ugly-plugins: h.264 decoding')
-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
-rhbz-966424.patch)
-md5sums=('52302e4ce4599c8ab5eb8d4f9a78e7bd'
- '9b6d65e9b77acf9fd7c6e3578a5d2acd'
- '25b6fe16ac24cd5c852213e5c1adb272'
- '8c1578232b7a60fa1caa9a0b322d1e2b')
-
-prepare() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  #patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  # https://bugs.archlinux.org/task/41689
-  patch -Np1 -d mozilla -i ../../rhbz-966424.patch
-
-  # Don't exit with error when some libs are missing which we have in
-  # system.
-  sed -i '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' suite/installer/Makefile.in
-
-  # configure script misdetects the preprocessor without an optimization level
-  sed -i '/ac_cpp=/s/$CPPFLAGS/ -O2/' configure
-
-  # 2.26 build fix from wgnie (blfs ch 37)
-  sed -i 's/$(MOZ_ZLIB_CFLAGS)/ $(MOZ_PIXMAN_CFLAGS)/' config/config.mk
-}
-
-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
-}
-

[arch-commits] Commit in seamonkey/repos (20 files)

2015-01-20 Thread Kyle Keen
Date: Wednesday, January 21, 2015 @ 05:31:46
  Author: kkeen
Revision: 126336

archrelease: copy trunk to community-i686, community-x86_64

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 126335, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 126335, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/rhbz-966424.patch
(from rev 126335, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 126335, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-i686/seamonkey.install
(from rev 126335, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 126335, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 126335, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/rhbz-966424.patch
(from rev 126335, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 126335, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 126335, seamonkey/trunk/seamonkey.install)
Deleted:
  seamonkey/repos/community-i686/PKGBUILD
  seamonkey/repos/community-i686/mozconfig
  seamonkey/repos/community-i686/rhbz-966424.patch
  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/rhbz-966424.patch
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 /PKGBUILD |  156 
 /mozconfig|   72 
 /rhbz-966424.patch|   46 
 /seamonkey-2.0-lang.patch |   22 +++
 /seamonkey.install|   24 
 community-i686/PKGBUILD   |   81 --
 community-i686/mozconfig  |   36 --
 community-i686/rhbz-966424.patch  |   23 
 community-i686/seamonkey-2.0-lang.patch   |   11 -
 community-i686/seamonkey.install  |   12 --
 community-x86_64/PKGBUILD |   81 --
 community-x86_64/mozconfig|   36 --
 community-x86_64/rhbz-966424.patch|   23 
 community-x86_64/seamonkey-2.0-lang.patch |   11 -
 community-x86_64/seamonkey.install|   12 --
 15 files changed, 320 insertions(+), 326 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-21 04:31:05 UTC (rev 126335)
+++ community-i686/PKGBUILD 2015-01-21 04:31:46 UTC (rev 126336)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-
-pkgname=seamonkey
-pkgver=2.31
-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' 'libpulse' 'icu')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3' 'gstreamer0.10-base')
-optdepends=('gstreamer0.10-base-plugins: vorbis decoding, ogg demuxing'
-'gstreamer0.10-bad-plugins: aac, vp8 and opus decoding'
-'gstreamer0.10-good-plugins: webm and mp4 demuxing'
-'gstreamer0.10-ugly-plugins: h.264 decoding')
-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
-rhbz-966424.patch)
-md5sums=('44b6f9cfc2a95fd08dba35ff236d306e'
- '9b6d65e9b77acf9fd7c6e3578a5d2acd'
- '25b6fe16ac24cd5c852213e5c1adb272'
- '8c1578232b7a60fa1caa9a0b322d1e2b')
-
-prepare() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  #patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  # https://bugs.archlinux.org/task/41689
-  patch -Np1 -d mozilla -i ../../rhbz-966424.patch
-
-  # Don't exit with error when some libs are missing which we have in
-  # system.
-  sed -i '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' suite/installer/Makefile.in
-
-  # configure script misdetects the preprocessor without an optimization level
-  sed -i '/ac_cpp=/s/$CPPFLAGS/ -O2/' configure
-
-  # 2.26 build fix from wgnie (blfs ch 37)
-  sed -i 's/$(MOZ_ZLIB_CFLAGS)/ $(MOZ_PIXMAN_CFLAGS)/' config/config.mk
-}
-
-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
-}

[arch-commits] Commit in seamonkey/repos (20 files)

2014-12-07 Thread Kyle Keen
Date: Monday, December 8, 2014 @ 04:21:17
  Author: kkeen
Revision: 123618

archrelease: copy trunk to community-i686, community-x86_64

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 123617, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 123617, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/rhbz-966424.patch
(from rev 123617, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 123617, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-i686/seamonkey.install
(from rev 123617, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 123617, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 123617, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/rhbz-966424.patch
(from rev 123617, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 123617, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 123617, seamonkey/trunk/seamonkey.install)
Deleted:
  seamonkey/repos/community-i686/PKGBUILD
  seamonkey/repos/community-i686/mozconfig
  seamonkey/repos/community-i686/rhbz-966424.patch
  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/rhbz-966424.patch
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 /PKGBUILD |  162 
 /mozconfig|   72 
 /rhbz-966424.patch|   46 +++
 /seamonkey-2.0-lang.patch |   22 +++
 /seamonkey.install|   24 
 community-i686/PKGBUILD   |   81 --
 community-i686/mozconfig  |   36 --
 community-i686/rhbz-966424.patch  |   23 ---
 community-i686/seamonkey-2.0-lang.patch   |   11 -
 community-i686/seamonkey.install  |   12 --
 community-x86_64/PKGBUILD |   81 --
 community-x86_64/mozconfig|   36 --
 community-x86_64/rhbz-966424.patch|   23 ---
 community-x86_64/seamonkey-2.0-lang.patch |   11 -
 community-x86_64/seamonkey.install|   12 --
 15 files changed, 326 insertions(+), 326 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-08 03:20:41 UTC (rev 123617)
+++ community-i686/PKGBUILD 2014-12-08 03:21:17 UTC (rev 123618)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-
-pkgname=seamonkey
-pkgver=2.30
-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' 'libpulse' 'icu')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3' 'gstreamer0.10-base')
-optdepends=('gstreamer0.10-base-plugins: vorbis decoding, ogg demuxing'
-'gstreamer0.10-bad-plugins: aac, vp8 and opus decoding'
-'gstreamer0.10-good-plugins: webm and mp4 demuxing'
-'gstreamer0.10-ugly-plugins: h.264 decoding')
-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
-rhbz-966424.patch)
-md5sums=('831e91caf7036387f89b369c54250e75'
- '9b6d65e9b77acf9fd7c6e3578a5d2acd'
- '25b6fe16ac24cd5c852213e5c1adb272'
- '8c1578232b7a60fa1caa9a0b322d1e2b')
-
-prepare() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  # https://bugs.archlinux.org/task/41689
-  patch -Np1 -d mozilla -i ../../rhbz-966424.patch
-
-  # Don't exit with error when some libs are missing which we have in
-  # system.
-  sed -i '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' suite/installer/Makefile.in
-
-  # configure script misdetects the preprocessor without an optimization level
-  sed -i '/ac_cpp=/s/$CPPFLAGS/ -O2/' configure
-
-  # 2.26 build fix from wgnie (blfs ch 37)
-  sed -i 's/$(MOZ_ZLIB_CFLAGS)/ $(MOZ_PIXMAN_CFLAGS)/' config/config.mk
-}
-
-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
-}
-

[arch-commits] Commit in seamonkey/repos (20 files)

2014-10-20 Thread Kyle Keen
Date: Tuesday, October 21, 2014 @ 01:05:57
  Author: kkeen
Revision: 121110

archrelease: copy trunk to community-i686, community-x86_64

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 121109, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 121109, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/rhbz-966424.patch
(from rev 121109, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 121109, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-i686/seamonkey.install
(from rev 121109, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 121109, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 121109, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/rhbz-966424.patch
(from rev 121109, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 121109, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 121109, seamonkey/trunk/seamonkey.install)
Deleted:
  seamonkey/repos/community-i686/PKGBUILD
  seamonkey/repos/community-i686/mozconfig
  seamonkey/repos/community-i686/rhbz-966424.patch
  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/rhbz-966424.patch
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 /PKGBUILD |  162 
 /mozconfig|   72 
 /rhbz-966424.patch|   46 +++
 /seamonkey-2.0-lang.patch |   22 +++
 /seamonkey.install|   24 
 community-i686/PKGBUILD   |   81 --
 community-i686/mozconfig  |   36 --
 community-i686/rhbz-966424.patch  |   23 ---
 community-i686/seamonkey-2.0-lang.patch   |   11 -
 community-i686/seamonkey.install  |   12 --
 community-x86_64/PKGBUILD |   81 --
 community-x86_64/mozconfig|   36 --
 community-x86_64/rhbz-966424.patch|   23 ---
 community-x86_64/seamonkey-2.0-lang.patch |   11 -
 community-x86_64/seamonkey.install|   12 --
 15 files changed, 326 insertions(+), 326 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-20 23:05:18 UTC (rev 121109)
+++ community-i686/PKGBUILD 2014-10-20 23:05:57 UTC (rev 121110)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-
-pkgname=seamonkey
-pkgver=2.29.1
-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' 'libpulse' 'icu')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3' 'gstreamer0.10-base')
-optdepends=('gstreamer0.10-base-plugins: vorbis decoding, ogg demuxing'
-'gstreamer0.10-bad-plugins: aac, vp8 and opus decoding'
-'gstreamer0.10-good-plugins: webm and mp4 demuxing'
-'gstreamer0.10-ugly-plugins: h.264 decoding')
-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
-rhbz-966424.patch)
-md5sums=('2e7de6485848675857f8b8e43221caa7'
- '9b6d65e9b77acf9fd7c6e3578a5d2acd'
- '25b6fe16ac24cd5c852213e5c1adb272'
- '8c1578232b7a60fa1caa9a0b322d1e2b')
-
-prepare() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  # https://bugs.archlinux.org/task/41689
-  patch -Np1 -d mozilla -i ../../rhbz-966424.patch
-
-  # Don't exit with error when some libs are missing which we have in
-  # system.
-  sed -i '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' suite/installer/Makefile.in
-
-  # configure script misdetects the preprocessor without an optimization level
-  sed -i '/ac_cpp=/s/$CPPFLAGS/ -O2/' configure
-
-  # 2.26 build fix from wgnie (blfs ch 37)
-  sed -i 's/$(MOZ_ZLIB_CFLAGS)/ $(MOZ_PIXMAN_CFLAGS)/' config/config.mk
-}
-
-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
-}
-

[arch-commits] Commit in seamonkey/repos (20 files)

2014-10-20 Thread Kyle Keen
Date: Tuesday, October 21, 2014 @ 01:28:08
  Author: kkeen
Revision: 12

archrelease: copy trunk to community-i686, community-x86_64

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 121110, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 121110, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/rhbz-966424.patch
(from rev 121110, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 121110, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-i686/seamonkey.install
(from rev 121110, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 121110, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 121110, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/rhbz-966424.patch
(from rev 121110, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 121110, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 121110, seamonkey/trunk/seamonkey.install)
Deleted:
  seamonkey/repos/community-i686/PKGBUILD
  seamonkey/repos/community-i686/mozconfig
  seamonkey/repos/community-i686/rhbz-966424.patch
  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/rhbz-966424.patch
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 /PKGBUILD |  162 
 /mozconfig|   72 
 /rhbz-966424.patch|   46 +++
 /seamonkey-2.0-lang.patch |   22 +++
 /seamonkey.install|   24 
 community-i686/PKGBUILD   |   81 --
 community-i686/mozconfig  |   36 --
 community-i686/rhbz-966424.patch  |   23 ---
 community-i686/seamonkey-2.0-lang.patch   |   11 -
 community-i686/seamonkey.install  |   12 --
 community-x86_64/PKGBUILD |   81 --
 community-x86_64/mozconfig|   36 --
 community-x86_64/rhbz-966424.patch|   23 ---
 community-x86_64/seamonkey-2.0-lang.patch |   11 -
 community-x86_64/seamonkey.install|   12 --
 15 files changed, 326 insertions(+), 326 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-20 23:05:57 UTC (rev 121110)
+++ community-i686/PKGBUILD 2014-10-20 23:28:08 UTC (rev 12)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-
-pkgname=seamonkey
-pkgver=2.30
-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' 'libpulse' 'icu')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3' 'gstreamer0.10-base')
-optdepends=('gstreamer0.10-base-plugins: vorbis decoding, ogg demuxing'
-'gstreamer0.10-bad-plugins: aac, vp8 and opus decoding'
-'gstreamer0.10-good-plugins: webm and mp4 demuxing'
-'gstreamer0.10-ugly-plugins: h.264 decoding')
-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
-rhbz-966424.patch)
-md5sums=('831e91caf7036387f89b369c54250e75'
- '9b6d65e9b77acf9fd7c6e3578a5d2acd'
- '25b6fe16ac24cd5c852213e5c1adb272'
- '8c1578232b7a60fa1caa9a0b322d1e2b')
-
-prepare() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  # https://bugs.archlinux.org/task/41689
-  patch -Np1 -d mozilla -i ../../rhbz-966424.patch
-
-  # Don't exit with error when some libs are missing which we have in
-  # system.
-  sed -i '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' suite/installer/Makefile.in
-
-  # configure script misdetects the preprocessor without an optimization level
-  sed -i '/ac_cpp=/s/$CPPFLAGS/ -O2/' configure
-
-  # 2.26 build fix from wgnie (blfs ch 37)
-  sed -i 's/$(MOZ_ZLIB_CFLAGS)/ $(MOZ_PIXMAN_CFLAGS)/' config/config.mk
-}
-
-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
-}
-

[arch-commits] Commit in seamonkey/repos (20 files)

2014-10-03 Thread Kyle Keen
Date: Friday, October 3, 2014 @ 13:56:47
  Author: kkeen
Revision: 120102

archrelease: copy trunk to community-i686, community-x86_64

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 120101, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 120101, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/rhbz-966424.patch
(from rev 120101, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 120101, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-i686/seamonkey.install
(from rev 120101, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 120101, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 120101, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/rhbz-966424.patch
(from rev 120101, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 120101, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 120101, seamonkey/trunk/seamonkey.install)
Deleted:
  seamonkey/repos/community-i686/PKGBUILD
  seamonkey/repos/community-i686/mozconfig
  seamonkey/repos/community-i686/rhbz-966424.patch
  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/rhbz-966424.patch
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 /PKGBUILD |  162 
 /mozconfig|   72 
 /rhbz-966424.patch|   46 +++
 /seamonkey-2.0-lang.patch |   22 +++
 /seamonkey.install|   24 
 community-i686/PKGBUILD   |   81 --
 community-i686/mozconfig  |   36 --
 community-i686/rhbz-966424.patch  |   23 ---
 community-i686/seamonkey-2.0-lang.patch   |   11 -
 community-i686/seamonkey.install  |   12 --
 community-x86_64/PKGBUILD |   81 --
 community-x86_64/mozconfig|   36 --
 community-x86_64/rhbz-966424.patch|   23 ---
 community-x86_64/seamonkey-2.0-lang.patch |   11 -
 community-x86_64/seamonkey.install|   12 --
 15 files changed, 326 insertions(+), 326 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-03 11:56:10 UTC (rev 120101)
+++ community-i686/PKGBUILD 2014-10-03 11:56:47 UTC (rev 120102)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-
-pkgname=seamonkey
-pkgver=2.29
-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' 'libpulse' 'icu')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3' 'gstreamer0.10-base')
-optdepends=('gstreamer0.10-base-plugins: vorbis decoding, ogg demuxing'
-'gstreamer0.10-bad-plugins: aac, vp8 and opus decoding'
-'gstreamer0.10-good-plugins: webm and mp4 demuxing'
-'gstreamer0.10-ugly-plugins: h.264 decoding')
-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
-rhbz-966424.patch)
-md5sums=('ffd77471765e1a38c2a00ab3453a96a7'
- '9b6d65e9b77acf9fd7c6e3578a5d2acd'
- '25b6fe16ac24cd5c852213e5c1adb272'
- '8c1578232b7a60fa1caa9a0b322d1e2b')
-
-prepare() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  # https://bugs.archlinux.org/task/41689
-  patch -Np1 -d mozilla -i ../../rhbz-966424.patch
-
-  # Don't exit with error when some libs are missing which we have in
-  # system.
-  sed -i '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' suite/installer/Makefile.in
-
-  # configure script misdetects the preprocessor without an optimization level
-  sed -i '/ac_cpp=/s/$CPPFLAGS/ -O2/' configure
-
-  # 2.26 build fix from wgnie (blfs ch 37)
-  sed -i 's/$(MOZ_ZLIB_CFLAGS)/ $(MOZ_PIXMAN_CFLAGS)/' config/config.mk
-}
-
-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
-}
-

[arch-commits] Commit in seamonkey/repos (20 files)

2014-09-26 Thread Kyle Keen
Date: Friday, September 26, 2014 @ 21:33:55
  Author: kkeen
Revision: 119629

archrelease: copy trunk to community-i686, community-x86_64

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 119628, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 119628, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/rhbz-966424.patch
(from rev 119628, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 119628, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-i686/seamonkey.install
(from rev 119628, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 119628, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 119628, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/rhbz-966424.patch
(from rev 119628, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 119628, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 119628, seamonkey/trunk/seamonkey.install)
Deleted:
  seamonkey/repos/community-i686/PKGBUILD
  seamonkey/repos/community-i686/mozconfig
  seamonkey/repos/community-i686/rhbz-966424.patch
  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/rhbz-966424.patch
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 /PKGBUILD |  162 
 /mozconfig|   72 
 /rhbz-966424.patch|   46 +++
 /seamonkey-2.0-lang.patch |   22 +++
 /seamonkey.install|   24 
 community-i686/PKGBUILD   |   81 --
 community-i686/mozconfig  |   36 --
 community-i686/rhbz-966424.patch  |   23 ---
 community-i686/seamonkey-2.0-lang.patch   |   11 -
 community-i686/seamonkey.install  |   12 --
 community-x86_64/PKGBUILD |   81 --
 community-x86_64/mozconfig|   36 --
 community-x86_64/rhbz-966424.patch|   23 ---
 community-x86_64/seamonkey-2.0-lang.patch |   11 -
 community-x86_64/seamonkey.install|   12 --
 15 files changed, 326 insertions(+), 326 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-26 18:52:34 UTC (rev 119628)
+++ community-i686/PKGBUILD 2014-09-26 19:33:55 UTC (rev 119629)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-
-pkgname=seamonkey
-pkgver=2.29
-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' 'libpulse' 'icu')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3' 'gstreamer0.10-base')
-optdepends=('gstreamer0.10-base-plugins: vorbis decoding, ogg demuxing'
-'gstreamer0.10-bad-plugins: aac, vp8 and opus decoding'
-'gstreamer0.10-good-plugins: webm and mp4 demuxing'
-'gstreamer0.10-ugly-plugins: h.264 decoding')
-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
-rhbz-966424.patch)
-md5sums=('ffd77471765e1a38c2a00ab3453a96a7'
- '9b6d65e9b77acf9fd7c6e3578a5d2acd'
- '25b6fe16ac24cd5c852213e5c1adb272'
- '8c1578232b7a60fa1caa9a0b322d1e2b')
-
-prepare() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  # https://bugs.archlinux.org/task/41689
-  patch -Np1 -d mozilla -i ../../rhbz-966424.patch
-
-  # Don't exit with error when some libs are missing which we have in
-  # system.
-  sed -i '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' suite/installer/Makefile.in
-
-  # configure script misdetects the preprocessor without an optimization level
-  sed -i '/ac_cpp=/s/$CPPFLAGS/ -O2/' configure
-
-  # 2.26 build fix from wgnie (blfs ch 37)
-  sed -i 's/$(MOZ_ZLIB_CFLAGS)/ $(MOZ_PIXMAN_CFLAGS)/' config/config.mk
-}
-
-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
-}
-

[arch-commits] Commit in seamonkey/repos (20 files)

2014-09-22 Thread Kyle Keen
Date: Monday, September 22, 2014 @ 23:14:14
  Author: kkeen
Revision: 119438

archrelease: copy trunk to community-i686, community-x86_64

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 119437, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 119437, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/rhbz-966424.patch
(from rev 119437, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 119437, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-i686/seamonkey.install
(from rev 119437, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 119437, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 119437, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/rhbz-966424.patch
(from rev 119437, seamonkey/trunk/rhbz-966424.patch)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 119437, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 119437, seamonkey/trunk/seamonkey.install)
Deleted:
  seamonkey/repos/community-i686/PKGBUILD
  seamonkey/repos/community-i686/mozconfig
  seamonkey/repos/community-i686/rhbz-966424.patch
  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/rhbz-966424.patch
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 /PKGBUILD |  162 
 /mozconfig|   72 
 /rhbz-966424.patch|   46 +++
 /seamonkey-2.0-lang.patch |   22 +++
 /seamonkey.install|   24 
 community-i686/PKGBUILD   |   80 -
 community-i686/mozconfig  |   36 --
 community-i686/rhbz-966424.patch  |   23 ---
 community-i686/seamonkey-2.0-lang.patch   |   11 -
 community-i686/seamonkey.install  |   12 --
 community-x86_64/PKGBUILD |   80 -
 community-x86_64/mozconfig|   36 --
 community-x86_64/rhbz-966424.patch|   23 ---
 community-x86_64/seamonkey-2.0-lang.patch |   11 -
 community-x86_64/seamonkey.install|   12 --
 15 files changed, 326 insertions(+), 324 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-22 20:32:15 UTC (rev 119437)
+++ community-i686/PKGBUILD 2014-09-22 21:14:14 UTC (rev 119438)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-
-pkgname=seamonkey
-pkgver=2.26.1
-pkgrel=2
-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' 'libpulse' 'icu')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3' 'gstreamer0.10-base')
-optdepends=('gstreamer0.10-base-plugins: vorbis decoding, ogg demuxing'
-'gstreamer0.10-bad-plugins: aac, vp8 and opus decoding'
-'gstreamer0.10-good-plugins: webm and mp4 demuxing'
-'gstreamer0.10-ugly-plugins: h.264 decoding')
-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
-rhbz-966424.patch)
-md5sums=('4bfa46b370b4d211eef56b90277a9517'
- '9b6d65e9b77acf9fd7c6e3578a5d2acd'
- '25b6fe16ac24cd5c852213e5c1adb272'
- '8c1578232b7a60fa1caa9a0b322d1e2b')
-
-prepare() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  # https://bugs.archlinux.org/task/41689
-  patch -Np1 -d mozilla -i ../../rhbz-966424.patch
-
-  # Don't exit with error when some libs are missing which we have in
-  # system.
-  sed -i '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' suite/installer/Makefile.in
-
-  # configure script misdetects the preprocessor without an optimization level
-  sed -i '/ac_cpp=/s/$CPPFLAGS/ -O2/' configure
-
-  # 2.26 build fix from wgnie (blfs ch 37)
-  sed -i 's/$(MOZ_ZLIB_CFLAGS)/ $(MOZ_PIXMAN_CFLAGS)/' config/config.mk
-}
-
-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
-}
-

[arch-commits] Commit in seamonkey/repos (20 files)

2013-07-04 Thread Kyle Keen
Date: Thursday, July 4, 2013 @ 14:15:25
  Author: kkeen
Revision: 93492

archrelease: copy trunk to community-i686, community-x86_64

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 93491, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 93491, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 93491, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-i686/seamonkey.desktop
(from rev 93491, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/community-i686/seamonkey.install
(from rev 93491, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 93491, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 93491, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 93491, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/seamonkey.desktop
(from rev 93491, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 93491, 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.desktop
  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.desktop
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 /PKGBUILD |  130 
 /mozconfig|   62 +
 /seamonkey-2.0-lang.patch |   22 
 /seamonkey.desktop|   22 
 /seamonkey.install|   24 +
 community-i686/PKGBUILD   |   65 --
 community-i686/mozconfig  |   31 --
 community-i686/seamonkey-2.0-lang.patch   |   11 --
 community-i686/seamonkey.desktop  |   11 --
 community-i686/seamonkey.install  |   12 --
 community-x86_64/PKGBUILD |   65 --
 community-x86_64/mozconfig|   31 --
 community-x86_64/seamonkey-2.0-lang.patch |   11 --
 community-x86_64/seamonkey.desktop|   11 --
 community-x86_64/seamonkey.install|   12 --
 15 files changed, 260 insertions(+), 260 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-04 12:14:37 UTC (rev 93491)
+++ community-i686/PKGBUILD 2013-07-04 12:15:25 UTC (rev 93492)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-
-pkgname=seamonkey
-pkgver=2.17.1
-pkgrel=2
-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.desktop
-seamonkey-2.0-lang.patch)
-md5sums=('a95013068da38fe3f8db30e0ebe6f2f5'
- 'dabc8f517fbff67b8599064bedd32606'
- '6119a2254716752c9d08e366f8d4c048'
- '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
-
-  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 -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 

[arch-commits] Commit in seamonkey/repos (20 files)

2013-04-30 Thread Evangelos Foutras
Date: Tuesday, April 30, 2013 @ 10:44:27
  Author: foutrelis
Revision: 89590

archrelease: copy trunk to community-i686, community-x86_64

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 89589, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 89589, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 89589, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-i686/seamonkey.desktop
(from rev 89589, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/community-i686/seamonkey.install
(from rev 89589, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 89589, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 89589, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 89589, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/seamonkey.desktop
(from rev 89589, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 89589, 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.desktop
  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.desktop
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 /PKGBUILD |  130 
 /mozconfig|   62 +
 /seamonkey-2.0-lang.patch |   22 
 /seamonkey.desktop|   22 
 /seamonkey.install|   24 +
 community-i686/PKGBUILD   |   58 
 community-i686/mozconfig  |   31 --
 community-i686/seamonkey-2.0-lang.patch   |   11 --
 community-i686/seamonkey.desktop  |   11 --
 community-i686/seamonkey.install  |   12 --
 community-x86_64/PKGBUILD |   58 
 community-x86_64/mozconfig|   31 --
 community-x86_64/seamonkey-2.0-lang.patch |   11 --
 community-x86_64/seamonkey.desktop|   11 --
 community-x86_64/seamonkey.install|   12 --
 15 files changed, 260 insertions(+), 246 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-30 08:44:03 UTC (rev 89589)
+++ community-i686/PKGBUILD 2013-04-30 08:44:27 UTC (rev 89590)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-
-pkgname=seamonkey
-pkgver=2.17
-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.desktop
-seamonkey-2.0-lang.patch)
-md5sums=('931f027dd6e2aac3e36e788f6d86979b'
- 'dabc8f517fbff67b8599064bedd32606'
- '6119a2254716752c9d08e366f8d4c048'
- '25b6fe16ac24cd5c852213e5c1adb272')
-
-build() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver
-  export MOZ_MAKE_FLAGS=$MAKEFLAGS
-  unset MAKEFLAGS
-
-  # 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
-
-  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 -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
-  rm -r $pkgdir/usr/{include,lib/seamonkey-devel-$pkgver,share/idl}

[arch-commits] Commit in seamonkey/repos (20 files)

2013-04-04 Thread Kyle Keen
Date: Thursday, April 4, 2013 @ 20:32:42
  Author: kkeen
Revision: 87646

archrelease: copy trunk to community-i686, community-x86_64

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 87645, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 87645, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 87645, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-i686/seamonkey.desktop
(from rev 87645, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/community-i686/seamonkey.install
(from rev 87645, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 87645, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 87645, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 87645, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/seamonkey.desktop
(from rev 87645, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 87645, 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.desktop
  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.desktop
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 /PKGBUILD |  116 
 /mozconfig|   62 ++
 /seamonkey-2.0-lang.patch |   22 +
 /seamonkey.desktop|   22 +
 /seamonkey.install|   24 +
 community-i686/PKGBUILD   |   58 --
 community-i686/mozconfig  |   31 ---
 community-i686/seamonkey-2.0-lang.patch   |   11 --
 community-i686/seamonkey.desktop  |   11 --
 community-i686/seamonkey.install  |   12 --
 community-x86_64/PKGBUILD |   58 --
 community-x86_64/mozconfig|   31 ---
 community-x86_64/seamonkey-2.0-lang.patch |   11 --
 community-x86_64/seamonkey.desktop|   11 --
 community-x86_64/seamonkey.install|   12 --
 15 files changed, 246 insertions(+), 246 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-04 18:32:06 UTC (rev 87645)
+++ community-i686/PKGBUILD 2013-04-04 18:32:42 UTC (rev 87646)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-
-pkgname=seamonkey
-pkgver=2.16.2
-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=(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=('e6c747c409b9e3a8e09af32492c1b42b'
- 'dabc8f517fbff67b8599064bedd32606'
- '6119a2254716752c9d08e366f8d4c048'
- '25b6fe16ac24cd5c852213e5c1adb272')
-
-build() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver
-  export MOZ_MAKE_FLAGS=$MAKEFLAGS
-  unset MAKEFLAGS
-
-  # 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
-
-  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 -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
-  rm -r 

[arch-commits] Commit in seamonkey/repos (20 files)

2013-03-16 Thread Kyle Keen
Date: Sunday, March 17, 2013 @ 06:39:16
  Author: kkeen
Revision: 86443

archrelease: copy trunk to community-i686, community-x86_64

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 86442, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 86442, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 86442, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-i686/seamonkey.desktop
(from rev 86442, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/community-i686/seamonkey.install
(from rev 86442, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 86442, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 86442, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 86442, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/seamonkey.desktop
(from rev 86442, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 86442, 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.desktop
  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.desktop
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 community-i686/PKGBUILD   |  116 ++--
 community-i686/mozconfig  |   62 +++---
 community-i686/seamonkey-2.0-lang.patch   |   22 ++---
 community-i686/seamonkey.desktop  |   22 ++---
 community-i686/seamonkey.install  |   24 ++---
 community-x86_64/PKGBUILD |  116 ++--
 community-x86_64/mozconfig|   62 +++---
 community-x86_64/seamonkey-2.0-lang.patch |   22 ++---
 community-x86_64/seamonkey.desktop|   22 ++---
 community-x86_64/seamonkey.install|   24 ++---
 10 files changed, 246 insertions(+), 246 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-17 05:38:40 UTC (rev 86442)
+++ community-i686/PKGBUILD 2013-03-17 05:39:16 UTC (rev 86443)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-
-pkgname=seamonkey
-pkgver=2.16.1
-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=(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=('02e23e5491f8e39f8a44823c5698e0f9'
- 'dabc8f517fbff67b8599064bedd32606'
- '6119a2254716752c9d08e366f8d4c048'
- '25b6fe16ac24cd5c852213e5c1adb272')
-
-build() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver
-  export MOZ_MAKE_FLAGS=$MAKEFLAGS
-  unset MAKEFLAGS
-
-  # 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
-
-  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 -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
-  rm -r $pkgdir/usr/{include,lib/seamonkey-devel-$pkgver,share/idl}
-}
-

Copied: seamonkey/repos/community-i686/PKGBUILD (from rev 86442, 
seamonkey/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ 

[arch-commits] Commit in seamonkey/repos (20 files)

2013-03-11 Thread Kyle Keen
Date: Tuesday, March 12, 2013 @ 02:36:12
  Author: kkeen
Revision: 86106

archrelease: copy trunk to community-i686, community-x86_64

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 86105, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 86105, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 86105, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-i686/seamonkey.desktop
(from rev 86105, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/community-i686/seamonkey.install
(from rev 86105, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 86105, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 86105, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 86105, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/seamonkey.desktop
(from rev 86105, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 86105, 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.desktop
  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.desktop
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 community-i686/PKGBUILD   |  115 ++--
 community-i686/mozconfig  |   62 +++
 community-i686/seamonkey-2.0-lang.patch   |   22 ++---
 community-i686/seamonkey.desktop  |   22 ++---
 community-i686/seamonkey.install  |   24 ++---
 community-x86_64/PKGBUILD |  115 ++--
 community-x86_64/mozconfig|   62 +++
 community-x86_64/seamonkey-2.0-lang.patch |   22 ++---
 community-x86_64/seamonkey.desktop|   22 ++---
 community-x86_64/seamonkey.install|   24 ++---
 10 files changed, 246 insertions(+), 244 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-12 01:35:28 UTC (rev 86105)
+++ community-i686/PKGBUILD 2013-03-12 01:36:12 UTC (rev 86106)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-
-pkgname=seamonkey
-pkgver=2.16
-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=(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=('29e360eae42d7a9cca7f25c1ad44f1d5'
- 'dabc8f517fbff67b8599064bedd32606'
- '6119a2254716752c9d08e366f8d4c048'
- '25b6fe16ac24cd5c852213e5c1adb272')
-
-build() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver
-  export MOZ_MAKE_FLAGS=$MAKEFLAGS
-  unset MAKEFLAGS
-
-  # 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
-
-  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 -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
-  rm -r $pkgdir/usr/{include,lib/seamonkey-devel-$pkgver,share/idl}
-}

Copied: seamonkey/repos/community-i686/PKGBUILD (from rev 86105, 
seamonkey/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ 

[arch-commits] Commit in seamonkey/repos (20 files)

2013-02-20 Thread Kyle Keen
Date: Thursday, February 21, 2013 @ 00:16:56
  Author: kkeen
Revision: 84626

archrelease: copy trunk to community-i686, community-x86_64

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 84625, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 84625, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 84625, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-i686/seamonkey.desktop
(from rev 84625, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/community-i686/seamonkey.install
(from rev 84625, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 84625, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 84625, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 84625, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/seamonkey.desktop
(from rev 84625, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 84625, 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.desktop
  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.desktop
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 community-i686/PKGBUILD   |  114 ++--
 community-i686/mozconfig  |   62 +++
 community-i686/seamonkey-2.0-lang.patch   |   22 ++---
 community-i686/seamonkey.desktop  |   22 ++---
 community-i686/seamonkey.install  |   24 ++---
 community-x86_64/PKGBUILD |  114 ++--
 community-x86_64/mozconfig|   62 +++
 community-x86_64/seamonkey-2.0-lang.patch |   22 ++---
 community-x86_64/seamonkey.desktop|   22 ++---
 community-x86_64/seamonkey.install|   24 ++---
 10 files changed, 244 insertions(+), 244 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-20 23:16:23 UTC (rev 84625)
+++ community-i686/PKGBUILD 2013-02-20 23:16:56 UTC (rev 84626)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-
-pkgname=seamonkey
-pkgver=2.15.2
-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=(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=('1938c5a9673e94e9f5c809f5dbfe8d29'
- 'dabc8f517fbff67b8599064bedd32606'
- '6119a2254716752c9d08e366f8d4c048'
- '25b6fe16ac24cd5c852213e5c1adb272')
-
-build() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver
-  export MOZ_MAKE_FLAGS=$MAKEFLAGS
-  unset MAKEFLAGS
-
-  # 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
-
-  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 -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
-  rm -r $pkgdir/usr/{include,lib/seamonkey-devel-$pkgver,share/idl}
-}

Copied: seamonkey/repos/community-i686/PKGBUILD (from rev 84625, 
seamonkey/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ 

[arch-commits] Commit in seamonkey/repos (20 files)

2013-02-06 Thread Kyle Keen
Date: Wednesday, February 6, 2013 @ 19:36:43
  Author: kkeen
Revision: 83929

archrelease: copy trunk to community-i686, community-x86_64

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 83928, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 83928, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 83928, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-i686/seamonkey.desktop
(from rev 83928, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/community-i686/seamonkey.install
(from rev 83928, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 83928, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 83928, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 83928, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/seamonkey.desktop
(from rev 83928, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 83928, 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.desktop
  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.desktop
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 community-i686/PKGBUILD   |  114 ++--
 community-i686/mozconfig  |   62 +++
 community-i686/seamonkey-2.0-lang.patch   |   22 ++---
 community-i686/seamonkey.desktop  |   22 ++---
 community-i686/seamonkey.install  |   24 ++---
 community-x86_64/PKGBUILD |  114 ++--
 community-x86_64/mozconfig|   62 +++
 community-x86_64/seamonkey-2.0-lang.patch |   22 ++---
 community-x86_64/seamonkey.desktop|   22 ++---
 community-x86_64/seamonkey.install|   24 ++---
 10 files changed, 244 insertions(+), 244 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-06 18:36:08 UTC (rev 83928)
+++ community-i686/PKGBUILD 2013-02-06 18:36:43 UTC (rev 83929)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-
-pkgname=seamonkey
-pkgver=2.15.1
-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=(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=('883757087d041e0a991c1ed96d161fa1'
- 'dabc8f517fbff67b8599064bedd32606'
- '6119a2254716752c9d08e366f8d4c048'
- '25b6fe16ac24cd5c852213e5c1adb272')
-
-build() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver
-  export MOZ_MAKE_FLAGS=$MAKEFLAGS
-  unset MAKEFLAGS
-
-  # 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
-
-  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 -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
-  rm -r $pkgdir/usr/{include,lib/seamonkey-devel-$pkgver,share/idl}
-}

Copied: seamonkey/repos/community-i686/PKGBUILD (from rev 83928, 
seamonkey/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ 

[arch-commits] Commit in seamonkey/repos (20 files)

2013-01-21 Thread bpiotrowski
Date: Monday, January 21, 2013 @ 15:59:27
  Author: bpiotrowski
Revision: 82604

archrelease: copy trunk to community-i686, community-x86_64

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 82603, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 82603, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 82603, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-i686/seamonkey.desktop
(from rev 82603, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/community-i686/seamonkey.install
(from rev 82603, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 82603, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 82603, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 82603, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/seamonkey.desktop
(from rev 82603, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 82603, 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.desktop
  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.desktop
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 community-i686/PKGBUILD   |  113 ++--
 community-i686/mozconfig  |   62 +++
 community-i686/seamonkey-2.0-lang.patch   |   22 ++---
 community-i686/seamonkey.desktop  |   22 ++---
 community-i686/seamonkey.install  |   24 ++---
 community-x86_64/PKGBUILD |  113 ++--
 community-x86_64/mozconfig|   62 +++
 community-x86_64/seamonkey-2.0-lang.patch |   22 ++---
 community-x86_64/seamonkey.desktop|   22 ++---
 community-x86_64/seamonkey.install|   24 ++---
 10 files changed, 244 insertions(+), 242 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-21 14:58:40 UTC (rev 82603)
+++ community-i686/PKGBUILD 2013-01-21 14:59:27 UTC (rev 82604)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-pkgname=seamonkey
-pkgver=2.14.1
-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')
-install=$pkgname.install
-url=http://www.seamonkey-project.org/;
-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=('19463b718446552d04130d01d25d7330'
- 'dabc8f517fbff67b8599064bedd32606'
- '6119a2254716752c9d08e366f8d4c048'
- '25b6fe16ac24cd5c852213e5c1adb272')
-
-build() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver
-  export MOZ_MAKE_FLAGS=$MAKEFLAGS
-  unset MAKEFLAGS
-
-  # 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
-
-  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 -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
-  rm -r $pkgdir/usr/{include,lib/seamonkey-devel-$pkgver,share/idl}
-}

Copied: seamonkey/repos/community-i686/PKGBUILD (from rev 82603, 
seamonkey/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ 

[arch-commits] Commit in seamonkey/repos (20 files)

2013-01-21 Thread bpiotrowski
Date: Monday, January 21, 2013 @ 16:00:59
  Author: bpiotrowski
Revision: 82605

archrelease: copy trunk to community-i686, community-x86_64

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 82604, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 82604, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 82604, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-i686/seamonkey.desktop
(from rev 82604, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/community-i686/seamonkey.install
(from rev 82604, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 82604, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 82604, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 82604, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/seamonkey.desktop
(from rev 82604, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 82604, 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.desktop
  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.desktop
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 community-i686/PKGBUILD   |  114 ++--
 community-i686/mozconfig  |   62 +++
 community-i686/seamonkey-2.0-lang.patch   |   22 ++---
 community-i686/seamonkey.desktop  |   22 ++---
 community-i686/seamonkey.install  |   24 ++---
 community-x86_64/PKGBUILD |  114 ++--
 community-x86_64/mozconfig|   62 +++
 community-x86_64/seamonkey-2.0-lang.patch |   22 ++---
 community-x86_64/seamonkey.desktop|   22 ++---
 community-x86_64/seamonkey.install|   24 ++---
 10 files changed, 244 insertions(+), 244 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-21 14:59:27 UTC (rev 82604)
+++ community-i686/PKGBUILD 2013-01-21 15:00:59 UTC (rev 82605)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-
-pkgname=seamonkey
-pkgver=2.15.1
-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=(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=('883757087d041e0a991c1ed96d161fa1'
- 'dabc8f517fbff67b8599064bedd32606'
- '6119a2254716752c9d08e366f8d4c048'
- '25b6fe16ac24cd5c852213e5c1adb272')
-
-build() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver
-  export MOZ_MAKE_FLAGS=$MAKEFLAGS
-  unset MAKEFLAGS
-
-  # 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
-
-  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 -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
-  rm -r $pkgdir/usr/{include,lib/seamonkey-devel-$pkgver,share/idl}
-}

Copied: seamonkey/repos/community-i686/PKGBUILD (from rev 82604, 
seamonkey/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)

[arch-commits] Commit in seamonkey/repos (20 files)

2012-10-29 Thread Ionut Biru
Date: Monday, October 29, 2012 @ 16:14:46
  Author: ibiru
Revision: 169805

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  seamonkey/repos/extra-i686/PKGBUILD
(from rev 169804, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/extra-i686/mozconfig
(from rev 169804, seamonkey/trunk/mozconfig)
  seamonkey/repos/extra-i686/seamonkey-2.0-lang.patch
(from rev 169804, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/extra-i686/seamonkey.desktop
(from rev 169804, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/extra-i686/seamonkey.install
(from rev 169804, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/extra-x86_64/PKGBUILD
(from rev 169804, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/extra-x86_64/mozconfig
(from rev 169804, seamonkey/trunk/mozconfig)
  seamonkey/repos/extra-x86_64/seamonkey-2.0-lang.patch
(from rev 169804, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/extra-x86_64/seamonkey.desktop
(from rev 169804, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/extra-x86_64/seamonkey.install
(from rev 169804, 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.desktop
  seamonkey/repos/extra-i686/seamonkey.install
  seamonkey/repos/extra-x86_64/PKGBUILD
  seamonkey/repos/extra-x86_64/mozconfig
  seamonkey/repos/extra-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/extra-x86_64/seamonkey.desktop
  seamonkey/repos/extra-x86_64/seamonkey.install

---+
 extra-i686/PKGBUILD   |  112 
 extra-i686/mozconfig  |   62 -
 extra-i686/seamonkey-2.0-lang.patch   |   22 +++---
 extra-i686/seamonkey.desktop  |   22 +++---
 extra-i686/seamonkey.install  |   24 +++---
 extra-x86_64/PKGBUILD |  112 
 extra-x86_64/mozconfig|   62 -
 extra-x86_64/seamonkey-2.0-lang.patch |   22 +++---
 extra-x86_64/seamonkey.desktop|   22 +++---
 extra-x86_64/seamonkey.install|   24 +++---
 10 files changed, 242 insertions(+), 242 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-29 20:08:27 UTC (rev 169804)
+++ extra-i686/PKGBUILD 2012-10-29 20:14:46 UTC (rev 169805)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-pkgname=seamonkey
-pkgver=2.13.1
-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')
-install=$pkgname.install
-url=http://www.seamonkey-project.org/;
-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=('4692488308bbd6a1c5017ebd0fe3'
- 'dabc8f517fbff67b8599064bedd32606'
- '6119a2254716752c9d08e366f8d4c048'
- '25b6fe16ac24cd5c852213e5c1adb272')
-
-build() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver
-  export MOZ_MAKE_FLAGS=$MAKEFLAGS
-  unset MAKEFLAGS
-
-  # 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
-
-  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 -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
-  rm -r $pkgdir/usr/{include,lib/seamonkey-devel-$pkgver,share/idl}
-}

Copied: seamonkey/repos/extra-i686/PKGBUILD (from rev 169804, 
seamonkey/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-29 20:14:46 UTC (rev 169805)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org

[arch-commits] Commit in seamonkey/repos (20 files)

2012-10-20 Thread Jan Steffens
Date: Saturday, October 20, 2012 @ 20:46:02
  Author: heftig
Revision: 169426

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  seamonkey/repos/extra-i686/PKGBUILD
(from rev 169425, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/extra-i686/mozconfig
(from rev 169425, seamonkey/trunk/mozconfig)
  seamonkey/repos/extra-i686/seamonkey-2.0-lang.patch
(from rev 169425, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/extra-i686/seamonkey.desktop
(from rev 169425, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/extra-i686/seamonkey.install
(from rev 169425, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/extra-x86_64/PKGBUILD
(from rev 169425, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/extra-x86_64/mozconfig
(from rev 169425, seamonkey/trunk/mozconfig)
  seamonkey/repos/extra-x86_64/seamonkey-2.0-lang.patch
(from rev 169425, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/extra-x86_64/seamonkey.desktop
(from rev 169425, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/extra-x86_64/seamonkey.install
(from rev 169425, 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.desktop
  seamonkey/repos/extra-i686/seamonkey.install
  seamonkey/repos/extra-x86_64/PKGBUILD
  seamonkey/repos/extra-x86_64/mozconfig
  seamonkey/repos/extra-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/extra-x86_64/seamonkey.desktop
  seamonkey/repos/extra-x86_64/seamonkey.install

---+
 extra-i686/PKGBUILD   |  112 
 extra-i686/mozconfig  |   62 -
 extra-i686/seamonkey-2.0-lang.patch   |   22 +++---
 extra-i686/seamonkey.desktop  |   22 +++---
 extra-i686/seamonkey.install  |   24 +++---
 extra-x86_64/PKGBUILD |  112 
 extra-x86_64/mozconfig|   62 -
 extra-x86_64/seamonkey-2.0-lang.patch |   22 +++---
 extra-x86_64/seamonkey.desktop|   22 +++---
 extra-x86_64/seamonkey.install|   24 +++---
 10 files changed, 242 insertions(+), 242 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-21 00:35:10 UTC (rev 169425)
+++ extra-i686/PKGBUILD 2012-10-21 00:46:02 UTC (rev 169426)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-pkgname=seamonkey
-pkgver=2.12.1
-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')
-install=$pkgname.install
-url=http://www.seamonkey-project.org/;
-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=('89bc1360aa1eb59c5b4177373bb16502'
- 'dabc8f517fbff67b8599064bedd32606'
- '6119a2254716752c9d08e366f8d4c048'
- '25b6fe16ac24cd5c852213e5c1adb272')
-
-build() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver
-  export MOZ_MAKE_FLAGS=$MAKEFLAGS
-  unset MAKEFLAGS
-
-  # 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
-
-  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 -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
-  rm -r $pkgdir/usr/{include,lib/seamonkey-devel-$pkgver,share/idl}
-}

Copied: seamonkey/repos/extra-i686/PKGBUILD (from rev 169425, 
seamonkey/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-21 00:46:02 UTC (rev 169426)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org

[arch-commits] Commit in seamonkey/repos (20 files)

2012-09-25 Thread Ionut Biru
Date: Tuesday, September 25, 2012 @ 12:52:38
  Author: ibiru
Revision: 167121

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  seamonkey/repos/extra-i686/PKGBUILD
(from rev 167120, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/extra-i686/mozconfig
(from rev 167120, seamonkey/trunk/mozconfig)
  seamonkey/repos/extra-i686/seamonkey-2.0-lang.patch
(from rev 167120, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/extra-i686/seamonkey.desktop
(from rev 167120, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/extra-i686/seamonkey.install
(from rev 167120, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/extra-x86_64/PKGBUILD
(from rev 167120, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/extra-x86_64/mozconfig
(from rev 167120, seamonkey/trunk/mozconfig)
  seamonkey/repos/extra-x86_64/seamonkey-2.0-lang.patch
(from rev 167120, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/extra-x86_64/seamonkey.desktop
(from rev 167120, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/extra-x86_64/seamonkey.install
(from rev 167120, 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.desktop
  seamonkey/repos/extra-i686/seamonkey.install
  seamonkey/repos/extra-x86_64/PKGBUILD
  seamonkey/repos/extra-x86_64/mozconfig
  seamonkey/repos/extra-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/extra-x86_64/seamonkey.desktop
  seamonkey/repos/extra-x86_64/seamonkey.install

---+
 extra-i686/PKGBUILD   |  112 
 extra-i686/mozconfig  |   62 -
 extra-i686/seamonkey-2.0-lang.patch   |   22 +++---
 extra-i686/seamonkey.desktop  |   22 +++---
 extra-i686/seamonkey.install  |   24 +++---
 extra-x86_64/PKGBUILD |  112 
 extra-x86_64/mozconfig|   62 -
 extra-x86_64/seamonkey-2.0-lang.patch |   22 +++---
 extra-x86_64/seamonkey.desktop|   22 +++---
 extra-x86_64/seamonkey.install|   24 +++---
 10 files changed, 242 insertions(+), 242 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-25 16:37:08 UTC (rev 167120)
+++ extra-i686/PKGBUILD 2012-09-25 16:52:38 UTC (rev 167121)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-pkgname=seamonkey
-pkgver=2.11
-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')
-install=$pkgname.install
-url=http://www.seamonkey-project.org/;
-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=('807e8993f8fe4a3a42e8f63ecfb0f15d'
- 'dabc8f517fbff67b8599064bedd32606'
- '6119a2254716752c9d08e366f8d4c048'
- '25b6fe16ac24cd5c852213e5c1adb272')
-
-build() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver
-  export MOZ_MAKE_FLAGS=$MAKEFLAGS
-  unset MAKEFLAGS
-
-  # 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
-
-  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 -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
-  rm -r $pkgdir/usr/{include,lib/seamonkey-devel-$pkgver,share/idl}
-}

Copied: seamonkey/repos/extra-i686/PKGBUILD (from rev 167120, 
seamonkey/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-25 16:52:38 UTC (rev 167121)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org

[arch-commits] Commit in seamonkey/repos (20 files)

2012-07-21 Thread Ionut Biru
Date: Saturday, July 21, 2012 @ 15:19:56
  Author: ibiru
Revision: 163897

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  seamonkey/repos/extra-i686/PKGBUILD
(from rev 163894, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/extra-i686/mozconfig
(from rev 163894, seamonkey/trunk/mozconfig)
  seamonkey/repos/extra-i686/seamonkey-2.0-lang.patch
(from rev 163894, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/extra-i686/seamonkey.desktop
(from rev 163894, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/extra-i686/seamonkey.install
(from rev 163894, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/extra-x86_64/PKGBUILD
(from rev 163895, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/extra-x86_64/mozconfig
(from rev 163895, seamonkey/trunk/mozconfig)
  seamonkey/repos/extra-x86_64/seamonkey-2.0-lang.patch
(from rev 163895, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/extra-x86_64/seamonkey.desktop
(from rev 163895, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/extra-x86_64/seamonkey.install
(from rev 163895, 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.desktop
  seamonkey/repos/extra-i686/seamonkey.install
  seamonkey/repos/extra-x86_64/PKGBUILD
  seamonkey/repos/extra-x86_64/mozconfig
  seamonkey/repos/extra-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/extra-x86_64/seamonkey.desktop
  seamonkey/repos/extra-x86_64/seamonkey.install

---+
 extra-i686/PKGBUILD   |  114 +++-
 extra-i686/mozconfig  |   62 -
 extra-i686/seamonkey-2.0-lang.patch   |   22 +++---
 extra-i686/seamonkey.desktop  |   22 +++---
 extra-i686/seamonkey.install  |   24 +++---
 extra-x86_64/PKGBUILD |  114 +++-
 extra-x86_64/mozconfig|   62 -
 extra-x86_64/seamonkey-2.0-lang.patch |   22 +++---
 extra-x86_64/seamonkey.desktop|   22 +++---
 extra-x86_64/seamonkey.install|   24 +++---
 10 files changed, 242 insertions(+), 246 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-21 19:19:52 UTC (rev 163896)
+++ extra-i686/PKGBUILD 2012-07-21 19:19:56 UTC (rev 163897)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-pkgname=seamonkey
-pkgver=2.10
-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' 'gcc4.6')
-install=$pkgname.install
-url=http://www.seamonkey-project.org/;
-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=('c2c41a12107a67e5eedef06d50e26c56'
- 'dabc8f517fbff67b8599064bedd32606'
- '6119a2254716752c9d08e366f8d4c048'
- '25b6fe16ac24cd5c852213e5c1adb272')
-
-build() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  export CC=gcc-4.6
-  export CXX=g++-4.6
-  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver
-  export MOZ_MAKE_FLAGS=$MAKEFLAGS
-  unset MAKEFLAGS
-
-  # 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
-
-  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 -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
-  rm -r $pkgdir/usr/{include,lib/seamonkey-devel-$pkgver,share/idl}
-}

Copied: seamonkey/repos/extra-i686/PKGBUILD (from rev 163894, 
seamonkey/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-21 19:19:56 UTC (rev 163897)
@@ -0,0 +1,56 @@
+# $Id$
+# 

[arch-commits] Commit in seamonkey/repos (20 files)

2011-12-24 Thread Ionut Biru
Date: Saturday, December 24, 2011 @ 09:13:58
  Author: ibiru
Revision: 145624

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  seamonkey/repos/extra-i686/PKGBUILD
(from rev 145623, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/extra-i686/mozconfig
(from rev 145623, seamonkey/trunk/mozconfig)
  seamonkey/repos/extra-i686/seamonkey-2.0-lang.patch
(from rev 145623, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/extra-i686/seamonkey.desktop
(from rev 145623, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/extra-i686/seamonkey.install
(from rev 145623, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/extra-x86_64/PKGBUILD
(from rev 145623, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/extra-x86_64/mozconfig
(from rev 145623, seamonkey/trunk/mozconfig)
  seamonkey/repos/extra-x86_64/seamonkey-2.0-lang.patch
(from rev 145623, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/extra-x86_64/seamonkey.desktop
(from rev 145623, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/extra-x86_64/seamonkey.install
(from rev 145623, 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.desktop
  seamonkey/repos/extra-i686/seamonkey.install
  seamonkey/repos/extra-x86_64/PKGBUILD
  seamonkey/repos/extra-x86_64/mozconfig
  seamonkey/repos/extra-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/extra-x86_64/seamonkey.desktop
  seamonkey/repos/extra-x86_64/seamonkey.install

---+
 extra-i686/PKGBUILD   |   96 
 extra-i686/mozconfig  |   70 +++
 extra-i686/seamonkey-2.0-lang.patch   |   22 +++
 extra-i686/seamonkey.desktop  |   22 +++
 extra-i686/seamonkey.install  |   24 
 extra-x86_64/PKGBUILD |   96 
 extra-x86_64/mozconfig|   70 +++
 extra-x86_64/seamonkey-2.0-lang.patch |   22 +++
 extra-x86_64/seamonkey.desktop|   22 +++
 extra-x86_64/seamonkey.install|   24 
 10 files changed, 234 insertions(+), 234 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-24 14:08:48 UTC (rev 145623)
+++ extra-i686/PKGBUILD 2011-12-24 14:13:58 UTC (rev 145624)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-pkgname=seamonkey
-pkgver=2.6
-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'  'sqlite3'  'startup-notification')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' '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=('11f79686443ec5d1ad3ec005e29e6a80'
- 'd02b5f002a7cdf8d15dccd2548d09256'
- '6119a2254716752c9d08e366f8d4c048'
- '25b6fe16ac24cd5c852213e5c1adb272')
-
-build() {
-  cd $srcdir/comm-release
-  patch -Np1 -i $srcdir/seamonkey-2.0-lang.patch
-
-  cp $srcdir/mozconfig .mozconfig
-  export LDFLAGS=$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
-
-  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
-  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 145623, 
seamonkey/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-24 14:13:58 UTC (rev 145624)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+pkgname=seamonkey
+pkgver=2.6.1
+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' 

[arch-commits] Commit in seamonkey/repos (20 files)

2011-12-21 Thread Ionut Biru
Date: Wednesday, December 21, 2011 @ 06:54:52
  Author: ibiru
Revision: 145296

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  seamonkey/repos/extra-i686/PKGBUILD
(from rev 145295, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/extra-i686/mozconfig
(from rev 145295, seamonkey/trunk/mozconfig)
  seamonkey/repos/extra-i686/seamonkey-2.0-lang.patch
(from rev 145295, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/extra-i686/seamonkey.desktop
(from rev 145295, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/extra-i686/seamonkey.install
(from rev 145295, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/extra-x86_64/PKGBUILD
(from rev 145295, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/extra-x86_64/mozconfig
(from rev 145295, seamonkey/trunk/mozconfig)
  seamonkey/repos/extra-x86_64/seamonkey-2.0-lang.patch
(from rev 145295, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/extra-x86_64/seamonkey.desktop
(from rev 145295, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/extra-x86_64/seamonkey.install
(from rev 145295, 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.desktop
  seamonkey/repos/extra-i686/seamonkey.install
  seamonkey/repos/extra-x86_64/PKGBUILD
  seamonkey/repos/extra-x86_64/mozconfig
  seamonkey/repos/extra-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/extra-x86_64/seamonkey.desktop
  seamonkey/repos/extra-x86_64/seamonkey.install

---+
 extra-i686/PKGBUILD   |   96 
 extra-i686/mozconfig  |   76 +++--
 extra-i686/seamonkey-2.0-lang.patch   |   22 +++
 extra-i686/seamonkey.desktop  |   22 +++
 extra-i686/seamonkey.install  |   24 
 extra-x86_64/PKGBUILD |   96 
 extra-x86_64/mozconfig|   76 +++--
 extra-x86_64/seamonkey-2.0-lang.patch |   22 +++
 extra-x86_64/seamonkey.desktop|   22 +++
 extra-x86_64/seamonkey.install|   24 
 10 files changed, 234 insertions(+), 246 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-21 11:54:00 UTC (rev 145295)
+++ extra-i686/PKGBUILD 2011-12-21 11:54:52 UTC (rev 145296)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-pkgname=seamonkey
-pkgver=2.5
-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'  'sqlite3'  'startup-notification')
-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=('f0f0dd652ad5ee9458d86aeb626615bd'
- '62b568ef613c7bf2503832115291e0b7'
- '6119a2254716752c9d08e366f8d4c048'
- '25b6fe16ac24cd5c852213e5c1adb272')
-
-build() {
-  cd $srcdir/comm-release
-  patch -Np1 -i $srcdir/seamonkey-2.0-lang.patch
-
-  cp $srcdir/mozconfig .mozconfig
-  export LDFLAGS=$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
-
-  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
-  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 145295, 
seamonkey/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-21 11:54:52 UTC (rev 145296)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+pkgname=seamonkey
+pkgver=2.6
+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' 

[arch-commits] Commit in seamonkey/repos (20 files)

2011-11-22 Thread Ionut Biru
Date: Tuesday, November 22, 2011 @ 14:30:43
  Author: ibiru
Revision: 143100

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  seamonkey/repos/extra-i686/PKGBUILD
(from rev 143099, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/extra-i686/mozconfig
(from rev 143099, seamonkey/trunk/mozconfig)
  seamonkey/repos/extra-i686/seamonkey-2.0-lang.patch
(from rev 143099, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/extra-i686/seamonkey.desktop
(from rev 143099, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/extra-i686/seamonkey.install
(from rev 143099, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/extra-x86_64/PKGBUILD
(from rev 143099, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/extra-x86_64/mozconfig
(from rev 143099, seamonkey/trunk/mozconfig)
  seamonkey/repos/extra-x86_64/seamonkey-2.0-lang.patch
(from rev 143099, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/extra-x86_64/seamonkey.desktop
(from rev 143099, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/extra-x86_64/seamonkey.install
(from rev 143099, 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.desktop
  seamonkey/repos/extra-i686/seamonkey.install
  seamonkey/repos/extra-x86_64/PKGBUILD
  seamonkey/repos/extra-x86_64/mozconfig
  seamonkey/repos/extra-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/extra-x86_64/seamonkey.desktop
  seamonkey/repos/extra-x86_64/seamonkey.install

---+
 extra-i686/PKGBUILD   |   98 +++-
 extra-i686/mozconfig  |   83 +--
 extra-i686/seamonkey-2.0-lang.patch   |   22 +++
 extra-i686/seamonkey.desktop  |   22 +++
 extra-i686/seamonkey.install  |   24 +++
 extra-x86_64/PKGBUILD |   98 +++-
 extra-x86_64/mozconfig|   83 +--
 extra-x86_64/seamonkey-2.0-lang.patch |   22 +++
 extra-x86_64/seamonkey.desktop|   22 +++
 extra-x86_64/seamonkey.install|   24 +++
 10 files changed, 246 insertions(+), 252 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-22 19:28:30 UTC (rev 143099)
+++ extra-i686/PKGBUILD 2011-11-22 19:30:43 UTC (rev 143100)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-pkgname=seamonkey
-pkgver=2.4.1
-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' 
'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=('ccac3a0971a75cb0798347d60f12f6cf'
- 'afc79e29c651803bfc5e6032d5ffb0e2'
- '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
-
-  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
-  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
-
-  ln -sf /usr/lib/seamonkey-${pkgver}/seamonkey-bin 
${pkgdir}/usr/lib/seamonkey-${pkgver}/seamonkey
-}

Copied: seamonkey/repos/extra-i686/PKGBUILD (from rev 143099, 
seamonkey/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-22 19:30:43 UTC (rev 143100)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+pkgname=seamonkey
+pkgver=2.5
+pkgrel=1
+pkgdesc=SeaMonkey 

[arch-commits] Commit in seamonkey/repos (20 files)

2011-09-30 Thread Ionut Biru
Date: Friday, September 30, 2011 @ 07:29:30
  Author: ibiru
Revision: 139153

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  seamonkey/repos/extra-i686/PKGBUILD
(from rev 139152, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/extra-i686/mozconfig
(from rev 139152, seamonkey/trunk/mozconfig)
  seamonkey/repos/extra-i686/seamonkey-2.0-lang.patch
(from rev 139152, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/extra-i686/seamonkey.desktop
(from rev 139152, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/extra-i686/seamonkey.install
(from rev 139152, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/extra-x86_64/PKGBUILD
(from rev 139152, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/extra-x86_64/mozconfig
(from rev 139152, seamonkey/trunk/mozconfig)
  seamonkey/repos/extra-x86_64/seamonkey-2.0-lang.patch
(from rev 139152, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/extra-x86_64/seamonkey.desktop
(from rev 139152, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/extra-x86_64/seamonkey.install
(from rev 139152, 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.desktop
  seamonkey/repos/extra-i686/seamonkey.install
  seamonkey/repos/extra-x86_64/PKGBUILD
  seamonkey/repos/extra-x86_64/mozconfig
  seamonkey/repos/extra-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/extra-x86_64/seamonkey.desktop
  seamonkey/repos/extra-x86_64/seamonkey.install

---+
 extra-i686/PKGBUILD   |   98 
 extra-i686/mozconfig  |   84 +--
 extra-i686/seamonkey-2.0-lang.patch   |   22 +++
 extra-i686/seamonkey.desktop  |   22 +++
 extra-i686/seamonkey.install  |   24 +++
 extra-x86_64/PKGBUILD |   98 
 extra-x86_64/mozconfig|   84 +--
 extra-x86_64/seamonkey-2.0-lang.patch |   22 +++
 extra-x86_64/seamonkey.desktop|   22 +++
 extra-x86_64/seamonkey.install|   24 +++
 10 files changed, 252 insertions(+), 248 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-09-30 11:26:39 UTC (rev 139152)
+++ extra-i686/PKGBUILD 2011-09-30 11:29:30 UTC (rev 139153)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-pkgname=seamonkey
-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' 
'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=('81a660049415cc3a8c0886e2dab14573'
- 'afc79e29c651803bfc5e6032d5ffb0e2'
- '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
-
-  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
-  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 139152, 
seamonkey/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-30 11:29:30 UTC (rev 139153)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+pkgname=seamonkey
+pkgver=2.4.1
+pkgrel=1
+pkgdesc=SeaMonkey internet suite
+arch=('i686' 'x86_64')
+license=('MPL')
+depends=('gtk2' 'mozilla-common' 'hunspell' 

[arch-commits] Commit in seamonkey/repos (20 files)

2011-09-27 Thread Ionut Biru
Date: Tuesday, September 27, 2011 @ 17:25:25
  Author: ibiru
Revision: 138763

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  seamonkey/repos/extra-i686/PKGBUILD
(from rev 138762, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/extra-i686/mozconfig
(from rev 138762, seamonkey/trunk/mozconfig)
  seamonkey/repos/extra-i686/seamonkey-2.0-lang.patch
(from rev 138762, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/extra-i686/seamonkey.desktop
(from rev 138762, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/extra-i686/seamonkey.install
(from rev 138762, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/extra-x86_64/PKGBUILD
(from rev 138762, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/extra-x86_64/mozconfig
(from rev 138762, seamonkey/trunk/mozconfig)
  seamonkey/repos/extra-x86_64/seamonkey-2.0-lang.patch
(from rev 138762, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/extra-x86_64/seamonkey.desktop
(from rev 138762, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/extra-x86_64/seamonkey.install
(from rev 138762, 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.desktop
  seamonkey/repos/extra-i686/seamonkey.install
  seamonkey/repos/extra-x86_64/PKGBUILD
  seamonkey/repos/extra-x86_64/mozconfig
  seamonkey/repos/extra-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/extra-x86_64/seamonkey.desktop
  seamonkey/repos/extra-x86_64/seamonkey.install

---+
 extra-i686/PKGBUILD   |   97 +++-
 extra-i686/mozconfig  |   86 +---
 extra-i686/seamonkey-2.0-lang.patch   |   22 +++
 extra-i686/seamonkey.desktop  |   22 +++
 extra-i686/seamonkey.install  |   24 +++
 extra-x86_64/PKGBUILD |   97 +++-
 extra-x86_64/mozconfig|   86 +---
 extra-x86_64/seamonkey-2.0-lang.patch |   22 +++
 extra-x86_64/seamonkey.desktop|   22 +++
 extra-x86_64/seamonkey.install|   24 +++
 10 files changed, 248 insertions(+), 254 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-09-27 21:22:24 UTC (rev 138762)
+++ extra-i686/PKGBUILD 2011-09-27 21:25:25 UTC (rev 138763)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-pkgname=seamonkey
-pkgver=2.3.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;
-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'
- '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
-}

Copied: seamonkey/repos/extra-i686/PKGBUILD (from rev 138762, 
seamonkey/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-27 21:25:25 UTC (rev 138763)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+pkgname=seamonkey
+pkgver=2.4
+pkgrel=1

[arch-commits] Commit in seamonkey/repos (20 files)

2011-09-06 Thread Ionut Biru
Date: Tuesday, September 6, 2011 @ 19:39:59
  Author: ibiru
Revision: 137313

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  seamonkey/repos/extra-i686/PKGBUILD
(from rev 137312, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/extra-i686/mozconfig
(from rev 137312, seamonkey/trunk/mozconfig)
  seamonkey/repos/extra-i686/seamonkey-2.0-lang.patch
(from rev 137312, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/extra-i686/seamonkey.desktop
(from rev 137312, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/extra-i686/seamonkey.install
(from rev 137312, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/extra-x86_64/PKGBUILD
(from rev 137312, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/extra-x86_64/mozconfig
(from rev 137312, seamonkey/trunk/mozconfig)
  seamonkey/repos/extra-x86_64/seamonkey-2.0-lang.patch
(from rev 137312, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/extra-x86_64/seamonkey.desktop
(from rev 137312, seamonkey/trunk/seamonkey.desktop)
  seamonkey/repos/extra-x86_64/seamonkey.install
(from rev 137312, 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.desktop
  seamonkey/repos/extra-i686/seamonkey.install
  seamonkey/repos/extra-x86_64/PKGBUILD
  seamonkey/repos/extra-x86_64/mozconfig
  seamonkey/repos/extra-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/extra-x86_64/seamonkey.desktop
  seamonkey/repos/extra-x86_64/seamonkey.install

---+
 extra-i686/PKGBUILD   |   99 +++-
 extra-i686/mozconfig  |   88 ++--
 extra-i686/seamonkey-2.0-lang.patch   |   22 +++
 extra-i686/seamonkey.desktop  |   22 +++
 extra-i686/seamonkey.install  |   24 +++
 extra-x86_64/PKGBUILD |   99 +++-
 extra-x86_64/mozconfig|   88 ++--
 extra-x86_64/seamonkey-2.0-lang.patch |   22 +++
 extra-x86_64/seamonkey.desktop|   22 +++
 extra-x86_64/seamonkey.install|   24 +++
 10 files changed, 254 insertions(+), 256 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-09-06 23:36:42 UTC (rev 137312)
+++ extra-i686/PKGBUILD 2011-09-06 23:39:59 UTC (rev 137313)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@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
-}

Copied: seamonkey/repos/extra-i686/PKGBUILD (from rev 137312, 
seamonkey/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-06 23:39:59 UTC (rev 137313)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+pkgname=seamonkey
+pkgver=2.3.3