mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/xulrunner to 40.0.3-1
This commit is contained in:
parent
1a76fd873c
commit
02d3e9d631
1 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
||||||
# - set extra CFLAG for v5
|
# - set extra CFLAG for v5
|
||||||
|
|
||||||
pkgname=xulrunner
|
pkgname=xulrunner
|
||||||
pkgver=39.0
|
pkgver=40.0.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Mozilla Runtime Environment"
|
pkgdesc="Mozilla Runtime Environment"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -16,13 +16,13 @@ license=('MPL' 'GPL' 'LGPL')
|
||||||
depends=('gtk2' 'mozilla-common' 'nss>3.18' 'libxt' 'hunspell' 'startup-notification' 'mime-types' 'dbus-glib' 'libpulse' 'libevent' 'libvpx' 'icu' 'python2')
|
depends=('gtk2' 'mozilla-common' 'nss>3.18' 'libxt' 'hunspell' 'startup-notification' 'mime-types' 'dbus-glib' 'libpulse' 'libevent' 'libvpx' 'icu' 'python2')
|
||||||
makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'yasm' 'mesa' 'autoconf2.13' 'gst-plugins-base-libs')
|
makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'yasm' 'mesa' 'autoconf2.13' 'gst-plugins-base-libs')
|
||||||
url="http://wiki.mozilla.org/XUL:Xul_Runner"
|
url="http://wiki.mozilla.org/XUL:Xul_Runner"
|
||||||
source=(ftp://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/$pkgver/source/xulrunner-$pkgver.source.tar.bz2
|
source=(https://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/$pkgver/source/xulrunner-$pkgver.source.tar.bz2
|
||||||
mozconfig
|
mozconfig
|
||||||
mozilla-pkgconfig.patch
|
mozilla-pkgconfig.patch
|
||||||
shared-libs.patch)
|
shared-libs.patch)
|
||||||
options=('!emptydirs' 'staticlibs')
|
options=('!emptydirs' 'staticlibs')
|
||||||
replaces=('xulrunner-oss')
|
replaces=('xulrunner-oss')
|
||||||
sha256sums=('c38daf64e162f305d9b7117c97e759f65c4b086f8db90fd3cea10a05c65c507a'
|
sha256sums=('500af8a84c48e31fe368cd89aa17118e4f18ef76ce7b7154a9d676222ce3ced5'
|
||||||
'08e7c8e40ca3ab68f91b18b84a4fbbba00767c88d84c0cfcdd52fe5e36083207'
|
'08e7c8e40ca3ab68f91b18b84a4fbbba00767c88d84c0cfcdd52fe5e36083207'
|
||||||
'1aa9ebe67542a2b8c28905d070829ada5b29438c6a7961f2b0cdd6b92d8b9f5c'
|
'1aa9ebe67542a2b8c28905d070829ada5b29438c6a7961f2b0cdd6b92d8b9f5c'
|
||||||
'59d9fc421bc10a5515b73e159f44a72365bf7b7e8b3fc8a8c46043ef40bd3a40')
|
'59d9fc421bc10a5515b73e159f44a72365bf7b7e8b3fc8a8c46043ef40bd3a40')
|
||||||
|
|
Loading…
Reference in a new issue