Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/
Date: Tue, 05 Jul 2016 22:46:26
Message-Id: 1467758755.5542859cc01ca3d9dfb0c0c7a68024ed1b6df971.dilfridge@gentoo
1 commit: 5542859cc01ca3d9dfb0c0c7a68024ed1b6df971
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 5 22:44:15 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 5 22:45:55 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5542859c
7
8 app-office/libreoffice: Optionally enable quickstarter in 5.1.4.2 already
9
10 Package-Manager: portage-2.3.0
11
12 app-office/libreoffice/libreoffice-5.1.4.2.ebuild | 6 ++----
13 1 file changed, 2 insertions(+), 4 deletions(-)
14
15 diff --git a/app-office/libreoffice/libreoffice-5.1.4.2.ebuild b/app-office/libreoffice/libreoffice-5.1.4.2.ebuild
16 index ca9fc14..52653526 100644
17 --- a/app-office/libreoffice/libreoffice-5.1.4.2.ebuild
18 +++ b/app-office/libreoffice/libreoffice-5.1.4.2.ebuild
19 @@ -79,7 +79,7 @@ unset ADDONS_SRC
20 LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher"
21
22 IUSE="bluetooth +branding coinmp collada +cups dbus debug eds firebird gltf gnome google
23 -gstreamer +gtk gtk3 jemalloc kde libressl mysql odk postgres telepathy test vlc
24 +gstreamer +gtk gtk3 jemalloc kde libressl mysql odk postgres quickstarter telepathy test vlc
25 $(printf 'libreoffice_extensions_%s ' ${LO_EXTS})"
26
27 LICENSE="|| ( LGPL-3 MPL-1.1 )"
28 @@ -414,8 +414,6 @@ src_configure() {
29 # --enable-*-link: link to the library rather than just dlopen on runtime
30 # --enable-release-build: build the libreoffice as release
31 # --disable-fetch-external: prevent dowloading during compile phase
32 - # --disable-systray: quickstarter does not actually work at all so do not
33 - # promote it
34 # --enable-extension-integration: enable any extension integration support
35 # --without-{fonts,myspell-dicts,ppsd}: prevent install of sys pkgs
36 # --disable-report-builder: too much java packages pulled in without pkgs
37 @@ -443,7 +441,6 @@ src_configure() {
38 --disable-gstreamer-0-10 \
39 --disable-report-builder \
40 --disable-online-update \
41 - --disable-systray \
42 --with-alloc=$(use jemalloc && echo "jemalloc" || echo "system") \
43 --with-build-version="Gentoo official package" \
44 --enable-extension-integration \
45 @@ -479,6 +476,7 @@ src_configure() {
46 $(use_enable mysql ext-mariadb-connector) \
47 $(use_enable odk) \
48 $(use_enable postgres postgresql-sdbc) \
49 + $(use_enable quickstarter systray) \
50 $(use_enable telepathy) \
51 $(use_enable vlc) \
52 $(use_with coinmp system-coinmp) \