summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2020-05-13 09:27:24 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2020-05-13 13:28:45 -0400
commitd32d395a9d9e637624227ccc7049c73b40bea1cd (patch)
tree31d8ee84c2d7322446d7bafd749787cc4a2af25a
parent6f837890f295fbca0f6d42c95d5c2f87289e32a8 (diff)
[icedove]: remove 'python2-blessings' dependency
-rw-r--r--libre/icedove/PKGBUILD4
-rw-r--r--nonprism/icedove/PKGBUILD3
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}