Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/
Date: Sun, 27 May 2018 07:16:10
Message-Id: 1527405330.8e61420731d69663139372c89c16733d6ab5ae78.asturm@gentoo
1 commit: 8e61420731d69663139372c89c16733d6ab5ae78
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 27 07:15:30 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 07:15:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e614207
7
8 app-office/libreoffice: Fix new intro.png location
9
10 Reported-by: jospezial <jospezial <AT> gmx.de>
11 Closes: https://bugs.gentoo.org/656120
12 Package-Manager: Portage-2.3.40, Repoman-2.3.9
13
14 app-office/libreoffice/libreoffice-9999.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild
18 index 45222450d1f..558cf0dce7d 100644
19 --- a/app-office/libreoffice/libreoffice-9999.ebuild
20 +++ b/app-office/libreoffice/libreoffice-9999.ebuild
21 @@ -340,7 +340,7 @@ src_prepare() {
22
23 if use branding; then
24 # hack...
25 - mv -v "${WORKDIR}/branding-intro.png" "icon-themes/galaxy/brand/intro.png" || die
26 + mv -v "${WORKDIR}/branding-intro.png" "icon-themes/colibre/brand/intro.png" || die
27 fi
28
29 # Don't list pdfimport support in desktop when built with none, bug # 605464