From: Jan Palus Date: Wed, 20 May 2020 08:59:42 +0000 (+0200) Subject: up to 2.6.6 X-Git-Tag: auto/th/harfbuzz-2.6.6-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fharfbuzz.git;a=commitdiff_plain;h=7e583981c8c7938837b415fcd4d733c12f64d111 up to 2.6.6 - pc_deps patch no longer needed - updated urls --- diff --git a/harfbuzz.spec b/harfbuzz.spec index fafa619..162e818 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -8,14 +8,13 @@ Summary: HarfBuzz - internationalized text shaping library Summary(pl.UTF-8): HarfBuzz - biblioteka rysująca tekst z obsługą wielu języków Name: harfbuzz -Version: 2.6.4 +Version: 2.6.6 Release: 1 License: MIT Group: Libraries -Source0: https://www.freedesktop.org/software/harfbuzz/release/%{name}-%{version}.tar.xz -# Source0-md5: 2b3a4dfdb3e5e50055f941978944da9f -Patch0: pc_deps.patch -URL: https://www.freedesktop.org/wiki/HarfBuzz +Source0: https://github.com/harfbuzz/harfbuzz/releases/download/%{version}/%{name}-%{version}.tar.xz +# Source0-md5: dc2476603aa837ef7edca77f09a0602b +URL: https://harfbuzz.github.io/ BuildRequires: autoconf >= 2.64 BuildRequires: automake >= 1:1.13.0 BuildRequires: cairo-devel >= 1.8.0 @@ -219,8 +218,6 @@ Dokumentacja API bibliotek HarfBuzz. %prep %setup -q -%patch0 -p1 - %build %{__libtoolize} %{__aclocal} -I m4 @@ -280,6 +277,7 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/harfbuzz/hb-buffer.h %{_includedir}/harfbuzz/hb-common.h %{_includedir}/harfbuzz/hb-deprecated.h +%{_includedir}/harfbuzz/hb-draw.h %{_includedir}/harfbuzz/hb-face.h %{_includedir}/harfbuzz/hb-font.h %{_includedir}/harfbuzz/hb-ft.h diff --git a/pc_deps.patch b/pc_deps.patch deleted file mode 100644 index edc36d9..0000000 --- a/pc_deps.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -dur harfbuzz-1.3.0.orig/src/Makefile.am harfbuzz-1.3.0/src/Makefile.am ---- harfbuzz-1.3.0.orig/src/Makefile.am 2016-07-13 04:09:47.000000000 +0200 -+++ harfbuzz-1.3.0/src/Makefile.am 2016-09-20 15:11:30.000000000 +0200 -@@ -58,7 +58,7 @@ - # built with HarfBuzz support enabled. Newer pkg-config handles that just - # fine but pkg-config 0.26 as shipped in Ubuntu 14.04 crashes. Remove - # in a year or two, or otherwise work around it... --#HBDEPS += $(FREETYPE_DEPS) -+HBDEPS += $(FREETYPE_DEPS) - HBSOURCES += $(HB_FT_sources) - HBHEADERS += $(HB_FT_headers) - endif