From f56248b0120503c0a6ca9fa45c356712cff7b9b7 Mon Sep 17 00:00:00 2001 From: Fredrik Rinnestam Date: Fri, 15 Apr 2016 17:38:57 +0200 Subject: [PATCH] thunderbird: removed gconf dependency --- thunderbird/Pkgfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/thunderbird/Pkgfile b/thunderbird/Pkgfile index d01b1d59d..e5bfc321c 100644 --- a/thunderbird/Pkgfile +++ b/thunderbird/Pkgfile @@ -5,7 +5,7 @@ name=thunderbird version=45.0 -release=1 +release=2 source=(http://ftp.mozilla.org/pub/thunderbird/releases/$version/source/$name-$version.source.tar.xz $name.desktop thunderbird-install-dir.patch) @@ -50,6 +50,7 @@ cat <<- EOF > .mozconfig ac_add_options --disable-libnotify ac_add_options --disable-pulseaudio ac_add_options --with-distribution-id=nu.crux + ac_add_options --disable-gconf EOF make -f client.mk build make -f client.mk DESTDIR=$PKG install