diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-05-14 09:42:43 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-05-14 09:42:43 +0000 |
| commit | a55da7764c7611d134c74403c5ba8fcb1dd1c26e (patch) | |
| tree | bd66a9dd0b7bfbb2993caadf0876da8c85154b5f /repos/extra/librewolf/abuild | |
| parent | 205c528216d26eb1c251404e875adad90a447bb5 (diff) | |
| download | alicelinux-a55da7764c7611d134c74403c5ba8fcb1dd1c26e.tar.gz alicelinux-a55da7764c7611d134c74403c5ba8fcb1dd1c26e.zip | |
librewolf: updated to 138.0.1.2
Diffstat (limited to 'repos/extra/librewolf/abuild')
| -rw-r--r-- | repos/extra/librewolf/abuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/repos/extra/librewolf/abuild b/repos/extra/librewolf/abuild index 987c92f0..e8b6fd43 100644 --- a/repos/extra/librewolf/abuild +++ b/repos/extra/librewolf/abuild @@ -1,12 +1,11 @@ name=librewolf -version=137.0.3 +version=138.0.1.2 _ver=${version%.*} _sion=${version##*.} _version=${_ver}-${_sion} release=1 source="https://gitlab.com/api/v4/projects/32320088/packages/generic/librewolf-source/${_version}/librewolf-${_version}.source.tar.gz visibility.patch - clang-fix.patch fix-rust-target.patch" build() { @@ -48,6 +47,9 @@ ac_add_options --disable-debug ac_add_options --disable-debug-symbols ac_add_options --disable-parental-controls ac_add_options --disable-system-extension-dirs +ac_add_options --disable-default-browser-agent +ac_add_options --disable-backgroundtasks +ac_add_options --disable-webspeech EOF if [ -f $SPM_PKGDB/libx11 ] && [ ! -f $SPM_PKGDB/wayland ]; then |