firefox: update to 3.6.3.
--HG-- extra : convert_revision : 0a5cff36110734746d5fe742e77be245b6dadd60
This commit is contained in:
parent
9d6316da7e
commit
7c57d8be79
2 changed files with 6 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
+MOZ_APP_VERSION="3.5"
|
||||
+MOZ_APP_VERSION="3.6"
|
||||
+
|
||||
NO_PKG_FILES = \
|
||||
$(MOZ_APP_NAME)-config \
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
# Template build file for 'firefox'.
|
||||
pkgname=firefox
|
||||
version=3.6.2
|
||||
wrksrc=mozilla-1.9.2
|
||||
version=3.6.3
|
||||
_libxul_sdkver=1.9.2
|
||||
wrksrc=mozilla-${_libxul_sdkver}
|
||||
distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--enable-application=browser --enable-default-toolkit=cairo-gtk2
|
||||
|
@ -12,10 +13,10 @@ configure_args="--enable-application=browser --enable-default-toolkit=cairo-gtk2
|
|||
--with-system-zlib --with-system-bz2 --enable-system-cairo --with-pthreads
|
||||
--with-system-png --with-system-jpeg --enable-jemalloc --enable-safe-browsing
|
||||
--with-system-sqlite --with-system-nspr --with-system-nss --enable-libxul
|
||||
--with-libxul-sdk=/usr/lib/xulrunner-devel-1.9.1"
|
||||
--with-libxul-sdk=/usr/lib/xulrunner-devel-${_libxul_sdkver}"
|
||||
short_desc="Lightweight gecko-based web browser"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=0f8398efabb14da83e14c7fbabdff99a619752cadb43348b27adf302382046f0
|
||||
checksum=35a0b35d79baa502b6c5781ed3e9c4b5eb623bdaf1940460dcf465192848a2d0
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue