Skip to content

Commit a6aa2de

Browse files
committed
librewolf: update to 146.0-2.
1 parent 3f93b6e commit a6aa2de

File tree

4 files changed

+17
-25
lines changed

4 files changed

+17
-25
lines changed

srcpkgs/librewolf/files/librewolf-wayland

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Including linux/prrctl.h and sys/prctl.h with musl results in the redifinition
2+
of `struct prctl_mm_map`.
3+
--- a/third_party/libwebrtc/rtc_base/platform_thread_types.cc
4+
+++ b/third_party/libwebrtc/rtc_base/platform_thread_types.cc
5+
@@ -12,7 +12,9 @@
6+
7+
// IWYU pragma: begin_keep
8+
#if defined(WEBRTC_LINUX)
9+
+#if defined(__GLIBC__)
10+
#include <linux/prctl.h>
11+
+#endif
12+
#include <sys/prctl.h>
13+
#include <sys/syscall.h>
14+

srcpkgs/librewolf/patches/fix-webrtc-glibcisms.patch

Lines changed: 0 additions & 20 deletions
This file was deleted.

srcpkgs/librewolf/template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'librewolf'
22
pkgname=librewolf
3-
version=145.0.1
3+
version=146.0
44
revision=1
55
_rev=2
66
wrksrc=${pkgname}-${version}-${_rev}
@@ -10,7 +10,7 @@ maintainer="index <[email protected]>"
1010
license="GPL-3.0-only AND LGPL-2.1-only AND LGPL-3.0-only AND MPL-2.0"
1111
homepage="https://librewolf.net/"
1212
distfiles="https://gitlab.com/api/v4/projects/32320088/packages/generic/librewolf-source/${version}-${_rev}/${pkgname}-${version}-${_rev}.source.tar.gz"
13-
checksum=fd3b6acfbaaaf910a4804dcfb6a4ab79067efa39ec7ba09ea57517434a05113e
13+
checksum=244784bac847344feb091ef7605370a8267df04bf0a71a4a03f01c11b8610046
1414

1515
lib32disabled=yes
1616

@@ -281,5 +281,5 @@ do_install() {
281281
# https://bugzilla.mozilla.org/show_bug.cgi?id=658850
282282
ln -sf librewolf ${DESTDIR}/usr/lib/librewolf/librewolf-bin
283283

284-
vbin ${FILESDIR}/librewolf-wayland
284+
ln -sf librewolf ${DESTDIR}/usr/bin/librewolf-wayland
285285
}

0 commit comments

Comments
 (0)