firefox: update to 3.6.12, xulrunner updated to 1.9.2.12 as well.
This commit is contained in:
parent
a0b17da29a
commit
28d42da0c3
2 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,6 @@
|
|||
# Template build file for 'firefox'.
|
||||
pkgname=firefox
|
||||
version=3.6.11
|
||||
revision=1
|
||||
version=3.6.12
|
||||
_libxul_sdkver=1.9.2
|
||||
wrksrc=mozilla-${_libxul_sdkver}
|
||||
distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.bz2"
|
||||
|
@ -17,7 +16,7 @@ configure_args="--enable-application=browser --enable-default-toolkit=cairo-gtk2
|
|||
--with-libxul-sdk=/usr/lib/xulrunner-devel-${_libxul_sdkver}"
|
||||
short_desc="Lightweight gecko-based web browser"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=16de496afb41400c8a6f5929cfc8d2c967afe30e99251d1752bc794453d28db4
|
||||
checksum=dd478c653070f451b76befc798cfa1d6b61745d8badf831a3bae453c32e68c2d
|
||||
long_desc="
|
||||
Mozilla Firefox is a free, open-source and cross-platform web browser
|
||||
for Windows, Linux, MacOS X and many other operating systems. It is
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
# Template build file for 'xulrunner'.
|
||||
pkgname=xulrunner
|
||||
_xulver=1.9.2
|
||||
_xulpatchver=11
|
||||
_ffver=3.6.11
|
||||
_xulpatchver=12
|
||||
_ffver=3.6.${_xulpatchver}
|
||||
# Current xulrunner version is available at $wrksrc/config/milestone.txt
|
||||
if [ -n "${_xulpatchver}" ]; then
|
||||
version=${_xulver}.${_xulpatchver}
|
||||
else
|
||||
version=${_xulver}
|
||||
fi
|
||||
revision=1
|
||||
#revision=1
|
||||
wrksrc=mozilla-${_xulver}
|
||||
distfiles="${MOZILLA_SITE}/firefox/releases/${_ffver}/source/firefox-${_ffver}.source.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
|
@ -25,7 +25,7 @@ configure_args="--enable-application=xulrunner --enable-libxul
|
|||
--with-system-nspr --with-system-nss --enable-safe-browsing"
|
||||
short_desc="XML User Interface Language runtime environment"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=16de496afb41400c8a6f5929cfc8d2c967afe30e99251d1752bc794453d28db4
|
||||
checksum=dd478c653070f451b76befc798cfa1d6b61745d8badf831a3bae453c32e68c2d
|
||||
long_desc="
|
||||
XULRunner is a runtime environment for applications using the
|
||||
XML User Interface Language, XUL. It is the successor of the Gecko
|
||||
|
|
Loading…
Reference in a new issue