mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 17:57:13 +08:00
fixed deps
This commit is contained in:
parent
da1a8b2f7e
commit
6bcb47d4ea
@ -9,11 +9,11 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
|||||||
pkgname=xulrunner
|
pkgname=xulrunner
|
||||||
pkgver=2.0
|
pkgver=2.0
|
||||||
_ffoxver=4.0
|
_ffoxver=4.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Mozilla Runtime Environment"
|
pkgdesc="Mozilla Runtime Environment"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
license=('MPL' 'GPL' 'LGPL')
|
license=('MPL' 'GPL' 'LGPL')
|
||||||
depends=('gcc-libs' 'libidl2' 'mozilla-common' 'nss' 'libxt' 'libxrender' 'hunspell' 'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'libevent' 'sqlite3>=3.7.4')
|
depends=('gcc-libs' 'libidl2' 'mozilla-common' 'nss' 'qt' 'libxt' 'libxrender' 'hunspell' 'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'libevent' 'sqlite3>=3.7.4')
|
||||||
makedepends=('zip' 'pkg-config' 'diffutils' 'python2' 'wireless_tools' 'yasm' 'mesa')
|
makedepends=('zip' 'pkg-config' 'diffutils' 'python2' 'wireless_tools' 'yasm' 'mesa')
|
||||||
url="http://wiki.mozilla.org/XUL:Xul_Runner"
|
url="http://wiki.mozilla.org/XUL:Xul_Runner"
|
||||||
source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${_ffoxver}/source/firefox-${_ffoxver}.source.tar.bz2
|
source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${_ffoxver}/source/firefox-${_ffoxver}.source.tar.bz2
|
||||||
@ -23,7 +23,7 @@ source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${_ffoxver}
|
|||||||
xulrunner-omnijar.patch)
|
xulrunner-omnijar.patch)
|
||||||
options=('!emptydirs')
|
options=('!emptydirs')
|
||||||
md5sums=('3468a2c463b4fc2788ba621e4b511c30'
|
md5sums=('3468a2c463b4fc2788ba621e4b511c30'
|
||||||
'52bbbb0117566b19c5a65e072725d47e'
|
'e3be9cef491ef86f18252cc6ed8bffb4'
|
||||||
'639ea80e823543dd415b90c0ee804186'
|
'639ea80e823543dd415b90c0ee804186'
|
||||||
'a0236f6c3e55f60b7888d8cf137ff209'
|
'a0236f6c3e55f60b7888d8cf137ff209'
|
||||||
'dea8c2a57a588bf5f6198ce7b4155655')
|
'dea8c2a57a588bf5f6198ce7b4155655')
|
||||||
|
Loading…
Reference in New Issue
Block a user