Commit Graph

1298 Commits

Author SHA1 Message Date
Xi Ruoyao
248d3509e1
firefox, thunderbird: Minor alignment fix 2023-11-07 23:25:33 +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
dffa9ade12
thunderbird: Tweak mozconfig
1. Drop --enable-optimize=O2 because it's the default.
2. Use -Wl,-z,pack-relative-relocs as a replacement for elf-hack.
   Drop --enable-linker=gold because gold does not support this.
3. Add --enable-rust-simd for SIMD optimization, like Arch and Gentoo.
4. Copy the comment for official branding (with legal implication) from
   Firefox.
2023-11-03 21:18:02 +08:00
Xi Ruoyao
64770a69e6
Revert "thunderbird: Add ICU 74 workaround"
This reverts commit 4ae4523d55.

Phew, we don't use system ICU for TB, at all.  And the bug preventing us
from using system ICU is still not fixed in 74.1.

Carrying this "fix" actually causes the package to FTBFS with shipped
ICU.
2023-11-03 20:57:46 +08:00
Douglas R. Reno
fae2bc2e92 Update to thunderbird-115.4.1 (Security Update) 2023-11-02 11:01:58 -05:00
Xi Ruoyao
4ae4523d55
thunderbird: Add ICU 74 workaround 2023-11-02 15:55:05 +08:00
Xi Ruoyao
1dcb11c64e
thunderbird: Add Python 3.12 workaround 2023-11-02 15:53:46 +08:00
Douglas R. Reno
babb39d49b Update to Thunderbird-115.3.3 2023-10-20 13:56:10 -05:00
Pierre Labastie
4c32ae7ad0 Update to thunderbird-115.3.2 2023-10-17 16:24:07 +02:00
Bruce Dubbs
50c46ae41c Update to xscreensaver-6.08. 2023-10-12 22:26:43 -05:00
Rahul Chandra
c2a5b8fd3e Update to feh-3.10.1 2023-10-04 19:51:21 -04:00
Pierre Labastie
37f1f23851 hexchat: remove dbus-glib from optional deps
It's already in required deps...
2023-10-01 19:39:47 +02:00
Douglas R. Reno
22df483e5e Update to Thunderbird-115.3.0 (Security Update) 2023-09-27 23:57:09 -05:00
Xi Ruoyao
7b8bec72b3
Fix URLs of external depedencies, remove dead "User Notes" 2023-09-23 22:41:42 +08:00
Douglas R. Reno
19e0a87ffb Update to Thunderbird-115.2.2 2023-09-14 13:33:14 -05:00
Bruce Dubbs
990dbf00a0 Remove obsolete references to gtk2 2023-09-11 11:51:23 -05:00
Douglas R. Reno
33c5fdb8c7 Update to Transmission-4.0.4 2023-09-07 12:57:37 -05:00
Bruce Dubbs
69e716244c Update to xscreensaver-6.07. 2023-09-04 17:14:44 -05:00
Xi Ruoyao
291b865a13
thunderbird: Remove zip dependency and unneeded sed
By the way, remove a lot of stale (commented out) hot fixes.
2023-09-04 23:42:23 +08:00
Bruce Dubbs
b643f16b94 Archive reiserfsprogs. 2023-09-02 18:39:11 -05:00
Bruce Dubbs
511e498edb Remove duplicate words 2023-09-01 10:52:38 -05:00
Douglas R. Reno
fe66201b46 Update to Thunderbird-115.2.0 (Security Update) 2023-08-30 23:52:34 -05:00
Xi Ruoyao
bec34e0f8c
inkscape: Imagemagick (7) is still a runtime dependency 2023-08-31 00:53:54 +08:00
Xi Ruoyao
41273f2651
inkscape: It cannot use imagemagick >= 7
Comment out the imagemagick dependency for now.  It seems the upstream
developers do not want to spend too much time on supporting imagemagick
>= 7, and they prefer graphicsmagick instead.  So add graphicsmagick as
an external dependency.

Reported-by: Jean-Marc Pigeon <jmp@safe.ca>
Link: https://gitlab.com/inkscape/inkscape/-/issues/1294
2023-08-30 21:46:59 +08:00
Bruce Dubbs
da5bbd8b73 Thunderbird and Firefox no longer need autoconf213 2023-08-28 18:06:25 -05:00
Bruce Dubbs
1bf0fac85d Tag all of xsoft except libreoffice 2023-08-24 18:54:26 -05:00
Thomas Trepl
e2457ce614 Tags 2023-08-24 18:19:49 +02:00
Douglas R. Reno
0bab4c8a14 Update to thunderbird-115.1.1 2023-08-23 21:26:00 -05:00
Douglas R. Reno
78bf8fd306 Fontforge: restructure the page a bit so it fits other page layouts 2023-08-23 19:39:53 -05:00
Thomas Trepl
995de66919 Tag gparted 2023-08-24 00:07:05 +02:00
Douglas R. Reno
6e45f2f1d3 Tag Balsa and Epiphany and Dependencies
Off to GNOME...
2023-08-22 11:45:35 -05:00
Ken Moffat
c6fc0cb5b7 Tags. 2023-08-22 14:07:40 +01:00
Douglas R. Reno
c1a287b322 Tags for printing stack 2023-08-20 12:44:33 -05:00
Douglas R. Reno
9d86c70355 Tags 2023-08-19 15:49:05 -05:00
Douglas R. Reno
e1a06514af Balsa: move the required patch statement around so it matches our style 2023-08-08 19:23:34 -05:00
Ken Moffat
d9d1ecc70c Fix fontforge ftbfs woith gettext-0.22. 2023-08-08 22:01:57 +01:00
Xi Ruoyao
cddcdb1411
treewide: The remaining of kernel configuration rendering 2023-07-31 21:44:38 +08:00
Bruce Dubbs
aba3ad5bed Update to inkscape-1.3. 2023-07-24 19:24:05 -05:00
Bruce Dubbs
e77c478989 Merge branch 'trunk' into lxqt 2023-07-18 16:51:51 +00: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
Bruce Dubbs
b3867c5f8c Add qt5-components page.
Also create an ENTITY for qt5 or qt5-alternate and use that
to specify the qt5 dependenies.

The complete KF5/plasma packages should use the full qt5 build, but
the lxqt kf5/plasma components only need qt5-alternate.
2023-07-13 20:23:08 -05:00
Bruce Dubbs
7799a88b74 Minor text change 2023-07-13 10:03:33 -05:00
Pierre Labastie
dda7a23cf0 Fix building thunderbird with gcc-13 2023-07-13 12:53:31 +02:00
Tim Tassonis
9145997820 Update to thunderbird-115.0. 2023-07-12 23:58:53 +02:00
Xi Ruoyao
42ddc3001a
treewide: Replace "User Notes" with "Editor Notes" 2023-06-30 02:18:51 +08:00
Xi Ruoyao
14891a9084
treewide: More "User Notes" clean up
Remove links to pages w/o real contents.
2023-06-30 02:18:51 +08:00
Xi Ruoyao
2a53093201
treewide: Remove nonexist User Notes
The last part of User Notes removal by
https://www.linuxfromscratch.org/~xry111/remove-nonexist-usernote.sh
2023-06-29 19:23:06 +08: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
Douglas R. Reno
3586f4f32a Update to thunderbird-102.12.0 2023-06-15 14:25:46 -05: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