From 1cdfbf02ddd0cbffcdd831846734d155ba0e8f3f Mon Sep 17 00:00:00 2001 From: bill-auger Date: Sun, 2 Feb 2020 12:42:37 -0500 Subject: [iceweasel]: wip - armv7h --- libre/iceweasel/PKGBUILD | 41 ++++++++++++++++++++++++++++++++++++----- 1 file changed, 36 insertions(+), 5 deletions(-) diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD index c701dc37f..9235a0fa0 100644 --- a/libre/iceweasel/PKGBUILD +++ b/libre/iceweasel/PKGBUILD @@ -2,6 +2,7 @@ # Contributor (arch): Ionut Biru # Contributor (arch): Jakub Schmidtke # Maintainer (connochaetos): Henry Jensen +# Maintainer (alarm): Kevin Mihelich # Maintainer (arch32): Andreas Baumann # Contributor (arch32): Erich Eckner # Contributor: Andreas Grapentin @@ -33,7 +34,7 @@ # # technical: # - build i686 with GCC instead of clang -# - disable rust-SIMD, LTO, PGO, and skip profiling build for i686 +# - disable rust-SIMD, LTO, PGO, and skip profiling build for armv7h and i686 # # privacy: # - Remove Google API keys and usage @@ -77,6 +78,8 @@ source+=(https://repo.parabola.nu/other/iceweasel/${pkgname}_${_brandingver}-${_ libre.patch libre-searchengines.patch vendor.js.in) +source_armv7h=(arm.patch + build-arm-libopus.patch) source_i686=('rust-static-disable-network-test-on-static-libraries.patch' 'avoid-libxul-OOM-python-check.patch') sha256sums=('1fa59aedc8469c3e6ffb12449ab7de2f93776f7679eedebfb74aa309b694956f' @@ -88,6 +91,8 @@ sha256sums=('1fa59aedc8469c3e6ffb12449ab7de2f93776f7679eedebfb74aa309b694956f' '1169ccda88642881e0ba024f0c82fce9ac3064d3587517f9960e88cae479ce3e' 'dfed11d97f1d4198a3dc608be159b6b53a11054f376cdb73bb0fe9a487ae9418' '4979e733215492372c196cdb93ec61eac1fbbd44f44e637dbd420040c8d9affe') +sha256sums_armv7h=('2bb1f6b9b66a00f4f98eb5cdb2f25972018efe042153503cbc8c494780d7225e' + '2d4d91f7e35d0860225084e37ec320ca6cae669f6c9c8fe7735cdbd542e3a7c9') sha256sums_i686=('4da71f6614dce71db8e9ec2d317514aae90838c2c65620d435f0df06b45b578b' '5a3e038a57c4576dcb88766d41cbfda5ad109d5cfe41d2000f7ba25563bf00f2') validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software Releases @@ -143,7 +148,24 @@ END ## [ARCH-SPECIFIC CONFIG] ## case ${CARCH} in armv7h) - error "armv7h support is not implemented" ; return 1 ; # FIXME: + cat >>../mozconfig <