Browse Source

harfbuzz: update to latest stable version

Waldemar Brodkorb 9 years ago
parent
commit
4c3b78a763

+ 2 - 8
package/harfbuzz/Makefile

@@ -4,9 +4,9 @@
 include $(ADK_TOPDIR)/rules.mk
 
 PKG_NAME:=		harfbuzz
-PKG_VERSION:=		1.1.2
+PKG_VERSION:=		1.2.3
 PKG_RELEASE:=		1
-PKG_HASH:=		4a2c5790bd3db7c3ca8c02e4858f2fd592df7932c1d2fa9f6b99acbce0f8461f
+PKG_HASH:=		8216d2404aaab7fde87be0365a90d64aa6c55928e104557cfcb37b54a096cb8c
 PKG_DESCR:=		opentype text shaping engine
 PKG_SECTION:=		libs/fonts
 PKG_SITES:=		http://www.freedesktop.org/software/harfbuzz/release/
@@ -24,12 +24,6 @@ include $(ADK_TOPDIR)/mk/package.mk
 $(eval $(call HOST_template,HARFBUZZ,harfbuzz,$(PKG_VERSION)-${PKG_RELEASE}))
 $(eval $(call PKG_template,HARFBUZZ,harfbuzz,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
 
-AUTOTOOL_STYLE:=	autoreconf
-
-pre-install:
-	$(INSTALL_DIR) $(WRKINST)/usr/include/harfbuzz
-	$(CP) $(WRKBUILD)/src/hb-icu.h $(WRKINST)/usr/include/harfbuzz
-
 harfbuzz-install:
 	$(INSTALL_DIR) $(IDIR_HARFBUZZ)/usr/lib
 	$(CP) $(WRKINST)/usr/lib/libharfbuzz*.so* \

+ 0 - 11
package/harfbuzz/patches/patch-Makefile_am

@@ -1,11 +0,0 @@
---- harfbuzz-0.9.28.orig/Makefile.am	2014-03-04 22:00:34.076514970 +0100
-+++ harfbuzz-0.9.28/Makefile.am	2014-06-22 19:46:18.230010420 +0200
-@@ -4,7 +4,7 @@ NULL =
- 
- ACLOCAL_AMFLAGS = -I m4
- 
--SUBDIRS = src util test docs
-+SUBDIRS = src util
- 
- EXTRA_DIST = \
- 	autogen.sh \

+ 0 - 18
package/harfbuzz/patches/patch-src_harfbuzz-icu_pc_in

@@ -1,18 +0,0 @@
---- harfbuzz-0.9.28.orig/src/harfbuzz-icu.pc.in	2013-10-28 00:45:25.000000000 +0100
-+++ harfbuzz-0.9.28/src/harfbuzz-icu.pc.in	2014-05-23 18:08:32.000000000 +0200
-@@ -1,7 +1,4 @@
- prefix=%prefix%
--exec_prefix=%exec_prefix%
--libdir=%libdir%
--includedir=%includedir%
- 
- Name: harfbuzz
- Description: HarfBuzz text shaping library ICU integration
-@@ -9,5 +6,5 @@ Version: %VERSION%
- 
- Requires: harfbuzz
- Requires.private: icu-uc
--Libs: -L${libdir} -lharfbuzz-icu
--Cflags: -I${includedir}/harfbuzz
-+Libs: -L${prefix}/lib -lharfbuzz-icu
-+Cflags: -I${prefix}/include/harfbuzz

+ 2 - 2
package/harfbuzz/patches/patch-src_harfbuzz_pc_in

@@ -1,5 +1,5 @@
---- harfbuzz-1.0.6.orig/src/harfbuzz.pc.in	2015-08-11 12:47:09.000000000 +0200
-+++ harfbuzz-1.0.6/src/harfbuzz.pc.in	2015-10-25 10:54:18.000000000 +0100
+--- harfbuzz-1.2.3.orig/src/harfbuzz.pc.in	2016-01-06 13:00:36.113138042 +0100
++++ harfbuzz-1.2.3/src/harfbuzz.pc.in	2016-03-12 21:55:46.457327612 +0100
 @@ -1,13 +1,10 @@
  prefix=%prefix%
 -exec_prefix=%exec_prefix%