Commit Graph

1069 Commits

Author SHA1 Message Date
Douglas R. Reno
6250839b63 Update to gnome-bluetooth-42.5 2022-12-27 22:16:43 -06:00
Douglas R. Reno
9e31949e7e Update to nautilus-43.1 2022-12-27 22:15:30 -06:00
Douglas R. Reno
8073170dde Update to gnome-backgrounds-43 2022-12-27 21:49:41 -06:00
Douglas R. Reno
2d205a07a5 Update to evolution-data-server-3.46.2 2022-12-27 21:46:10 -06:00
Douglas R. Reno
863002a337 Update to dconf-editor-43.0.
Also cleanup the comments in that page a bit.
2022-12-27 21:37:50 -06:00
Douglas R. Reno
df8573e737 Update to tracker-miners-3.4.2 2022-12-27 21:34:31 -06:00
Douglas R. Reno
dec2fe3c8f Update to tracker-3.4.2
Note that this package is now libsoup3 only.
2022-12-27 21:33:14 -06:00
Douglas R. Reno
867d08eda3 Update to libwnck-43.0 2022-12-27 21:31:23 -06:00
Douglas R. Reno
550bb8ba99 Update to libpeas-1.34.0 2022-12-27 21:30:08 -06:00
Douglas R. Reno
71b7688645 Update to libgweather-4.2.0 2022-12-27 21:27:28 -06:00
Douglas R. Reno
855a2656d8 Update to libgee-0.20.6 2022-12-16 13:44:20 -06:00
Douglas R. Reno
4693aa1f6d Update to gnome-online-accounts-3.46.0 2022-12-16 13:43:23 -06:00
Douglas R. Reno
5c9d6e2cbf Update to gnome-desktop-43 2022-12-16 13:34:13 -06:00
Douglas R. Reno
1ad0f5ee87 Port geocode-glib to libsoup3.
This is going to be required for other packages in future commits.
2022-12-16 13:31:23 -06:00
Douglas R. Reno
e5ba16cc91 Update to yelp-xsl-42.1 2022-12-16 13:27:04 -06:00
Douglas R. Reno
479c7fe4db Change sysprof and rest to use libadwaita1 instead of "libadwaita".
"libadwaita"'s xref is actually a pointer to libadwaita.so in
gnome-themes-extra. As a result of this, the library from
gnome-themes-extra gets referenced instead of the actual package.

Fix this by using 'libadwaita1' instead, like other packages that use
libadwaita.
2022-12-16 13:24:44 -06:00
Douglas R. Reno
f1a4776eb4 Archive gfbgraph.
Nothing uses it anymore, and it is incompatible with rest-0.9 and
libsoup3.

Note that gnome-maps used to use it, but it hasn't for over a year now.
2022-12-16 13:23:12 -06:00
Douglas R. Reno
c5408a2d70 Add an entity for the gi-docgen URL and change several packages to use
it.

This should make the different URLs we had previously consistent with
one another, and ease maintenance burden.

This is only temporary though since eventually gi-docgen will become
part of the book, when Pierre's python-modules branch is brought into
trunk.
2022-12-16 13:18:44 -06:00
Douglas R. Reno
7a81c7f348 Update to rest-0.9.1 2022-12-16 13:08:55 -06:00
Douglas R. Reno
46a7b28734 Update to vte-0.70.2 2022-12-16 12:56:59 -06:00
Douglas R. Reno
e8bd3ad9e7 Update to gsettings-desktop-schemas-43.0 2022-12-16 12:55:04 -06:00
Douglas R. Reno
83c4744e56 Adapt Zenity to use WebKitGTK+-2.38 if present. 2022-12-15 13:42:03 -06:00
David Bryant
48771ae06f Unless it's a directory name, or something like that, "test suite"
should be spelled as two words.
2022-12-13 12:19:29 -06:00
Pierre Labastie
3f2db3a638 Remove sect1info tags
They only contain a date tag that is nowhere used.
2022-11-29 08:58:07 +01:00
Xi Ruoyao
3fbdcfcc8e
mutter: use --buildtype=debugoptimized for now ...
instead of --buildtype=release to work around a crash in gnome-shell.

Upstream issue: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5512

If close an focused app window via the Activities overview, an assertion
fail will be triggered in clutter_actor_get_preferred_{width,height}.
When debug is disabled, the assertions are disabled as well and the
issue turns into a NULL dereference, leading to a crash.

This is definitely not a proper fix.  But the issue has been haunting
gnome-42 and 43, and the upstream has not given any response yet.

