File tree Expand file tree Collapse file tree 5 files changed +22
-0
lines changed Expand file tree Collapse file tree 5 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ #! /bin/sh -e
2
+
3
+ # Will store the built package's files to
4
+ # allow us to cherry-pick the ICU related files.
5
+ mkdir -p tmp
6
+
7
+ ./configure \
8
+ --prefix=/usr \
9
+ --with-glib=yes \
10
+ --with-icu=yes
11
+
12
+ make
13
+ make DESTDIR=" $PWD /tmp" install
14
+
15
+ install -Dt " $1 /usr/lib" tmp/usr/lib/libharfbuzz-icu*
16
+ install -Dt " $1 /usr/lib/pkgconfig" tmp/usr/lib/pkgconfig/harfbuzz-icu.pc
17
+ install -Dt " $1 /usr/include/harfbuzz" tmp/usr/include/harfbuzz/hb-icu.h
Original file line number Diff line number Diff line change
1
+ 9413b8d96132d699687ef914ebb8c50440efc87b3f775d25856d7ec347c03c12 harfbuzz-2.6.4.tar.xz
Original file line number Diff line number Diff line change
1
+ freetype-harfbuzz
2
+ icu
Original file line number Diff line number Diff line change
1
+ https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-2.6.4.tar.xz
Original file line number Diff line number Diff line change
1
+ 2.6.4 1
You can’t perform that action at this time.
0 commit comments