diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-02 16:46:42 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-02 17:39:41 +0100 |
commit | de8e19610bde3671957f104108c7d7aae6a1f8d1 (patch) | |
tree | 83da82b10c197dac6a9862817877c805024781b1 /testing/thunderbird | |
parent | 7c86d7279fdbde511236df04d9a310e0f7ae3491 (diff) | |
download | aports-de8e19610bde3671957f104108c7d7aae6a1f8d1.tar.bz2 aports-de8e19610bde3671957f104108c7d7aae6a1f8d1.tar.xz |
testing/thunderbird: disable support for gconf
Diffstat (limited to 'testing/thunderbird')
-rw-r--r-- | testing/thunderbird/APKBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/testing/thunderbird/APKBUILD b/testing/thunderbird/APKBUILD index 42fd78233b..d8cfc6330a 100644 --- a/testing/thunderbird/APKBUILD +++ b/testing/thunderbird/APKBUILD @@ -5,7 +5,7 @@ pkgname=thunderbird pkgver=68.4.1 _pkgver=$pkgver _xulver=$pkgver -pkgrel=1 +pkgrel=2 pkgdesc="Thunderbird email client" url="https://www.thunderbird.net/" arch="all !s390x !armhf" # limited by rust and cargo. Fails on armhf due to bad assembly @@ -15,7 +15,6 @@ depends=" alsa-lib dbus-glib ffmpeg - gconf gtk+3.0 hunspell icu @@ -43,7 +42,6 @@ makedepends=" clang-dev dbus-glib-dev ffmpeg-dev - gconf-dev gtk+2.0-dev gtk+3.0-dev hunspell-dev |