Skip to content

Commit

Permalink
harfbuzz: Enable graphite and libicu
Browse files Browse the repository at this point in the history
Split the icu part into a harfbuzz-icu subpackage, so not everyone
using harfbuzz needs to pull in icu.
  • Loading branch information
fornwall committed Mar 1, 2017
1 parent 484bef4 commit dbe34b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/harfbuzz/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TERMUX_PKG_HOMEPAGE=https://www.freedesktop.org/wiki/Software/HarfBuzz/
TERMUX_PKG_DESCRIPTION="OpenType text shaping engine"
TERMUX_PKG_VERSION=1.4.1
TERMUX_PKG_VERSION=1.4.3
TERMUX_PKG_SRCURL=https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=85a27fab639a1d651737dcb6b69e4101e3fd09522fdfdcb793df810b5cb315bd
TERMUX_PKG_DEPENDS="freetype,glib,libbz2,libpng"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-icu=no --disable-gtk-doc-html"
TERMUX_PKG_SHA256=838c17400a88a3a451eb401573ef94cdd50919730d98255547c459fef1d85321
TERMUX_PKG_DEPENDS="freetype,glib,libbz2,libpng,libicu,libgraphite"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-icu=yes --with-graphite2=yes --disable-gtk-doc-html"
3 changes: 3 additions & 0 deletions packages/harfbuzz/harfbuzz-icu.subpackage.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TERMUX_SUBPKG_INCLUDE="lib/libharfbuzz-icu*"
TERMUX_SUBPKG_DESCRIPTION="OpenType text shaping engine ICU backend"
TERMUX_SUBPKG_DEPENDS="harfbuzz"

0 comments on commit dbe34b2

Please sign in to comment.