summaryrefslogtreecommitdiff
path: root/nonprism/icedove
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2017-06-17 08:40:00 +0200
committerAndreas Grapentin <andreas@grapentin.org>2017-06-17 08:42:29 +0200
commit15c0c9d49dee0e69b8a53a38a3f20319c53690f7 (patch)
tree06695fe5d92caea8cfacce3f7c0d3c2c73806030 /nonprism/icedove
parent1b515cc38eec3a9009c8cc93bf130007ada3f07d (diff)
downloadabslibre-15c0c9d49dee0e69b8a53a38a3f20319c53690f7.tar.gz
abslibre-15c0c9d49dee0e69b8a53a38a3f20319c53690f7.tar.bz2
abslibre-15c0c9d49dee0e69b8a53a38a3f20319c53690f7.zip
nonprism/icedove: fixing UI issues
Diffstat (limited to 'nonprism/icedove')
-rw-r--r--nonprism/icedove/PKGBUILD6
-rw-r--r--nonprism/icedove/mozconfig2
2 files changed, 4 insertions, 4 deletions
diff --git a/nonprism/icedove/PKGBUILD b/nonprism/icedove/PKGBUILD
index b3aa61360..86d33def0 100644
--- a/nonprism/icedove/PKGBUILD
+++ b/nonprism/icedove/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=icedove
epoch=1
pkgver=52.2.0
-pkgrel=1.nonprism1
+pkgrel=2.nonprism1
_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'
diff --git a/nonprism/icedove/mozconfig b/nonprism/icedove/mozconfig
index a2b0a24a3..54decf725 100644
--- a/nonprism/icedove/mozconfig
+++ b/nonprism/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