summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladislav Nepogodin2021-03-05 17:54:05 +0400
committerVladislav Nepogodin2021-03-05 17:54:05 +0400
commit9fb44013666715ce581e29e4cc544ed9490aed99 (patch)
tree7bc8db7a90e682266c0e945e893faf8acc995845
parentef90392f23697037bb2fa8f43a77454958bb4a9b (diff)
downloadaur-9fb44013666715ce581e29e4cc544ed9490aed99.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--0001-Use-remoting-name-for-GDK-application-names.patch2
-rw-r--r--PKGBUILD10
-rw-r--r--remove_addons.patch19
4 files changed, 20 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acf3ca04814b..2bd53c356531 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -71,9 +71,9 @@ pkgbase = librewolf-nightly
sha512sums_x86_64 = 7fdfc23fbf637ef036f51b439e56a84fd12d7f50a894b7318d287da1584ed8be1958c1e403735e9edab8888699f3a68df5c69854d4b87187af1c76734644e44e
sha512sums_x86_64 = SKIP
sha512sums_x86_64 = SKIP
- sha512sums_x86_64 = 667d9127f4d88ab06bf2cf3693c8dbbf79051b341fbf561f0ba746b26a9670d65d0b9130e77bf4c12cc4d2f89d75286e03292c84bd396147a1c639ddc32daab3
+ sha512sums_x86_64 = 861e692daf2be7239eb6b61435688a7abed2bef198067f5b3a9c1a44d8316d1e547c06e1bfb45be402c4c38b1bf13018ba594d433c1b70da6296bd5b90b0fbe3
sha512sums_x86_64 = bf0fb3102f24b534631e8b18d5df6687134276c90bb07d7eab9e032712a16382f8427768270e3b9205f42ea9ec22d9dc1e80664a77fbcbf62bb896e347e493d3
- sha512sums_x86_64 = 9e5c064938029332e5a72d0c214e62dd8cfe11ad304ecbbc8ea6dda8f85536f13b8b42b9a1798d084f6846302fe4df5e197ecc9efeff6e186d6bffe333760706
+ sha512sums_x86_64 = fd83824398fa5a2d3be8e82316c0c5eebe5a1e49c0b2e4eb6da3f4241c613dd21bb6fdb1eb8d4000007a02c5538e0db7fcd1e8e019a88147297628f2e0536fc9
source_aarch64 = hg+https://hg.mozilla.org/mozilla-unified#revision=autoland
source_aarch64 = librewolf-nightly.desktop
source_aarch64 = git+https://gitlab.com/vnepogodin/librewolf-common.git
@@ -87,11 +87,11 @@ pkgbase = librewolf-nightly
sha512sums_aarch64 = 7fdfc23fbf637ef036f51b439e56a84fd12d7f50a894b7318d287da1584ed8be1958c1e403735e9edab8888699f3a68df5c69854d4b87187af1c76734644e44e
sha512sums_aarch64 = SKIP
sha512sums_aarch64 = SKIP
- sha512sums_aarch64 = 667d9127f4d88ab06bf2cf3693c8dbbf79051b341fbf561f0ba746b26a9670d65d0b9130e77bf4c12cc4d2f89d75286e03292c84bd396147a1c639ddc32daab3
+ sha512sums_aarch64 = 861e692daf2be7239eb6b61435688a7abed2bef198067f5b3a9c1a44d8316d1e547c06e1bfb45be402c4c38b1bf13018ba594d433c1b70da6296bd5b90b0fbe3
sha512sums_aarch64 = bf0fb3102f24b534631e8b18d5df6687134276c90bb07d7eab9e032712a16382f8427768270e3b9205f42ea9ec22d9dc1e80664a77fbcbf62bb896e347e493d3
sha512sums_aarch64 = 7c2f0c792eb5744eaf0f2ee7c0887a74118796d691029e824451b063d5ba9e65626617ad343f69837297b2002446e02ac1d5ab3bc470419ae092424abf08293f
sha512sums_aarch64 = 6d464cce32cb2e440fb137666aeefec1240bcbdfdef0e8633e0fbe22e2214446b2c992ee2c8716c682a42fcd1d66d9fdf1d6d5b40f8ec3b0eeec5ca9e3f1aa35
- sha512sums_aarch64 = 9e5c064938029332e5a72d0c214e62dd8cfe11ad304ecbbc8ea6dda8f85536f13b8b42b9a1798d084f6846302fe4df5e197ecc9efeff6e186d6bffe333760706
+ sha512sums_aarch64 = fd83824398fa5a2d3be8e82316c0c5eebe5a1e49c0b2e4eb6da3f4241c613dd21bb6fdb1eb8d4000007a02c5538e0db7fcd1e8e019a88147297628f2e0536fc9
pkgname = librewolf-nightly
diff --git a/0001-Use-remoting-name-for-GDK-application-names.patch b/0001-Use-remoting-name-for-GDK-application-names.patch
index 9fd7a120f39d..b68b7eb0c369 100644
--- a/0001-Use-remoting-name-for-GDK-application-names.patch
+++ b/0001-Use-remoting-name-for-GDK-application-names.patch
@@ -1,6 +1,6 @@
--- a/toolkit/xre/nsAppRunner.cpp
+++ b/toolkit/xre/nsAppRunner.cpp
-@@ -4285,11 +4285,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
+@@ -4315,11 +4315,7 @@ int XREMain::XRE_mainStartup(bool* aExitFlag) {
// consistently.
// Set program name to the one defined in application.ini.
diff --git a/PKGBUILD b/PKGBUILD
index a834fed30f32..85cb7ad5b5ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -53,18 +53,18 @@ sha512sums_x86_64=('SKIP'
'7fdfc23fbf637ef036f51b439e56a84fd12d7f50a894b7318d287da1584ed8be1958c1e403735e9edab8888699f3a68df5c69854d4b87187af1c76734644e44e'
'SKIP'
'SKIP'
- '667d9127f4d88ab06bf2cf3693c8dbbf79051b341fbf561f0ba746b26a9670d65d0b9130e77bf4c12cc4d2f89d75286e03292c84bd396147a1c639ddc32daab3'
+ '861e692daf2be7239eb6b61435688a7abed2bef198067f5b3a9c1a44d8316d1e547c06e1bfb45be402c4c38b1bf13018ba594d433c1b70da6296bd5b90b0fbe3'
'bf0fb3102f24b534631e8b18d5df6687134276c90bb07d7eab9e032712a16382f8427768270e3b9205f42ea9ec22d9dc1e80664a77fbcbf62bb896e347e493d3'
- '9e5c064938029332e5a72d0c214e62dd8cfe11ad304ecbbc8ea6dda8f85536f13b8b42b9a1798d084f6846302fe4df5e197ecc9efeff6e186d6bffe333760706')
+ 'fd83824398fa5a2d3be8e82316c0c5eebe5a1e49c0b2e4eb6da3f4241c613dd21bb6fdb1eb8d4000007a02c5538e0db7fcd1e8e019a88147297628f2e0536fc9')
sha512sums_aarch64=('SKIP'
'7fdfc23fbf637ef036f51b439e56a84fd12d7f50a894b7318d287da1584ed8be1958c1e403735e9edab8888699f3a68df5c69854d4b87187af1c76734644e44e'
'SKIP'
'SKIP'
- '667d9127f4d88ab06bf2cf3693c8dbbf79051b341fbf561f0ba746b26a9670d65d0b9130e77bf4c12cc4d2f89d75286e03292c84bd396147a1c639ddc32daab3'
+ '861e692daf2be7239eb6b61435688a7abed2bef198067f5b3a9c1a44d8316d1e547c06e1bfb45be402c4c38b1bf13018ba594d433c1b70da6296bd5b90b0fbe3'
'bf0fb3102f24b534631e8b18d5df6687134276c90bb07d7eab9e032712a16382f8427768270e3b9205f42ea9ec22d9dc1e80664a77fbcbf62bb896e347e493d3'
'7c2f0c792eb5744eaf0f2ee7c0887a74118796d691029e824451b063d5ba9e65626617ad343f69837297b2002446e02ac1d5ab3bc470419ae092424abf08293f'
'6d464cce32cb2e440fb137666aeefec1240bcbdfdef0e8633e0fbe22e2214446b2c992ee2c8716c682a42fcd1d66d9fdf1d6d5b40f8ec3b0eeec5ca9e3f1aa35'
- '9e5c064938029332e5a72d0c214e62dd8cfe11ad304ecbbc8ea6dda8f85536f13b8b42b9a1798d084f6846302fe4df5e197ecc9efeff6e186d6bffe333760706')
+ 'fd83824398fa5a2d3be8e82316c0c5eebe5a1e49c0b2e4eb6da3f4241c613dd21bb6fdb1eb8d4000007a02c5538e0db7fcd1e8e019a88147297628f2e0536fc9')
pkgver() {
cd mozilla-unified
@@ -101,7 +101,7 @@ export RANLIB=llvm-ranlib
# Branding
ac_add_options --enable-update-channel=nightly
ac_add_options --with-app-name=${pkgname}
-ac_add_options --with-app-basename='${_pkgname}'
+ac_add_options --with-app-basename=librewolf
ac_add_options --with-branding=browser/branding/librewolf
ac_add_options --with-distribution-id=org.archlinux
ac_add_options --with-unsigned-addon-scopes=app,system
diff --git a/remove_addons.patch b/remove_addons.patch
index 3d7cf06b1fc7..40fef379e0b5 100644
--- a/remove_addons.patch
+++ b/remove_addons.patch
@@ -1,17 +1,18 @@
diff --git a/browser/extensions/moz.build b/browser/extensions/moz.build
-index 0eb3c53e76..ed7c31d725 100644
+index 269dcb2..ed7c31d 100644
--- a/browser/extensions/moz.build
+++ b/browser/extensions/moz.build
-@@ -4,4 +4,8 @@
- # License, v. 2.0. If a copy of the MPL was not distributed with this
+@@ -5,10 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
--DIRS += ["doh-rollout", "formautofill", "screenshots", "webcompat", "report-site-issue"]
-+DIRS += [
-+ "formautofill",
-+ "screenshots",
-+ "pictureinpicture",
-+]
+ DIRS += [
+- "doh-rollout",
+ "formautofill",
+ "screenshots",
+- "webcompat",
+- "report-site-issue",
+ "pictureinpicture",
+ ]
diff --git a/browser/locales/Makefile.in b/browser/locales/Makefile.in
index 496379c..dd6f359 100644
--- a/browser/locales/Makefile.in