Xi Ruoyao
d37d7c527c
mutter: Demote Sysprof to optional
...
Well, "Recommended" should mean "if you don't know what it is, then you
need it". But a profiler is just a contrary.
2023-06-10 19:18:15 +08:00
Xi Ruoyao
460609c826
mutter: Reword test instruction
...
- Clutter tests do not work well with buildtype=release, so disable them
- Use gtk4-demo instead of gtk3-demo as mutter is now a GTK4 application
- Also remove "GTK3 needs to be built with Wayland" (GTK4 always
requires wayland)
- Document a known failure
- Add libmutter-test-12 (optional) into short description
2023-06-10 19:18:15 +08:00
Pierre Labastie
ddafabdef9
SysV: Fix gnome-session so that it uses libelogind
...
The only thing to do is to set the systemd unit directory to
/tmp. When this is done, all the dependencies on systemd are
"required: false". So only what is found is used. libelogind
is found because libsystemd.pc is a symlink to libelogind.pc
2023-06-10 12:24:18 +02:00
Pierre Labastie
2dbcc85538
Fix building gnome-session on SysV
2023-06-10 10:25:40 +02:00
Douglas R. Reno
469a6bb2bd
Update to evolution-data-server-3.48.3
2023-06-09 12:14:48 -05:00
Douglas R. Reno
858ab8a70b
Update to gnome-user-docs-44.1
2023-06-09 11:35:04 -05:00
Douglas R. Reno
9041afbe91
Update to gnome-session-44.0
2023-06-09 11:29:49 -05:00
Douglas R. Reno
d570abad53
Update to gnome-shell-extensions-44.0
2023-06-09 11:23:59 -05:00
Douglas R. Reno
036b5311d9
Update to gnome-shell-44.2
2023-06-09 11:20:57 -05:00
Douglas R. Reno
463b544ef5
Update to mutter-44.2
2023-06-09 11:15:15 -05:00
Douglas R. Reno
a0baa1df8b
Update to gnome-control-center-44.2
2023-06-09 11:06:05 -05:00
Douglas R. Reno
fc72ade454
Update to gnome-settings-daemon-44.1
2023-06-09 10:55:31 -05:00
Douglas R. Reno
dda765e15b
Update to nautilus-44.2.1
2023-06-07 11:36:39 -05:00
Douglas R. Reno
6f6c17a078
Update to gvfs-1.50.4
2023-06-07 11:32:44 -05:00
Douglas R. Reno
f8ee2dd99f
Update to gnome-backgrounds-44.0
2023-06-07 11:17:19 -05:00
Bruce Dubbs
e9bc1b6682
Fix vte stats
2023-06-07 09:53:32 -05:00
Bruce Dubbs
6850e35d6d
Update to vte-0.70.2.
2023-06-06 20:40:06 -05:00
Pierre Labastie
012fe49328
evolution-data-server: remove spurious dotdot
...
Reported by "r1c0n3r0" on #lfs-support
2023-06-02 21:17:39 +02:00
Xi Ruoyao
7623a70139
tracker3: Always install the doc into expected location, ...
...
and use a more clever way for testing.
2023-06-02 19:08:19 +08:00
Pierre Labastie
7bfd30d73c
evolution-data-server: use ninja also for sysv
2023-06-02 10:07:11 +02:00
Douglas R. Reno
3a0324cbd9
Fix the preceding commit for tracker-miners
2023-06-01 14:25:20 -05:00
Douglas R. Reno
f950c9297b
Update to tracker-miners-3.5.2
2023-06-01 14:21:06 -05:00
Douglas R. Reno
bed8a11c86
Update to tracker-3.5.3
2023-06-01 14:19:43 -05:00
Douglas R. Reno
74e0749708
Update to evolution-data-server-3.48.2
2023-06-01 14:14:28 -05:00
Douglas R. Reno
bbdb4bb6cd
Update to libpeas-1.36.0
2023-06-01 14:10:58 -05:00
Pierre Labastie
31120d7c05
Update to gexiv2-0.14.1
...
gexiv2 FTBFS against exiv2-0.28 (reported by r1c0n3r0 on #lfs-support).
There is an upstream fix, but it does not apply to 0.14.0. So
update to 0.14.1 and add the patch.
2023-05-27 10:15:18 +02:00
Douglas R. Reno
6716afc890
Update to grilo-0.3.16
2023-05-24 21:21:11 -05:00
Douglas R. Reno
52e948943e
Update to gnome-online-accounts-3.48.0
2023-05-24 21:18:22 -05:00
Douglas R. Reno
491fc674c4
Update to gnome-desktop-44.0
2023-05-24 21:12:55 -05:00
Douglas R. Reno
35128ba982
Update to gnome-autoar-0.4.4
2023-05-24 21:09:23 -05:00
Pierre Labastie
4d96d76fb5
Fix building nautilus with GCC-13
...
Apply an upstream fix that also prevents crashes in some cases.
2023-05-13 21:43:02 +02:00
Xi Ruoyao
b8ba9f9097
libsecret: Remove outdated mv command
...
Now the docdir is fixed before installation.
2023-05-06 23:43:41 +08:00
Douglas R. Reno
9af2c82629
Update to gsettings-desktop-schemas-44.0
2023-04-23 16:06:33 -05:00
Douglas R. Reno
c8042d243d
Update to vte-0.72.1
2023-04-23 16:05:31 -05:00
Douglas R. Reno
dad7b8834f
Update to gjs-1.76.0
2023-04-19 19:27:44 -05:00
Xi Ruoyao
00bb36f7bb
gnome-session: Systemd is runtime dependency, but elogind is build-time
...
It needs libsystemd (note that we don't use -Dsystemd=false for sysv).
And it invokes logind APIs like sd_login_monitor_new etc.
2023-03-24 16:02:53 +08:00
Xi Ruoyao
ab1e97d118
gnome-shell: Make elogind and systemd dependencies runtime
...
On systemd, it uses libsystemd but it's already installed in LFS. On
sysv, we use -Dsystemd=false so libsystemd (a.k.a libelogind) not
needed.
But it invokes logind API via D-bus call (in js/ui/endSessionDialog.js),
so logind is a runtime dependency.
2023-03-24 15:57:00 +08:00
Xi Ruoyao
2cb8524231
gvfs: Make systemd dependency runtime
2023-03-24 15:53:15 +08:00
Xi Ruoyao
bf28f8fc71
gnome-bluetooth: Drop systemd and elogind dependencies
2023-03-24 15:50:22 +08:00
Xi Ruoyao
c2172dd48d
gnome-settings-daemon: Drop systemd and elogind dependencies
...
I cannot see how g-s-d needs systemd or elogind. The only reference to
systemd from g-s-d is through gnome-desktop (using
sd_pid_get_user_unit), which should be satisified by LFS systemd, and
useless with sysv.
2023-03-24 15:48:28 +08:00
Pierre Labastie
91318eb9aa
Add "setup" to meson commands
...
I've not been very consistent on typography, but it is a start
2023-03-13 17:48:55 +01:00
Bruce Dubbs
ab7282ff27
Update to gcr4-4.1.0.
2023-03-07 14:12:52 -06:00
Douglas R. Reno
f5742d5c87
Update to gjs-1.74.2
2023-03-02 11:54:01 -06:00
Pierre Labastie
863248381f
Tweak /usr/share/{x,wayland-}sessions files
...
Don't create a "deprecated directory, just remove spurious files
also fix starting gnome-wayland from lightdm
2023-02-26 22:02:44 +01:00
Bruce Dubbs
f75264a452
Typo
2023-02-23 20:13:01 -06:00
Bruce Dubbs
074c49bd1a
Tweak gnome-session .desktop files.
2023-02-23 20:09:51 -06:00
Pierre Labastie
6d61390b11
Typo
...
Spotted by "rhubarbpieguy"
2023-02-23 23:29:41 +01:00
Bruce Dubbs
12fe806968
Remove unneeded .desktop files.
...
Several packages add unneeded .desktop files in /usr/share/xsessions/.
These then show up in display managers and can confuse users.
This change moves them out of the way.
Also document that lxdm does not support wayland based desktop sessions.
2023-02-22 19:21:48 -06:00
Pierre Labastie
a875313584
Move instructions to start GNOME from a terminal
...
Those instructions are on the GDM page. They fit better on the
gnome-session page.
2023-02-22 21:51:43 +01:00
Douglas R. Reno
b3d57664cd
Tag GNOME Platform
2023-02-22 10:26:28 -06:00