diff options
Diffstat (limited to 'package/harfbuzz')
-rw-r--r-- | package/harfbuzz/Makefile | 4 | ||||
-rw-r--r-- | package/harfbuzz/patches/patch-configure_ac | 15 | ||||
-rw-r--r-- | package/harfbuzz/patches/patch-src_harfbuzz_pc_in | 16 |
3 files changed, 2 insertions, 33 deletions
diff --git a/package/harfbuzz/Makefile b/package/harfbuzz/Makefile index 3cf4d7683..774006b49 100644 --- a/package/harfbuzz/Makefile +++ b/package/harfbuzz/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= harfbuzz -PKG_VERSION:= 0.9.40 +PKG_VERSION:= 1.0.6 PKG_RELEASE:= 1 -PKG_HASH:= 1771d53583be6d91ca961854b2a24fb239ef0545eed221ae3349abae0ab8321f +PKG_HASH:= f616a7fbdc78a627043f9029000bf08c0c71df59cde4143fc92a014f6a993b26 PKG_DESCR:= opentype text shaping engine PKG_SECTION:= libs/fonts PKG_SITES:= http://www.freedesktop.org/software/harfbuzz/release/ diff --git a/package/harfbuzz/patches/patch-configure_ac b/package/harfbuzz/patches/patch-configure_ac deleted file mode 100644 index 33de94a12..000000000 --- a/package/harfbuzz/patches/patch-configure_ac +++ /dev/null @@ -1,15 +0,0 @@ ---- harfbuzz-0.9.28.orig/configure.ac 2014-04-28 23:30:44.308730444 +0200 -+++ harfbuzz-0.9.28/configure.ac 2014-06-22 19:41:33.532833719 +0200 -@@ -417,12 +417,6 @@ src/Makefile - src/hb-version.h - src/hb-ucdn/Makefile - util/Makefile --test/Makefile --test/api/Makefile --test/shaping/Makefile --docs/Makefile --docs/reference/Makefile --docs/reference/version.xml - ]) - - AC_OUTPUT diff --git a/package/harfbuzz/patches/patch-src_harfbuzz_pc_in b/package/harfbuzz/patches/patch-src_harfbuzz_pc_in deleted file mode 100644 index 90b2faf8f..000000000 --- a/package/harfbuzz/patches/patch-src_harfbuzz_pc_in +++ /dev/null @@ -1,16 +0,0 @@ ---- harfbuzz-0.9.28.orig/src/harfbuzz.pc.in 2013-10-28 00:45:25.000000000 +0100 -+++ harfbuzz-0.9.28/src/harfbuzz.pc.in 2014-05-23 18:08:04.000000000 +0200 -@@ -1,11 +1,8 @@ - prefix=%prefix% --exec_prefix=%exec_prefix% --libdir=%libdir% --includedir=%includedir% - - Name: harfbuzz - Description: HarfBuzz text shaping library - Version: %VERSION% - --Libs: -L${libdir} -lharfbuzz --Cflags: -I${includedir}/harfbuzz -+Libs: -L${prefix}/lib -lharfbuzz -+Cflags: -I${prefix}/include/harfbuzz |