Pierre Labastie
15726a7c25
Typo
2023-11-07 21:48:20 +01:00
Douglas R. Reno
2226a0f3bb
Update to epiphany-45.1
2023-11-07 14:05:50 -06:00
Xi Ruoyao
7be485e948
seamonkey: Add ICU 74 workaround
...
Note that it's slightly different from Firefox.
2023-11-07 23:42:57 +08:00
Xi Ruoyao
f56feddcab
seamonkey: Add Python-3.12 workaround
...
Bonus task: may we avoid the additional download? I couldn't figure out
a solution w/o it.
2023-11-07 23:35:17 +08:00
Xi Ruoyao
248d3509e1
firefox, thunderbird: Minor alignment fix
2023-11-07 23:25:33 +08:00
Xi Ruoyao
29ef9b8f0c
seamonkey: Sync some configuration in mozconfig from Firefox
...
- Remove --enable-optimize=-O2 as it's the default.
- Use RELR for saving several MB from libxul.so, like Firefox.
- Update the comment for --disable-rust-simd.
- Copy a comment with legal implication from Firefox.
2023-11-07 22:46:49 +08:00
Xi Ruoyao
eedb6d02a0
seamonkey: Move CC=clang CXX=clang++ from command line into mozconfig
...
"export CC=clang CXX=clang++" is bad because it contaminates the
environment, thus if some packages are built after seamonkey in the same
shell and the user wouldn't have unset CC and CXX, those package may be
built with an untested configuration.
Move them into mozconfig. A test build has shown they still works
there.
2023-11-07 22:46:49 +08:00
Xi Ruoyao
39eb0f105d
firefox, thunderbird: Add six as required
...
We are using system six instead of the shipped copies for Python 3.12.
2023-11-05 21:35:26 +08:00
Xi Ruoyao
a7373507f5
firefox: Tweak mozconfig
...
1. Drop --enable-optimize because it's the default.
2. Use -Wl,-z,pack-relative-relocs as a replacement for elf-hack.
3. Add --enable-rust-simd for SIMD optimization, like Arch and Gentoo.
4. Make the formatting (captialization and punctuation) of comments more
consistent.
2023-11-03 18:28:06 +08:00
Xi Ruoyao
b05b7e3a94
firefox: Add a comment for ICU 74 workaround
2023-11-02 15:13:24 +08:00
Xi Ruoyao
2281985533
firefox: Add ICU-74 workaround
2023-11-02 15:09:04 +08:00
Xi Ruoyao
e86ded4104
firefox: Add Python 3.12 work around
2023-11-02 14:45:41 +08:00
Bruce Dubbs
eebff7b81a
Typos
2023-10-26 17:52:05 -05:00
Ken Moffat
ea5703f312
Package updates:
...
firefox-115.4.0.
spidermonkey-115.4.0.
2023-10-24 18:11:23 +01:00
Douglas R. Reno
f3250b96d3
Fix several security vulnerabilities in Seamonkey's bundled libvpx.
...
Seamonkey 2.53.18 appears to be almost out the door though, with
internationalization updates being applied earlier today.
2023-10-16 13:10:33 -05:00
Pierre Labastie
f4ac71418d
Remove many more forgotten ftp urls
2023-10-15 23:14:18 +02:00
Douglas R. Reno
1d817374e1
Update to seamonkey-2.53.17.1 (Security Update)
2023-09-27 23:57:09 -05:00
Douglas R. Reno
2d16a06c8f
Update to epiphany-45.0
2023-09-27 14:47:58 -05:00
Ken Moffat
2601934ec4
Update to firefox-115.3.0esr.
...
Now measured with -j8 for consistency with other long packages.
2023-09-26 21:00:22 +01:00
Douglas R. Reno
8ccec7df30
Seamonkey: remove old and outdated Python2 dependency
2023-09-15 09:56:17 -05:00
Ken Moffat
f9f5eeb8cc
Update to firefox-115.2.1.
...
This is a pointless update, it only includes a fix for the shipped
libwebp, but it was convenient to me to drop it in during my testing
for libwebp.
2023-09-13 06:43:17 +01:00
Douglas R. Reno
f7fe3e6aed
Typo fixes from Julien Lepiller
2023-09-04 13:33:48 -05:00
Xi Ruoyao
7877690d99
firefox: Remove zip dependency, and demote yasm to optional
...
I can build it w/o zip and I cannot see how zip is used. And yasm is
only used for building shipped libvpx, but we are recommending system
libvpx anyway.
2023-09-04 21:21:42 +08:00
Ken Moffat
b337c48e21
Package Update, firefox-115.2.0.
2023-08-29 14:49:42 +01:00
Bruce Dubbs
da5bbd8b73
Thunderbird and Firefox no longer need autoconf213
2023-08-28 18:06:25 -05:00
Bruce Dubbs
b40bd3f1f0
Add a troubleshooting hint to falkon.
2023-08-26 22:08:08 -05:00
Bruce Dubbs
1bf0fac85d
Tag all of xsoft except libreoffice
2023-08-24 18:54:26 -05:00
Bruce Dubbs
fde99ebb4b
Update to kf5-apps-23.08.0, kate, kwave, falkon.
2023-08-24 15:00:35 -05:00
Bruce Dubbs
24a928e574
Tags
2023-08-22 21:00:39 -05:00
Douglas R. Reno
6e45f2f1d3
Tag Balsa and Epiphany and Dependencies
...
Off to GNOME...
2023-08-22 11:45:35 -05:00
Thomas Trepl
efe8cf0904
Add a note about --disable-sandbox for platforms other than x86_64
2023-08-07 18:02:20 +02:00
Douglas R. Reno
c5f665192f
Update to seamonkey-2.53.17 (Security Update)
2023-08-04 14:25:39 -05:00
Douglas R. Reno
09be792275
Update to epiphany-44.6
2023-08-01 15:53:28 -05:00
Ken Moffat
f11dce689e
Update to firefox-115.1.0esr.
2023-08-01 18:03:27 +01:00
Douglas R. Reno
bbcb12d77a
Update to epiphany-44.5
2023-07-18 12:38:35 -05:00
Xi Ruoyao
0bb7c72b9c
firefox and thunderbird: Add pciutils as optional runtime dependency
...
Without pciutils, they output a suspicious line at startup:
Crash Annotation GraphicsCriticalError: |[0][GFX1-]: glxtest: libpci missing (t=0.284539) [GFX1-]: glxtest: libpci missing
I'm not sure what it means but I think there will be no harm if we add
pciutils as optional runtime.
2023-07-16 00:32:50 +08:00
Ken Moffat
b6cb36ffa1
Update to firefox-115.0.2esr.
2023-07-12 04:04:23 +01:00
Douglas R. Reno
e1f455f52f
Update to epiphany-44.4
2023-07-06 13:58:49 -05:00
Ken Moffat
9403c3e01d
Package updates:
...
Firefox-115.0esr,
JS-102.13.0,
2023-07-05 00:13:17 +01:00
Xi Ruoyao
42ddc3001a
treewide: Replace "User Notes" with "Editor Notes"
2023-06-30 02:18:51 +08:00
Ken Moffat
86249d2216
Separate JS102 fro mfirefox.
...
Firefox-115-esr is expected next week.
2023-06-25 21:54:48 +01:00
Xi Ruoyao
fa47dacd9a
mozilla: Update the desc for consolidated patch
...
Now the FFI UB fix is included in the tarball, but the patch now
contains some FTBFS workaround with Rustc-1.70.0.
2023-06-16 15:27:29 +08:00
Ken Moffat
d3daa9fe8c
Package updates:
...
firefox-102.12.0,
js-102.12.0.
2023-06-06 21:19:34 +01:00
Pierre Labastie
480cc42c97
Update to epiphany-44.3
2023-05-29 21:36:13 +02:00
Ken Moffat
7f1e70b408
Firefox and thunderbird:
...
Update the obsolete command for how to list all configure options.
Breakage reported by rhubarbpieguy.
2023-05-26 19:41:22 +01:00
Xi Ruoyao
bee906cedc
firefox: Fix a typo
2023-05-15 15:32:04 +08:00
Xi Ruoyao
9d98701d38
firefox: Use the same patch as Thunderbird
...
Firefox shares many components with TB, so it also suffers the
same mutability UB exploited by LLVM 16. Though it does not crash at
start up, there are some reports saying a crash will happen in certain
conditions. Use the same patch as TB to fix the UB.
The patch has been symlinked in patches.git.
2023-05-15 15:21:23 +08:00
Bruce Dubbs
3bffd5b3be
Update to kf5-gear-23.04.1 including kate, kwave, and falkon.
2023-05-14 19:13:36 -05:00
Ken Moffat
5a39c5a056
Package Updates:
...
firefox-102.11.0,
js-102.11.0.
Use a common entity for firefox-size.
2023-05-09 20:10:45 +01:00
Douglas R. Reno
fcce6f36ce
Epiphany: use libadwaita1 so that it doesn't just show the library in
...
the title.
2023-04-23 08:31:52 -05:00