diff options
-rw-r--r-- | libre/icedove/PKGBUILD | 4 | ||||
-rw-r--r-- | nonprism/icedove/PKGBUILD | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/libre/icedove/PKGBUILD b/libre/icedove/PKGBUILD index 324bd20e3..7af854a32 100644 --- a/libre/icedove/PKGBUILD +++ b/libre/icedove/PKGBUILD @@ -16,7 +16,7 @@ # - added makedepends: quilt mozilla-searchplugins python2-blessings # - added replaces, conflicts: thunderbird # - disabled tests, they break in an environment without network access. - +# - disabled geo-location _pkgname=thunderbird pkgname=icedove @@ -37,7 +37,7 @@ depends=(gtk3 mozilla-common libxt startup-notification mime-types dbus-glib als depends+=(icu-parabola libicudata.so=67) makedepends=(unzip zip diffutils python python2 yasm nasm mesa imake libpulse inetutils xorg-server-xvfb autoconf2.13 rust clang llvm gtk2 cbindgen nodejs) -makedepends+=(quilt mozilla-searchplugins python2-blessings imagemagick) +makedepends+=(quilt mozilla-searchplugins imagemagick) optdepends=('libcanberra: sound support') options=(!emptydirs !makeflags) source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz{,.asc} diff --git a/nonprism/icedove/PKGBUILD b/nonprism/icedove/PKGBUILD index 82cd6bdc5..9582eea6e 100644 --- a/nonprism/icedove/PKGBUILD +++ b/nonprism/icedove/PKGBUILD @@ -15,6 +15,7 @@ # - added makedepends: quilt mozilla-searchplugins python2-blessings # - added replaces, conflicts: thunderbird # - disabled tests, they break in an environment without network access. +# - disabled geo-location # - removed nonfree search engines # - removed support for insecure chat protocols @@ -38,7 +39,7 @@ depends=(gtk3 mozilla-common libxt startup-notification mime-types dbus-glib als depends+=(icu-parabola libicudata.so=67) makedepends=(unzip zip diffutils python python2 yasm nasm mesa imake libpulse inetutils xorg-server-xvfb autoconf2.13 rust clang llvm gtk2 cbindgen nodejs) -makedepends+=(quilt mozilla-searchplugins python2-blessings imagemagick) +makedepends+=(quilt mozilla-searchplugins imagemagick) optdepends=('libcanberra: sound support') options=(!emptydirs !makeflags) source=(https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.xz{,.asc} |