Skip to content
Snippets Groups Projects
Commit bbb9ab02 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

misc fixes, remove libidl2 depend

parent 5ab968ac
No related branches found
No related tags found
No related merge requests found
......@@ -6,12 +6,12 @@ pkgrel=1
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
......@@ -46,7 +46,7 @@ build() {
>> 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
}
......@@ -65,9 +65,9 @@ package() {
# 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}
......
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