[arch-commits] Commit in firefox/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Jun 19 12:31:08 UTC 2011


    Date: Sunday, June 19, 2011 @ 08:31:07
  Author: heftig
Revision: 127898

misc fixes, remove libidl2 depend

Modified:
  firefox/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-19 11:13:30 UTC (rev 127897)
+++ PKGBUILD	2011-06-19 12:31:07 UTC (rev 127898)
@@ -7,12 +7,12 @@
 pkgdesc="Standalone web browser from mozilla.org"
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2' 'gcc-libs' 'libidl2' 'mozilla-common' 'nss>=3.12.10' 'libxt'
-         'libxrender' 'hunspell' 'startup-notification' 'mime-types' 'dbus-glib'
-         'alsa-lib' 'libevent' 'sqlite3>=3.7.4' 'libnotify' 'desktop-file-utils'
-         'libvpx' 'lcms' 'nspr>=4.8.8' 'libevent' 'libpng' 'cairo')
-makedepends=('zip' 'pkg-config' 'diffutils' 'python2' 'wireless_tools'
-             'yasm' 'mesa' 'autoconf2.13' 'gconf' 'xorg-server-xvfb')
+depends=('gtk2' 'gcc-libs' 'mozilla-common' 'nss>=3.12.10' 'libxt' 'libxrender'
+         'hunspell' 'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib'
+         'libevent' 'sqlite3>=3.7.4' 'libnotify' 'desktop-file-utils' 'libvpx'
+         'lcms' 'nspr>=4.8.8' 'libevent' 'libpng' 'cairo')
+makedepends=('zip' 'pkg-config' 'diffutils' 'python2' 'wireless_tools' 'yasm'
+             'mesa' 'autoconf2.13' 'gconf' 'xorg-server-xvfb')
 url="http://www.mozilla.org/projects/firefox"
 install=firefox.install
 source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${pkgver}/source/firefox-${pkgver}.source.tar.bz2
@@ -47,7 +47,7 @@
     >> layout/build/Makefile.in
 
   make -j1 -f client.mk build MOZ_MAKE_FLAGS="$MAKEFLAGS"
-  LD_PRELOAD="" /usr/bin/Xvfb -nolisten tcp -extension GLX :99 &
+  LD_PRELOAD="" /usr/bin/Xvfb -nolisten tcp -extension GLX -screen 0 1280x1024x24 :99 &
   LD_PRELOAD="" DISPLAY=:99 make -j1 -f client.mk profiledbuild MOZ_MAKE_FLAGS="$MAKEFLAGS"
   kill $! || true
 }
@@ -66,9 +66,9 @@
 
   # Remove included dictionaries, add symlink to system myspell path
   # Note: this will cause file conflicts when users have installed dictionaries in the old location
-  rm -rf "${pkgdir}/usr/lib/firefox-$pkgver/dictionaries"
+  rm -rf "$pkgdir/usr/lib/firefox-$pkgver/dictionaries"
   ln -sf /usr/share/myspell/dicts \
-    "${pkgdir}/usr/lib/firefox-$pkgver/dictionaries"
+    "$pkgdir/usr/lib/firefox-$pkgver/dictionaries"
 
   # We don't want the development stuff
   rm -r "$pkgdir"/usr/{include,lib/firefox-devel-$pkgver,share/idl}




More information about the arch-commits mailing list