diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/icedove/PKGBUILD | 9 | ||||
-rw-r--r-- | libre/icedove/mozconfig | 2 |
2 files changed, 5 insertions, 6 deletions
diff --git a/libre/icedove/PKGBUILD b/libre/icedove/PKGBUILD index 3c6a37bc0..c626bccbd 100644 --- a/libre/icedove/PKGBUILD +++ b/libre/icedove/PKGBUILD @@ -9,7 +9,7 @@ pkgname=icedove epoch=1 pkgver=52.2.0 -pkgrel=1 +pkgrel=2 _brandingver=52.1 _brandingrel=1 @@ -19,7 +19,7 @@ pkgdesc="Icedove, the libre standalone mail and news reader based on Mozilla Thu url="https://wiki.parabola.nu/$pkgname" license=(MPL GPL LGPL) -depends=(alsa-lib dbus-glib gtk2 gtk3 hunspell icu=59.1 libevent libvpx libxt mime-types mozilla-common nss sqlite startup-notification ttf-font) +depends=(alsa-lib dbus-glib gtk2 gtk3 hunspell icu=59.1 libvpx libxt mime-types mozilla-common nss sqlite startup-notification ttf-font) makedepends=(autoconf2.13 diffutils gconf imake inetutils libpulse mesa mozilla-searchplugins pkg-config python2 quilt unzip yasm zip) makedepends_i686=(cargo) makedepends_x86_64=("${makedepends_i686[@]}") @@ -51,7 +51,7 @@ source=("https://ftp.mozilla.org/pub/$_oldname/releases/$pkgver/source/$_oldname sha256sums=('c65c66244ac113996002bcfa9e387f14291163cfb7009a9126e3a8d4a970e72d' '246418976524fbead5b99e6227f97322f8d4c45e0edf9ce75561ae8eccdefc65' 'SKIP' - 'd552b793e17fb1c09637d6fdf4680eee32b849941f7181d104e42fbe17e5d593' + 'cafd1cf384791e8e3284f52370b2913a8b05935ecfd10d2a19c6dd5a8c219b62' '0b0d25067c64c6b829c84e5259ffca978e3971f85acc8483f47bdbed5b0b5b6a' '36e0a5ac0e994bfc939b4ac69a1a4aa365210e9dd5b49317d647c683817b2c5d' 'ff3474b7d8f7ad245a324c14f01daf05834462b4f0144fbc50f055ebb573dac8' @@ -100,7 +100,6 @@ prepare() { # https://bugzilla.mozilla.org/show_bug.cgi?id=1371991 patch -Np1 -i "$srcdir/no-crmf.patch" - # Fix rust build patch -Np1 -i "$srcdir/rust-fix-rusty-cheddar-crate-setup.patch" patch -Np1 -i "$srcdir/rust-target-i586-to-i686.patch" @@ -177,7 +176,7 @@ package() { make -f client.mk DESTDIR="$pkgdir" INSTALL_SDK= install - install -Dm644 $srcdir/vendor.js "$pkgdir/usr/lib/$pkgname/defaults/preferences/vendor.js" + install -Dm644 "$srcdir/vendor.js" "$pkgdir/usr/lib/$pkgname/defaults/preferences/vendor.js" local brandingdir="$srcdir/$pkgname-$_brandingver" diff --git a/libre/icedove/mozconfig b/libre/icedove/mozconfig index a2b0a24a3..54decf725 100644 --- a/libre/icedove/mozconfig +++ b/libre/icedove/mozconfig @@ -4,6 +4,7 @@ ac_add_options --prefix=/usr ac_add_options --enable-release ac_add_options --enable-gold ac_add_options --enable-pie +ac_add_options --enable-optimize="-O2" ac_add_options --enable-rust # Icedove @@ -17,7 +18,6 @@ ac_add_options --with-system-icu ac_add_options --with-system-jpeg ac_add_options --with-system-zlib ac_add_options --with-system-bz2 -ac_add_options --with-system-libevent ac_add_options --with-system-libvpx ac_add_options --enable-system-hunspell ac_add_options --enable-system-sqlite |