Skip to content

Commit 23dd0cb

Browse files
committed
harfbuzz-icu: new package at 2.6.4
1 parent 432de51 commit 23dd0cb

File tree

5 files changed

+22
-0
lines changed

5 files changed

+22
-0
lines changed

community/harfbuzz-icu/build

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

community/harfbuzz-icu/checksums

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9413b8d96132d699687ef914ebb8c50440efc87b3f775d25856d7ec347c03c12 harfbuzz-2.6.4.tar.xz

community/harfbuzz-icu/depends

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
freetype-harfbuzz
2+
icu

community/harfbuzz-icu/sources

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-2.6.4.tar.xz

community/harfbuzz-icu/version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.6.4 1

0 commit comments

Comments
 (0)