Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/desc/
Date: Tue, 01 Jan 2019 19:40:42
Message-Id: 1546371609.00961948415b45f2cef8c64e550648c3ea5c88a8.asturm@gentoo
1 commit: 00961948415b45f2cef8c64e550648c3ea5c88a8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 1 17:15:01 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 1 19:40:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00961948
7
8 profiles: Add back stage to CALLIGRA_FEATURES, default disabled
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 profiles/base/make.defaults | 6 +++---
13 profiles/desc/calligra_features.desc | 3 ++-
14 2 files changed, 5 insertions(+), 4 deletions(-)
15
16 diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
17 index b957a95fa4f..b05b09643f7 100644
18 --- a/profiles/base/make.defaults
19 +++ b/profiles/base/make.defaults
20 @@ -64,11 +64,11 @@ GRUB_PLATFORMS=""
21 # By default enable all extensions with no dependencies
22 LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer"
23
24 -# Tomáš Chvátal <scarabeus@g.o> (15 May 2011)
25 # Andreas K. Hüttel <dilfridge@g.o> (19 Aug 2011, 25 Mar 2012)
26 # Johannes Huber <johu@g.o> (15 Apr 2018)
27 -# By default build all calligra features.
28 -CALLIGRA_FEATURES="karbon plan sheets stage words"
29 +# Andreas Sturmlechner <asturm@g.o> (01 Jan 2019)
30 +# By default build all calligra features (except unmaintained: stage).
31 +CALLIGRA_FEATURES="karbon plan sheets words"
32
33 # Andreas K. Huettel <dilfridge@g.o> (28 Sep 2010)
34 # Small default list of enabled plugins for collectd
35
36 diff --git a/profiles/desc/calligra_features.desc b/profiles/desc/calligra_features.desc
37 index 5f6dc2261db..2915e518a3b 100644
38 --- a/profiles/desc/calligra_features.desc
39 +++ b/profiles/desc/calligra_features.desc
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2017 Gentoo Foundation.
42 +# Copyright 1999-2019 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 # This file contains descriptions of CALLIGRA_FEATURES USE_EXPAND flags.
46 @@ -7,4 +7,5 @@
47 karbon - CALLIGRA_FEATURES option to build vector image editor
48 plan - CALLIGRA_FEATURES option to build project planning component
49 sheets - CALLIGRA_FEATURES option to build spreadsheet processor
50 +stage - CALLIGRA_FEATURES option to build presentation processor
51 words - CALLIGRA_FEATURES option to build word processor