Commit Graph

191652 Commits

Author SHA1 Message Date
Duncaen ab7add0e0f
linux6.8: update to 6.8.7. 2024-04-19 14:30:30 +02:00
icp baeee86d11 adwaita-icon-theme: update to 46.0. 2024-04-19 19:05:59 +07:00
oreo639 45d81ce126 libgweather: update to 4.4.2. 2024-04-19 19:01:18 +07:00
oreo639 e4c65f8870 gnome-system-monitor: update to 46.0. 2024-04-19 01:54:08 -07:00
fanyx 1957b93634 nautilus: update to 46.0. 2024-04-19 01:53:50 -07:00
fanyx 6613521b29 sushi: update to 46.0. 2024-04-19 01:53:23 -07:00
Toyam Cox 29b78dbab5 temporal-cli: fix 32bit builders 2024-04-19 00:38:55 -04:00
Toyam Cox 1174d07c15 New package: temporal-cli-0.11.0 2024-04-19 00:23:00 -04:00
Đoàn Trần Công Danh 08614315c8 libreoffice: correct hunspell for bn-IN 2024-04-19 10:22:58 +07:00
Đoàn Trần Công Danh 20efe4929d libreoffice: fix lang bn-IN and ca-valencia 2024-04-19 10:19:22 +07:00
Đoàn Trần Công Danh 536b953c90 libreoffice: initialise pkglang 2024-04-19 09:41:43 +07:00
Đoàn Trần Công Danh 382cfce6b8 libreoffice: not pulling all dictionaries anymore 2024-04-19 08:58:25 +07:00
oreo639 07464d8375 telegram-desktop: reduce debug size
Fixes error on armv* glibc:
 armv7l-linux-gnueabihf-objcopy: /destdir/armv7l-linux-gnueabihf/telegram-desktop-4.16.8/usr/bin/telegram-desktop: file format not recognized

This decreases the debug executable on armv7l glibc from 4.3gb to 1.5gb.
2024-04-18 16:59:04 -07:00
Duncaen 0edfff8f71
firefox-i18n: update to 125.0.1. 2024-04-19 00:28:50 +02:00
Duncaen fca94e00c7
firefox: update to 125.0.1. 2024-04-19 00:28:45 +02:00
Toyam Cox f927949a16 d2: update to 0.6.5. 2024-04-18 13:03:13 -04:00
dkwo 65ae2dba95 mutt: update to 2.12.13 2024-04-18 16:24:33 +07:00
oreo639 55673a80a6 hunspell-fr_FR: fix homepage and distfiles location
discollete.org used to be the domain for Grammalecte, they moved to the
grammalecte.net domain in 2019, and discollete.org became a redirect. Currently
the domain is just spam.

The dictionary files in the 7.0 libreoffice plugin are identical to the ones
in the old zip.
2024-04-18 01:58:57 -07:00
oreo639 95f42230ae glib: bump shlibs required version 2024-04-18 01:46:09 -07:00
Đoàn Trần Công Danh 0e55911385 telegram-desktop: +libglib-devel 2024-04-18 15:05:01 +07:00
Đoàn Trần Công Danh d45fb58a05 telegram-desktop: needs glib-devel for host 2024-04-18 15:00:41 +07:00
Đoàn Trần Công Danh d7afa0c5a1 gnome-mime-data: drop
Required for GNOME VFS, which was replaced by GVfs.
2024-04-18 15:00:41 +07:00
Đoàn Trần Công Danh a18ebbcd3f gnome-js-common: drop 2024-04-18 15:00:41 +07:00
classabbyamp 4e36d738e2 libgnome-keyring: remove package
deprecated, not used by any other library

