mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/seamonkey to 2.31-1
This commit is contained in:
parent
6961531ae0
commit
9f769afb17
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
||||||
# - mozconfig additions used in xulrunner, just in case
|
# - mozconfig additions used in xulrunner, just in case
|
||||||
|
|
||||||
pkgname=seamonkey
|
pkgname=seamonkey
|
||||||
pkgver=2.30
|
pkgver=2.31
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="SeaMonkey internet suite"
|
pkgdesc="SeaMonkey internet suite"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -22,7 +22,7 @@ source=(ftp://ftp.mozilla.org/pub/mozilla.org/$pkgname/releases/$pkgver/source/$
|
||||||
mozconfig
|
mozconfig
|
||||||
seamonkey-2.0-lang.patch
|
seamonkey-2.0-lang.patch
|
||||||
rhbz-966424.patch)
|
rhbz-966424.patch)
|
||||||
md5sums=('831e91caf7036387f89b369c54250e75'
|
md5sums=('44b6f9cfc2a95fd08dba35ff236d306e'
|
||||||
'806cb42b072a8e749685ae6eafefb4ec'
|
'806cb42b072a8e749685ae6eafefb4ec'
|
||||||
'25b6fe16ac24cd5c852213e5c1adb272'
|
'25b6fe16ac24cd5c852213e5c1adb272'
|
||||||
'8c1578232b7a60fa1caa9a0b322d1e2b')
|
'8c1578232b7a60fa1caa9a0b322d1e2b')
|
||||||
|
@ -30,7 +30,7 @@ md5sums=('831e91caf7036387f89b369c54250e75'
|
||||||
prepare() {
|
prepare() {
|
||||||
cd comm-release
|
cd comm-release
|
||||||
cp ../mozconfig .mozconfig
|
cp ../mozconfig .mozconfig
|
||||||
patch -Np1 -i ../seamonkey-2.0-lang.patch
|
#patch -Np1 -i ../seamonkey-2.0-lang.patch
|
||||||
|
|
||||||
# https://bugs.archlinux.org/task/41689
|
# https://bugs.archlinux.org/task/41689
|
||||||
patch -Np1 -d mozilla -i ../../rhbz-966424.patch
|
patch -Np1 -d mozilla -i ../../rhbz-966424.patch
|
||||||
|
|
Loading…
Reference in a new issue