-
Notifications
You must be signed in to change notification settings - Fork 0
[RFT] Update LibreOffice from 5.0.2.2 to 5.3.0.3 #379
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Create the bee file with the command below, and convert it to a versionless bee file. ``` $ bee init https://github.com/silnrsi/graphite/releases/download/1.3.9/graphite2-1.3.9.tgz creating graphite2-1.3.9-0.bee from template '/etc/default/bee/templates/fallback' ```
LibreOffice 5.3 needs Harfbuzz built with Graphite support. ``` […] checking whether system Harfbuzz is built with Graphite support... checking for hb_graphite2_face_get_gr_face... no configure: error: Harfbuzz needs to be built with Graphite support. […] ```
As GLib is installed, also build the GObject wrapper [1]. > --with-gobject: This switch enables building of the HarfBuzz GObject > wrapper. Remove it if you did not install GLib. [1] http://www.linuxfromscratch.org/blfs/view/svn/general/harfbuzz.html
From the [GitHub release page][1]: > Overview of changes leading to 1.4.6 Sunday, April 23, 2017 > > * Graphite2: Fix RTL positioning issue. > * Backlist GDEF of more versions of Padauk and Tahoma. > * New, experimental, cmake alternative build system. [1]: https://github.com/behdad/harfbuzz/releases
Bee uses CMake over GNU Autotools. As GNU Autotools are already used, continue to do so.
[News entry][1]: > FreeType 2.7.1 > 2016-12-30 > > FreeType 2.7.1 has been released. The most important news is > preliminary support of Adobe's new CFF2 font format and variation > fonts as specified in the new OpenType specification version 1.8. It > also fixes the handling of raw CID fonts (which might be found in PDF > files) > > See [here][2] for a list of changes. [1]: https://www.freetype.org/index.html#news [2]: https://sourceforge.net/projects/freetype/files/freetype2/2.7.1/
``` [BEE] <= leaving mee_configure() .. [BEE] => entering mee_build() .. [BEE] make -j62 No. You make ME a sandwich. Makefile:58: recipe for target 'check-if-root' failed make: *** [check-if-root] Error 1 ```
@all, please test. |
tested on theinternet |
Sign in
to join this conversation on GitHub.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.