Note that it's not a "compiler misoptimization" issue.  The assertion
fails even with -O0, i. e. if both the assertions and compiler
optimization are disabled, gnome-shell will crash as well.
2022-11-22 15:49:17 +08:00
Douglas R. Reno
4a8f53ed6c gcr4: Add a note to say that it's coinstallable with gcr3 2022-11-15 13:10:14 -06:00
Douglas R. Reno
0facdace6e Add GCR-4.0.0 in support of the new gnome-shell 2022-11-14 14:21:34 -06:00
Douglas R. Reno
dec8a459dd Update to gjs-1.74.1 2022-11-14 14:05:14 -06:00
Douglas R. Reno
14bd41d008 Add JS102 and archive JS91. 2022-11-14 14:01:00 -06:00
Xi Ruoyao
afea77ca8c
mutter: add a section about running it directly 2022-09-19 00:46:51 +08:00
Xi Ruoyao
966374a4c3
gnome-shell: list libgweather as runtime dependency
libgweather is loaded by gnome-shell gjs script.  Without it gnome-shell
will refuse to start.
2022-09-17 03:25:49 +08:00
Douglas R. Reno
f07f654786 Four package updates
Update to NetworkManager-1.40.0
Update to gnome-bluetooth-42.4
Update to samba-4.17.0
Update to ModemManager-1.18.12
2022-09-16 10:35:09 -05:00
Pierre Labastie
f187e97875 libsoup3 is the default for grilo-0.3.15
And it fails to build if libsoup3 is not installed unless
"-Dsoup3=false" is passed to meson (I do not want to put this in
command explanations. We should use soup3 as much as possible).
2022-09-14 11:38:51 +02:00
Pierre Labastie
ac60f17f86 Fix mutter dependencies for tests
Also don't make a difference between systemd and sysv for tests.
There are none...
2022-09-13 19:15:52 +02:00
Pierre Labastie
15d6673a71 Typo 2022-09-12 15:48:28 +02:00
Pierre Labastie
4e207bb418 Replace tabs with spaces (except in Makefile :) 2022-09-11 18:22:44 +02:00
Pierre Labastie
1fe05eb92d A round of removal of eol trailing spaces 2022-09-11 17:32:13 +02:00
Douglas R. Reno
19f84a6092 Update to gnome-bluetooth-42.3 and tag the rest of GNOME Desktop. 2022-08-25 20:03:11 -05:00
Douglas R. Reno
756f228033 Fix building Samba with glibc-2.36 and xfsprogs-5.19.0, and tag it. 2022-08-25 17:30:40 -05:00
Douglas R. Reno
fe33e3f2bd Tag GNOME Libraries and relevant dependencies 2022-08-25 16:50:31 -05:00
Douglas R. Reno
b1c0fa79df Update to WebKitGTK+-2.36.7 and other tags. 2022-08-25 11:25:40 -05:00
Bruce Dubbs
c9e1750514 Update to ibus-1.5.27 and some tags 2022-08-24 23:16:34 -05:00
Douglas R. Reno
cce66dc465 Tag WebKitGTK+ dependencies prior to working on the update 2022-08-24 18:52:52 -05:00
Douglas R. Reno
fa4d97aca5 Tags 2022-08-24 18:15:34 -05:00
Douglas R. Reno
2cc15a2bb3 Package updates, URL fix, and tags
Update to SDL2-2.24.0
Update to cups-filters-1.28.16
Fix the libxml2 python2 module's download URL (was 2.9, change to 2.10).
2022-08-24 13:13:13 -05:00
Thomas Trepl (Moody)
b5d7180d02 Tags for 11.2 2022-08-24 18:36:22 +02:00
Douglas R. Reno
09422244a6 Tags for gtk3 and friends 2022-08-23 12:24:03 -05:00
Douglas R. Reno
ce1dd9df4e Several tags 2022-08-22 15:41:07 -05:00
Douglas R. Reno
6729290d3d Package Updates:
Update to grilo-0.3.15
Update to cifs-utils-7.0
Update to mutter-42.4
Update to gnome-shell-42.4
2022-08-18 14:10:16 -05:00
Douglas R. Reno
24f4ee9163 Package Updates:
Update to gjs-1.72.2
Update to gnome-desktop-42.4
Update to geocode-glib-3.26.4
Update to tracker3-3.3.3
Update to cups-pk-helper-0.2.7
2022-08-18 13:38:34 -05:00