firefox: update to 3.6.15.

--HG--
branch : gnome3
This commit is contained in:
Juan RP 2011-03-08 16:28:13 +01:00
parent 40f58e8eab
commit ace0ecdf89
3 changed files with 8 additions and 13 deletions

View file

@ -1,6 +1,6 @@
# Template build file for 'firefox'.
pkgname=firefox
version=3.6.13
version=3.6.15
_libxul_sdkver=1.9.2
wrksrc=mozilla-${_libxul_sdkver}
distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.bz2"
@ -16,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=4b90775c0f29cb7e170a80894311d8c7a2cd794c50e2124b70d1b83011c45f63
checksum=405aa411a8ddb456017564522cbb486850e34fe14485b1c31fa93fc5c750870f
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
@ -47,10 +47,10 @@ Add_dependency build gtk+-devel
post_install()
{
install -d ${DESTDIR}/usr/share/applications || return 1
install -d ${DESTDIR}/usr/share/pixmaps || return 1
install -d ${DESTDIR}/usr/share/applications
install -d ${DESTDIR}/usr/share/pixmaps
install -m644 ${FILESDIR}/*.desktop \
${DESTDIR}/usr/share/applications || return 1
${DESTDIR}/usr/share/applications
install -m644 ${wrksrc}/browser/branding/unofficial/default48.png \
${DESTDIR}/usr/share/pixmaps/firefox.png || return 1
${DESTDIR}/usr/share/pixmaps/firefox.png
}

View file

@ -1,7 +1,7 @@
# Template build file for 'xulrunner'.
pkgname=xulrunner
_xulver=1.9.2
_xulpatchver=13
_xulpatchver=15
_ffver=3.6.${_xulpatchver}
# Current xulrunner version is available at $wrksrc/config/milestone.txt
if [ -n "${_xulpatchver}" ]; then
@ -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=4b90775c0f29cb7e170a80894311d8c7a2cd794c50e2124b70d1b83011c45f63
checksum=405aa411a8ddb456017564522cbb486850e34fe14485b1c31fa93fc5c750870f
long_desc="
XULRunner is a runtime environment for applications using the
XML User Interface Language, XUL. It is the successor of the Gecko
@ -87,12 +87,9 @@ Add_dependency build libIDL-devel
Add_dependency build nss-devel
Add_dependency build dbus-glib-devel
Add_dependency build startup-notification-devel
Add_dependency build diffutils
pre_configure()
{
# Use cmp(1) from diffutils
export PATH="/usr/bin:/bin:$PATH"
# Detect python-2.7
sed -i -e "s|python2.5|python2.7|g" ${wrksrc}/configure
}

View file

@ -5,8 +5,6 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
revision=1
Add_dependency run libgcc
Add_dependency run glibc
Add_dependency run libstdc++