diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template index 593b582f7c..7e42aecf6e 100644 --- a/srcpkgs/firefox/template +++ b/srcpkgs/firefox/template @@ -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 " -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 } diff --git a/srcpkgs/xulrunner/template b/srcpkgs/xulrunner/template index f0d1820e90..b1c4f593a1 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=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 " -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 } diff --git a/srcpkgs/xulrunner/xulrunner-devel.template b/srcpkgs/xulrunner/xulrunner-devel.template index eb943b0a06..aec1b73118 100644 --- a/srcpkgs/xulrunner/xulrunner-devel.template +++ b/srcpkgs/xulrunner/xulrunner-devel.template @@ -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++