commit: 00961948415b45f2cef8c64e550648c3ea5c88a8 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Jan 1 17:15:01 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Jan 1 19:40:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00961948
profiles: Add back stage to CALLIGRA_FEATURES, default disabled Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/base/make.defaults | 6 +++--- profiles/desc/calligra_features.desc | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index b957a95fa4f..b05b09643f7 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -64,11 +64,11 @@ GRUB_PLATFORMS="" # By default enable all extensions with no dependencies LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" -# Tomáš Chvátal <[email protected]> (15 May 2011) # Andreas K. Hüttel <[email protected]> (19 Aug 2011, 25 Mar 2012) # Johannes Huber <[email protected]> (15 Apr 2018) -# By default build all calligra features. -CALLIGRA_FEATURES="karbon plan sheets stage words" +# Andreas Sturmlechner <[email protected]> (01 Jan 2019) +# By default build all calligra features (except unmaintained: stage). +CALLIGRA_FEATURES="karbon plan sheets words" # Andreas K. Huettel <[email protected]> (28 Sep 2010) # Small default list of enabled plugins for collectd diff --git a/profiles/desc/calligra_features.desc b/profiles/desc/calligra_features.desc index 5f6dc2261db..2915e518a3b 100644 --- a/profiles/desc/calligra_features.desc +++ b/profiles/desc/calligra_features.desc @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation. +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of CALLIGRA_FEATURES USE_EXPAND flags. @@ -7,4 +7,5 @@ karbon - CALLIGRA_FEATURES option to build vector image editor plan - CALLIGRA_FEATURES option to build project planning component sheets - CALLIGRA_FEATURES option to build spreadsheet processor +stage - CALLIGRA_FEATURES option to build presentation processor words - CALLIGRA_FEATURES option to build word processor
