mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/seamonkey to 2.39-1
This commit is contained in:
parent
213fb181f0
commit
e7867b8174
1 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
# - mozconfig additions used in xulrunner, just in case
|
||||
|
||||
pkgname=seamonkey
|
||||
pkgver=2.38
|
||||
pkgver=2.39
|
||||
pkgrel=1
|
||||
pkgdesc="SeaMonkey internet suite"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -22,13 +22,13 @@ source=(https://archive.mozilla.org/pub/mozilla.org/seamonkey/releases/$pkgver/s
|
|||
mozconfig
|
||||
seamonkey-2.0-lang.patch
|
||||
rhbz-966424.patch)
|
||||
md5sums=('d77b2550665a94a88c69368f4cf54833'
|
||||
md5sums=('eb571346b1ad00d3197d48aa0a906102'
|
||||
'806cb42b072a8e749685ae6eafefb4ec'
|
||||
'25b6fe16ac24cd5c852213e5c1adb272'
|
||||
'8c1578232b7a60fa1caa9a0b322d1e2b')
|
||||
|
||||
prepare() {
|
||||
cd comm-release
|
||||
cd "$pkgname-$pkgver"
|
||||
cp ../mozconfig .mozconfig
|
||||
#patch -Np1 -i ../seamonkey-2.0-lang.patch
|
||||
|
||||
|
@ -47,7 +47,7 @@ prepare() {
|
|||
}
|
||||
|
||||
build() {
|
||||
cd comm-release
|
||||
cd "$pkgname-$pkgver"
|
||||
|
||||
export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver"
|
||||
export MOZ_MAKE_FLAGS="$MAKEFLAGS"
|
||||
|
@ -58,7 +58,7 @@ build() {
|
|||
}
|
||||
|
||||
package() {
|
||||
cd comm-release
|
||||
cd "$pkgname-$pkgver"
|
||||
|
||||
make -j1 -f client.mk DESTDIR="$pkgdir" INSTALL_SDK= install
|
||||
|
||||
|
|
Loading…
Reference in a new issue