Skip to content

Commit

Permalink
gnome-base/gnome-shell: add explicit Cantarell font dep
Browse files Browse the repository at this point in the history
gnome-shell uses Cantarell as its global font-family CSS
setting, so pull it in explicitly. This is also the main
font used by GNOME overall for its design looks, etc, and
we removed the explicit dep from lower of the stack. Thus
it's important to have it somewhere like gnome-shell for
that reason as well.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <[email protected]>
  • Loading branch information
leio committed Mar 3, 2019
1 parent a325c35 commit a97a41f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ COMMON_DEPEND="
# 7. mobile-broadband-provider-info, timezone-data for shell-mobile-providers.c # TODO: Review
# 8. IBus is needed for nls integration
# 9. Optional telepathy chat integration
# 10. TODO: semi-optional webkit-gtk[introspection] for captive portal helper
# 10. 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)
# 11. TODO: semi-optional webkit-gtk[introspection] for captive portal helper
RDEPEND="${COMMON_DEPEND}
>=sys-apps/accountsservice-0.6.14[introspection]
app-accessibility/at-spi2-core:2[introspection]
Expand All @@ -98,6 +99,7 @@ RDEPEND="${COMMON_DEPEND}
telepathy? (
>=net-im/telepathy-logger-0.2.4[introspection]
>=net-libs/telepathy-glib-0.19[introspection] )
media-fonts/cantarell
"
# avoid circular dependency, see bug #546134
PDEPEND="
Expand Down

0 comments on commit a97a41f

Please sign in to comment.