summaryrefslogtreecommitdiff
path: root/nonprism
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2017-09-05 05:36:51 +0200
committerAndreas Grapentin <andreas@grapentin.org>2017-09-05 05:36:51 +0200
commit29aaa74f31241a49c81c1aeb2ebcbc482b7e9ea5 (patch)
treec197cec71de231885d772f7efa32f8e81f647932 /nonprism
parent9468466628bc045b96c0d36b234e2ffe038202eb (diff)
nonprism/icedove: updated to 52.3.0
Diffstat (limited to 'nonprism')
-rw-r--r--nonprism/icedove/PKGBUILD9
-rw-r--r--nonprism/icedove/rust-fix-rusty-cheddar-crate-setup.patch10
2 files changed, 3 insertions, 16 deletions
diff --git a/nonprism/icedove/PKGBUILD b/nonprism/icedove/PKGBUILD
index 86d33def0..492dc009e 100644
--- a/nonprism/icedove/PKGBUILD
+++ b/nonprism/icedove/PKGBUILD
@@ -8,8 +8,8 @@ _oldname=thunderbird
pkgname=icedove
epoch=1
-pkgver=52.2.0
-pkgrel=2.nonprism1
+pkgver=52.3.0
+pkgrel=1.nonprism1
_brandingver=52.1
_brandingrel=1
@@ -43,12 +43,11 @@ source=("https://ftp.mozilla.org/pub/$_oldname/releases/$pkgver/source/$_oldname
$pkgname-install-dir.patch
changing-the-default-search-engine.patch
vendor.js
- rust-fix-rusty-cheddar-crate-setup.patch
rust-target-i586-to-i686.patch
libre-searchengines.patch
no-neon.patch
no-crmf.patch)
-sha256sums=('c65c66244ac113996002bcfa9e387f14291163cfb7009a9126e3a8d4a970e72d'
+sha256sums=('050acc320a9c50365a53e4faa6538a0ad7f9a302d5f2cfb6edf0c6fe1b573b18'
'246418976524fbead5b99e6227f97322f8d4c45e0edf9ce75561ae8eccdefc65'
'SKIP'
'cafd1cf384791e8e3284f52370b2913a8b05935ecfd10d2a19c6dd5a8c219b62'
@@ -56,7 +55,6 @@ sha256sums=('c65c66244ac113996002bcfa9e387f14291163cfb7009a9126e3a8d4a970e72d'
'36e0a5ac0e994bfc939b4ac69a1a4aa365210e9dd5b49317d647c683817b2c5d'
'ff3474b7d8f7ad245a324c14f01daf05834462b4f0144fbc50f055ebb573dac8'
'058b58074368b57acf8a6df9a9ffac848b7d7b39f5abd84cb2039bcee42b73e2'
- 'e03cdc40e4ea39560aa230ef7a9c494f3a343c0feb8f43b68a47769f88f6b315'
'069fab4b99dd51d7d004124d0052ea7b864cf060ea943348d290ba6aae50b0ab'
'0db12bef46e0ad68dbdf6ce0c767956d6758b073531012a850e7975eda3fc7fe'
'59f40d8b2480aa67bf76f4f119826b6828a6a59cc040caf1ab5a6e19eef44c6e'
@@ -101,7 +99,6 @@ prepare() {
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"
# Fix freedom issues
diff --git a/nonprism/icedove/rust-fix-rusty-cheddar-crate-setup.patch b/nonprism/icedove/rust-fix-rusty-cheddar-crate-setup.patch
deleted file mode 100644
index 656ae4a27..000000000
--- a/nonprism/icedove/rust-fix-rusty-cheddar-crate-setup.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/mozilla/media/libstagefright/binding/mp4parse_capi/Cargo.toml
-+++ b/mozilla/media/libstagefright/binding/mp4parse_capi/Cargo.toml
-@@ -6,6 +6,7 @@ authors = [
- "Matthew Gregan <kinetik@flim.org>",
- "Alfredo Yang <ayang@mozilla.com>",
- ]
-+build = false
-
- description = "Parser for ISO base media file format (mp4)"
- documentation = "https://mp4parse-docs.surge.sh/mp4parse/"