From 25493fed47facc789ea4639740a2159f03a3daf6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 13 Dec 2010 02:12:07 +0100 Subject: [PATCH] firefox: update to 3.9.13. --- srcpkgs/firefox/template | 4 ++-- srcpkgs/xulrunner/patches/mozilla-pkgconfig.patch | 9 --------- srcpkgs/xulrunner/template | 6 ++++-- 3 files changed, 6 insertions(+), 13 deletions(-) diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template index badcc8a574..f8942d58c8 100644 --- a/srcpkgs/firefox/template +++ b/srcpkgs/firefox/template @@ -1,6 +1,6 @@ # Template build file for 'firefox'. pkgname=firefox -version=3.6.12 +version=3.6.13 _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 " -checksum=dd478c653070f451b76befc798cfa1d6b61745d8badf831a3bae453c32e68c2d +checksum=4b90775c0f29cb7e170a80894311d8c7a2cd794c50e2124b70d1b83011c45f63 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 diff --git a/srcpkgs/xulrunner/patches/mozilla-pkgconfig.patch b/srcpkgs/xulrunner/patches/mozilla-pkgconfig.patch index 5e4ab38e55..4a20d7acc4 100644 --- a/srcpkgs/xulrunner/patches/mozilla-pkgconfig.patch +++ b/srcpkgs/xulrunner/patches/mozilla-pkgconfig.patch @@ -52,12 +52,3 @@ Libs: -L${sdkdir}/lib -lmozjs -Cflags: -I${includedir} -DXP_UNIX -DJS_THREADSAFE +Cflags: -I${includedir} -I${includedir}/js -DXP_UNIX -DJS_THREADSAFE ---- xulrunner/installer/mozilla-plugin.pc.in 2010-01-21 05:31:27.000000000 +0200 -+++ xulrunner/installer/mozilla-plugin.pc.in 2010-01-21 22:29:58.000000000 +0200 -@@ -5,5 +5,5 @@ - Name: Mozilla Plug-In API - Description: Mozilla Plug-In API - Version: %MOZILLA_VERSION% --Cflags: -I${includedir}/stable -DXP_UNIX %ojidef% -+Cflags: -I${includedir} -DXP_UNIX %ojidef% - diff --git a/srcpkgs/xulrunner/template b/srcpkgs/xulrunner/template index 5205e8333d..f0d1820e90 100644 --- a/srcpkgs/xulrunner/template +++ b/srcpkgs/xulrunner/template @@ -1,7 +1,7 @@ # Template build file for 'xulrunner'. pkgname=xulrunner _xulver=1.9.2 -_xulpatchver=12 +_xulpatchver=13 _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 " -checksum=dd478c653070f451b76befc798cfa1d6b61745d8badf831a3bae453c32e68c2d +checksum=4b90775c0f29cb7e170a80894311d8c7a2cd794c50e2124b70d1b83011c45f63 long_desc=" XULRunner is a runtime environment for applications using the XML User Interface Language, XUL. It is the successor of the Gecko @@ -93,6 +93,8 @@ 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 } post_install()