From 7fcf340f6706f365c4e2ada5f0949a8b3488a379 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 23:37:48 +0100 Subject: [PATCH] rebuilt with icu integration [release 2.6.2-2mamba;Sat Oct 05 2019] --- harfbuzz.spec | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/harfbuzz.spec b/harfbuzz.spec index 1a2fd64..3cedb64 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -1,6 +1,6 @@ Name: harfbuzz Version: 2.6.2 -Release: 1mamba +Release: 2mamba Summary: An OpenType text shaping library Group: System/Libraries Vendor: openmamba @@ -59,7 +59,13 @@ This package includes the %{name} API documentation. %build %configure \ - --with-graphite2 + --with-cairo \ + --with-freetype \ + --with-glib \ + --with-gobject \ + --with-graphite2 \ + --with-icu \ + --enable-gtk-doc %make @@ -82,6 +88,9 @@ This package includes the %{name} API documentation. %{_libdir}/libharfbuzz.so.* %{_libdir}/libharfbuzz-icu.so.* %{_libdir}/libharfbuzz-subset.so.* +%{_libdir}/libharfbuzz-gobject.so.* +%{_libdir}/girepository-1.0/HarfBuzz-0.0.typelib +%{_datadir}/gir-1.0/HarfBuzz-0.0.gir %doc AUTHORS COPYING THANKS %files -n lib%{name}-devel @@ -90,6 +99,8 @@ This package includes the %{name} API documentation. %{_includedir}/harfbuzz/*.h %{_libdir}/libharfbuzz.la %{_libdir}/libharfbuzz.so +%{_libdir}/libharfbuzz-gobject.la +%{_libdir}/libharfbuzz-gobject.so %{_libdir}/libharfbuzz-icu.la %{_libdir}/libharfbuzz-icu.so %{_libdir}/libharfbuzz-subset.la @@ -105,6 +116,9 @@ This package includes the %{name} API documentation. %{_datadir}/gtk-doc/html/harfbuzz/* %changelog +* Sat Oct 05 2019 Silvan Calarco 2.6.2-2mamba +- rebuilt with icu integration + * Tue Oct 01 2019 Automatic Build System 2.6.2-1mamba - automatic version update by autodist