Commit Graph

1032 Commits

Author SHA1 Message Date
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
Douglas R. Reno
8641f32554 Package updates:
Update to epiphany-42.4
Update to evolution and evolution-data-server 3.44.4
Update to libadwaita-1.1.4
Update to glib-networking-2.72.2
2022-08-16 13:42:04 -05:00
Douglas R. Reno
bdc7cbc176 Relocate gnome-tweaks to Chapter 33.
It fits better here since it's used to modify settings.
2022-08-13 20:57:37 -05:00
Douglas R. Reno
b4cefdb6cb GDM: Add text on how to start GNOME from the command line.
This is useful for users who don't want a display manager, as well as
users who have the proprietary NVIDIA driver installed and want Wayland
support (since GDM won't show the session).

I placed this in the GDM page since GDM is still required for such a
session to work anyway (the .GIR files in particular), but I'm open to
moving it in the future if desired.
2022-08-13 10:26:06 -05:00
Xi Ruoyao
6686ce732e
gnome-shell: drop asciidoc dependency and related option
The release tarball contains generated man pages since gnome-shell-40 so
asciidoc is not a dependency unless you'll build gnome-shell from git
snapshot.  And, the option has been renamed to "extensions_tool" and we
don't have any strong reason to use it now.
2022-08-12 10:22:04 +08:00
Xi Ruoyao
208f204a9a
gvfs: drop unneeded dbus-glib dependency, and clarify that google needs libgdata 2022-08-11 12:02:01 +08:00
Xi Ruoyao
fcc4d96de3
move gnome-menus dependency from gnome-shell to extensions 2022-08-11 11:18:58 +08:00
Xi Ruoyao
98d1bf9c12
gnome-session: drop dbus-glib dependency
It's only needed if ConsoleKit support is requested, and ConsoleKit is
dead now.
2022-08-09 19:01:43 +08:00
Xi Ruoyao
6cea467fa9
gjs: document test failure with meson-0.63.0 2022-08-09 18:57:02 +08:00
Douglas R. Reno
6ddb21a4b5 Two updates and a tweak
Update to gcr-3.41.1
Update to blfs-systemd-units-20220720
lightdm: Adjust spacing to standard
2022-07-20 18:52:19 -05:00
Bruce Dubbs
29cefb8e7b Update to gnome-shell-42.3.1 and gnome-shell-extensions-42.3. 2022-07-15 20:06:49 -05:00
Bruce Dubbs
8b1522562c Update to mutter-42.3. 2022-07-15 19:38:38 -05:00
Bruce Dubbs
f07eaca5e7 upower is needed for gnome-bluetooth 2022-07-14 16:01:20 -05:00
Douglas R. Reno
d9ff8eba19 Package updates:
Update to gjs-1.72.1
Update to tracker3-3.3.2
Update to gnome-bluetooth-42.2
Update to epiphany-42.3
Update to libadwaita-1.1.3
Update to libhandy-1.6.3
Update to gnome-desktop-42.3
2022-07-13 21:43:31 -05:00
Bruce Dubbs
04ef4c40b6 Remove git dependency for libgdata 2022-07-08 10:11:48 -05:00
Bruce Dubbs
e5433a2f62 Update to gnome-control-center-42.3. 2022-07-02 16:37:35 -05:00
Bruce Dubbs
7d8cb6a017 Update to geocode-glib-3.26.3. 2022-07-02 16:32:11 -05:00
Pierre Labastie
9e92861d8b Update to evolution-data-server-3.44.3 2022-07-02 13:07:30 +02:00
Xi Ruoyao
8b9f54d228
totem-pl-parser: remove libsoup dependency
It has been dropped 4 years ago:
https://gitlab.gnome.org/GNOME/totem-pl-parser/-/commit/caaa375
2022-06-20 19:25:42 +08:00
Xi Ruoyao
4974cb5caa
tracker3-miners: demote ffmpeg to optional
ffmpeg won't be used if gst-plugins-base is installed.

The upstream installs gst-plugins-good and gst-libav for the CI, so keep
them as recommended but runtime. gst-plugins-bad and ugly are not
mentioned at all.
2022-06-12 17:38:52 +08:00
Douglas R. Reno
555c45225d Package Updates:
Update to pipewire-0.3.52
Update to gnome-bluetooth-42.1
Update to libreoffice-7.3.4.2
2022-06-10 18:44:48 -05:00
Douglas R. Reno
785c02f0f4 Package Updates:
Update to nettle-3.8
Update to gnome-desktop-42.2
2022-06-03 00:37:18 -05:00
Douglas R. Reno
4c695f6b76 Package Updates
Update to xscreensaver-6.04
Update to glib-2.72.2
Update to gnome-settings-daemon-42.2
Update to tracker/tracker-miners 3.3.1
2022-06-01 10:10:14 -05:00
Xi Ruoyao
1e6b5501f8
gnome-settings-daemon: Xvfb is needed for most tests 2022-06-01 16:28:06 +08:00
Xi Ruoyao
dae407549b
add libsoup3 as optional for tracker3 and gst10-plugins-good
Both packages handle libsoup2 and libsoup3 as follows: if one libsoup is
already loaded by the process, it will use the loaded one.  Otherwise,
try to load libsoup3 first, and if it's not found try libsoup2.

But they need the headers of one libsoup version at build time to
support loading this version at runtime, so we can't make the libsoups
runtime dependency.

For tracker 3, also demote libsoup2 to recommended.  It can be built with
libsoup3 only (and the building system will do it silently if libsoup3
is installed but libsoup2 not).  But I'm not sure if it will cause
runtime issues.
2022-06-01 16:19:57 +08:00
Bruce Dubbs
34cd8f17ee Update to mutter-42.2. 2022-05-30 13:39:51 -05:00
Bruce Dubbs
240af053e4 Update to gnome-shell and gnome-shell-extentions-42.2. 2022-05-30 13:34:25 -05:00
Bruce Dubbs
5846568d9c Update to gnome-control-center-42.2. 2022-05-28 17:28:48 -05:00
Bruce Dubbs
8d5d2ef206 Update to nautilus-42.2. 2022-05-28 17:23:13 -05:00
Bruce Dubbs
25e7166ca4 Update to evolution-data-server-3.44.2. 2022-05-28 17:18:01 -05:00
Bruce Dubbs
d89fb224cd Update to gvfs-1.50.2
This version allows us to move avahi back to optional.
2022-05-26 11:21:58 -05:00
Bruce Dubbs
b63e4fc9cf Update to gnome-keyring-42.1. 2022-05-23 12:03:13 -05:00
Bruce Dubbs
941e3b09ce Add libsoup-3.0.6.
libsoup3 should be OK now.  There have not been any issues discovered
as of the date of this commit.

gvfs is also changed to add back http.  Also avahi is now recommended.
avahi can be removed by adding -Ddnssd=false but that requires a patch.

  https://gitlab.gnome.org/GNOME/gvfs/-/issues/621

This has been fixed upstream.
2022-05-22 15:18:33 -05:00
Bruce Dubbs
6e490f46ed Typo in gnome-keyring url 2022-05-22 11:18:59 -05:00
Xi Ruoyao
e92c98e75d
gnome-keyring: switch to Git snapshot for 42.0
The maintainer did not pay enough attention using "make dist" to
generate the release tarball.  See:
https://gitlab.gnome.org/GNOME/gnome-keyring/-/issues/109

bdubbs has partially worked around the issue, but on systemd we still
get:

    make[2]: *** No rule to make target
    'daemon/gnome-keyring-daemon.socket', needed by 'all-am'.  Stop.

Instead of fetching this .socket file separately, it's easier to just
download a clean tarball and regenrate the configure script ourselves.
I'd prefer them to switch to meson and avoid this kind of problem
forever.
2022-05-22 18:06:18 +08:00
Bruce Dubbs
8f8e7c896d Fix gnome-keyring url 2022-05-21 22:10:01 -05:00
Bruce Dubbs
4e0c76b377 Update to gnome-keyring-42.0. 2022-05-21 20:46:55 -05:00
Pierre Labastie
a0ed916d8c update to mutter-42.1 2022-05-08 22:33:36 +02:00