From 78c601e18ef00aa7dbe8e191b56e8992f0eadf72 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 27 Apr 2016 18:01:18 +0200 Subject: [PATCH] firefox: switch to gtk2; multiple issues with gtk-3.20. --- srcpkgs/firefox/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/firefox/template b/srcpkgs/firefox/template index c0e40756fe0..748e8d2def5 100644 --- a/srcpkgs/firefox/template +++ b/srcpkgs/firefox/template @@ -1,7 +1,7 @@ # Template build file for 'firefox'. pkgname=firefox version=46.0 -revision=1 +revision=2 short_desc="Lightweight gecko-based web browser" maintainer="Juan RP " homepage="https://www.mozilla.org/firefox/" @@ -13,7 +13,6 @@ only_for_archs="i686 i686-musl x86_64 x86_64-musl" nopie=yes lib32disabled=yes build_options="gtk3" -build_options_default="gtk3" desc_option_gtk3="Build the GTK+3 toolkit UI" hostmakedepends="unzip zip pkg-config perl python yasm"