diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-08 15:39:43 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-08 15:39:43 -0300 |
commit | 09862378375ce918a1741ddb8e4040408b86ec32 (patch) | |
tree | a1035e2e5b6494a75caa8f8ed5fd60d0ce59c31e | |
parent | 45b8fe0afd465968721d3be031c3f6c28307ee78 (diff) | |
parent | 38d60936a5c990bf8aafa165d59a165530ac8f60 (diff) | |
download | abslibre-09862378375ce918a1741ddb8e4040408b86ec32.tar.gz abslibre-09862378375ce918a1741ddb8e4040408b86ec32.tar.bz2 abslibre-09862378375ce918a1741ddb8e4040408b86ec32.zip |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
-rw-r--r-- | libre/icecat/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD index 2d59661b2..f6d49db13 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 wireless_tools 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 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 @@ -87,7 +87,7 @@ prepare() { fi # disable necko-wifi and wireless_tools in IceCat - #echo 'ac_add_options --disable-necko-wifi' >> .mozconfig + echo 'ac_add_options --disable-necko-wifi' >> .mozconfig chmod +x build/unix/run-icecat.sh # fix bug for bad file permition |