summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorstefanwimmer1282023-07-14 16:38:42 +0200
committerstefanwimmer1282023-07-14 16:38:42 +0200
commit97ecbba3d589bc219f2e79b434df7003c2322bc5 (patch)
treec119e0de137758f5c1874c6349246104d2d5fb90 /PKGBUILD
parent5fb56910c1a8392d596f51afcfa66b04d36aea41 (diff)
downloadaur-97ecbba3d589bc219f2e79b434df7003c2322bc5.tar.gz
Revert "Use upstream OpenSUSE patches"
This reverts commit 5fb56910c1a8392d596f51afcfa66b04d36aea41.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 3 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63b368d01dc0..dd1801e4f9e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,8 +45,7 @@ source=(https://archive.mozilla.org/pub/firefox/releases/"$pkgver"/source/firefo
"git+https://gitlab.com/dr460nf1r3/settings.git"
"librewolf-source::git+https://gitlab.com/librewolf-community/browser/source.git#tag=115.0.2-2"
"librewolf-settings::git+https://gitlab.com/librewolf-community/settings.git"
- "cachyos-source::git+https://github.com/CachyOS/CachyOS-Browser-Common.git"
- "opensuse-source::git+https://github.com/openSUSE/firefox-maintenance.git")
+ "cachyos-source::git+https://github.com/CachyOS/CachyOS-Browser-Common.git")
sha256sums=('6b2844124c13b4bd9d97ac7f5840f3e957b7631659591f3bea1ac9a89bee1654'
'SKIP'
'53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560'
@@ -54,7 +53,6 @@ sha256sums=('6b2844124c13b4bd9d97ac7f5840f3e957b7631659591f3bea1ac9a89bee1654'
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
'SKIP')
# sha256sums_aarch64=()
validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software Releases <release@mozilla.com>
@@ -89,9 +87,6 @@ prepare() {
local _cachyos_patches_dir
_cachyos_patches_dir="${srcdir}/cachyos-source/patches"
- local _opensuse_patches_dir
- _opensuse_patches_dir="${srcdir}/opensuse-source/firefox"
-
cat >../mozconfig <<END
ac_add_options --enable-application=browser
mk_add_options MOZ_OBJDIR=${PWD@Q}/obj
@@ -183,8 +178,8 @@ END
patch -Np1 -i "${_librewolf_patches_dir}"/remove_addons.patch
# OpenSUSE KDE patches
- patch -Np1 -i "${_opensuse_patches_dir}"/firefox-kde.patch
- patch -Np1 -i "${_opensuse_patches_dir}"/mozilla-kde.patch
+ patch -Np1 -i "${_patches_dir}"/kde-upstream/firefox-kde.patch
+ patch -Np1 -i "${_patches_dir}"/kde-upstream/mozilla-kde.patch
# Disabling Pocket
patch -Np1 -i "${_librewolf_patches_dir}"/sed-patches/disable-pocket.patch