summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorstefanwimmer1282023-10-16 17:58:02 +0200
committerstefanwimmer1282023-10-16 17:58:02 +0200
commite5f6a92bf9945233c40452d69fef59bdbca1a355 (patch)
treee21f498e8f873046734dff1c519850f9a226124c /PKGBUILD
parent7bdc4a7b012998cb627f141c86c849a2379c810a (diff)
downloadaur-e5f6a92bf9945233c40452d69fef59bdbca1a355.tar.gz
Add unity menubar patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cfb1acc1c5ec..e4c4f52a3043 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -47,7 +47,8 @@ source=(https://archive.mozilla.org/pub/firefox/releases/"$pkgver"/source/firefo
"librewolf-source::git+https://gitlab.com/librewolf-community/browser/source.git#tag=118.0.1-1"
"librewolf-settings::git+https://gitlab.com/librewolf-community/settings.git"
"0027-bgo-915306-rust-1.73-compatibility-patch1.patch"
- "0027-bgo-915306-rust-1.73-compatibility-patch2.patch")
+ "0027-bgo-915306-rust-1.73-compatibility-patch2.patch"
+ "unity-menubar.patch")
sha256sums=('a3f4da56d13605d615a740c739e3504261649d040bc473ae2ed609336d79fd95'
'SKIP'
'53d3e743f3750522318a786befa196237892c93f20571443fdf82a480e7f0560'
@@ -56,7 +57,8 @@ sha256sums=('a3f4da56d13605d615a740c739e3504261649d040bc473ae2ed609336d79fd95'
'SKIP'
'SKIP'
'c43403caec25e4ee947d731f640a6aca3b1c35d1ac6c8994109605e26a20aa69'
- '7d7c217083097eaed566687b9d1a7493af5f00a18d25734f7db4e1b07a502d9d')
+ '7d7c217083097eaed566687b9d1a7493af5f00a18d25734f7db4e1b07a502d9d'
+ 'cd7db7d4dd607826bc6098392d6e2f90ae8f7f529650e27b8d00f9dec3bac382')
# sha256sums_aarch64=()
validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software Releases <release@mozilla.com>
@@ -236,6 +238,9 @@ END
patch -Np1 -i "$srcdir"/0027-bgo-915306-rust-1.73-compatibility-patch1.patch
patch -Np1 -i "$srcdir"/0027-bgo-915306-rust-1.73-compatibility-patch2.patch
+ # Unity menubar
+ patch -Np1 -i "${srcdir}"/unity-menubar.patch
+
rm -f "${srcdir}"/common/source_files/mozconfig
cp -r "${srcdir}"/common/source_files/* ./
}