Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 661714 - app-office/libreoffice-9999 - add --enable-build-opensymbol option to build opens___.ttf from source
Summary: app-office/libreoffice-9999 - add --enable-build-opensymbol option to build o...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2018-07-21 05:52 UTC by jospezial
Modified: 2018-08-29 13:11 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jospezial 2018-07-21 05:52:01 UTC
https://cgit.freedesktop.org/libreoffice/core/commit/?id=f54478ccfa8f4d2dc0289eec37a3191c922ce627

"add --enable-build-opensymbol option to build opens___.ttf from source"


ebuild changes:

--- /usr/portage/app-office/libreoffice/libreoffice-9999.ebuild 2018-07-15 05:18:59.684100519 +0200
+++ /usr/local/portage/app-office/libreoffice/libreoffice-9999.ebuild   2018-07-21 06:35:38.693932767 +0200
@@ -122,6 +122,7 @@
        >=dev-libs/xmlsec-1.2.24[nss]
        media-gfx/graphite2
        media-libs/fontconfig
+       media-gfx/fontforge
        media-libs/freetype:2
        >=media-libs/harfbuzz-0.9.42:=[graphite,icu]
        media-libs/lcms:2
@@ -421,6 +422,7 @@
                --with-helppack-integration
                --with-system-gpgmepp
                --without-system-sane
+               --enable-build-opensymbol
                $(use_enable bluetooth sdremote-bluetooth)
                $(use_enable coinmp)
                $(use_enable cups)
Comment 1 Larry the Git Cow gentoo-dev 2018-08-29 13:11:31 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c9e82804cb2d913f28274f1979b035f95839a7

commit 37c9e82804cb2d913f28274f1979b035f95839a7
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2018-08-29 11:45:42 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-08-29 13:11:15 +0000

    app-office/libreoffice: Add missing DEPEND and build switch
    
    Thanks-to: jospezial <jospezial@gmx.de>
    Closes: https://bugs.gentoo.org/661714
    Package-Manager: Portage-2.3.48, Repoman-2.3.10

 app-office/libreoffice/libreoffice-9999.ebuild | 2 ++
 1 file changed, 2 insertions(+)