diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-03-03 13:13:52 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-03-03 13:14:15 +0200 |
commit | a97a41f77a0458f78ee5586151fd2508a5baba80 (patch) | |
tree | d7efc2e64b8df2d976b7f65935eab52fab956927 /gnome-base/gnome-shell | |
parent | net-libs/rabbitmq-c: mark ~s390 (diff) | |
download | gentoo-a97a41f77a0458f78ee5586151fd2508a5baba80.tar.gz gentoo-a97a41f77a0458f78ee5586151fd2508a5baba80.tar.bz2 gentoo-a97a41f77a0458f78ee5586151fd2508a5baba80.zip |
gnome-base/gnome-shell: add explicit Cantarell font dep
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 <leio@gentoo.org>
Diffstat (limited to 'gnome-base/gnome-shell')
-rw-r--r-- | gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild b/gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild index e6f23bcb1741..a6c40a3bf613 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild @@ -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] @@ -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=" |