closes #26333
2024-04-18 14:57:21 +07:00
classabbyamp 3291000f82 electron19: remove unused dep on libgnome-keyring-devel 2024-04-18 14:57:21 +07:00
Alex Lohr 38a7571dfc inkscape: do not detect dev releases as updates 2024-04-18 03:30:03 -04:00
Đoàn Trần Công Danh 6a4d82e955 hunspell-fr_FR: replace hunspell-fr-libreoffice 2024-04-18 13:43:08 +07:00
Đoàn Trần Công Danh cbc4de9b63 dictionaries: fix es and pl languages
Drop fr subpackage, fr_FR provides exact same contents.
2024-04-18 13:43:08 +07:00
oreo639 27f936e608 glib: fix dependency conflict when using ./xbps-src check glib
Add glib-bootstrap since it both conflicts with glib and provides glib.
2024-04-17 21:51:05 -07:00
oreo639 f0c5baa620 glib-networking: update to 2.80.0. 2024-04-17 20:25:16 -07:00
oreo639 9f590b2416 gobject-introspection: update to 1.80.0. 2024-04-17 20:25:16 -07:00
oreo639 d12aff729e glib: update to 2.80.0.
This merges part of gobject-introspection tools, but not all of it.
Unfortunately this creates a cyclic dependency between glib and gi.
This is supposed to be temporary.

https://discourse.gnome.org/t/dealing-with-glib-and-gobject-introspection-circular-dependency/18701
https://gitlab.gnome.org/GNOME/glib/-/issues/2616
https://docs.gtk.org/girepository/migrating-gi.html
2024-04-17 20:25:16 -07:00
oreo639 cc40e396b3 New package: gobject-introspection-bootstrap-1.80.0 2024-04-17 20:25:16 -07:00
oreo639 f3ccd1d26b New package: glib-bootstrap-2.80.0 2024-04-17 20:25:16 -07:00
oreo639 5c633c231e tracker-miners: enable landlock
Landlock is a method of unprivileged sandboxing to restrict, for example, fs
access for certian processes. It requires linux5.13+ along with landlock
being enabled in the kernel.

The latter has been the case since 2020 661f17ea74
however, those using older kernels will no longer be able to use tracker-miners.

This will make the gnome-music and gnome-photos unusable on such kernels.
2024-04-17 18:35:50 -07:00
Đoàn Trần Công Danh cbe68c01e0 libreoffice-dictionaries: depends on bdic layout 2024-04-18 08:16:28 +07:00
Đoàn Trần Công Danh 84d4598ce7 hunspell-ru_RU-ieyo: depends on bdic layout 2024-04-18 08:16:28 +07:00
Đoàn Trần Công Danh 1da192c666 hunspell-pt_PT-preao: depends on bdic layout 2024-04-18 08:16:28 +07:00
Đoàn Trần Công Danh 52ab64b38a hunspell-en_GB-ize: depends on bdic layout 2024-04-18 08:16:28 +07:00
Đoàn Trần Công Danh 1e551d9eea hunspell-fr_FR: depends on bdic layout 2024-04-18 08:16:28 +07:00
Đoàn Trần Công Danh f97741bcd2 New package: hunspell-qtwebengine-dict-0.1 2024-04-18 08:16:28 +07:00
Đoàn Trần Công Danh 5cca894412 hunspell-fr_FR: default to libreoffice variant 2024-04-18 08:04:03 +07:00
Đoàn Trần Công Danh 296b482e62 hunspell-{kmr,sr}: @latin locale 2024-04-18 07:45:34 +07:00
Đoàn Trần Công Danh d2d868ce5a hunspell-*: build bdic on all 64bit host 2024-04-18 07:43:48 +07:00
Đoàn Trần Công Danh bfbde254bb hunspell-fr_FR: depends on bdic layout 2024-04-18 07:43:48 +07:00
Đoàn Trần Công Danh 9aaffe3f95 libreoffice: update to 24.2.2.2. 2024-04-18 07:28:25 +07:00
Đoàn Trần Công Danh 9552290f43 libreoffice-dictionaries: update to 24.2.2.2. 2024-04-18 07:28:25 +07:00
fanyx 4115926b92 gnome-disk-utility: update to 46.0. 2024-04-17 17:27:38 -07:00
fanyx 938b703085 gnome-contacts: update to 46.0. 2024-04-17 17:25:09 -07:00
classabbyamp f1ec685d5e
python3-filetype: remove unnecessary rm
these files are not installed anymore and -f hid that
2024-04-17 20:17:41 -04:00