Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-extra-apps/
Date: Sun, 06 Mar 2016 13:39:34
Message-Id: 1457271519.4259ca5fca9adbf3fb44c22eed90a54d16983ba9.pacho@gentoo
1 commit: 4259ca5fca9adbf3fb44c22eed90a54d16983ba9
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 6 13:38:39 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 6 13:38:39 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4259ca5f
7
8 gnome-base/gnome-extra-apps: Cantarell upstream is relying in extra fonts (https://bugzilla.gnome.org/show_bug.cgi?id=762890). Pull them from here to let people willing to have missing fonts to avoid them simply using gnome-base/gnome[-extras] but include them for the others as, currently, people will simply see missing characters and no information about how to solve that.
9
10 Package-Manager: portage-2.2.27
11
12 .../gnome-extra-apps-3.18.0-r2.ebuild | 86 ++++++++++++++++++++++
13 1 file changed, 86 insertions(+)
14
15 diff --git a/gnome-base/gnome-extra-apps/gnome-extra-apps-3.18.0-r2.ebuild b/gnome-base/gnome-extra-apps/gnome-extra-apps-3.18.0-r2.ebuild
16 new file mode 100644
17 index 0000000..bf91585
18 --- /dev/null
19 +++ b/gnome-base/gnome-extra-apps/gnome-extra-apps-3.18.0-r2.ebuild
20 @@ -0,0 +1,86 @@
21 +# Copyright 1999-2015 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI="5"
26 +
27 +DESCRIPTION="Sub-meta package for the applications of GNOME 3"
28 +HOMEPAGE="https://www.gnome.org/"
29 +LICENSE="metapackage"
30 +SLOT="3.0"
31 +IUSE="+games +share +shotwell +tracker"
32 +
33 +# when unmasking for an arch
34 +# double check none of the deps are still masked !
35 +KEYWORDS="~amd64 ~x86"
36 +
37 +# Note to developers:
38 +# This is a wrapper for the extra apps integrated with GNOME 3
39 +# New package
40 +#
41 +# cantarell upstream relies on noto, unifont and symbola fonts for
42 +# the fonts they cannot handle due to lack of enough manpower:
43 +# https://bugzilla.gnome.org/show_bug.cgi?id=762890
44 +RDEPEND="
45 + >=gnome-base/gnome-core-libs-${PV}
46 +
47 + >=app-admin/gnome-system-log-3.9.90
48 + >=app-arch/file-roller-3.16.4
49 + >=app-dicts/gnome-dictionary-${PV}
50 + >=gnome-base/dconf-editor-${PV}
51 + >=gnome-extra/gconf-editor-3
52 + >=gnome-extra/gnome-calculator-${PV}
53 + >=gnome-extra/gnome-calendar-${PV}
54 + >=gnome-extra/gnome-characters-${PV}
55 + >=gnome-extra/gnome-power-manager-${PV}
56 + >=gnome-extra/gnome-search-tool-3.6
57 + >=gnome-extra/gnome-system-monitor-${PV}
58 + >=gnome-extra/gnome-tweak-tool-${PV}
59 + >=gnome-extra/gnome-weather-${PV}
60 + >=gnome-extra/gucharmap-${PV}:2.90
61 + >=gnome-extra/nautilus-sendto-3.8.2
62 + >=gnome-extra/sushi-${PV}
63 + >=mail-client/evolution-${PV}
64 + >=media-gfx/gnome-font-viewer-3.16.2
65 + >=media-gfx/gnome-screenshot-${PV}
66 + >=media-sound/sound-juicer-${PV}
67 + >=media-video/cheese-${PV}
68 + >=net-analyzer/gnome-nettool-3.8
69 + >=net-misc/vinagre-${PV}
70 + >=net-misc/vino-${PV}
71 + >=sys-apps/baobab-${PV}
72 + >=sys-apps/gnome-disk-utility-${PV}
73 + >=www-client/epiphany-${PV}
74 +
75 + >=media-fonts/noto-20160305
76 + >=media-fonts/symbola-8.00
77 + >=media-fonts/unifont-8.0.01
78 +
79 + games? (
80 + >=games-arcade/gnome-nibbles-${PV}
81 + >=games-arcade/gnome-robots-${PV}
82 + >=games-board/four-in-a-row-${PV}
83 + >=games-board/gnome-chess-${PV}
84 + >=games-board/gnome-mahjongg-${PV}
85 + >=games-board/gnome-mines-${PV}
86 + >=games-board/iagno-${PV}
87 + >=games-board/tali-${PV}
88 + >=games-puzzle/five-or-more-${PV}
89 + >=games-puzzle/gnome-klotski-${PV}
90 + >=games-puzzle/gnome-sudoku-${PV}
91 + >=games-puzzle/gnome-taquin-${PV}
92 + >=games-puzzle/gnome-tetravex-${PV}
93 + >=games-puzzle/hitori-3.16.2
94 + >=games-puzzle/lightsoff-${PV}
95 + >=games-puzzle/quadrapassel-${PV}
96 + >=games-puzzle/swell-foop-${PV} )
97 + share? ( >=gnome-extra/gnome-user-share-${PV} )
98 + shotwell? ( >=media-gfx/shotwell-0.22 )
99 + tracker? (
100 + >=app-misc/tracker-1.6
101 + >=gnome-extra/gnome-documents-${PV}
102 + >=media-gfx/gnome-photos-${PV}
103 + >=media-sound/gnome-music-${PV} )
104 +"
105 +DEPEND=""
106 +S=${WORKDIR}