From: Michael Tremer Date: Sat, 15 Oct 2016 22:51:13 +0000 (-0400) Subject: pango: Update to 1.40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f607d2a8d393dd516f9502344f1bc601d7953e8;p=ipfire-3.x.git pango: Update to 1.40 Signed-off-by: Michael Tremer --- diff --git a/pango/pango.nm b/pango/pango.nm index 5d83c943a..ac79ceb71 100644 --- a/pango/pango.nm +++ b/pango/pango.nm @@ -5,11 +5,9 @@ name = pango version = %{ver_major}.%{ver_minor} -ver_major = 1.36 -ver_minor = 8 -release = 2 - -bin_version = 1.8.0 +ver_major = 1.40 +ver_minor = 3 +release = 1 groups = System/Libraries url = http://www.pango.org/ @@ -39,26 +37,14 @@ build end configure_options += \ - --enable-introspection=yes - + --enable-introspection=yes \ + --enable-installed-tests - install_cmds - touch %{BUILDROOT}%{libdir}/pango/%{bin_version}/modules.cache - end + export LD_LIBRARY_PATH = %{DIR_APP}/pango/.libs end packages package %{name} - script postin - /usr/bin/pango-querymodules --update-cache || : - end - - script postup - if [ ! -e "%{libdir}/pango/%{bin_version}/modules.cache" ]; then - /usr/bin/pango-querymodules --update-cache || : - fi - end - end package %{name}-devel template DEVEL