mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/seamonkey to 2.53.5-1
This commit is contained in:
parent
02cea542d4
commit
0760471079
2 changed files with 6 additions and 6 deletions
|
@ -8,8 +8,8 @@ highmem=1
|
|||
buildarch=12
|
||||
|
||||
pkgname=seamonkey
|
||||
pkgver=2.53.3
|
||||
pkgrel=2
|
||||
pkgver=2.53.5
|
||||
pkgrel=1
|
||||
pkgdesc="SeaMonkey internet suite"
|
||||
arch=('x86_64')
|
||||
license=('MPL')
|
||||
|
@ -17,7 +17,7 @@ depends=('dbus-glib' 'gtk3' 'hunspell' 'icu'
|
|||
'libevent' 'libpulse' 'libvpx' 'libxt' 'mime-types'
|
||||
'nss' 'sqlite' 'startup-notification')
|
||||
makedepends=('autoconf2.13' 'clang' 'gtk2' 'imake' 'llvm' 'mesa' 'python2-setuptools'
|
||||
'python2-psutil' 'rust' 'yasm' 'unzip' 'zip')
|
||||
'python2-psutil' 'rust' 'yasm' 'unzip' 'zip' 'nasm')
|
||||
optdepends=('networkmanager: Location detection via available WiFi networks'
|
||||
'libnotify: Notification integration'
|
||||
'pulseaudio: Audio support')
|
||||
|
@ -25,8 +25,8 @@ url="https://www.seamonkey-project.org/"
|
|||
source=("https://archive.mozilla.org/pub/seamonkey/releases/$pkgver/source/seamonkey-$pkgver.source.tar.xz"
|
||||
"mozconfig"
|
||||
"xulrunner-27.0-build-arm.patch")
|
||||
sha256sums=('2cc86fc22b8113eecd75ae68d4857664e2aadcca72eff4e602301ba0bd5fe48b'
|
||||
'4f371c19959a0745b33a1ef76182c26ece9bcaa6d5b04050539c6c96f4e3a6f3'
|
||||
sha256sums=('ab1cef1db8e6cb725ef4be65d3cad3a5fb5019d0cdc3baa13d1c24ef53e28395'
|
||||
'5341594529a763598f979b4c84f5a7892f97a0727f4283798c94a1e8869f70fe'
|
||||
'bc83b8a51c81a401da2fbe1f7cd0843248c32607d3a51119585df074d797922e')
|
||||
install="$pkgname.install"
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ ac_add_options --with-system-bz2
|
|||
ac_add_options --with-system-libevent
|
||||
#ac_add_options --with-system-libvpx
|
||||
ac_add_options --enable-system-hunspell
|
||||
ac_add_options --enable-system-sqlite
|
||||
#ac_add_options --enable-system-sqlite
|
||||
ac_add_options --enable-system-ffi
|
||||
#ac_add_options --enable-system-cairo
|
||||
ac_add_options --with-pthreads
|
||||
|
|
Loading…
Reference in a new issue