diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-08-17 21:41:18 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-08-17 21:41:18 -0300 |
commit | 6492919dcf293491e55ecb8dc82ba38334fe0b80 (patch) | |
tree | ffb876f85fd7d958ac504b1cf9e32b3e589468ef | |
parent | f49efc6aae02c57573e61cca0acb8d7ad04b00b6 (diff) |
libre/iceweasel: sort in mozconfig - libre/icecat: rebuild with --disable-url-classifier
-rw-r--r-- | libre/icecat/PKGBUILD | 4 | ||||
-rw-r--r-- | libre/icecat/mozconfig | 1 | ||||
-rw-r--r-- | libre/iceweasel/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/iceweasel/mozconfig | 2 |
4 files changed, 5 insertions, 4 deletions
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD index 05e6cc5c3..7d09e42c7 100644 --- a/libre/icecat/PKGBUILD +++ b/libre/icecat/PKGBUILD @@ -15,7 +15,7 @@ _pgo=true pkgname=icecat _pkgver=31.8.0-gnu1 pkgver=${_pkgver//-/_} -pkgrel=4 +pkgrel=5 pkgdesc="GNU IceCat, the standalone web browser based on Mozilla Firefox." arch=(i686 x86_64 mips64el) @@ -46,7 +46,7 @@ source=(http://ftp.gnu.org/gnu/gnuzilla/${_pkgver%-*}/$pkgname-$_pkgver.tar.bz2{ fixing_nullptr_31.7.0.patch) sha256sums=('370087d0adadf8b1c1e6a9920e26488a8902b9dc461d305f258fddb26a129d87' 'SKIP' - 'c36d18a8ffc99ea4dab8e8564d92bc5c9b1bb2c7680323f48483695522cefd1d' + '541532698e04563ac60cb4d6c75891a8eec828df8dc19e2c20c6f84e560efb56' '92d7ea9feb8d2814d1abaf5cf4012983a2fb9cc56b26a5d7c7c3898aedf06fb4' '8082a8a5adf21c50fa77650c74adcd6fedbf7bedcdb6b8ae29529ca96adeb05d' '93e3001ce152e1d142619e215a9ef07dd429943b99d21726c25da9ceb31e31cd' diff --git a/libre/icecat/mozconfig b/libre/icecat/mozconfig index 4f8fc3aea..974fcce4d 100644 --- a/libre/icecat/mozconfig +++ b/libre/icecat/mozconfig @@ -34,3 +34,4 @@ ac_add_options --disable-debug-symbols # Parabola features ac_add_options --disable-safe-browsing +ac_add_options --disable-url-classifier diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD index fdc1a4343..74883679a 100644 --- a/libre/iceweasel/PKGBUILD +++ b/libre/iceweasel/PKGBUILD @@ -55,7 +55,7 @@ source=("$_debrepo/`debfile $_debname`_$_debver.orig.tar.bz2" $pkgname-fixed-loading-icon.png) sha256sums=('ddebb9f43f653b096367fb6851299edae31973d88e8c91c1ec9c9926022ee4d3' '2b0c360fef190df4a41d7f2a7976d8b9e711266df97dc84683ce9948ae8848d7' - '9ab0ee5e00051a0984246f487cb20922a084600684213f01794223a2f7246e57' + '8e0b2aa899f9c71dfabf61e8e3427bda9a6ef76330bda4428d1badddcfc331a5' '1811eec7a02411295affc6ee66e3e4b9fd636b0bfbd313ce2a132beb124612d8' '93e3001ce152e1d142619e215a9ef07dd429943b99d21726c25da9ceb31e31cd' '56eba484179c7f498076f8dc603d8795e99dce8c6ea1da9736318c59d666bff6' diff --git a/libre/iceweasel/mozconfig b/libre/iceweasel/mozconfig index 864d1fc4c..0997645d4 100644 --- a/libre/iceweasel/mozconfig +++ b/libre/iceweasel/mozconfig @@ -36,8 +36,8 @@ ac_add_options --disable-debug-symbols # Parabola features ac_add_options --disable-safe-browsing -ac_add_options --disable-eme ac_add_options --disable-url-classifier +ac_add_options --disable-eme # Other mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/moz-objdir |