Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-shell/
Date: Sun, 03 Mar 2019 11:14:43
Message-Id: 1551611655.a97a41f77a0458f78ee5586151fd2508a5baba80.leio@gentoo
1 commit: a97a41f77a0458f78ee5586151fd2508a5baba80
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 3 11:13:52 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 3 11:14:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a97a41f7
7
8 gnome-base/gnome-shell: add explicit Cantarell font dep
9
10 gnome-shell uses Cantarell as its global font-family CSS
11 setting, so pull it in explicitly. This is also the main
12 font used by GNOME overall for its design looks, etc, and
13 we removed the explicit dep from lower of the stack. Thus
14 it's important to have it somewhere like gnome-shell for
15 that reason as well.
16
17 Package-Manager: Portage-2.3.52, Repoman-2.3.12
18 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
19
20 gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild | 4 +++-
21 1 file changed, 3 insertions(+), 1 deletion(-)
22
23 diff --git a/gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild b/gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild
24 index e6f23bcb174..a6c40a3bf61 100644
25 --- a/gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild
26 +++ b/gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild
27 @@ -74,7 +74,8 @@ COMMON_DEPEND="
28 # 7. mobile-broadband-provider-info, timezone-data for shell-mobile-providers.c # TODO: Review
29 # 8. IBus is needed for nls integration
30 # 9. Optional telepathy chat integration
31 -# 10. TODO: semi-optional webkit-gtk[introspection] for captive portal helper
32 +# 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)
33 +# 11. TODO: semi-optional webkit-gtk[introspection] for captive portal helper
34 RDEPEND="${COMMON_DEPEND}
35 >=sys-apps/accountsservice-0.6.14[introspection]
36 app-accessibility/at-spi2-core:2[introspection]
37 @@ -98,6 +99,7 @@ RDEPEND="${COMMON_DEPEND}
38 telepathy? (
39 >=net-im/telepathy-logger-0.2.4[introspection]
40 >=net-libs/telepathy-glib-0.19[introspection] )
41 + media-fonts/cantarell
42 "
43 # avoid circular dependency, see bug #546134
44 PDEPEND="