commit:     911b076851c1b0afab42b203d709985b88cb7e00
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 29 12:29:21 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Aug 29 12:29:21 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=911b0768

gnome-base/gnome-shell: Pull adwaita-fonts instead of cantarell

Since Gnome 48, default schemas default to the newer adwaita fonts, replacing
the deprecated Cantarell ones. In Gentoo, historically, those fonts are pulled
in by gnome-shell (for non gnome metas users).

Thanks-to: zyxhere
Thanks-to: Chris Mayo
Closes: https://bugs.gentoo.org/961767
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 gnome-base/gnome-shell/gnome-shell-48.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-base/gnome-shell/gnome-shell-48.4.ebuild 
b/gnome-base/gnome-shell/gnome-shell-48.4.ebuild
index fc3197ef5a25..9b2258c9e891 100644
--- a/gnome-base/gnome-shell/gnome-shell-48.4.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-48.4.ebuild
@@ -79,7 +79,7 @@ DEPEND="
 # 5. adwaita-icon-theme needed for various icons & arrows (3.26 for new 
video-joined-displays-symbolic and co icons; review for 3.28+)
 # 6. mobile-broadband-provider-info, timezone-data for 
shell-mobile-providers.c  # TODO: Review
 # 7. IBus is needed for nls integration
-# 8. Cantarell font used in gnome-shell global CSS (if removing this for some 
reason, make sure it's pulled in somehow for non-meta users still too)
+# 8. Adwaita font used in gnome-shell global CSS (if removing this for some 
reason, make sure it's pulled in somehow for non-meta users still too)
 # 9. xdg-desktop-portal-gtk for various integration, e.g. #764632
 # 10. TODO: semi-optional webkit-gtk[introspection] for captive portal helper
 RDEPEND="${DEPEND}
@@ -105,7 +105,7 @@ RDEPEND="${DEPEND}
                sys-libs/timezone-data
        )
        ibus? ( >=app-i18n/ibus-1.5.26[gtk3,gtk4,introspection] )
-       media-fonts/cantarell
+       media-fonts/adwaita-fonts
 
        sys-apps/xdg-desktop-portal-gnome
 "

Reply via email to