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
}