diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-05-08 08:45:31 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-05-08 08:45:31 -0300 |
commit | cca41920ca2370013da42c28b8e482b4453eb3bc (patch) | |
tree | 2bb85dc2fdc6c2b260d1c9df16e6d6802a59dcd7 /libre/icecat/PKGBUILD | |
parent | 15bce003a54e538a46c1a3d86f8a19808831ffac (diff) | |
download | abslibre-cca41920ca2370013da42c28b8e482b4453eb3bc.tar.gz abslibre-cca41920ca2370013da42c28b8e482b4453eb3bc.tar.bz2 abslibre-cca41920ca2370013da42c28b8e482b4453eb3bc.zip |
icecat: put wireless-tool to deps
Diffstat (limited to 'libre/icecat/PKGBUILD')
-rw-r--r-- | libre/icecat/PKGBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD index 22a4e391b..2d59661b2 100644 --- a/libre/icecat/PKGBUILD +++ b/libre/icecat/PKGBUILD @@ -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 |