diff options
author | root <root@rshg054.dnsready.net> | 2013-05-09 00:41:55 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-09 00:41:55 -0700 |
commit | 648599b08776ea788a3ddb0365eb30fda03efe7b (patch) | |
tree | be3c375c8606fce5d85bbfc9095a2489c257ec68 /libre/icecat | |
parent | d6413cd6dac778aa64e48046ce7110000997ff61 (diff) |
Thu May 9 00:41:55 PDT 2013
Diffstat (limited to 'libre/icecat')
-rw-r--r-- | libre/icecat/PKGBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD index 22a4e391b..809e119d6 100644 --- a/libre/icecat/PKGBUILD +++ b/libre/icecat/PKGBUILD @@ -10,7 +10,7 @@ # Contributor: evr <evanroman at gmail> # Contributor: Muhammad 'MJ' Jassim <UnbreakableMJ@gmail.com> -_pgo=true +_pgo=false pkgname=icecat pkgver=17.0.1 @@ -18,7 +18,7 @@ pkgrel=9 pkgdesc='GNU IceCat, the standalone web browser based on Mozilla Firefox.' arch=(i686 x86_64 mips64el) license=(MPL GPL LGPL) -depends=(alsa-lib dbus-glib desktop-file-utils gtk2 gstreamer0.10-base hicolor-icon-theme hunspell libevent libnotify libvpx libxt mime-types mozilla-common mozilla-searchplugins nss sqlite startup-notification) +depends=(alsa-lib dbus-glib desktop-file-utils gtk2 gstreamer0.10-base wireless_tools hicolor-icon-theme hunspell libevent libnotify libvpx libxt mime-types mozilla-common mozilla-searchplugins nss sqlite startup-notification) makedepends=(autoconf2.13 diffutils imagemagick libidl2 librsvg libxslt mesa pkg-config python2 unzip zip) options=(!emptydirs) if $_pgo; then @@ -86,6 +86,9 @@ prepare() { echo 'ac_add_options --disable-jemalloc' >> .mozconfig fi + # disable necko-wifi and wireless_tools in IceCat + #echo 'ac_add_options --disable-necko-wifi' >> .mozconfig + chmod +x build/unix/run-icecat.sh # fix bug for bad file permition # Fix PRE_RELEASE_SUFFIX |