summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2017-08-26 17:06:48 +0300
committerDet2017-08-26 17:06:48 +0300
commitad0a5b0f17de92ffefd0df794410d821038b7316 (patch)
tree1d298be4e986fd00473349aa05d16c066b7a64ba
parentc731d0a2dcf82738ad052aa6a127995f0fbd5ab3 (diff)
downloadaur-ad0a5b0f17de92ffefd0df794410d821038b7316.tar.gz
Fixes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
-rw-r--r--no-crmf.diff28
3 files changed, 5 insertions, 39 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36b5967812dd..24185d02b90b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thunderbird-hg
pkgdesc = Standalone mail and news reader from mozilla.org - Mercurial version
- pkgver = 54.0a1.r21260.cbc772c7b1b4
+ pkgver = 57.0a1.r22045.8d0293462cd9
pkgrel = 1
url = https://www.mozilla.org/thunderbird/
install = thunderbird-hg.install
@@ -34,7 +34,7 @@ pkgbase = thunderbird-hg
depends = dbus-glib
depends = alsa-lib
depends = ffmpeg
- depends = nss
+ depends = nss>=3.33
depends = hunspell
depends = sqlite
depends = ttf-font
@@ -46,12 +46,10 @@ pkgbase = thunderbird-hg
source = hg+http://hg.mozilla.org/comm-central
source = thunderbird-hg.desktop
source = thunderbird-install-dir.patch
- source = no-crmf.diff
source = fix-wifi-scanner.diff
sha512sums = SKIP
sha512sums = 5d17bcbda0ca96133f7241a3fb371ba2863f3e67b12d770803e0bc7bb4b3254fc9dc6f78bd8310303abf9b2c62eb1321e63610eb9328c1b9a7b73fde671bc34a
sha512sums = 3eceeda61891cdfb639be1ef665bd09e857d2e2ada53a5060285a6fc5a894ad88dd271d5cb602db83a4bb747e303f8563562fe90ce3ef02cdfc5d817aa5ab2f4
- sha512sums = 951667941520e66e7b6aad55619ec2b38364da58c5cf8a71775a3032921cfc0a8e5c7ba14e0df35588175f94a6b4785566d39177ff536ab9cefcbd19a03dc065
sha512sums = 1bd2804bea1fe8c85b602f8c5f8777f4ba470c9e767ad284cb3d0287c6d6e1b126e760738d7c671f38933ee3ec6b8931186df8e978995b5109797ae86dfdd85a
pkgname = thunderbird-hg
diff --git a/PKGBUILD b/PKGBUILD
index c763ceea1cbb..3ef12bb485d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Based on [extra]'s thunderbird
pkgname=thunderbird-hg
-pkgver=54.0a1.r21260.cbc772c7b1b4
+pkgver=57.0a1.r22045.8d0293462cd9
pkgrel=1
pkgdesc="Standalone mail and news reader from mozilla.org - Mercurial version"
arch=(i686 x86_64)
license=(MPL GPL LGPL)
url="https://www.mozilla.org/thunderbird/"
depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types dbus-glib alsa-lib ffmpeg
- nss hunspell sqlite ttf-font icu libvpx)
+ 'nss>=3.33' hunspell sqlite ttf-font icu libvpx)
makedepends=(unzip zip diffutils python2 yasm mesa imake gconf libpulse inetutils xorg-server-xvfb
autoconf2.13 cargo mercurial clang llvm)
optdepends=('libcanberra: for sound support')
@@ -18,12 +18,10 @@ install=$pkgname.install
source=(hg+http://hg.mozilla.org/comm-central
$pkgname.desktop
thunderbird-install-dir.patch
- no-crmf.diff
fix-wifi-scanner.diff)
sha512sums=('SKIP'
'5d17bcbda0ca96133f7241a3fb371ba2863f3e67b12d770803e0bc7bb4b3254fc9dc6f78bd8310303abf9b2c62eb1321e63610eb9328c1b9a7b73fde671bc34a'
'3eceeda61891cdfb639be1ef665bd09e857d2e2ada53a5060285a6fc5a894ad88dd271d5cb602db83a4bb747e303f8563562fe90ce3ef02cdfc5d817aa5ab2f4'
- '951667941520e66e7b6aad55619ec2b38364da58c5cf8a71775a3032921cfc0a8e5c7ba14e0df35588175f94a6b4785566d39177ff536ab9cefcbd19a03dc065'
'1bd2804bea1fe8c85b602f8c5f8777f4ba470c9e767ad284cb3d0287c6d6e1b126e760738d7c671f38933ee3ec6b8931186df8e978995b5109797ae86dfdd85a')
_hgrepo="comm-central"
@@ -53,9 +51,6 @@ prepare() {
msg2 "thunderbird-install-dir.patch"
patch -Np1 -i ../thunderbird-install-dir.patch
- msg2 "no-crmf.diff: https://bugzilla.mozilla.org/show_bug.cgi?id=1371991"
- patch -Np1 -i ../no-crmf.diff
-
msg2 "fix-wifi-scanner.diff: https://bugzilla.mozilla.org/show_bug.cgi?id=1314968"
patch -d mozilla -Np1 < ../fix-wifi-scanner.diff
@@ -196,3 +191,4 @@ END
ln -srf "$pkgdir/usr/bin/$pkgname" \
"$pkgdir/opt/$pkgname/thunderbird-bin"
}
+
diff --git a/no-crmf.diff b/no-crmf.diff
deleted file mode 100644
index 702e7f6270c7..000000000000
--- a/no-crmf.diff
+++ /dev/null
@@ -1,28 +0,0 @@
-diff -u -rN thunderbird-52.1.1/mozilla/old-configure thunderbird-52.1.1-nocrmf/mozilla/old-configure
---- thunderbird-52.1.1/mozilla/old-configure 2017-05-09 23:35:35.000000000 +0200
-+++ thunderbird-52.1.1-nocrmf/mozilla/old-configure 2017-06-14 01:50:28.726873231 +0200
-@@ -10692,9 +10692,7 @@
-
- fi
-
--if test -n "$MOZ_SYSTEM_NSS"; then
-- NSS_LIBS="$NSS_LIBS -lcrmf"
--else
-+if test -z "$MOZ_SYSTEM_NSS"; then
- NSS_CFLAGS="-I${DIST}/include/nss"
- fi
-
-diff -u -rN thunderbird-52.1.1/mozilla/old-configure.in thunderbird-52.1.1-nocrmf/mozilla/old-configure.in
---- thunderbird-52.1.1/mozilla/old-configure.in 2017-05-09 23:35:22.000000000 +0200
-+++ thunderbird-52.1.1-nocrmf/mozilla/old-configure.in 2017-06-14 01:50:50.953507079 +0200
-@@ -2126,9 +2126,7 @@
- AM_PATH_NSS(3.28.4, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
- fi
-
--if test -n "$MOZ_SYSTEM_NSS"; then
-- NSS_LIBS="$NSS_LIBS -lcrmf"
--else
-+if test -z "$MOZ_SYSTEM_NSS"; then
- NSS_CFLAGS="-I${DIST}/include/nss"
- fi
-