From 4bdbda7475a375679eeae7074a401f6b4d1e0f95 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Wed, 1 Feb 2017 03:28:53 +0100 Subject: app-office/libreoffice: Fix libreoffice-draw.desktop if ! use pdfimport Gentoo-bug: 605464 Package-Manager: portage-2.3.3 --- app-office/libreoffice/libreoffice-9999.ebuild | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'app-office/libreoffice/libreoffice-9999.ebuild') diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index af0a7dc0e77e..cc07983c87f7 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -356,6 +356,14 @@ src_prepare() { # hack... mv -v "${WORKDIR}/branding-intro.png" "${S}/icon-themes/galaxy/brand/intro.png" || die fi + + # Don't list pdfimport support in desktop when built with none, bug # 605464 + if ! use pdfimport; then + sed -i \ + -e ":MimeType: s:application/pdf;::" \ + -e ":Keywords: s:pdf;::" \ + sysui/desktop/menus/draw.desktop || die + fi } src_configure() { -- cgit v1.2.3-65-gdbad