Skip to content
Snippets Groups Projects
Commit 1c07a1d2 authored by Ionuț Mircea Bîru's avatar Ionuț Mircea Bîru
Browse files

update to 4.0

parent 9a272299
No related branches found
Tags 0.7.1-1
No related merge requests found
# Contributor: Jakub Schmidtke <sjakub@gmail.com>
pkgname=firefox
pkgver=4.0rc1
pkgrel=2
_xulver=2.0rc1
pkgver=4.0
pkgrel=1
_xulver=2.0
pkgdesc="Standalone web browser from mozilla.org"
arch=('i686' 'x86_64')
license=('MPL' 'GPL' 'LGPL')
......@@ -17,8 +17,8 @@ source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${pkgver}/s
firefox-safe.desktop
mozilla-firefox-1.0-lang.patch
firefox-version.patch)
md5sums=('511828dcc226f38602c6c67bd192ef40'
'8f8b86cd0cc36a3f60c0d287a2c0b9fb'
md5sums=('3468a2c463b4fc2788ba621e4b511c30'
'd9292af4bb513d0bb811984f077cb77c'
'bdeb0380c7fae30dd0ead6d2d3bc5873'
'6f38a5899034b7786cb1f75ad42032b8'
'bd5db57c23c72a02a489592644f18995'
......@@ -42,8 +42,12 @@ package() {
cd "${srcdir}/mozilla-2.0"
make -j1 -f client.mk DESTDIR="${pkgdir}" install
install -m755 -d ${pkgdir}/usr/share/{applications,pixmaps}
install -m644 browser/branding/unofficial/default48.png ${pkgdir}/usr/share/pixmaps/firefox.png
install -m755 -d ${pkgdir}/usr/share/applications
for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
install -d "$pkgdir/usr/share/icons/hicolor/$i/apps"
cp other-licenses/branding/firefox/default${i/x*/}.png "$pkgdir/usr/share/icons/hicolor/$i/apps/firefox.png"
done
install -m644 ${srcdir}/firefox.desktop ${pkgdir}/usr/share/applications/
install -m644 ${srcdir}/firefox-safe.desktop ${pkgdir}/usr/share/applications/
}
post_install() {
update-desktop-database -q
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
post_upgrade() {
......
......@@ -36,7 +36,8 @@ ac_add_options --enable-printing
ac_add_options --enable-xinerama
ac_add_options --enable-libxul
ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-2.0
ac_add_options --with-branding=browser/branding/unofficial
#ac_add_options --with-branding=browser/branding/unofficial
ac_add_options --enable-official-branding
ac_add_options --disable-javaxpcom
ac_add_options --disable-crashreporter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment