summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Palus2020-05-20 08:59:42 (GMT)
committerJan Palus2020-05-20 09:00:36 (GMT)
commit7e583981c8c7938837b415fcd4d733c12f64d111 (patch)
tree4ddeb8b34ea809b41b948154e9bd6a8b2b51c586
parent9769e5970064e0f9b052501a2b4c308f5289ce4c (diff)
downloadharfbuzz-7e583981c8c7938837b415fcd4d733c12f64d111.zip
harfbuzz-7e583981c8c7938837b415fcd4d733c12f64d111.tar.gz
- pc_deps patch no longer needed - updated urls
-rw-r--r--harfbuzz.spec12
-rw-r--r--pc_deps.patch12
2 files changed, 5 insertions, 19 deletions
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